/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	vertical-align:middle;
	background-color: #FFFFFF;
}
a {
  color: #494949;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  color: #494949;
  text-decoration: none;
}

.visite {
  color: #FF0000;
}

.text_3   { font-size: 3px }
.text_6   { font-size: 6px }
.text_10a { font-size: 10px; font-family: arial }
.text_10  { font-size: 10px }
.text_11  { font-size: 11px }
.text_12  { font-size: 12px }
.text_14   { color: black; font-size: 14px }
.text_22   { color: black; font-size: 22px }

.text_black { color: black }
.text_blue  { color: #00244d }
.text_red   { color: #b9122b }
.text_white { color: white }
.text_gray  { color: #707070 }

.list { ;
	background:#f2f2f2;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:11px;
	font-family:Verdana, Tahoma, Arial, Helvetica;
	border: 1px solid #666666;
}

tr.linea td      { background-color:#f0f0f0; }
tr.linea2 td     { background-color:#d8d8d7  }
tr.linea_par td  { background-color:#e9e9e9; }

tr.linea_b td      { background-color:#ffffff; }
tr.linea2_b td     { background-color:#ffffff  }
tr.linea_par_b td  { background-color:#FFFFFF; }

.rojo            { background-color:#ff0000; }
.azul            { background-color:#0000ff; }


.enlacerojo {color: #FF0000;}
a.enlacerojo:link     {color: #FF0000;}
a.enlacerojo:visited  {color: #FF0000;}
a.enlacerojo:hover    {color: #FF0000;}
a.enlacerojo:active   {color: #FF0000;}
/* ---------------- personalizable ---------------- */

.cabecera_tablas {
	color: #FFFFFF;
	background-color:#B6B6B6;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	left: 1px;
	top: 1px;
	right: 1px;
	bottom: 1px;
}
.cabecera_tablas a{
	color: #FFFFFF;
	background-color:#B6B6B6;
	font-weight: bold;
	padding: 2px;
	left: 1px;
	top: 1px;
	right: 1px;
	bottom: 1px;
}

.cabecera_gris_oscu {
	color: #FFFFFF;
	background-color:#999999;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	left: 1px;
	top: 1px;
	right: 1px;
	bottom: 1px;
}

.botones {
	font-family: verdana, tahoma, arial, helvetica;
	font-size: 10px;
	color: #FDFDFD;
	background-color: #5A5A5A;
	text-align: center;
	vertical-align: middle;
	height: 17px;
	font-weight: bold;
	border: 1px solid #F4F4F4;
	text-decoration: none;
	vertical-align:middle;
	padding:2px;
	line-height: 14px;
	background-position: center;
	margin: 1px;
	cursor:pointer;
  }
  
A.botones:hover {
	background-color: #999999;
  }
    
.entradas {
	border: 1px #999999 solid;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:10px;
    height: 15px; border-color: #336699 ;
}

.texto { ;
	background:#f8f8f8;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:10px;
	font-family:Verdana, Tahoma, Arial, Helvetica;
	border: 1px solid #999999;
}

.caja {
   padding-left:0px;  
   background-color:#e9e9e9; 
   border-right:1px solid #999999;
   border-left: 1px solid #999999; 
   border-bottom : 1px solid #999999;
}.fondo_par {
	background-color: #F2F2F2;
}
.fondo_impar {
	background-color: #FFFFFF;
}
.titulo_reportaje {
	font-size: 14px;
	font-weight: bold;
	background-color: #CCCCCC;
}
.texto_naranja {
	color: #FF8000;
}
