/* Todos los elementos */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, p, blockquote, embed, object, img{
    padding: 0;
    margin: 0;
    border: 0;
}

/*** Clear FiX ***/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}
/* Hide from IE Mac \*/

.clearfix {display: block;}
/* End hide from IE Mac */

* html .clearfix {
	height: 1px;
}

/* Generales */
body {
	font-family: Verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
	font-size: 11px;
	color: #000000;
	background: #e7f0f5;
	background-image: url(/art/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background:#083f5c;
}

.nav ul {
	list-style: none;
	text-align: left;
}

.nav li { 
	display: inline;
	line-height:30px;
}

a:link, a:visited {
	color: #176f9d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.mas {
	background-image: url(/art/iconos/icono_mas.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

/* Cuerpo */
#contenedor {
	width: 960px;
	margin: 0 auto;
	background-color: #ffffff;
	vertical-align: top;
	background-image: url(/art/menufondo.gif);
	background-repeat: repeat-y;
	border-left:4px solid #849fae;
	border-right:4px solid #849fae;
}

/* Info */
#info {
	height: 16px;
	padding: 4px 0px 0px 10px;
	font-size:10px;
	background-color:#FFFFFF;
	color:#666666;
	text-align: left;
	border-bottom:1px solid #d9d9d9;
}

/* Menu */
#menu {
	width: 225px;
	float: left;
	font-size:12px;
	padding: 5px 5px 5px 10px;
}

#menu h2 {
	font-size: 14px;
	font-weight: bold;
	color: #616566;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 2px;
}

#menu ul {
	list-style-position: outside;
	padding-left: 12px;
	margin-bottom: 10px;
}

#menu li {
	list-style-image: url(/art/flecha_anaranjada.jpg);
	padding-bottom: 5px;
	border-bottom: 1px dashed #d9d9d9;
	margin-top: 5px;
}

#busqueda {
	margin-bottom: 20px;	
}

#banners {
	text-align: center;
}

#banners img {
	margin: 10px 10px 10px 10px;
}


/* Contenido */
#contenido {
	float: right;
	width: 690px;
	padding-top: 0px;
	padding-left: 18px;
	padding-right: 10px;
	padding-bottom: 10px;
	min-height:600px;
}
#contenido h1 {
	font-family: 'Georgia', 'Trebuchet MS', 'Times New Roman';
	color: #176f9d;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size:18px;
}

#contenido h2 {
	font-family: 'Georgia', 'Trebuchet MS', 'Times New Roman';
	color: #176f9d;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size:16px;
}

#contenido h3 {
	margin-top: 6px;
	margin-bottom: 3px;	
}

#contenido h4 {
	font: normal 13px 'Georgia', 'Trebuchet MS', 'Times New Roman';
	color: #A3A3A3;
	margin-top: 5px;
	margin-bottom: 5px;
}

#contenido hr {
	padding: 1px;
	background-color: #ff6600;
	margin-top: 2px;
	margin-bottom: 2px;
	clear: both;
}

#contenido em {
	font: bold 12px 'Trebuchet MS', 'Times New Roman';
	color: #00000;
	margin: 0;
	padding: 0;
	line-height: 12px;
}

#contenido p {
	margin-bottom: 4px;
	margin-top: 4px;
}

#contenido .dialogo {
	padding:5px;
}

#contenido .dialogo fieldset {
	padding-bottom: 5px;
	background-color:#F5F5F5;
	border: 1px solid #d9d9d9;
	margin:7px 0;
}

#contenido .dialogo p {
	clear: both;
}

#contenido .dialogo label {
	width:18%;
	float:left;
	text-align:right;
	margin-right:10px;
	line-height:20px;
	display:block;
	margin-top:7px;
}

#contenido .dialogo var {
	float: left;
	text-align: left;
	line-height: 20px;
	display: block;
	margin-top: 7px;
}

#contenido .dialogo input {
	font-size:11px;
	color:#333333;
	margin-top:7px;
	border: 1px solid #d9d9d9;
	padding: 2px;
}

#contenido .dialogo select {
	font-size:11px;
	color:#333333;
	margin-top:7px;
	padding: 2px;
	border: 1px solid #d9d9d9;
}

#contenido .dialogo .submit {
	margin-left: 15%;
}

#contenido .dialogo textarea {
	font-size:11px;
	color:#333333;
	margin-top:7px;
	border: 1px solid #d9d9d9;
}

#mapa {
	border-bottom: 1px solid #d9d9d9;
	text-align: center;
}

#migadepan {
	font-size: 12px;
	color: #666666;
	text-align: left;
	padding:4px 0;
	border-bottom:1px solid #d9d9d9;
	margin-bottom:4px;
}

