
/* Disposiciones generales */

/* COLORES */
/* verde claro: #eef8f3 */
/* verde oscuro: #337755 */
/* azul claro: #eef8f3 */




p {
	font-family: "Palatino Linotype", "Georgia", "Bodoni MT", Times, serif;
	margin:0 0 5px 0;
	padding:0;
	line-height: 140%;
	color:#333;
}

a {
	color: #357;
	text-decoration: none;
}

a:hover {
	color: #375;
	text-decoration: underline;
}

a img {
	border:none;
}


/* Estructura del documento */

body {
	background-color: #fff7d7;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#222;
	}

#contenedor1{
	margin:0 auto;
	width: 800px;
}

#contenedor2 {
	width: 800px;
	position:absolute;
	padding:0; margin:0;
}
	
#cabecera {
	min-height:100px;
	margin-top: 10px; 
	padding:0;
	background-color: #fff7d7;
	text-align: center;
	}


#contenido {
	position: relative;
	float:right;
	width: 550px;
	padding: 10px 15px 15px 15px;
	margin: 10px 0;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 105%;
	background-color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0, 0.25);
	-moz-box-shadow:    0px 0px 15px rgba(0,0,0, 0.25);
	box-shadow:         0px 0px 15px rgba(0,0,0, 0.25);
	}

#lateral{
	width: 190px;
	position: relative;
	float: left;
	padding:10px;
	padding-top: 0px;
	margin: 10px 0;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
		border-radius: 5px;
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0, 0.25);
	-moz-box-shadow:    0px 0px 15px rgba(0,0,0, 0.25);
	box-shadow:         0px 0px 15px rgba(0,0,0, 0.25);
}

#pie {
	width: 190px;
	position: relative;
	float: left;
	clear: left;
	padding:7px 10px;
	color:#555;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
		border-radius: 5px;
	border: 1px solid #357;
	}

/* Cabecera */

.titulo{
	display:block;
	margin:  0 auto;
}

img{
	width: 100%;
}


.fecha{
	display:block;
	text-align: right;
	margin: 10px 0 3px 0;
	font-size: 130%;
	font-family: Verdana,Arial,sans-serif;
	color: #357;
}



/* Barra lateral */

#lateral img {
	display: block;
	text-align:center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
		border-radius: 2px;
	-ms-interpolation-mode: bicubic;
	image-rendering:optimizeQuality;
	width:90%;
	margin: 20px auto;
	}

#lateral h2 {
	margin: 5px;
	margin-top: 10px;
	font-size:100%;
	border-bottom: 1px solid #375;
	text-align:center;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #375;
	}
#lateral ul {
	margin: 5px 0; padding: 0;
	list-style: none;
}
	
#lateral li {
	margin: 10px 0 5px 10px;
	font-size: 85%;
	font-weight: lighter;
}

#lateral p{
	margin-bottom:8px;
	text-align: center;
	margin-left:5px;
}
	
#lateral p a:hover {
	text-decoration: underline;
	}

#lateral img{
	
}



/* Texto del contenido */

#contenido h1 {
	font-size:130%;
	margin: 10px 0;
}

#contenido h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:110%;
	font-weight: normal;
	border-bottom: 1px solid #375;
	margin: 10px 0 5px 0;
	color: #375;
}

#contenido h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:90%;
	margin: 0;
}

#contenido p{
	margin:5px 0;
	font-size:90%;
	color:#555;
}

.ponente{
	margin: 0 0 10px 0;
	border-top: 1px solid #eee;
	position: relative;
}

.mostrar-info-ponente{
	font-variant: small-caps;
	position:absolute;
	top:0; right:0;
}

.mostrar-pdf{
	position:absolute;
	font-variant: small-caps;
	top: 15px; right: 0;
}

.mostrar-arxiv{
	position:absolute;
	font-variant: small-caps;
	top: 30px; right: 0;
}

.ponente-nombre{
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	color: #357;
}

.ponente-institucion {
	font-family: Verdana, Arial, sans-serif;
	color: #888;
	font-size: 95%;
}

.ponente-titulo {
	display:block;
	color: #555;
	font-size: 110%;
	margin-right: 70px;
}

.ponente-abstract {
	padding: 0 5px;
	margin: 4px 5px;
	display:none;
	color: #888;
	font-size: 100%;
	border-left: 1px solid #375;
	line-height:155%;
	text-align: justify;
}

.abstract {
	color:#555;
}

.referencias {
	margin-top: 3px;
	list-style: none;
	padding:0 0 0 5px;
}

.referencias li{
	margin-top: 3px;
}
/* Mapas */

.mapa {
	display: block;
	width: 500px;
	height: 300px;
	border: 1px solid #777;
	margin: 10px auto;
}


/* Pie de página */

#notapie{
	position:relative;
	float: left;
	font-size:70%;
}

#pie a{
	color: #333;
	text-decoration: none;
}

