body {
  font-family:  'Arial';
  font-size:11px;
  color: #444;
  background-color: #d1d3c4;
  line-height: 18px;
  margin: 0px;
}
/*
************************** ESTRUCTURA *******************************
*/
div.estructura{
  text-align:left;
  width: 710px;
  border-collapse: collapse;
  margin-left:auto;
  margin-right:auto;
  padding: 20px;
  background-color: #FFF;
  border: 1px solid #AAA;
}
/*
************************** CABECERA *******************************
*/
div.cabecera {
	width: 710px;
	height: 80px;
}
div.izqCabecera {
	width: 355px;
	height: 80px;
	float: left;
	text-align:left;	
}
div.derCabecera {
	width: 355px;
	height: 80px;
	float: right;
	text-align: right;
}
/*
************************** MENU *******************************
*/
div.menu {
	width: 710px;
	height: 20px;
	background-color: #00234d;	
}
div.opcionMenu {
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	height: 25px;
	margin-top: -2px;
}
/*
/*
************************** SUBMENU *******************************
*/
div.subMenuPortada {
	height: 50px;
	width: 710px;
	background-color: #a76f60;
}
div.izqSubMenuPortada {
	height: 50px;
	width: 519px;
	float: left;
}
div.derSubMenuPortada {
	height: 50px;
	width: 191px;
	float: right;
}
div.opcionSubMenuPortada {
	padding: 15px 10px 15px 9px;
	border: 1px solid #FFF;
	float: left;
}
div.opcionAdicionalSubMenuPortada {
	width: 191px;
	border: 1px solid #FFF;
	float: left;
	padding: 15px 0px 15px 0px;
	text-align: center;
}
/*
************************** CONTENIDO *******************************
*/
div.contenido {
	overflow: hidden;
}
div.contenedorNoticias {
	width: 500px;
	background-color: #a76f60;
	padding: 10px;
	float: left;
	height: 100%;
	color: #FFF;
}
div.columna {
	width: 170px;
	padding: 10px;
	float: right;
	height: 100%;
}
div.contenedorDatos {
	width: 500px;
	background-color: #FFF;
	color: #222;
	padding: 10px;
	float: left;
}
div.columnaSubMenu {
	background-color: #a76f60;
	width: 170px;
	padding: 20px 10px 10px 10px;
	padding-bottom: 30000px;
	margin-bottom: -30000px;
	float: right;
}
div.seccion {
	background-color: #a76f60;
	width: 270px;
	height: 110px;
	float: left;
	padding: 20px;
	margin-left: -10px;
	margin-top: -10px;
}
div.imagenSeccion {
	width: 200px;
	float: right;
	margin-left: -10px;
	margin-top: -10px;
}





div.desplegable {
	position: absolute;
	visibility: hidden;
	height: 281px;
	top: 129px;
	border: 1px solid #000;
	background-color: #000;
	padding: 5px 5px 5px 5px;
	opacity: 0.8;
}
/*
************************** SALTOS *******************************
*/
div.saltoH {
	width: 100%;
	height: 5px;
	clear: both;
}
/*
************************** INFERIOR *******************************
*/
div.pie {
	width: 710px;
	font-size: 11px;
	line-height: 14px;
	display: table;
}
div.izqPie {
	width: 345px;
	padding: 5px;
	float: left;	
}
div.derPie {
	width: 345px;
	padding: 5px;
	float: right;
	text-align: right;
}
/*
************************** ENLACES *******************************
*/
a {
	font-weight: bold;
	color: #00A;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #444;
	text-decoration: underline;	
}
a.menu {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}
a.menu:hover {
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
	font-size: 12px;
}
a.noticias {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
a.noticias:hover {
	font-weight: bold;
	color: #FFF;
	text-decoration: unerline;
}
/*
************************** SPAN *******************************
*/
span.remarcar {
	font-weight: bold;
	font-size: 110%;
}
span.nota {
	font-size: 10px;
}
/*
************************** FORMULARIOS *******************************
*/
div.todo {
	clear: both;
	width: 98%;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
div.izq {
	float: left;
	width: 39%;
	text-align: right;
	font-weight: bold;
}
div.der {
	float: right;
	width: 59%;	
	text-align: left;
}
div.error {
	color: red;
	text-align: center;
	font-weight: bold;	
}
div.ok {
	color: green;
	text-align: center;
	font-weight: bold;
}
/*
************************** COMPONENTES *******************************
*/
h1 {
	font-size: 22px;
	line-height: 26px;
	font-style: italic;
	color: #FFF;
}
h2 {
	font-size: 18px;
}
h2.noticias {
	font-size: 14px;
	color: #FFF;	
}
h3.inline {
	display: inline;	
}
p {
	text-indent: 30px;
	clear: both;
}
hr {
	border: 1px solid #DDD;
	width:80%;
	text-aling: center;
	margin-top: 30px;
}
img {
	margin: 0px;
	border: 0px;
}
img.ico {
	margin: 5px;
	border: 0px;
}
.campos {
  background-color: #EEE;
  border: 1px solid #000;
  color: #000;
  font-size: 11px;
  font-family: 'Verdana';
  font-weight: normal;
}
ul {
	padding-left: 20px;	
}