#migadepan :link, #migadepan :visited {
	color: #176f9d;
	text-decoration: none;
}

#migadepan :hover {
	text-decoration: underline;
}

#submenu {
	font-size: 12px;
	color: #666666;
	text-align: left;
	padding:4px 0;
	border-top:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
	margin-top:4px;
	margin-bottom:4px;
}

#submenu :link, #submenu :visited {
	color: #176f9d;
	text-decoration: none;
}

#submenu :hover {
	text-decoration: underline;
}

#panel {
	float: right;
	width: 205px;
	border-left: 1px solid #d9d9d9;
	padding-left: 5px;
}

#panel h2 {
	border-bottom: 1px dotted #d9d9d9;
	font-size: 14px;
	font-weight: bold;
	color: #616566;
	margin-bottom: 2px;	
}

#panel :link, #panel :visited {
	color: #ff6600;
}

#contenido ul {
	padding-left: 15px;
}

/* Actividades */
#actividades {
	padding-top: 10px;
}

.actividad {
	border-bottom: 1px dotted #d9d9d9;
	padding: 5px 0px;
}

/* Noticias Destacadas */
#destacados {
	width: 475px;
}

#destacados h2 {
	font-family: 'Georgia', 'Trebuchet MS', 'Times New Roman';
	font-size: 16px;
	color: #176f9d;
	font-weight: bold;
	margin-bottom: 10px;
}

#destacados img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#destacados .fecha {
	background-image: url(/art/iconos/icono_calendario.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

#destacados .mas {
	clear: left;
	background-image: url(/art/flecha_anaranjada.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}

.destacado {
	margin-top: 10px;
	clear: left;
	border-bottom: 1px solid #d9d9d9;
}

/* Noticias */
#noticias {
	width: 465px;
	background-color: #f7f8fd;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align:left;
}

#noticias h2 {
	font-size: 14px;
	font-weight: bold;
	color: #616566;
	margin-bottom: 2px;
}

#noticias ul {
	font-family: 'Georgia', 'Trebuchet MS', 'Times New Roman';
	font-size: 12px;
	font-weight: bold;
	padding-left: 12px;
}

#noticias li {
	list-style-image: url(/art/flecha_anaranjada.jpg);
	padding-bottom: 5px;
	margin-top: 5px;
}

/* Publicaciones */
#publicaciones {
	margin-top: 5px;
}

#publicaciones h2 {
	font-size: 14px;
	font-weight: bold;
	color: #616566;
	margin-bottom: 10px;
	border-bottom: 1px solid #d9d9d9;
}

.publicacion {
	border: 1px solid #d9d9d9;
	background-color: #f7f8fd;
	width: 140px;
	min-height:190px;
	margin-right: 10px;
	float: left;
	text-align: center;
	padding:8px;
}

.publicacion img {
	margin:0 0 5px 0;
}

/* Proyectos */
.proyecto {
	margin-bottom: 10px;
	background-color: #f7f8fd;
	padding-top: 5px;
	border: 1px solid #d9d9d9;
}
.proyecto p {
	padding: 0px 5px 5px 5px;
}

.proyecto label {
	font-weight: bold;
}

.proyecto var {
	margin-right: 4px;
	margin-left: 4px;
}

.proyecto .resumen {
	background-color: white;
	padding: 5px;
	margin: 10px;
	border: 1px solid #d9d9d9;
}

.persona {
	clear: left;
	background-color: #f7f8fd;
	padding: 5px;
	border: 1px solid #d9d9d9;
	margin-bottom: 2px;
	height: auto!important; /* para los browsers buenos */
	height: 80px; /* para IE5+ */
	min-height: 80px; /* para los browsers buenos */
}

.persona img {
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	border: 1px solid #d9d9d9;
}

.persona label {
	font-weight: bold;
}

.persona h3 {
	margin-top: 0px;
}

.paginacion {
	text-align: center;
}

/* Pie */
#pie {
	clear: both;
	background-color: #176f9d;
	overflow:hidden;
}
div.cris{
	padding:10px 0;
	}
#pie .cris ul {
	list-style-type: none;
}

#pie h3 {
	color:#86D001;
	font-size:12px;
	padding-top:10px;
}

#pie :link, #pie :visited  {
	color:#FFFFFF;
}

#pie ul{
	padding:0 8px 10px 8px;
}

#pie ul li {
	line-height:16px;
	border-bottom:1px solid #458cb1;
}

#pie .contacto {
	padding:0 7px 10px 7px;
	width: 225px;
	height: 166px;
	background-color: #61b0db;
	float: left;
	text-align: center;
	color:#083f5c;

}
#pie .contacto h3{
	color:#FFFFFF;
	padding-left:55px;
}

#pie .contacto img {
	float: left;
	padding:2px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
}