#pie a:hover{
	text-decoration: underline;
}


/*Elementos de la página de investigación */

.submenu{
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #999;
	color:#eee;
	margin: 10px 0; padding: 0;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
		border-radius: 4px;
}

.submenu li {
	display: inline-block;
	padding: 0 5px;
}

.submenu a{
	width: 100%;
	height: 100%;
	font-size: 115%;
	color: #eee;
	padding: 5px;
	font-variant: small-caps;
}

.submenu a:hover{
	text-decoration: none;
	color:#357;
	background-color: #eee;
}

.submenu2{
	width: 50%;
	margin: 5px auto;
}


.interests {
	list-style: square;
	margin:5px 0; padding: 0 0 0 25px;
	color:#555;
}

.paper{
	background-color: #fafafa;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 5px;
	padding: 5px 0;
}

.paper-autores {
	color: #357;
	display: block;
}

.paper-titulo {
	color: #375;
}

.paper-referencia{
	color: #777;
	font-style: italic;
}

.paper-enlace {
	font-variant: small-caps;
	text-transform: lowercase;
	color:#357;
	display: inline-block;
	padding-left: 15px;
	background: url("../imagen/pdf.jpg") 0% 50% no-repeat;
}

.project{
	background-color: #fafafa;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 5px;
	padding: 5px 0;
}

.project-titulo{
	color: #375;
	display: block;
}

.project-referencia{
	color: #777;
}

.project-financiacion{
	color: #777;
}

.student {
	background-color: #fafafa;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 5px;
	padding: 5px 0;
}

.student-nombre{
	color: #357;
	display: block;
}

.student-titulo {
	color: #375;
}

.student-referencia{
	color: #777;
}

.student-enlace {
	font-variant: small-caps;
	color:#357;
	display: inline-block;
	padding-left: 15px;
	background: url("../imagen/pdf.jpg") 0% 50% no-repeat;
}

.collaboration{
	background-color: #fafafa;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 5px;
	padding: 5px 0;
}

.collaboration-nombre{
	color:#357;
}

.collaboration-institucion{
	color:#777;
}

/* Otros */

.colchon {
	height: 20px;
}

.boton-central {
	display: block;
	width: 60%;
	text-align: center;
	margin: 5px auto;
	padding: 5px;
	border: solid 1px #357;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
		border-radius: 5px;
    background-color: #f2f2f2;
}

.boton-central:hover{
	text-decoration: none;
	background-color: #357;
	color:#f2f2f2;
}

.subtitulo {
	display: block;
	padding-top: 3px;
}

/*Formulario */

/* =9 forms */
form {
  margin: 0 auto;
	width:90%;
	padding:1em;
}

input.error {
    border: 1px solid red;
    background-color: #F6D8D9;
}

label span.error {
    color: red;
}

div.valid {
    border: 1px solid #a1c166;
    width: 80%;
    margin: 5px auto;
    background: #EBF8D3 url(../img/check.png) no-repeat 0% 50%; /* #CAEAC1; #b6edb6; */
    padding: .3em 1em .3em 2em;
}

div.invalid {
    border: 1px solid #d25c4e;
    width: 80%;
    margin: 5px auto;
    background: #F5C8C9 url(../img/error.png) no-repeat 0% 50%;
    padding: .3em 1em .3em 2em;
}

fieldset {
    border: solid 2px #357;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
		border-radius: 5px;
    background-color: #f2f2f2;
    margin-bottom: 1em;
    padding: 1em;
}

fieldset legend {
    font-style: italic;
	padding:0.5em 0.5em;
}

fieldset p {
    font-size: 1em;
    color: #666666;
    margin-bottom: 20px;
}

fieldset label {
	display:inline-block;
    font-weight: bold;
    text-align: right;
}

fieldset .form_info {
    color: #666666;
    font-size: 0.9em;
    font-weight: normal;
    text-align: right;
}

fieldset input {
    font-size: 1em; /*12 / 15 = 0.8em*/
    padding: 4px 2px;
    border: solid 1px #A2A2A2;
    width: 95%;
}

table {width: 100%;}

td {
	text-align:right;
}

fieldset textarea {
    width:95%;
    height: 200px;
} 

#send {
	display: inline-block;
    padding: .3em 0;
	width: 50%;
    text-align: center;
    font-weight: bolder;
}

#send:hover {
	cursor:hand;
}


.horario {
	width:60%;
	margin: 5px auto 10px auto;
}


.hora {
	color: #999;
}

.break {
	color: #777;
	font-variant: small-caps;

}

.horario td, th{
	border-bottom: 1px solid #eee;
	text-align: center;
	line-height: 20px;
	height: 20px;
}

.horario th{
	font-family: sans-serif;
	font-weight: lighter;
}

#fotos-grupo{
	margin: 5px auto;
}

.foto-grupo {
	width:48%;
	display: inline-block;
}

