/***** RESET DE VALORES PREDEFINIDOS POR LOS NAVEGADORES PARA QUE SE VEAN LOS ESTILOS EN TODOS LOS NAVEGADORES IGUAL *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	font-family: "Helvetica neue", Helvetica, Arial;
	font-size: 13px;
}

.clear{
	clear: both;
}

a{
    text-decoration: none;
    color: #5f5f5f;
}

a:hover{
    color: #00629c;
}

h1, h2, h3, h4, h5{
	text-align: left;
}

h1{
	color: #b1b1b1;
	font-size: 36px;
	margin-bottom: 8px;
}

h1 a{
   color: #b1b1b1; 
}

h2{
	color: #737373;
	font-size: 30px;
	line-height: 27px;
	margin-bottom: 4px;
}

h2.notfound{
    font-weight: normal;
    line-height: 33px;
    margin-bottom: 10px;
}

h3{
    color: #464646;
    font-size: 18px;
	line-height: 20px;
}

h4{
	color: #6699CC;
	font-size: 17px;
}

h5{
	color: #505050;
	font-size: 16px;
}

h6{
	color: #00629C;
	font-size: 16px;
}

small{
    font-size: 12px;
    color: #797979;
}

hr{
    height: 0px;
    border-bottom: 0px;
    border-top: 1px solid #b2cce5;
}

hr.grey{
	border-color: #EEE;
	margin: 0px 0px 10px 0px;
}

p{
	margin: 3px 0px 3px 0px;
}

blockquote{
    margin-left: 30px;
    font-style: italic;
}

table{
    margin-bottom: 15px;
}

table td, table th{
    border: 1px solid #eee;
    padding: 5px;
    text-align: center;
}

table th{
    background: #F6F6F6;
}

.entry ol, .page_entry ol{
	list-style: decimal;
	margin: 5px 0px 5px 30px;
}

.entry ul, .page_entry ul{
	list-style: disc;
	margin: 5px 0px 5px 30px;
}

ul.no_style{
	list-style:none;
	margin: 0;
}

#container{
	width: 1000px;
	margin: 0 auto;
}

/***** HEADER *****/

#cabecera{
	width: 100%;
	height: 150px;
}

#logo{
	width: 685px;
	height: 150px;
	padding-left: 15px;
	float: left;
}

#logo_img{
	width: 331px;
	height: 74px;
	margin-top: 25px;
}

#logo_text{
    width: 331px;
    margin-top: 6px;
}

#logo_text h1{
	font-size: 16px;
	color: #a5a5a5;
	margin-bottom: 2px;
	text-align: right;
}

#idiomas{
	width: 300px;
	float: left;
}

#barra_idioma, #order_bar{
	font-family: Arial;
	color: #a9a9a9;
	font-weight: bold;
}

#order_bar{
	margin-bottom: 10px;
	line-height: 25px;
	text-align: center;
	margin-bottom: 30px;
}

#barra_idioma{
	float: right;
	margin-top: 20px;
	height: 18px;
}

#barra_idioma a, #order_bar a{
	color: #a9a9a9;
}

#barra_idioma a:hover{
    color: #00629c;
}

#order_bar a:hover{
	color: #6699cc;
}

#barra_idioma_izq, #barra_idioma_dch{
	width: 8px;
	height: 18px;
	float: left;
}

#barra_idioma_izq{
	background: url('images/languages.png') no-repeat;
}

#barra_idioma_dch{
	background: url('images/languages.png') -8px 0px no-repeat;
}

#order_bar_center{
	font-size: 16px;
	display: inline;
	background: #F3F3F3;
	padding: 5px 15px 5px 15px;
	border: 1px solid #E7E7E7;
}

#order_bar_center img{
	margin: 0;
	position: relative;
	top: 1px;
}

#order_bar_center span.left{
	margin-right: 5px;
}

#order_bar_center span.right{
	margin-left: 5px;
}

#barra_idioma_center{
	float: left;
	background: #f3f3f3;
	padding: 0px 10px 0px 10px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	line-height: 17px;
}

#participa{
	text-align: right;
	color: #ddd;
	font-size: 18px;
	font-weight: bold;
	height: 112px;
	position: relative;
}

#participa_exp{
	height: 18px;
	position:absolute;
	bottom:30px;
	right:0;
}

#participa_izq, #participa_dch{
    width: 8px;
    height: 36px;
    float: left;
}

#participa_izq{
	background: url('images/participa.png') no-repeat;
}

#participa_dch{
    background: url('images/participa.png') -8px 0px no-repeat;
}

#participa_center{
    background: #f3f3f3;
    height: 36px;
    padding: 0px 5px 0px 5px;
    line-height: 36px;
    color: #787878;
    font-size: 15px;
    font-weight: bold;
    float: left;
	padding: 0px 5px 0px 5px;
}

#participa_center a{
    color: #6699cc;
}

#participa_center a:hover{
	color:#00629C;
}

#participa_icon{
	width: 27px;
	height: 29px;
	background: url('images/iconos/exp.png') no-repeat;
	margin: 4px 5px 0px 0px;
	float: left;
}

#participa_center span{
    float: left;
}

/***** CONTENT *****/

