.contactos{
	width: 100%;
	height: 300px;
	line-height: .03em;
}
.micontacto1{
	width: 30%;
	height: 300px;
	margin-left: 2.5%;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 10pt;
}
.micontacto2{
	width: 30%;
	height: 300px;
	margin-left: 35%;
	margin-top: -300px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 10pt;
}
.micontacto3{
	width: 30%;
	height: 300px;
	margin-left: 67.5%;
	margin-top: -300px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 10pt;
}
@media (max-width: 767px)
{
    .contactos{
    	width: 100%;
    	height: 900px;
    	background-color: #CCDD99;
    	line-height: .03em;
    }
    .micontacto1{
    	width: 80%;
    	height: 300px;
    	margin-left: 10%;
    	background-color: #FFFFFF;
    	text-align: center;
    	font-size: 10pt;
    }
    .micontacto2{
    	width: 80%;
    	height: 300px;
    	margin-left: 10%;
    	margin-top: 50px;
    	background-color: #FFFFFF;
    	text-align: center;
    	font-size: 10pt;
    }
    .micontacto3{
    	width: 80%;
    	height: 300px;
    	margin-left: 10%;
    	margin-top: 50px;
    	background-color: #FFFFFF;
    	text-align: center;
    	font-size: 10pt;
    }
}