@charset "UTF-8";
/* CSS Document */

all,* {
margin: 0px;
padding: 0px;
border: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
}
body {
	background-color: #E5EEF3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #004981;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #005280;
}
a:hover {
	text-decoration: none;
	color: #007EC4;
}
a:active {
	text-decoration: none;
}

#encabezado_menu {
	margin: auto;
	background-color: #005280;
	color: #FFF;
	padding-left: 10px;
	width: 785px;
	height: 18px;
	padding-right: 10px;
}
#menu-arriba {
	background-image: url(../images/header.jpg);
	height: 18px;
}
#menu-register {
	list-style:none;
}
#menu-register li {
	float:left;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFF;
}
#menu-register li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
#menu-register a:hover {
	padding-right: 3px;
	padding-left: 3px;
	color: #CAD9E1;
	text-decoration: none;
}
#menu-account {
	list-style:none;
}
#menu-account li {
	float:right;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFF;
	padding-top: 3px;
}
#menu-account li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
#menu-account a:hover {
	color: #CAD9E1;
	text-decoration: none;
}
#encabezado {
	margin: auto;
	height: 100px;
	width: 805px;
}
#contenedor_menu {
	height: 30px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #5A90AE;
	background-image: url(../images/fondo-menu.gif);
	background-repeat: repeat-x;
	padding-top: 38px;
}
#menu {
	width: 805px;
	margin-right: auto;
	margin-left: auto;
}
#menu-activo {
	color: #FFF;
	background-color: #5990AE;
}
/* Navigation */
.nav, .nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

.nav {
	position: relative;
	font-weight: bold;
	color: #FFF;
	z-index: 100;
}
.nav li {
	position: relative;
	text-align: center;
	float: left;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
	color: #FFF;
	display: block;
	font-weight: bold;
	background-color: #666;
	height: 30px;
	line-height: 30px;
	width: 115px;
	font-size: 12px;
}

.nav li a:hover {
	color: #FFF;
	background-color: #5990AE;
}
#nav-one li:hover a, 
#nav-one li.sfHover a {
	color: #FFF;
	background-color: #5990AE;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
	color: #333;
	background-color: #CCC;
	font-weight: normal;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	width: 130px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 11px;
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
	color: #FFF;
	background-color: #5990AE;
}

.nav ul {
	background: #565656;
	list-style: none;
	position: absolute;
	top: -999px;
	left: 0px;
}
.nav li:hover ul,
.nav li.sfHover ul {
	top: 30px;
}
.nav ul li {
	text-align: left;
}
.nav ul a {
	white-space: nowrap;
}
.nav ul a:hover {
  background: #ccc;
  color: #000;
}
#contenedor_general {
	width: 785px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-color: #FFF;
}
#seccion {
	height: 25px;
	width: 785px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 25px;
	margin-bottom: 10px;
}
#seccion h1 {
	font-size: 20px;
	font-weight: bold;
	color: #004981;
}
#foto-cabecera {
	width: 785px;
}
#contenedor-selector {
	background-color: #E5EEF3;
	width: 785px;
	border: 1px solid #CCC;
	float: left;
	margin-bottom: 15px;
}
#contenedor-logos {
	width: 785px;
	border: 1px solid #CCC;
	float: left;
	margin-bottom: 15px;
}
#selector  {
	list-style-type: none;
}
#selector li {
	width: 241px;
	float: left;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#selector li a {
	width: 241px;
	float: left;
	display: block;
}
#selector li a h1 {
	font-size: 18px;
	color: #004981;
	padding-bottom: 10px;
}
#selector li a:hover h1 {
	font-size: 18px;
	color: #5990AE;
}
#selector li h1 {
	font-size: 18px;
	color: #004981;
	padding-bottom: 10px;
}
#pie {
	clear: left;
	color: #FFF;
	background-color: #004981;
	height: 16px;
	width: 785px;
	padding-top: 4px;
	text-align: center;
}
#contenedor {
	width: 785px;
	padding-bottom: 10px;
	float: left;
}
#cont-izquierda-home {
	width: 495px;
	float: left;
}
.solapa {
	height: 30px;
	width: 130px;
	padding-left: 10px;
	font-weight: bold;
	color: #FFF;
	line-height: 30px;
	background-image: url(../images/fondo-solapa01.gif);
	background-repeat: repeat-x;
	font-size: 12px;
}
.solapa-float {
	height: 30px;
	width: 130px;
	padding-left: 10px;
	font-weight: bold;
	color: #FFF;
	line-height: 30px;
	background-image: url(../images/fondo-solapa01.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	float: left;
}
.noticia {
	border: 1px solid #CCC;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	float: left;
	width: 483px;
}
.noticia-fecha {
	background-image: url(../images/fondo-fecha.gif);
	background-repeat: no-repeat;
	float: left;
	height: 61px;
	width: 59px;
	text-align: center;
	padding-right: 10px;
}
.noticia-cuerpo {
	width: 404px;
	float: right;
}
.noticia-cuerpo h1 {
	font-size: 20px;
	color: #074D84;
	font-weight: bold;
	line-height: 20px;
}
.fecha-numero {
	font-size: 30px;
	font-weight: bold;
}
.fecha-mes {
	font-size: 16px;
}
#cont-derecha-home {
	width: 270px;
	float: left;
	margin-left: 18px;
}
#ultimos-afiliados {
	width: 270px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
}
#ultimos-afiliados li {
	list-style-type: none;
	width: 270px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