#content{
	width: 100%;
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #dfdfdf;
	margin-bottom: 40px;
}

/***** MENU *****/

#menu{
	width: 150px;
	border-top: 1px solid #efefef;
	margin-top: 30px;
	float: left;
}

#menu ul li{
	font-size: 15px;
	color: #6699cc;
	font-weight: bold;
	padding: 7px 0px 6px 5px;
	border-bottom: 1px solid #efefef;
}

#menu ul li:hover{
    background: #6699cc;
}

#menu ul li:hover .pointer{
    background-position: -18px 0px;
}

#menu ul li:hover a{
    color: #fff;
}

#menu ul li a{
	color: #6699cc;
}

#menu ul li span{
    width: 122px;
	float: right;
}

#menu ul li .pointer{
	width: 18px;
	height: 18px;
	background: url('images/pointer.png') no-repeat;
	float: right;
	position: relative;
	right: 5px;
}

/***** MAIN CONTENT *****/

#main_content{
	width: 649px;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	float: left;
}

#main_content_data{
    width: 619px;
	min-height: 400px;
	height: 100%;
	padding: 0px 15px 30px 15px;
	margin-bottom: 10px;
	color: #444444;
}

#main_content_data_index{
	width: 619px;
	min-height: 400px;
	height: 100%;
	background: url('images/grafica.png') bottom right no-repeat;
	padding: 0px 15px 30px 15px;
	margin-bottom: 10px;
	color: #444444;
}

#content_meta1{
	width: 619px;
	height: 110px;
	overflow: hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content_meta1 img{
	width: 100%;
}

#top_header{
	width: 610px;
	height: 110px;
	margin-top: 20px;
}

#top_header h1{
	margin-top: 25px;
	padding-left: 10px;
}

.main_title{
	margin-right: 35px;
	float: left;
}

.title_search{
	width: 481px;
}

.title_experiments{
	width: 483px;
}

.title_publications{
	width: 502px;
}

.title_resources{
	width: 487px;
}

.title_people{
	width:455px;
}

.title_contact, .title_research, .title_noticias, .title_divulgacion, .title_lost{
	width: 481px;
}

.title_investigation{
	width: 510px;
}

.title_img_people, .title_img_contact, .title_img_research{
	position: relative;
	top: 20px;
}

.title_img_divulgacion{
    position: relative;
    top: 15px;
}

.title_img{
	float: left;
}

#top_header hr{
	border-color: #E6E6E6;
}

.entry{
    padding: 20px 10px;
}

.page_entry{
	padding: 0px 10px 20px 10px;
}

.entry a, .page_entry a{
	font-weight: bold;
}

.entry img, .page_entry img{
		margin: 5px;
}

.post, .post_contact{
	line-height: 18px;
	text-align: justify;
}

.post{
	margin-top: 15px;
}

.post p{
	margin: 5px 0px 15px 0px;
}

/***** SIDEBAR *****/

#sidebar{
	width: 179px;
	padding: 0px 10px 0px 10px;
	float: left;
}

#contacto{
    height: 26px;
    margin-bottom: 22px;
}

#contacto_izq, #contacto_dch{
    width: 8px;
    height: 26px;
    float: left;
}

#contacto_izq{
	background: url('images/contact.png') no-repeat;
}

#contacto_dch{
    background: url('images/contact.png') -8px 0px no-repeat;
}

#contacto_center{
    background: #f3f3f3;
    height: 26px;
    padding: 0px 5px 0px 5px;
    line-height: 26px;
    color: #787878;
    font-size: 13px;
    font-weight: bold;
    float: left;
}

#contacto_center a{
    color: #787878;
}

#contacto_center a:hover{
    color: #00629C;
}

#message_icon{
    width: 26px;
    height: 14px;
    background: url('images/message.png') no-repeat;
    margin: 6px 8px 0px 0px;
    float: left;
}

#contacto_center span{
    float: left;
}

#sidebar .bloq{
    margin: 12px 0px 10px 0px;
}

#sidebar h2, label{
    font-size: 17px;
	color: #6699cc;
	font-weight: bold;
}

#sidebar h2 a, #sidebar ul li h2 a{
    color: #6699cc;
}

#sidebar h2 a:hover{
    color: #00629C;
}

#sidebar ul li{
    padding: 4px 0px 4px 0px;
    color: #5f5f5f;
}

#sidebar ul li a{
    font-weight: bold;
    color: #5f5f5f;
}

#sidebar ul li a:hover{
    color: #00629c;
}

#sidebar ul li p{
    margin-bottom: 4px;
}

#sidebar .bloq li{
    list-style: none;
    margin-bottom: 20px;
}

#sidebar .bloq ul li{
    margin-bottom: 0px;
}

/***** FOOTER *****/

#footer{
    width: 990px;
    border-top: 1px solid #e2e2e2;
    color: #b0b0b0;
    font-size: 10px;
line-height: 12px;
    padding: 3px 5px 30px 5px;
}

#footer a{
    color: #b0b0b0;
	font-weight: bold;
}

#footer a:hover{
	text-decoration: underline;
}

#footer span.footer_bq{
    float: left;
	width: 50%;
}

#footer span.bq_right{
    text-align: right;
}