#pie .cris {
	width: 230px;
	float: left;
	padding: 2px 5px 2px 5px;
	text-align: center;
}

#nivel5 {
	float: left;
	width: 239px;
	background-color: #61b0db;
	color: #083f5c;
	font-size: 11px;
	font-weight: normal;
	padding:0;
	margin: 0;
	text-align: center;
	clear: left;
}

#nivel5 a:link, #nivel5 a:visited, #nivel5 a:hover {
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	padding:0;
	margin: 0;
}

#links {
	margin: 15% 0 0 0;
	padding: 0;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	background-color: #176f9d;
	color: #458cb1;
	border-top:1px solid #61b0db;
}

#links a{
	text-decoration: none;
	color: #458cb1;
	line-height:26px;
}

#links :link, #links :visited  {
	color:#8bb7ce;
}

#links :hover {
	color:#FFFFFF;
}

.error {
	text-align: left;
	color: #ff0000;
}

.mensaje {
	color: green;
}

/* FIN DEPURACION */
.normal{
	text-align: left;
	width: 300px;
}

.normaljustificado{
	text-align: justify;
}

.chico {
	text-align: left;
}

.subtitulo {
	font-family: 'Trebuchet MS';
	font-size: 14px;
	color: #176f9d;
	font-weight: normal;
}

.titulonoticia {
	font-family: Georgia;
	font-size: 24px;
	color: #176f9d;
}

.boton	{
	border-RIGHT: #999999 1px solid;
	border-TOP: #999999 1px solid;
	border-LEFT: #999999 1px solid;
	border-BOTTOM: #999999 1px solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	COLOR:#000000;
	BACKGROUND:#CCCCCC;
}

.caja	{
	border: #D9D9DB 1px solid;
	background:#FFFFFF;
	padding:2px;
}

.imagenconborde{
	border-right: #D9D9DB 1px solid;
	border-top: #D9D9DB 1px solid;
	border-left: #D9D9DB 1px solid;
	border-bottom: #D9D9DB 1px solid;
}

#publicacion {
	border-right: #D9D9DB 1px solid;
	border-top: #D9D9DB 1px solid;
	border-left: #D9D9DB 1px solid;
	border-bottom: #D9D9DB 1px solid;
	background:#F7F8FD;
	text-align: center;
}

/* Encabezado CRI */
#encabezado_cri {
	width: 960px;
	height: 151px;
	margin: 0;
	padding: 0;
	background-color: #176f9d;
	border-bottom: 1px solid #ffffff;
}

#encabezado_cri .logo {
	vertical-align: middle;
	display: inline;
	float: left;
	width: 180px;
}

#encabezado_cri h1 {
	vertical-align: top;
	font-family: 'Trebuchet MS';
	padding-top: 5px;
	padding-left: 25px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	float: left;
	padding-bottom: 5px;

}

#encabezado_cri h2 {
	vertical-align: top;
	font-family: 'Trebuchet MS';
	padding-top: 5px;
	padding-left: 25px;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	float: left;
	padding-bottom: 5px;
}

#encabezado_cri .logos {
	vertical-align: middle;
	display: inline;
	float: right;
	width: 111px;
	height: 60px;
}

#seccion_cri, #seccion_cri a {
	width: 808px;
	height: 19px;
	color: #FFFFFF;
	background-color: #60afda;
	vertical-align: middle;
	text-decoration: none;
	border-left: 1px solid white;
	font-family:'Trebuchet MS';
	font-size: 14px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 3px;
	padding-top: 3px;
}

#seccion_cri a.seccion_cri2 {
	margin-top: 2px;
	width: 820px;
	height: 19px;
	color: #FFFFFF;
	background-color: #60afda;
	vertical-align: middle;
	text-decoration: none;
	font-family:'Trebuchet MS';
	font-size: 14px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 3px;
	padding-top: 3px;
}

#barralateralder{
	width: 100%;
	float:left;
}

#barralateralder .link, link:visited{
	color:#ff6600;
	text-decoration:none;
}

#barralateralder link:hover {
	text-decoration:underline;
}

#barralateraldertitulo{
	font-family:'Trebuchet MS';
	font-size:14px;
	font-weight: bold;
	color:#666666;
	width: 95%;
}


#contenido .link,.linkcaja, .link,.linkcaja:visited{
	color: #176f9d;
	text-decoration: none;
}

#contenido .link,.linkcaja:hover {
	text-decoration: underline;
}

#fichas {
	float:left;
	width: 475px;
}

#fichas :link, #fichas :visited{
	color: #176f9d;
	text-decoration: none;
}

#fichas :hover {
	text-decoration: underline;
}
.ficha{
	margin-bottom:20px;
	}
