<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	background: #131313 url(../images/back.jpg) top repeat-x;
	text-align:center;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCC;
	}
a{color:#FFF; text-decoration:none; }
.azul{color:#09F;}
.aqua{color:#21958e;}
.rojo{color:#F00;}
.verde{color:#090;}
.morado{color:#C39;}


#contenedor {
	width:960px;
	margin:0 auto;
	background:url(../images/back3.jpg) 0 0 no-repeat;
	margin-top:15px;
}

	#header {
		width:100%;
		height:70px;
	}
	
	#header2{margin:0 auto; width:1000px; height:70px;}
		#header2 .col195{float:left; margin:0 auto; width:195px;}
		#header2 .col120{float:left; margin:0 auto; width:120px;}
		#header2 .col85{float:left; margin:0 auto; width:85px;}
		
		#logo{
			width:240px;
			float:left;
			text-align:center;
		}
		#menu{
			width:720px;
			float:left;
		}
		
	#cuerpo{
		width:100%;
		
	}
		#pestanas{
			width:100%;
			text-align:left;
			margin:0;
			height:40px;
		}
			#pestanas ul{list-style-type:none; margin:0; padding:0;}
			#pestanas li{display:inline; float:left;}
			
			
			
		#bloque1{
			width:100%;
		}
			#titulo{
				width:50%;
				float:left;
				height:100px;
				}
			#iconos{
				margin-left:50%;
				width:480px;
				height:100px;
				text-align:right;
				}
				
				
		#bloque2{
			width:100%;
		}
			#contenido{
				width:336px;
				float:left;
				text-align:left;
			}
				#contenido p{
					padding:0 10px 0 20px;
				}
				
				#contenido h1,h2,h3,h4 {padding-left:20px;}
				
				.imagen{
					padding-left:20px;
					padding-bottom:15px;
					padding-top:10px;
				}
			
			#sociales{
				width:624px;
				float:left;
			}
			
			#iconosSociales1{width:100%; margin:0; padding:0; text-align:center; height:60px;}
				#iconosSociales1 ul{list-style-type:none; margin:0; padding:0;}
				#iconosSociales1 li{display:inline;}
				#iconosSociales1 img{padding:8px; margin:0 10px;}
				
			#iconosSociales2{width:100%; margin:0; padding:0; text-align:center; height:60px;}
				#iconosSociales2 ul{list-style-type:none; margin:0; padding:0;}
				#iconosSociales2 li{display:inline;}
				#iconosSociales2 img{padding:8px;}
			
			#galeria{
				width:624px;
				float:left;
			}
			
			#clear{width:100%; clear:left;}

				


#footer{
		clear:both;
		margin:0 auto;
		width:100%;
		background:url(../images/division.png) top repeat-x;
		padding-top:20px;
		padding-bottom:20px;
	}</pre></body></html>