/* CSS Document */

/* Tags en general */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background:transparent url(../images/fondo-body.jpg) repeat-x scroll right 0;
}

/*  ************ TAGS DE CABECERA *************  */

.titulo {
	font-size: 27px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003366;
	text-decoration: none;
}

a.titulo:link 	 { color: #003366; }
a.titulo:visited { color: #003366; }
a.titulo:hover     { color: #000066; text-decoration: underline;}
a.titulo:focus     { color: #003366; }
a.titulo:active   { color: #003366; }

.tituloCabecera  { 
   font-family: Georgia, "Times New Roman", Times, serif; 
   color: #003366; 
   font-size: 36px;
   text-decoration: none;
}

.subtituloCabecera {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #999999; 
}

.colorGris {
	color: #999999; 
}

.parentesis {
	color: #999999; 
	font-size: 10px;
}

.enlaceAzul {
	color: #0066FF
}

.textoCuerpo {
	color: #000000;
}

.opinion  {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	color: #FF0000; 
	font-size: 10px;
}

#cabeceraComentario {
	height: 5px;
}

.linea_punteada {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.style4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

/*table {font-family: Arial, Helvetica, sans-serif; font-size: 14px; }*/

.style11 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #003399; }
.style13 {
	font-size: xx-large;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003366;
}

.style15 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #999999; }
.style16 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFA722; }
.style21 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #999999; }

.style26 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #003399; font-weight: bold; }

#alerta {
	padding: 15px;
	background-color:#FFFFDF;
	border:dashed #FFCC00;
}

.patrocinadores {

	background-color:#FFFFDF;
	border:dashed #FFCC00;
}