@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFE1;
	color: #FF9900;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
}
li {
	text-indent: 2px;
	margin: 0px;
	padding: 0px;
}
ul {
	text-indent: 2px;
	margin: 0px;
	padding: 5px;
	list-style-type: none;
}
/*****************************************************/ 
/*               capas principales                   */
/*****************************************************/
#contenedor{
	text-align: left;
	width: 800px;
	background-color : #ffffff;
	margin: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#cabecera{
height : 150px;
width: 800px;
}
#contenido_central {
	margin-left: 160px;
	margin-right: 170px;
	width:460px;
	margin-top: 10px;
}
#menu_izq{
width: 150px;
background-color: #FFFFE1;
border-bottom : 1px solid #cccccc;
border-left : 1px solid #cccccc;
float:left;
}
#lateral{
width: 160px;
background-color: #FFFFE1;
float:right;
} 
#pie{
clear : both;
color : #cccccc;
text-align : right;
margin : 10px 10px 0px 10px;
padding-bottom:10px;
} 
/*****************************************************/ 
/*               capas lateral                       */
/*****************************************************/
#tiempo{
	text-align:center;
}
/*****************************************************/ 
/*               Estilos                             */
/*****************************************************/
#contenido_central a:link, a:active{
	color:#CC6600;
	text-decoration: underline;
}
#contenido_central a:visited{
	color:#BF9900;
	text-decoration: underline;
}
#contenido_central a:hover{
	color:#FF6600;
	text-decoration: underline;
}
#menu_izq a:link, a:active{
	color:#FF9900;
	text-decoration: none;
	font-weight: bold;
}
#menu_izq a:visited{
	color:#FF9933;
	text-decoration: none;
	font-weight: bold;
}
#menu_izq a:hover{
	color:#FFFFFF;
	background-color:#0066FF;
	display:block;
	text-decoration: none;
	font-weight: bold;
}.titular {
	font-size: 14px;
	font-weight: bold;
	color: #770000;
	text-align: center;
}
.texto_noticia {
	font-size: 12px;
	text-align: justify;
	text-indent: 20px;
}
#noticia {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
	color:#9B4E00;
}
#contenedor #cabecera td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
