body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #16416a;
	background-color: #D3D3D3;
	background-image:url(/images/barra_top.gif);
	background-repeat: repeat-x;
	font-size:12px;
}
.twoColFixLtHdr #container { 
	/*width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 770px;
	background-image: url(/images/fondo_general.jpg);
	background-repeat: repeat-y;
	padding-left: 0px;
	padding-right: 0px;
} 
.twoColFixLtHdr #header {  
	padding: 0 0 0 0;  
	padding-left: 10px;
	background-image: url(/images/franja_top.jpg);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header h1 {
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
}
.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 190px; 
	background: #EBEBEB;
	padding: 0px 0px 0px 0px;
	margin-left: 20px;
	background-image: url(/images/menu_fondo.jpg);
	background-repeat: repeat-y;
}
.twoColFixLtHdr #mainContent { 
	margin: -2px 0px 0px 219px; 
	padding: 0px 0px 0px 0px; 
	background-image: url(/images/contenido_fondo.gif);
	background-repeat: repeat-y;
	position: ;
	} 
	
	
.twoColFixLtHdr #footer { 
	padding: 0 0 0 0; 
	background-image: url(/images/footer_barra.jpg);
	height: 45px;
} 
.twoColFixLtHdr div.footer  {
	font-size: 10px;
	margin: 0 auto; 
	padding: 0 0 0 0; 
	width: 770px;
	padding-top: 17px;
	background-image: url(/images/fondo_footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 28px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar1Top {
background-image: url(../images/menu_top.jpg);
background-repeat: no-repeat;
width: 190px;
height: 8px;
}
#sidebar1Bottom {
background-image: url(../images/menu_bottom.jpg);
background-repeat: no-repeat;
width: 190px;
height: 15px;
}
#contenido {
padding: 10px;
padding-left: 20px;
padding-right: 30px;
padding-top: 0px;
width: 481px;
}
#contenidoTop {
background-image: url(/images/contenido_top.gif);
background-repeat: no-repeat;
height:12px;
}
#contenidoBottom {
background-image: url(../images/contenido_bottom.gif);
background-repeat: no-repeat;
height:13px;
width: 531px;
float: left;
}
#top {
background-image: url(../images/barra_top.gif);
background-repeat: repeat-x;
}

a:link {
	color: #ff7e00;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;	
}
a:hover {
	color: #FF9900;
	text-decoration: none;	
}

div.nav a { 
text-align: left;
display: block;
font-size: 14px;
font-weight: bold;
margin-left: 2px;
padding-top: 14px;
padding-left: 20px;
width: 165px;
height: 34px;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-image: none;
background-repeat: no-repeat;
}
div.nav a:link {
  color: #ff7e00;
  text-decoration: none;
  background-image: background-image: url(/images/menu_fondo.jpg);
}

div.nav a:visited {
  color: #ff7e00;
  text-decoration: none;
  background-image: background-image: url(/images/menu_fondo.jpg);
}

div.nav a:hover {
  color: #ff7e00;
  text-decoration: none;
  background-image: url(../images/nav_fondo_boton.jpg);
}

div.subNav a { 
text-align: left;
display: block;
font-size: 12px;
height: 14px;
padding: 0 0 0 0;
padding-bottom: 2px;
padding-top: 2px;
margin-left: 25px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
}
div.subNav a:link {
  color: #16416a;
  text-decoration: none;
}

div.subNav a:visited {
  color: #16416a;
  text-decoration: none;
}

div.subNav a:hover {
  color: #16416a;
  text-decoration: underline;
  background-image: none;
}


div.titleArtMain a:link {
  color: #ff7e00;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

div.titleArtMain a:visited {
  color: #999999;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

div.titleArtMain a:hover {
  color: #FF9900;
  text-decoration: none;
}

div.titleNewsMain a:link {
  color: #ff7e00;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

div.titleNewsMain a:visited {
  color: #999999;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

div.titleNewsMain a:hover {
  color: #FF6600;
  text-decoration: none;
}




div.titleNewsResumen a:link {
  color: #ff7e00;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

div.titleNewsResumen a:visited {
  color: #999999;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

div.titleNewsResumen a:hover {
  color: #FF6600;
  text-decoration: none;
}

div.titleArtResumen a:link {
  color: #ff7e00;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

div.titleArtResumen a:visited {
  color: #999999;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

div.titleArtResumen a:hover {
  color: #FF6600;
  text-decoration: none;
  font-family: 
}

#resumenHome {

}
#articuloResumenHome {
	
	/*background-color: #EDF4FB;*/
	padding: 8px;
	font-size: 10px;
}
#noticiaResumenHome {
float: right;
	width: 220px;
	background-color: #EDF4FB;
	padding: 8px;
	font-size: 10px;
}

div.articuloMain {
width: 481px;
background-color: transparent;
margin-bottom: 15px;

}
div.noticiaMain {
width: 481px;
}

div.crumbs {
border-bottom: 1px solid #CCCCCC;
margin-bottom: 10px;
color:#CCCCCC;
}

ul.listaContenido li {
margin-bottom: 10px;
}

.imagenGeneral {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
p #contenido {
margin-bottom: 10px;
}

.fecha {
font-size: 10px;
color:#666666;
}

#flashTop {
width: 750px;
height: 169px;
}
#flashLecturaAPA {
width: 498px;
height: 736px;
}

#flashVideo {
width:500px;
height:390px;
}
