/* || Pagina general  */

DIV.pagina {
position: absolute;
left: 50%;
top: 0%;
width: 960px;
margin-left: -480px; /* half of width */
background: #FFFFFF;
}

/* || Cabecera - Titulo y datos personales */

#datospersonales {
  text-align: justify;
  width: 400px; 
  margin-left: 20px;
  float: left;
  font-size:12px;
  line-height: 15px; 
  font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}

/* || Cabecera - Barra de navegacion */

#nav {
  /*  top:150px; left:0px; width:100px;height:550px; */
  margin-left: auto;
  margin-right: auto;
	background: #FFFFFF;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
  transform: translate(30%, -5%);
}

#nav li {
	float: left;
	font: 100% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	display: inline;
}
#nav a {
	background: #FFFFFF bottom right no-repeat;
	color: #20859F;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#nav a:hover {
	background: #FFFFFF bottom center no-repeat;	
	/*text-decoration: underline;*/
	color: #065a6f;
	font-weight: bold;
	padding-bottom: 8px;
}

/* || Cuerpo de la web */


#bottompage {
float : left ;
position :relative;
top:0px; left:50px; width:860px;height:auto;
padding: 0;
overflow:visible; 
background-color:white; border: 0px; margin:0px;
text-align: justify; 
font-size:12px;
font-weight:normal;
font: 85% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}

#bottompage h1 {
font-size:12px;
font-weight:bold;
font: 170% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;}

#bottompage p {
line-height: 1.6;
}

#proyecto {
  width:840px; 
  border-radius: 10px;
  background-color:#E8F3F3;
  padding: 10px;
  border: 5px;
  margin:0px;
}
  
#highlighted_news {
    width:840px; 
    border-radius: 10px;
    border: 2px solid #E8F3F3;
    background-color:#E8F3F3;
    padding: 10px;
    border: 5px;
    margin:0px;
}

#imagencentrada {
/*float : left ;
text-align: center; */
display: block;
margin-left: auto;
margin-right: auto;
width: 0%;
}

p.year {
font-weight:bold;
color:#41434B;
font-size:120%
}


/* || Research - Botones de lineas de investigación */

.research_box_inline {
  display: inline-block;
  margin: 1em;
}
.research_box_wrap {
  display: table;
  width:300px;
  height:75px;  
  border-radius: 5px;
  /*border: 2px solid #E8F3F3;*/
  background: linear-gradient(to top, #5095d7, 50%,#A8CDFE);
  color: white; 
  padding: 10px;
  text-align: center;
  /*border:  thin solid darkgray;*/
}
.research_box_wrap p {
  display:        table-cell;
  vertical-align: middle;
}

.research_box_wrap:hover { 
  -moz-box-shadow: 0 0 15px rgba(31, 73, 125, 0.8); 
  -webkit-box-shadow: 0 0 10px rgba(31, 73, 125, 0.8);
   box-shadow: 0 0px 15px rgba(31, 73, 125, 0.8); 
}


/* || Research - SAMARUC  download button */
.btn {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
}

/* Darker background on mouse-over */
.btn:hover {
  background-color: RoyalBlue;
}

/* ----------------------------- */
/* .someClass vs # elementID ids must be unique where as class can be applied to many things */

#research_lines_array {
width:700px;
height:500px;
text-align: center; 
margin-left:90px;
}

#pict-research {
  float:left;
  margin-left:50px;
  margin-top:15px;
  width:240px;
  padding: 0px;
  text-align: center; 
}

#pict-research:hover { 
-moz-box-shadow: 0 0 15px rgba(31, 73, 125, 0.8); 
-webkit-box-shadow: 0 0 10px rgba(31, 73, 125, 0.8);
 box-shadow: 0 0px 15px rgba(31, 73, 125, 0.8); 
 }

.vert_box_container {
  float:left;
  display: table;
  width:360px;
  height:400px; 
  border-radius: 5px;
  /*border: 2px solid #E8F3F3;*/
  background: linear-gradient(45deg, #5095d7, 50%,#A8CDFE);
  color: black; 
  padding: 10px;
  text-align: center;
  margin: 20px;
}

/* Table styling with CSS */
table {
    font: 100% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}

table, th, td {
    border-collapse: collapse;
    border: 1px solid #20859F;
    border-left: none;
    border-right: none;
}
td {
    padding: 5px;
}
th {
    background-color: #20859F;
    color: white;
}

/* CSS para las publicaciones generado por el Script de PERL bib2html */

h3 {
  color: #20859F;
}

h2 {
  font-style: italic;
  font-family:  "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
  margin: 12px 0px 5px 0px;
  padding: 0px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #000000;
  color: #000000;
}

a:link {
  font-family:  "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
  font-weight:600;
  text-decoration:none;
  color:#20859F;
}
a:visited {
  font-family:  "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
  font-weight:600;
  text-decoration:none;
  color:#20859F;
}
a:hover {
  text-decoration: underline;
  color: #20859F;
  font-weight: bold;
}
