<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {font-family: "Arial";}

body {
	margin: 0 auto 0 auto;
	padding: 0;
	font-size: 14px;
	width:1015px;
	color:#231F20;
}

a
{
	text-decoration:none;
	color:#35488C;
	font-weight:bold;
}

/* HEADER */
#header
{
	margin: 0 auto 0 auto;
	width:1000px;
	height:30px;
	background-color:#35488C;
	color:white;
	font-weight:bold;
	text-align:right;
	font-size:18px;
	padding:15px 15px;
}

#header a
{
	text-decoration:none;
	color:white;
	font-weight:bold;
}

#telefono
{
	font-size:32px;
}

h1
{
	font-size:30px;
	font-weight:bold;
	color:#35488C;
	text-align:left;
}

h2
{
	font-size:17px;
	color:#35488C;
}
h3
{
	font-size:14px;
	color:#35488C;
}
img
{
	border:0;
}
/* **** */

/* CONTENT */
#content
{
	margin-left:15px;
	width:1000px;
}

#main-izq
{
	margin:0 0 15px 0;
	float:left;
	width:490px;	
	text-align:justify;
}

#advertencia
{
	font-size:12px;
	margin-top:25px;
	border:2px solid #35488C;
	padding:5px;
	width:477px;
	font-weight:bold;
}

#main-der
{
	margin:10px 0 15px 20px;
	float:right;
	width:480px;
	text-align:center;
}

#foto_principal
{
	width:455px;
	height:300px;
	margin-left:10px; 
	border:2px solid #35488C;
}

#logos_calidad
{
	width:450px;
	margin-left:15px;
}

#fotos
{
	width:450px;
	margin:10px 0 0 25px; 
	text-align:left;
}

#relacionados
{
	width:480px;
	margin:10px 0 0 10px; 
	float:left;
	text-align:left;
}

#masinfo
{
	width:480px;
	margin:25px 0 0 10px; 
	float:left;
	text-align:left;
}

#masinfo-izq
{
	width:80px;
	float:left;
}

#masinfo-der
{
	width:375px;	
	float:left;
	font-size:11px;
}

#masinfo-form
{
	width:325px;	
	float:right;
}

#masinfo-texto
{
	color:black;
	font-weight:bold;
}

textarea
{
	resize: none;
	width:320px;
	height:125px;	
	color:#333;
	border:1px solid #6F6F6F;
}
 

input
{
	width:159px;
	border:1px solid #6F6F6F;
	color:#333;
}

#boton-asde
{
	width:50px;
	border:0;
	background-color:white;
	color:#35488C;
	cursor:pointer;
	font-weight:bold;
	
}
/* **** */

/* FOOTER */
#footer
{
	margin-left:15px;
	width:1000px;	
	clear:both;
}

#footer-izq
{
	width:380px;	
	float:left;
	padding-top:20px;
}

#footer-der
{
	width:605px;	
	float:left;
	text-align:right;
}

#texto-footer-der
{
	margin:25px 5px 0 0;
	float:left;
	text-align:right;
}</pre></body></html>