<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
* {
	padding:0px;
	margin:0px;
}

#cuerpo {
	display:block;
	float:left;
	width:905px;
	background-image: url(../img/fondo_contacto.jpg);
	background-position: top;
	background-color: #FFFFFF;
	padding-top: 45px;
	background-repeat: no-repeat;
	padding-left: 45px;
	padding-bottom: 40px;
}

#cuerpo p.titulo {
	display:block;
	float:left;
	width: 370px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #4B155D;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #4B155D;
	font-weight: bold;
	margin-right: 490px;
}
#cuerpo .texto {
	display: block;
	float: left;
	width: 370px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 20px;
}
#cuerpo .texto span {
	font-size: 12px;
	font-weight: bold;
}
#cuerpo #derecha {
	display: block;
	float: left;
	width: 468px;
	height:500px;
	padding-left: 64px;
	background-image: url(../../img/construmat.jpg);
	background-repeat: no-repeat;
	background-position: 64px 200px;
}
#cuerpo #derecha h2 {
	display: block;
	float: left;
	width: 430px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4B155D;
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
}
#cuerpo #derecha .imagen {
	display: block;
	float: left;
	width: 120px;
	padding-right: 35px;
}
#cuerpo #derecha .imagen span {
	display: block;
	float: right;
	width: 120px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 10px;
}
#cuerpo .texto strong {

}
#cuerpo .texto span.mini {
	font-size: 9px;
}
</pre></body></html>