.ficha em{
	padding-top:10px;
	font-weight:bold;
	font-style:normal;
	font-size:12px;

}
.ficha p{
	padding:10px 5px;
}
.ficha td{
	background-color:#f4f9fc;
	padding:8px 3px;
}
.imagenficha {
	padding:5px;
	border:1px solid #d9d9d9;
	margin:0 5px 0 5px;
	background-color:#FFFFFF;
}

.tituloficha {
	font-size:12px;
	font-weight:bold;
}

.titulofichadestacado {
	font-size:14px;
	font-weight:bold;
}

.textofichadestacado {
	font-size:12px;
}

.ficha .normal{
	color:#999999;
}
ul.ficha, ul.carpeta {
	padding:10px;
}
ul.ficha li{
	line-height:20px;
	list-style:none;
	font-size:12px;
	background:url(/art/flecha_anaranjada.jpg) no-repeat 0% 50%;
	padding-left:10px;
	border-bottom:1px solid #d9d9d9;
}
.carpeta li{
	line-height:24px;
	list-style:none;
	font-size:14px;
	background:url(/art/carpeta.gif) no-repeat 0% 50%;
	padding-left:22px;
	border-bottom:1px solid #d9d9d9;
}

.documento{
	padding:10px 5px;
	border-bottom:1px solid #d9d9d9;
}

.documento p {
	padding:5px;
}

.documento a img {
	padding:8px;
}

.documento h2 {
	font-family: 'Georgia', 'Trebuchet MS', 'Times New Roman';
	color: #176f9d;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
}

/* Blog */
#blog {
	background-color: #ffffff;
	height: 185px;
	padding: 0;
	margin: 0;
	border: 1px solid transparent;
}

#blog img {
	margin: 11px 22px 0 11px;
	border: 1px solid #94AAB8;
	float: left;
}

#blog h1 {
	color: #2F72B8;
	font: bold 20px 'Georgia', 'Trebuchet MS', 'Times New Roman';
	margin: 2px 0 0 0;
	padding: 0;
}

#blog h2 {
	color: #2F72B8;
	font: bold 18px 'Georgia', 'Trebuchet MS', 'Times New Roman';
	margin: 0;
	padding: 0; 
}

#blog h3 {
	color: #B2B7BD;
	font: bold 16px 'Trebuchet MS';
	margin: 30px 0 0 0;
	padding: 0; 
}

#blog h4 {
	background-color: #176F9D;
	color: #ffffff;
	font: normal 14px 'Trebuchet MS';
	margin: 45px 0 0 0;
	padding: 10px 5px 0 5px; 
	text-align: right;
	height: 30px;
}

#blog .link, link:visited{
	color: #ffffff;
	text-decoration: none;
}

#blog link:hover {
	text-decoration: underline;
}

#blog a {
	color: #FFFFFF;
	font: normal 14px 'Trebuchet MS';
	padding: 0 10px 0 10px;
}


/* Trabaje */
.trabaje {
	margin-bottom: 10px;
	background-color: #f7f8fd;
	padding-top: 5px;
	border: 1px solid #d9d9d9;
}
.trabaje p {
	padding: 0px 5px 5px 5px;
}

.trabaje label {
	font-weight: bold;
}

.trabaje h3 {
	margin-left: 4px;
	font-size:13px;
	color: #176f9d;
	font-weight: bold;
}

.trabaje var {
	margin-right: 4px;
	margin-left: 4px;
}

.trabaje .resumen {
	background-color: white;
	padding: 5px;
	margin: 10px;
	border: 1px solid #d9d9d9;
}

/* Foros */

#foro {
	padding: 10px 0 0 0;
	margin: 0;
}

#foro table {
	border: 1px solid #d9d9d9;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	width: 100%;
}

#foro th {
	padding: 4px;
	margin: 2px;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

#foro td {
	padding: 4px;
	margin: 2px;
	font-weight: normal;
	text-align: left;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

#foro h1{
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#foro .caja {
	padding: 8px;
	margin: 8px 2px 8px 2px;
	font-weight: normal;
	text-align: left;
	border: 1px solid #d9d9d9;
	background-color: #f7f8fd;
}

#foro h2{
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	float: left;
}

#foro h3{
	margin: 0 0 0 4px;
	padding: 0;
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	width: 80px;
	float: left;
}

#foro p {
	padding: 10px 0 0 0;
	margin: 0;
	font-weight: normal;
	text-align: left;
	line-height: 13px;
}

#foro .moderador {
	float: right;
}

#foro p.parrafo {
	padding: 2px 0 0 0;
	margin: 0;
	font-weight: normal;
	text-align: left;
	line-height: 13px;
}

.quote{
	padding: 4px;
	margin: 4px;
	border:1px solid #CCCCCC;
}
