/* CSS Document */


.titlefield{ /*CSS for RSS title link in general*/
text-decoration: none;
}

.labelfield{ /*CSS for label field in general*/
color:brown;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}


#example3{ /*Demo 3 main container*/
width: 350px;
height: 100px;
border: 1px solid white;
padding: 4px;
background-color:#CDDFE6;
}

#example3 div p{ /*Demo 3 P element that separates each entry*/
margin-top: 0;
margin-bottom: 7px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#fff;
}

code{ /*CSS for insructions*/
color: red;
}

body {
	/*margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(imagenes/newBack.gif);
}
#noticias {
	margin-top:10px;
}
#sidebar1 {
	margin: 0px 5px 0px 5px;
}
#sidebar2 {
	margin: 0px 0px 0px 5px;
	width:170px;
}
.categoria {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #C40F19;
	font-weight: bold;
	font-size: 12px;
}
.titular {
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size: 42px;
	font-weight: bold;
	text-transform: none;
	color: #005381;	
	font-weight:700;letter-spacing:-2px;line-height:36px;padding:0.1em 0pt;
}
.titularmenor {
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: none;
	color: #005381;	
	font-weight:700;letter-spacing:-2px;line-height:36px;padding:0.1em 0pt;
}
.titularmedio {
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-transform: none;
	color: #005381;	
	font-weight:700;letter-spacing:-2px;line-height:36px;padding:0.1em 0pt;

}
.contenido {
	font: normal .8em/1.4em "Lucida Grande", "Segoe UI", Arial, Verdana, sans-serif;
	overflow: hidden;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	color: #645858;
	font-size: 13px;
	text-align:justify;
    line-height: 18px;
	text-indent:1.8em;
}
.cajagris {
	border: 1px solid #CCCCCC;
	background-color: #ECECEC;
	padding:5px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
}
.seccion {
	border-top: 1px solid #CCCCCC;
	/*background-color: #ECECEC;*/
	background-color: #EEEEDF;
	padding:5px;
	color:#000000;
	font-weight:bold;
	letter-spacing:1px;
	/*border-top: 1px solid #CCCCCC;*/
}

.bordegris {
	border: 1px solid #CCCCCC;
	padding:5px;
}
.bordepunteado {
	border: 1px dashed #CCCCCC;
	padding:5px;
}
.comentarios {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
	font-weight: bold;
}
.borde_derecho {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.bordefoto {
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.caja_amarilla {
	background-color: #FFFF99;
	border: 1px solid #FFCC66;
	padding:5px;
	margin-bottom:5px;
	width:170px;
}
.caja_amarillablanca {
	background-color: #FFFFFF;
	border: 1px solid #696969;
	padding:5px;
	margin-bottom:5px;
	width:170px;

}
.tope_px {
	padding-top: 2px;
}
.principal {
	padding:5px;
}
.titular img {
	/*margin: 5px;*/
	border: 5px solid #E5E5E5;
}
.menu_ppal {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFFFFF; 
}
.style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FF9933;
}
.style2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #696969;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.invertedshiftdown{
padding: 0;
width: 100%;
border-top: 5px solid #C0000B; /*Red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown a{
float: left;
display: block;
font: bold 12px Arial;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 9px 10px; /*Padding within each menu item*/
background-color: white; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
}

.invertedshiftdown a:hover{
background-color: #FFFF66; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: #C0000B;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #C0000B; /*Red color theme*/
padding-top: 9px; /*F/* Columnistas */
.TituloColumna {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF3300;
}
.Columnista {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}
.Columna {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003399;
	text-decoration: underline;
}
.Cabecera {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #ECECEC;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.Cabecerahoy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #ECECEC;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
lip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
margin-top: 2px;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: normal 12px Verdana;
height: 22px;
border: 1px solid #D10000;
background-color: black;
color: white;
}

/* sidebar list */
dl {
/*width: 290px;*/
font-size: 80%;
}
dt {
float: right;
width: 190px;
font-weight: bold;
/*font-family: Georgia, "Times New Roman", Times, serif;*/
}
dd {
/*margin: 0 0 5px 30px;*/
color: #666666;
/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
}
dd.image {
float: left;
margin: 0;
}
dd.text {
border-bottom: 1px dashed #DADACA;
}
.vertical {
border-right:1px solid #ccc;
}
/*tabla posiciones*/
/*body {
	font: normal 11px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	background: #E6EAE9;
}

a {
	color: #c75f3e;
}
*/
#mytable {
	/*width: 170;*/
	padding: 0;
	margin: 0;
}

#mytable caption {
	padding: 0 0 5px 0;
	width: 150px;	 
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#mytable th {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 3px 3px 3px 6px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

#mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

#mytable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 3px 3px 3px 12px;
	color: #4f6b72;
}


#mytable td.alt {
	background: #F5FAFA;
	color: #797268;
}

#mytable th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#mytable th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}
#navlist li { list-style-type: circle; }
.verdana10 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.trebuchet10 {
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#resultados {
	padding:5px;
	float:center;
	width:140px;
}
#resultados td.sep{
	border-bottom: 1px solid #FFCC66;
	padding-bottom:3px;
}
#resultados th.sep{
	border-bottom: 1px solid #FFCC66;
	padding-bottom:3px;
}
#resultados td.sep2{
	border-bottom: 1px solid #696969;
	padding-bottom:2px;
}
#resultados th.sep2{
	border-bottom: 1px solid #696969;
	padding-bottom:2px;
}
.dottedline {
	border: 1px dotted #E6E6E6;
}
.graybox {
	border: 1px solid #A5A5A5;
	background-color:#E6E6E6;
	width:180px;
	margin-top:5px;
}
.graybox .titulo {
color:#5A5A5A;
padding: 5px;
font-weight:bold;
}
.grayboxblanca {
	border: 1px solid #A5A5A5;
	background-color:#FFFFFF;
	width:180px;
	margin-top:5px;
}
.grayboxblanca .titulo {
color:#5A5A5A;
padding: 5px;
font-weight:bold;
}

.bluebox {
border: 1px solid #0073D8;
background-color:#C1DAD7;
width:180px;
}

.bluebox .titulo {
color:#4E6B95;
padding: 5px;
font-weight:bold;
}

.cbox {
border: 1px solid #0073D8;
background-color:#C1DAD7;
width:160px;
}

.loginbox {
	border: 1px solid #A5A5A5;
	background-color:#E6E6E6;
	width:180px;
	margin-top:5px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:10px;
}
.columnistas
{
}
.columnistas .autor {
	font-family: Verdana;
	font-size: 0.8em;
	line-height: 1.2em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #444;
	background-color: #fff;
}
.columnistas .columna {
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	color: #1961ff;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 0.8em;
	font-weight:bold;
	font-variant: small-caps;
}
.columnistas .titulo {
	/*color:#FF8826;*/
	color: #F49900;
	font-weight:bold;
}
.columnistas td.separador {
	border-bottom: 1px solid #ccc;
}
table.stats 
{text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 11px;
color: #fff;
width: 280px;
background-color: #666;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;}

table.stats td 
{background-color: #CCC;
color: #000;
padding: 4px;
text-align: left;
border: 1px #fff solid;}

table.stats td.hed
{background-color: #666;
color: #fff;
padding: 4px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 12px;
font-weight: bold;} 
}

/* Columnistas */.TituloColumna {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF3300;
}
.separador {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.Columnista {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}
.Columna {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003399;
	text-decoration: underline;
}
.Cabecera {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #ECECEC;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.Cabecerahoy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #ECECEC;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-10867885-1");
pageTracker._trackPageview();
} catch(err) {}</script>