body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-image: url(../imagenes/logoFondo.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#contenedor {
	margin: auto;
	width: 960px;
}
#header {
	height: 22px;
	background-image: url(../imagenes/headerFondo.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 4px;
	margin-top: 10px;
}
#home {
	float: right;
	width: 150px;
	text-align: right;
	margin: 10px;
}
#home img {
	vertical-align: middle;
	margin-right: 10px;
}
#home a {
	color: #00F;
	text-decoration: none;
}
#home a:hover {
	text-decoration: underline;
}

h1  {
	font-size: 15px;
	font-weight: bold;
	color: #C5CDD5;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #8B9BAB;
	text-transform: uppercase;
}
h2 {
	font-size: 18px;
	color: #0053AB;
	font-weight: bold;
	margin: 0px;
	background-image: url(../imagenes/icono_h2.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 10px;
	color: #666;
}

a {
	color: #00F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


#secciones {
	margin-top: 10px;
	background-color: #E6E6E6;
	float: left;
	width: 200px;
	margin-bottom: 40px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 50px;
	padding-left: 5px;
	background-image: url(../imagenes/seccionesFooter.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#secciones img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 10px;
}

#opciones {
	float: right;
	width: 200px;
}
.submenu {
	background-color: #FFFFBD;
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
	line-height: 160%;
	border: 1px solid #CCC;
}
.submenu ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.submenu li  {
	list-style-image: url(../imagenes/publicacionesLista.jpg);
	list-style-position: inside;
	padding-left: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	display: inline;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
li.submenuUltimo {
	border-right-width: 0px;
}
.submenu a {
	color: #B1251E;
	text-decoration: none;
}
.submenu a:hover {
	text-decoration: underline;
}

.submenu2 {
	background-color: #FDF5E8;
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
	line-height: 160%;
	border: 1px solid #CCC;
}
.submenu2 ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.submenu2 li  {
	list-style-image: url(../imagenes/publicacionesLista.jpg);
	list-style-position: inside;
	padding-left: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	display: inline;
	padding-right: 10px;
}
.submenu2 a {
	color: #999;
	text-decoration: none;
}
.submenu2 a:hover {
	text-decoration: underline;
	color: #F00;
}

#foto {
	margin: 5px;
}
#contenido {
	margin-top: 10px;
	float: right;
	width: 730px;
	margin-bottom: 40px;
}
#contenedor li {
	list-style-position: outside;
	list-style-image: url(../imagenes/contenidoListaIcono.jpg);
	margin-bottom: 16px;
}

#contenido p {
	line-height: 150%;
}
#contenido .centrar {
	text-align: center;
	padding: 10px;
}

#menuContenido {
	margin: 15px;
	padding: 15px;
	float: right;
	width: 250px;
	background-color: #F5F5F5;
	border: 1px dotted #CCC;
}
#menuContenido li {
	list-style-position: outside;
	list-style-image: url(../imagenes/menuContenidoListaIcono.jpg);
}

#menuv {
	width: 200px;
	float: left;
	margin-right: 2px;
	margin-top: 3px;
}
#menuv ul, li {

}


#menuv ul {
	margin: 0;
	padding: 0;
}
#menuv li {
	list-style-image: url(../imagenes/menuvListaIcono.jpg);
	margin-bottom: 0px;
}


#menuv a {
	background-image: url(../imagenes/seccionesFondoLink.jpg);
	text-decoration: none;
	color: #333;
	display: block;
	width: 150px;
	font-size: 14px;
	height: 35px;
	padding-left: 50px;
	padding-top: 15px;
}

#menuv a:hover {
	text-decoration: underline;
	background-image: url(../imagenes/seccionesFondoHover.jpg);
	color: #FFF;
}


#directorio,
#publicaciones,
#novedades {
	width: 280px;
	height: 180px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
	padding-left: 75px;
}
#directorio h2,
#publicaciones h2,
#novedades h2 {
	font-size: 15px;
	color: #0053AB;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	background-image: none;
}
#directorio p, #publicaciones p, #novedades p {
	line-height: 130%;
}


#directorio {
	float: left;
	background-image: url(../imagenes/directorioLupa.jpg);
	background-repeat: no-repeat;
	margin-right: 10px;
}
.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: 370px;
	background-image: url(../imagenes/novedadesIcono.jpg);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#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;
	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 */
#tablaMensaje {
	margin: auto;
	width: 500px;
	padding: 0px;
	background-color: #DADADB;
}
#tablaMensaje td {
	margin: 0px;
	padding: 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#tablaMensaje .etiqueta {
	font-weight: bold;
	font-size: 11px;
	background-color: #C5C4C6;
}
#tablaMensaje input , #tablaMensaje textarea{
	width: 95%;
	padding: 3px;
	color: #999;
	font-size: 11px;
	border: 1px solid #FFF;
	font-family: Verdana, Geneva, sans-serif;
}
#tablaMensaje .mensajeBoton {
	height: 25px;
	width: 93px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


#abc {
	background-color: #FDF5E8;
	text-align: center;
	padding: 5px;
	border: 1px solid #CCC;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#abc a {
	text-decoration: none;
	color: #CCC;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #F5F5F5;
	padding: 3px;
}
#abc a:hover {
	text-transform: uppercase;
	text-decoration: none;
	background-color: #FFF;
	border: 1px solid #CCC;
	color: #F00;
}
.activa {
	border: 1px dotted #44AB00;
	padding: 10px;
	background-image: url(../imagenes/actividadActiva.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #E1FFE1;
	margin-left: -15px;
	list-style-image: none !important;
	list-style-type: none;
}
.avisoError {
	color: #F00;
	visibility: collapse;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}
.fotoDer {
	border: 5px solid #E6E6E6;
	margin: 15px;
	float: right;
}
#tablaMiembros {
	margin: 15px;
	border: 1px solid #CCC;
	font-size: 11px;
}
#tablaMiembros td {
	padding: 8px;
}
#tablaMiembros a {
	color: #333;
	text-decoration: underline;
}
#tablaMiembros a:hover {
	text-decoration: none;
}
