﻿@charset "utf-8";
/* CIBERSAM - Estilos */

@import url("bloques.css");
@import url("links.css");

body{
	margin: 0em;
	padding: 0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #232323;
	text-align: justify;
	background: #FFFFFF url(../img/fondo_principal.jpg) repeat-x top;
}

/* 30/09/2009 - ANULAMOS LOS ESTILOS DEL MENU PRINCIPAL*/
/*
#cont_menu_principal ul{ margin: 0em;	float: left; padding: 0.3em 0em 0em 0em; list-style-type:none; color: #FFFFFF; font-size: 0.9em; font-weight: bold;	text-align: left; line-height: 1.1em;}
#cont_menu_principal ul li{display: inline;	float: left;}
#cont_menu_principal ul li a{ color: #FFFFFF; text-decoration: none; float: left;}
#cont_menu_principal ul li a:hover{	color: #ffcc00;}
#cont_menu_principal .separador{ width: 0.1em; padding: 0; margin: 0em 0.6em 0em 0.6em; top: 0.75em; position: relative; background: url(../img/sep_menu_principal.gif) no-repeat bottom;}
*/

#cont_menu_principal ul li{
	display: inline;
	float: left;
}

#cont_menu_principal ul li a{
	color: #FFFFFF;
	text-decoration: none;
	float: left;
}

#cont_menu_principal ul li a:hover{
	color: #ffcc00;
}

#cont_menu_principal .separador{
	width: 0.1em;
	padding: 0;
	margin: 0em 0.6em 0em 0.6em;
	top: 0.75em;
	position: relative;
	background: url(../img/sep_menu_principal.gif) no-repeat bottom;
}

h1{
	font-size: 1.3em;
	margin: 3.2em 0em 1.5em 0em;
	padding: 0em;
	color: #907509;
	text-align: left;
}

h2{
	font-size: 1.1em;
	margin: 0em;
	margin-top: 1em;
	padding: 0em;
	color: #464545;
}

h2.top0{
	font-size: 1.1em;
	margin: 0em;
	padding: 0em;
	color: #464545;
}

.titulo_verde_osc{
	color: #584d20;
}

.titulo_negro{
	color: #000000;
}

.titulo_azul_marino{
	font-size: 1.1em;
	color: #0c5d69;
	font-weight: bold;
}

ol li{
	margin: 1.5em auto 1.5em auto; 
}

.imgs_a_la_izquierda{
	float: left;
	margin: 0.5em 2em 1em 0em;
}

.listas_areas{}
.listas_areas li{margin: 1em auto 1em auto;}

.clear2{
	margin: 0em;
	padding: 0em;
	width: 100%;
	height: 1%;
	clear: both;
	line-height: 0em;
}
/* ------------------------- Botones de las áreas de investigación ---------------------------- */
#col_izquierda ul{
	line-height: 0em;
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #000000;
	font-weight: bold;
}

#col_izquierda ul li{
	margin: 0;
	padding: 0;
	padding-top: 0.5em;
	height: 2em;
	background: url(../img/index_btn1.gif) no-repeat;
}

#col_izquierda ul li a{
	top: 0.6em;
	left: 3em;
	color: #574e25;
	font-size: 1.3em;
	text-decoration: none;
	position: relative;

}

#col_izquierda ul li a:hover{
	color: #000000;
}

.areas_investigacion{
	padding: 0.3em auto 0.3em 0.3em;
	background: url(../img/index_btn1.gif) no-repeat; 
	width: 100%;
	margin: 0em;
	height: 2.5em;
	line-height: 1em;
}

.areas_investigacion a{
	margin-left: 3.5em;
	color: #574e25;
	font-size: 1.3em;
	top: 0.5em;
	text-decoration: none;
	font-weight: bold;
	position: relative;
}

.areas_investigacion a:hover{
	color: #000000;
}


.enlaces_infraestructura{
	padding: 0.3em auto 0.3em 0.3em;
	background: url(../img/infra_btn1.gif) no-repeat; 
	width: 53em;
	margin: 0em;
	height: 2.5em;
	line-height: 1em;
}

.enlaces_infraestructura a{
	margin-left: 3.5em;
	color: #574e25;
	font-size: 1.3em;
	top: 0.5em;
	text-decoration: none;
	font-weight: bold;
	position: relative;
}

.enlaces_infraestructura a:hover{
	color: #000000;
}

.fecha_gris_osc{
	margin-top: 5em;
	font-size: 0.9em;
	font-weight: bold;
	color: #464545;
	text-align: left;
	clear: both;
}

.fecha_gris_claro{
	font-size: 0.9em;
	color: #5d5a58;
}

.borde_inf{
	border-bottom: solid 1px #c1a435;
}

#col_centro .contenido p, #col_derecha .contenido p{
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}

#cont_validacion img{
	margin: 0.3em;
}

#cont_footer p{
	margin: auto;
	margin-top: 0;
	padding: 0.5em 0em 0em 0em;
	position: relative;
	width: 90%; 
	text-align: center;
}

table{
	border: solid 0.1em #1b5f68;
	margin: 0em;
	padding: 0em;
}

.leyenda{
	color: #393939;
}

th{
	background: url(../img/fondo_tabla_header.jpg) repeat-x top;
	color: #FFFFFF;
	font-size: 1.2em; 
	font-weight: normal;
	padding: 0.5em 0.3em 0.5em 0.3em;
}

tr{
	height: 2em;
}

td{	
	border: solid 0.1em #1b5f68;
	padding: 0.5em 0.3em 0.5em 0.3em; 
}

tfoot{
	background: #1a5a64 url(../img/fondo_tabla_header.jpg) repeat-x top;
	text-align: right;
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
}


/*------------------- GRUPOS DE INVESTIGACIÓN ------------------------------------------*/
.grupos_investigacion_img1{
	float: right;
}


.directores{

}

.directores .uno{
	margin: 0.5em auto 0.5em auto;
}

/*----------------------------- PROYECTOS COLABORATIVOS -----------------------------------------------*/
.separador_naranja {
	width: 100%;
	margin: 1.2em auto 1.2em auto;
	height: 0.1em;
	position: relative;
	border-bottom: solid 0.1em #FFCC00;
}

/* -------------------------------------------PROYECTOS COLABORATIVOS ------------------------------------*/

#cont_proyectos_colaborativos li{
	margin: 0.5em auto 0.5em auto;
}
/******* LEYENDA PARA TABLAS******/
.leyendatabla{
	color : #114d56;
	font-weight : bold;
	font-size : 0.9em;
}

/* -------------------------------------- NUEVAS LISTAS ------------------------------*/
.nuevas_listas{}

.nuevas_listas ul{
	list-style-image: url(../img/icono_listas.gif);
	line-height: 1.5em;
}

.sin_borde{
	border-width:0px;
}

.cursoDetalleGrupos{
	color: rgb(20, 102, 115); 
	font-weight: bold;
}
