body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
#contenedor {
	margin: auto;
	width: 960px;
}
#header {
	height: 21px;
	background-image: url(../imagenes/headerFondo.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 5px;
	margin-top: 10px;
}
h1  {
	font-size: 13px;
	font-weight: bold;
	color: #C5CDD5;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 15px;
	color: #0053AB;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}


#secciones {
	margin-top: 10px;
	background-color: #E6E6E6;
	padding: 4px;
}
#opciones {
	float: right;
	width: 300px;
}
#menuv {
	width: 280px;
	float: right;
	margin-right: 2px;
	margin-top: 3px;
}
#menuv ul, li {
	list-style-type: none;
}

#menuv ul {
	margin: 0;
	padding: 0;
}

#menuv a {
	background-image: url(../imagenes/seccionesFondoLink.jpg);
	text-decoration: none;
	color: #333;
	display: block;
	width: 220px;
	font-size: 15px;
	height: 35px;
	padding-left: 60px;
	padding-top: 15px;
}

#menuv a:hover {
	text-decoration: underline;
	background-image: url(../imagenes/seccionesFondoHover.jpg);
	color: #FFF;
}

#foto {
	margin: 5px;
}
#contenido {
	clear: both;
	margin-top: 10px;
}

#directorio,
#publicaciones,
#novedades {
	width: 240px;
	height: 160px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
	padding-left: 75px;
}
#directorio {
	float: left;
	background-image: url(../imagenes/directorioLupa.jpg);
	background-repeat: no-repeat;
}
.directorioCampo {
	padding: 3px;
	border: 1px solid #CCC;
	background-color: #FDF5E8;
	margin-bottom: 15px;
	display: block;
}

#publicaciones {
	float: right;
	background-image: url(../imagenes/publicacionesIcono.jpg);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#publicaciones ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#publicaciones li  {
	list-style-image: url(../imagenes/publicacionesLista.jpg);
	vertical-align: top;
	list-style-position: outside;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#publicaciones a {
	color: #333;
	text-decoration: none;
}
#publicaciones a:hover {
	text-decoration: underline;
}


#novedades {
	margin-left: 320px;
	background-image: url(../imagenes/novedadesIcono.jpg);
	background-repeat: no-repeat;
}
#novedades ul {
	margin: 4px;
	padding: 0px;
}
#novedades li {
	color: #E77C08;
	font-weight: bold;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}
#novedades a {
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
#novedades a:hover {
	text-decoration: underline;
}
.novedadFecha {
	font-weight: bold;
	color: #E77C08;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

#subNovedades {
	height: 110px;
	width: 225px;
	overflow: auto;
	margin-top: 10px;
	border: 1px solid #CCC;
}

#footer {
	clear: both;
	margin-top: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BAC4CD;
	border-bottom-color: #BAC4CD;
	text-align: center;
}
#footer a {
	text-decoration: none;
	color: #00F;
}
#footer a:hover {
	text-decoration: underline;
	color: #00F;
}

/* Estilos novedades - Ajax XML Ticker */

#ajaxticker1 {
	width: 210px;
	height: 110px;
	border: 1px solid #CCC;
	padding: 5px;
	background-color: #FDF5E8;
	margin-top: 10px;
}

#ajaxticker1 div { /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
	background-color: #FDF5E8;
}

/* fin estilos de novedades */
