<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

#body{
	margin:0
}

#content{
	width:683px;
	height:1050px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-align:center;
	color:#FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

#header{
	width:683px;
	height:133px;
	background-image:url(../img/cabecera.png);
	}
#line{
	width:683px;
	height:16px;
	background-color:#66C
	}
#center{
	width:700px;
	height:120px;
	float: left;
	}

#content2{
	width:541px;
	height:950px;
	float: left;
	margin-left: 80px;
		}
#content #content2 #derecha {
	height: 320px;
	width: 270px;
	float: left;
}
#content #center #parrafo {
	padding-left: 40px;
	padding-right: 40px;
	height: 100px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
.mmm   {
	float: left;
	height: 400px;
	width: 270px;
}
#content #content2 #derecha #textodescargar {
	height: 200px;
	padding-left: 60px;
	padding-right: 50px;
}
#content #content2 #izquier {
	height: 320px;
	width: 270px;
	float: left;
}
#footer{
	width:683px;
	height:87px;
	background-image:url(../img/footer.png);
	text-align:center;
	color:#66C;
	float:left;
	}
.texto {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #093;
}

}
</pre></body></html>