@charset "utf-8";
body  {
	font-family: Trebuchet MS, Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color:#003366;
	line-height:22px;

	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0;
	
}
#principal {
	background-color: #eef3f5;
	background-image: url(../images/fondo.png);
	background-repeat: repeat-y;	
}
#logo {
	background-color: #fff;
	height:144px;
}
#repeticion {
	height:18px;
	background-image: url(../images/rayado.png);
	background-repeat: repeat-x;
}

.fondojunta {
	background-color: #ccffff;
	background-image: url(../images/fondo_junta.png);
	background-repeat: repeat-x;	
}


#cabecera {
	background-color: #fff;
	background-image: url(../images/cubostotal.png);
	height:223px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#cabecera-rayado {
	background-color: #fff;
	background-image: url(../images/rayado.png);
	height:223px;
	background-repeat: repeat-x;
	background-position: bottom;
}


.copy{
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color:#777;
}

img { behavior: url(iepngfix.htc); }

a:link, a:visited {
	color: #003399;
	text-decoration: none;
	font-weight: normal;
	font-family: Trebuchet, Arial;
	font-size: 15px;
}

a:hover {
	text-decoration: underline;

}

a.aviso:link, a.aviso:visited, a.aviso:hover {
	color: #777;
	text-decoration: none;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight:bold;
}

a.aviso:hover {
	text-decoration: underline;
	font-weight:bold;
}

a.inferior:link, a.inferior:visited {
	font-family: Arial, Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color:#777;
}

a.inferior:hover {
	text-decoration: underline;
}


.titulos{
	font-family: Arial, Tahoma, Geneva, sans-serif;
	font-size: 30px;
	color:#a79679;
	font-weight:bold;
	line-height:24px;

}

.subtitulos{
	font-family: Trebuchet MS, Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color:#003399;
	font-weight:bold;
	line-height:18px;
}

.arialb14{
	font-family: Arial;
	font-size: 14px;
	color:#000;
	font-weight:bold;
	line-height:18px;
}

.arialb12{
	font-family: Arial;
	font-size: 12px;
	color:#000;
	font-weight:bold;
	line-height:18px;
}

.timesb14{
	font-family: Times, serif;
	font-size: 14px;
	color:#000;
	font-weight:bold;
	line-height:18px;
}

.Tahomab22{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	color:#000;
	font-weight:bold;
	line-height:22px;
}


.subtitulos20{
	font-family: Trebuchet MS, Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color:#003399;
	font-weight:bold;
}

.subtitulos12{
	font-family: Arial, Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color:#003366;
	font-weight:bold;
	vertical-align: super;
}

.textofotos{
	font-family: Arial, Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color:#fff;
	line-height:13px;
}
.textofotos10{
	font-family: Arial, Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color:#fff;
	line-height:15px;
}

.dboart{
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color:#777;
	line-height:13px;
}

.tabla{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0066CC;
}

.tabla2{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

.tabla3{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
}

.tabla4{
	border-width: 1px;
	border-style: solid;
	border-color: #0066CC;
}

.junta{
	font-family: Arial, Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color:#003366;
	line-height:16px;
}

.junta-sub{
	font-family: Arial, Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color:#003366;
	line-height:5px;
	vertical-align: top;
}