#ultimos-afiliados li a  {
	color: #333;
	display: block;
	width: 250px;
	padding: 10px;
}
#ultimos-afiliados li a:hover {
	background-color: #E5EEF3;
}
#ultimos-noticias {
	width: 270px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	font-size: 14px;
	color: #004981;
	font-weight: bold;
}
#ultimos-noticias li {
	list-style-type: none;
	width: 270px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
#ultimos-noticias li a  {
	color: #333;
	display: block;
	width: 250px;
	padding: 10px;
}
#ultimos-noticias li a:hover {
	background-color: #E5EEF3;
}
#buscador {
	width: 248px;
	margin-bottom: 20px;
	background-color: #E6E6E6;
	border: 1px solid #CCC;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	float: left;
}
.form-buscador {
	border: 1px solid #CCC;
	width: 170px;
	height: 20px;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	line-height: 50px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.boton-ok {
	font-weight: bold;
	color: #FFF;
	background-color: #004981;
	height: 25px;
	width: 40px;
	border: 1px solid #004981;
	font-family: Helvetica, Arial, sans-serif;
}
#contenedor-selector-derecha {
	background-color: #E5EEF3;
	width: 268px;
	border: 1px solid #CCC;
	float: right;
	margin-bottom: 20px;
}
.afiliados {
	border: 1px solid #CCC;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	float: left;
	width: 483px;
}
.afiliados-logo {
	float: left;
	width: 200px;
}
.afiliados-datos h1 {
	font-weight: bold;
	color: #004981;
	font-size: 12px;
}
.afiliados-datos {
	width: 273px;
	float: right;
}
#contactos {
	width: 270px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	float: left;
}
#contactos li {
	list-style-type: none;
	width: 268px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#contactos li a  {
	color: #004981;
	display: block;
	width: 248px;
	padding: 10px;
}
#contactos li a:hover {
	background-color: #CCC;
}
#contenedor-contactos-derecha {
	background-color: #E5EEF3;
	width: 268px;
	border: 1px solid #CCC;
	float: right;
	margin-bottom: 20px;
}
.autoridades {
	float: left;
	width: 473px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.autoridades h1 {
	font-weight: bold;
	color: #004981;
	font-size: 12px;
}
.autoridades-sinlinea {
	float: left;
	width: 473px;
	padding: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.contenedor-instituciones {
	border: 1px solid #CCC;
	float: left;
	width: 763px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.instituciones-relacionadas-item {
	border: 1px solid #CCC;
	float: left;
	width: 753px;
	background-color: #004981;
	height: 18px;
	font-weight: bold;
	color: #FFF;
	padding-top: 6px;
	padding-left: 10px;
	font-size: 14px;
	margin-top: 10px;
}
#instituciones-relacionadas {
	width: 763px;
	float: left;
}
#instituciones-relacionadas ul {
	list-style-type: none;
	float: left;
	width: 242px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-right: 5px;
	margin-left: 5px;
}
#instituciones-relacionadas li {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.hagase-miembro {
	border: 1px solid #CCC;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	float: left;
	width: 483px;
}
.hagase-miembro ul li {
	margin-left: 30px;
}
#paginacion {
	width: 493px;
	padding-bottom: 10px;
	padding-top: 10px;
	float: left;
}
.bolsa {
	border: 1px solid #CCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	width: 473px;
}
#bolsatab {
	list-style-type: none;
}
#bolsatab ul {
	float: left;
}
#bolsatab li {
	height: 30px;
	width: 140px;
	float: left;
	display: block;
	margin-right: 3px;
}
#bolsatab li a {
	height: 30px;
	width: 130px;
	font-weight: bold;
	color: #004981;
	line-height: 30px;
	background-image: url(../images/fondo-solapa02.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	float: left;
	padding-left: 10px;
}
#bolsatab li a:hover {
	height: 30px;
	width: 130px;
	font-weight: bold;
	color: #004981;
	line-height: 30px;
	background-image: url(../images/fondo-solapa02-over.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	float: left;
}
#bolsatab li a.selected{
	height: 30px;
	width: 130px;
	padding-left: 10px;
	font-weight: bold;
	color: #FFF;
	line-height: 30px;
	background-image: url(../images/fondo-solapa01.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	float: left;
}
.bolsa-cuerpo {
	width: 473px;
	float: right;
}
.bolsa-cuerpo h1 {
	font-size: 15px;
	color: #074D84;
	font-weight: bold;
	line-height: 20px;
}
#contenido-bolsa {
	float: left;
	width: 495px;
}
#bolsa-selector {
	list-style-type: none;
}
#bolsa-selector li {
	width: 241px;
	float: left;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#bolsa-selector h1   {
	font-size: 18px;
	color: #004981;
	padding-bottom: 10px;
}
#cont-izquierda-login {
	width: 330px;
	float: left;
	height: 200px;
}
.icono-autoridades {
	float: left;
	height: 22px;
	padding-right: 5px;
	padding-top: 5px;
}
.links-autoridades {
	float: left;
	height: 18px;
	width: 100px;
	padding-top: 9px;
}
#cont-izquierda-recomendar {
	width: 400px;
	float: left;
}
#logo-elcuartito {
	width: 805px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 20px;
}

