body {
	margin: 0px;
	padding: 0px;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  	/*background: #abccdc url(../images/bckgr.gif) repeat-x center top;*/
	font-size: 12px;
	color: #333333;
	background-image:url(../images/fondo.png);
	background-repeat:no-repeat;
	background-position:top left;
}
p {
	margin: 8px 0px;
	line-height: 15px;
}
a:link, a:visited {
	text-decoration: none;
	color: #333;

}


a:hover {
	color: #156766;
	text-decoration: underline;
}
h1 {
	font-size: 30px;
	font-weight: bold;
	padding: 15px;
	margin: 0px;
}

/* Layout */

#wrapper {
	max-width: 980px;
	margin: 0px auto;
	clear: both;
}
#topnav li{
	list-style: none;
}
#topnav li {
float:right;
list-style-image:none;
list-style-position:outside;
padding-left:10px;
 
}

	
#topnav img{
	border: none;
	float: right;
}

#topnav {
	height: 15px;
	margin: 0px;
	padding: 0px;
	clear: both;
	/*width: 780px;*/
	float:right;
}
#topnav-l {
	background: url(../images/topnav-l.png) no-repeat left top;
	width: 10px;
	height: 35px;
	float: left;
}
#topnav-m {
	float: left;
}
#topnav-r {
	background: url(../images/topnav-r.png) no-repeat right top;
	width: 10px;
	height: 35px;
	float: right;
}
#user_info {
	margin: 0px;
	padding: 3px 0px 0px 0px;
	font-size: 11px;
	line-height: normal;
}
#user_info a {
	color: #336699;
}
#header {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 142px;
	text-align: left;
	background-image:url(../images/header.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	}
#footer {
	margin-top: 15px;
	padding: 10px 0px;
	background-color: #0C665D;
	color: #FFFFFF;
	text-align: center;
	display: inline-block;
	width: 100%; 
	background-image:url(../images/careta.png);
	background-position: right;
	background-repeat: no-repeat;
}
#footer a {
	color: inherit;
}
#footer p {
	margin: 2px;
}
#page_body {
	min-height: 600px;
}
#left {
	/*width: 780px;*/
	/*float: left;*/
	margin: 0px;
	padding: 0px;
	display: inline;
}
#right {
	width: 200px;
	float: right;
	margin: 0px;
	padding: 0px;
	display: inline;
}
/* Columns */

#colone {
	width: 230px;
	padding: 0px;
	float: left;
	margin-top: 3px;
}
#coltwo {
	width: 747px;
	padding: 0px;
	float: left;
	margin-top: 3px;
	margin-left: 3px;
}

/* Options */

#mainsearch {
	/*background: url(../images/mainsearch_bg.png) repeat-x center top;*/
	padding: 0px;
	/*margin: 5px 0px;*/
	/*height: 166px;*/
	/*text-align: center;*/
	clear: both;
	/*FIXME Revisar ancho. Por el momento tiene mismo tamaño que #left */
	/*width: 780px;*/
	margin-top: 2px;
}
#mainsearch-m {
	margin: 0px;
}
#mainsearch a {
	font-weight: bold;
}

#mainsearch form {
		padding: 10px;
		background-image:url(../images/fondo_busqueda.png);

background-color:#d7e9e6;
		background-repeat:no-repeat;
		border-bottom:1px solid #8bb7b0;
		border-left:1px solid #8bb7b0;
		border-right:1px solid #8bb7b0;
		border-top:1px solid #8bb7b0;
		height:140%;
}
#mainsearch .mainsearch {
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		/*width: 380px;*/
		width: 492px;
		padding: 3px 5px;
		border: 1px solid #e8e8e8;
		font-size: 16px;
		font-style: italic;
		color: #777777;
		height: 25px;
		background-color:none;

	
	}
	#mainsearch .boton {
		font-family: Georgia, "Times New Roman", Times, serif;
		width: 90px;
		height: 30px;
		padding: 3px;
		background: #156766;
		color: #fff;
		border: 0px;
		background-image:url(../images/boton_buscar.png);
	}
	
		#mainsearch .boton a:hover{
		font-family: Georgia, "Times New Roman", Times, serif;
		width: 90px;
		height: 30px;
		padding: 3px;
		background: #156766;
		color: #fff;
		border: 0px;
		background-image:url(../images/boton_buscar_hover.png);
	}
	
	#mainsearch input {
		display: inline;
		
	}

/* Widgets */

.repository_name {
font-weight:bold;
float:left;
/*border-left:4px solid #c9c9c9;*/
padding: 0px 0px 0px 4px;
}

.record_count{
font-weight:bold;
float:left;
padding-left:5px;
color:#156766;
}

.harvest_info {
color:#999999;
float:right;
padding-right: 6px;
}

.repository_description {

clear:both;
padding-left: 4px;
}

div#widgets-wrapper {

}
div.widgets {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
div.widget-holder.third { width: 33.3%; }

div.widget-holder.fourth { width: 25%; }

div.dashboard-widget-holder.full { width: 100%; }

div.widget-holder.left { width: 66.6%; }

div.widget-holder.right { width: 33.3%; }

div.widget {
	/*margin: 3px;*/
	/*border: 2px solid #FFFFFF;*/
	/*background-color: #ebf6fb;*/
	}
.widget ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
/*	background-image:url(../images/fondo_ul.png);*/
	
}
.widget ul li {
	margin: 1px 0px;
	padding: 3px 3px 3px 18px;
	background-color: #fff;
/*	border-bottom: solid 1px #D8D8D8;*/
}
.widget ul li ul {
	list-style-type: none;
	margin: 0px;
	padding: 3px 0px;
}
.widget ul li ul li {
	margin: 1px 0px;
	padding: 3px 3px 3px 18px;
	background-color: #eef2f4;
	font-size: 11px;
}
.widget ol {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
.widget ol li {
	margin: 1px 0px 0px 0px;
	padding: 3px;
	background-color: #fff;
}
.widget h2  {
	margin: 2px 0px 8px 0px;
	padding: 3px 0px 0px 4px;
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0.5px;
	/*color: #636466;*/
	color: #7a7a7a;
}
.widget h3  {
	margin: 0px 0px 6px 0px;
	padding: 3px;
	font-size: 13px;
	line-height: normal;
	color: #333333;
	background: #b8dcef;
}
.widget h4  {
	margin: 0px 0px 6px;
	padding: 3px 0px;
	font-size: 13px;
	line-height: normal;
	color: #333333;
}
div.busqueda  {
	background-color: #FFFFFF;
	border: 3px solid #F8F7F1;
}
div.busqueda  h3 {
	color: #333333;
	background: #ffffff;
	font-size: 18px;
	font-weight: bold;
	background-image: url(../images/ico/search.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}
div.busqueda form {
	margin: 0px;
	padding: 4px 0px;
	font-size: 10px;
}
div.busqueda form input {
	padding: 3px;
	margin: 3px 0px;
	font-size: 10px;
	display: inline;
}

/* Info */

span.date, span.year {
	font-weight: bold;
	color: #406D97;
	background-image: url(../images/ico/date.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}
span.author {
	font-weight: bold;
	color: #5D7C9E;
	text-transform: capitalize;
}
p.mas {
	/*background-color: #ebf6fb;*/
	text-align: right;
	margin: 3px 0px;
	padding: 5px;
	display: block;
	color: #333333;
	font-weight: bold;
	font-size: 11px;
}
p.mas a.more, p.mas a.less {
	cursor: pointer;
}
p.mas a.more:hover, p.mas a.less:hover {
	text-decoration: none;
	color: #156766;
}


/* Estilos de imagen */

.pic {
	margin: 3px;
	padding: 3px;
	border: 3px solid #FFFFFF;
}

/* Estilos de links */
.desc {
	background-image: url(../images/ico/descargar.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

/* Estilos de lista */

li.lista {
	background: url(../images/arrow.gif) no-repeat 3px 5px;
}
li.paper {
	background: url(../images/ico/paper.gif) no-repeat 5px 5px;
}
li.com {
	background: url(../images/ico/com.gif) no-repeat 5px 5px;
}

/* Estilos de formulario */

form {
	width: auto;
	text-align: left;
}

fieldset {
	margin: 0;
	border: 0;
	padding: 0;
	text-indent:0;
	clear: left; /* make sure a new fieldsset starts cleam (omni) */
	border: 0 solid; /* older operas */
	position: relative; /* make legend move horizontally correct with rest of form in ie 5-6 */
}

legend {
	padding: 5px 0px 10px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	left: -7px; /* explorer */
	color: #406D97;
}

fieldset>legend {
  left: 0; /* future proof */
}

form h3 {
	clear: both;
	padding: 5px 0px 10px 0px;
	font-size: 14px;
}

form label {
	display: block;
	width: auto;
	font-size: 11px;
	line-height: 14px;
	padding: 0px 0px 12px 0px;
}

form input {
	display: block;
	margin-top: 3px;
}

form select {
	float: left;
	display: block;
}

form label.field-first,
form label.field-address,
form label.field-city,
form label.field-email,

form label.busqueda  {
	clear: left;
}

form label.field-first,
form label.field-last,
form label.field-city,
form label.field-email,
form label.field-phone {
	float: left;
	margin: 0px 10px 0px 0px;
	width: 150px;
}

form label.field-first input,
form label.field-last input,
form label.field-email input,
form label.field-city input,
form label.field-phone input {
	float: left;
	width: 150px;
	padding: 0px;
}

form label.field-state {
	float: left;
	margin-right: 10px;
	width: 80px;
}

form label.field-state select {
	width: 80px;
	float: left;
	margin-top: 3px;
}

form label.field-zip {
	float: left;
	width: 60px;
}

form label.field-zip input {
	float: left;
	width: 60px;
}

form label.field-address {
	float: left;
	width: 310px;
	margin: 0px 0px 0px 0px;
}

form label.field-address input {
	float: left;
	width: 310px;
	padding: 0px;
}

form input#radiobutton_1,
form input#radiobutton_2,
form input#radiobutton_3,
form input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

form label.radioitem {
	clear: none;
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 15px 0px;
}

textarea {
	display: block;
}

form input#checkbox_1,
form input#checkbox_2,
form input#checkbox_3 {
	clear: both;
	float: left;
	padding: 0px;
	margin: 0px;
}

form label.field-checkbox {
	clear: none;
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 15px 0px;
}

form textarea {
	margin-top: 3px;
}

/* Estilos de tablas */

table {
	border-collapse:separate;
	border-spacing:0;
	margin:0 0 1em;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-size: 11px;
	padding: 0px;
	/*width: 100%;*/
	}
thead th,
thead td,
tfoot th,
tfoot td {
	background:#FFFFFF;
	padding: 7px 5px;
	}
th {
	font-weight:bold;
	line-height:normal;
	padding:0.25em 0.5em;
	text-align:left;
	}
tbody th,
td {
	padding:4px 6px;
	text-align:left;
	vertical-align:top;
	margin: 1px 0px;
	}
tbody th {
	font-weight:normal;
	}
tbody th a:link,
tbody th a:visited {
	font-weight:bold;
	}
tbody td,
tbody th {
	border: 1px solid #fff;
	border-width: 1px 0;
	}
tbody tr.odd th,
tbody tr.odd td {
	border-color:#eef2f4;
	background:#eef2f4;
	}
tbody tr:hover td,
tbody tr:hover th {
	background:#ECE9D9;
	border-color:#FFFFFF;
	}
caption {
	font-weight:normal;
	text-align:left;
	margin:0;
	padding:0.5em 0.25em;
	font-size: 12px;
}


/* Pagination */

#full-pagebar {
padding-top:10px;
clear:both;
}


div#result_brief {
	text-align: right;
	margin-top: 3px;
	clear:both;
}
div.pagination {
	font-size: 12px;
	padding: 4px;
	text-align: center;
}
div.pagination a {
	padding: 3px 9px;
	margin: 2px;
	background-color: #FFFFFF;
	text-decoration: none; /* no underline */
	border: solid 1px #D8D8D8;
}
div.pagination a:hover, div.pagination a:active {
	background-color: #D7E8E5;
	color: #156766;
}
div.pagination span.current {
	padding: 3px 9px;
	margin: 2px;
	font-weight: bold;
	background-color: #51A897;
	color: #FFFFFF;
	border: solid 1px #336699;
}
div.pagination span.disabled {
	padding: 3px 9px;
	margin: 2px;
	color: #797979;
	border: 1px solid #D8D8D8;
	background-color: #FFFFFF;
}

/* Filters */
#subusqueda {
	background-color: #FFF;
	padding: 2px 8px;
	background-image: url(../images/subusqueda_bckgr.gif);
}
#subusqueda h4 {
	margin: 0px;
	color:#7a7a7a;
}
div.filters {
}
div.filters a {
	/*margin-right: 5px;*/
	/*border: solid 1px #D8D8D8;*/
	padding-right: 13px;
	margin-right: 5px;	
	line-height: 25px;
}
div.filters a:hover {
	background-image: url("../images/delete.png");
	background-position: right;
	background-repeat: no-repeat;
	text-decoration: none;
	color:red;
	padding-right: 13px;
	/*	padding: 3px 5px 3px 20px;*/
	/*color: #FFFFFF;*/
	/*background-color: #B8DCEF;*/
	/*background-color: #336699;*/
}
div.filters a .label {
	font-style: italic;
}

div#related_documents{
	display: none;
	padding: 0px 20px;
	background: #FFFFFF;
	border: 1px solid #555555;
	margin-top: 20px;
}
.detailedView_link a, .relatedDocs_link a{
	cursor: pointer;
}
ul#record-list {
	margin-top: 10px;
}
ul#record-list li {
	padding: 10px 10px 0px 10px;
	overflow: hidden;
}
ul#record-list li:nth-child(odd) {
	background-color: #f8f8f8;
}
div#no_results_found {
	font-size: 18px;
	padding-top: 20px; 
	padding-bottom: 20px;
	text-align: center;
	color: #595959;
	background: #FFFFFF;
}
div#no_results_found_tips {
	font-size: 14px;
	padding: 20px 60px;
	color: #156766;
	border: dashed 1px;
}
div#no_results_found_tips ul {
	margin-left: 50px;
	list-style: circle;
}
div#no_results_found_tips ul li {
	border: none;
	padding-left: 0px;
}
.show_document li {
	background: #FFFFFF !important;
	border: none !important;
}
.show_document .author {
	border-bottom: solid 1px #e5e4e0;
}

.show_document .author .label {
	display: none;
}
.show_document .author .value {
	font-style: italic;
}
.show_document .description .label {
	display: none;
}
.show_document .description {
	margin-top: 15px;
	margin-bottom: 15px !important; 
}



/* Facets */
div#facet-list div.facet .facet_header {
	padding: 6px 23px;
	cursor: pointer;
	background-color: white !important;
	color: #000;
	border-bottom:1px solid #95CFBA;
		
}
div#facet-list div.facet .hide_facet {
	background:  url(../images/down_arrow.png) no-repeat 4px center;
}
div#facet-list div.facet .show_facet {
	background: url(../images/right_arrow.png) no-repeat 4px center;
}
div#facet-list div.facet .disabled_facet {
	color: #CACACA;
}

/* Search Form */

div#mainsearch-m form div .search_label {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding-top: 9px;
	font-size: 12px;
	color: #777777;
	height: 25px;
	width: 80px;
	float: left;
	text-align: right;
	padding-right: 6px;
}
div#mainsearch-m form .boton { 
	margin-left: 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*padding-top: 0px;*/
}
div#mainsearch-m form #advanced_search {
	/*display: none;*/
}
div#mainsearch-m form .search_link a {
	margin-left: 10px;
}
div#mainsearch-m form .search_link a:hover {
	text-decoration: none;

}
div#mainsearch-m form .search_link a.hide {
	padding-left: 15px;
	background: url(../images/down_arrow.png) no-repeat center left;
}
div#mainsearch-m form .search_link a.show {
	padding-left: 15px;
	background: url(../images/right_arrow.png) no-repeat center left;
}
div#mainsearch .widget {
	background: #EBF6FB;
	background-image: url(../images/bckgr_mainsearch.gif);
	background-repeat: repeat-x;
	}
#colthree {
	width: 230px;
	padding: 0px;
	padding: 0px;
	float: left;
	/*margin-top: 75px;*/
}
#resultados {
	background-color: #fff;
	padding: 8px;
	margin-top: 3px;
}
#coltwo .widget ul li {
	/*padding: 5px 0px 5px 0px;*/
}
#colthree .widget h3 {
	margin: 0px 0px 6px;
	padding: 3px;
	font-size: 13px;
	line-height: normal;
	color: #6c6f6f;
	background: #e1dcda;
}

#colthree div.widget {
	margin: 3px;
	border: 2px solid #FFFFFF;
	background-color: #fbfaf6;
}

#colthree p.mas {
	background-color: #f7f6f5;
	text-align: right;
	margin: 3px 0px;
	padding: 5px;
	display: block;
	color: #333333;
	font-weight: bold;
	font-size: 11px;
}
#coltwo div#mainsearch .widget {
	background-color: #000000;
}
#loading_indicator {
	/*
	position: absolute;
	background: #FFFFFF;
	border: 1px solid #555555;
	height: 150px;
	margin-left: 275px;
	margin-top: 180px;
	width:500px;
	*/
	float: right;
	margin-top: -36px;
	margin-right: 10px;
	display: none;
	z-index: 100;
}

div#modal_dialog_container {
	width: 70%;
}
#menu {
	height: 39px;
	font-size: 13px;
	font-weight: bold;
	/*background: #fff;*/
}
#menu ul {
	margin: 0px auto;
	list-style-type: none;
}
#menu ul li {
	float: left;
	margin-right: 1px;
	padding: 0px 5px;
}
#menu a {
	color: #51A897;
	text-decoration: none;
	line-height: 39px;
	padding: 12px 10px;
}
#menu a:hover {
	/*background: #FFFFFF;*/
	color: #156766;
}
div#resultados.exploracion {
	background: #f0f0f0;
}

div#resultados.exploracion .columnas {
	clear: both;
	height: 670px;
	margin-top: 10px;
}
div#resultados.exploracion .columnas ul li {
	width: 300px;
}
div#resultados.exploracion .columnas ul {
	float: left;
}

.exploracion .letras {
	height: 25px;
}
.exploracion .letras a {
	margin-right: 1px;
	padding: 3px 8px;
	width: 20px;
	text-align: center;
	background-color: #FFFFFF;
	text-decoration: none;
	border: solid 1px #D8D8D8;
}
.exploracion .letras a:hover {
	background-color: #D7E8E5;
	color: #156766;
}
.exploracion .letras span.current {
	padding: 3px 5px;
	margin: 2px;
	font-weight: bold;
	background-color: #14665D;
	color: #FFFFFF;
	border: solid 1px #336699;
}
.exploracion h2 {
	font-size: 18px;
}
.exploracion .letras {
	margin: 10px 0px;
}
.exploracion li span {
	color: #156766;
}

.general_score {
	float: left;
	width: 68px;
	height: 14px;
	background: url(../images/relevanciabg.gif) no-repeat left top;
	margin: 0px;
}
.real_score {
	height: 14px;
	background: url(../images/relevanciaBars.gif) no-repeat left top;
}

#sort {
	float: right;
}
#sortbox {
	margin: 5px 0px;
}
#sortbox span, #sortbox a {
	background-position: center center;
	background-repeat: no-repeat;
	padding: 3px 9px;
	/*margin-left: 5px;*/
}
#sortbox span {
	background-color: #51a897;
	border: solid 1px white;
	color: #FFFFFF;
}
#sortbox a {
	background-color: #FFFFFF;
	border: solid 1px #D8D8D8;
}
#sortbox a:hover {
	background-color: #d7e8e5;
	text-decoration: none;
	color: #156766;
}
#sortbox a.order_asc, #sortbox span.order_asc {
	background-image: url(../images/asc.png);
}
#sortbox a.order_desc, #sortbox span.order_desc {
	background-image: url(../images/desc.png);
}

#error_container {display: none; width: 300px;}
#error_container #error_title {display: none;}
#error_container #error_info {
	margin: 15px;
	color: #FF5555;
	font-weight: bold;
}

.chart{
	
}
.chart>h2 {
	text-align: center;
}

.section {
	margin-top: 10px;
}
.section h2 {
	margin: 10px 0px;
	color:#0d714c;
	border-bottom:1px dashed;
	margin-top:10px;
}
#welcome_msg {
	float: left;
	width: 448px;
}
#feed_list {
	width: 550px;
	float: right;
	border-left: solid 1px #156766;
	padding: 0px 10px; 
}







/***/




/* Results */
.actions {
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: right;
}
.actions img {
	margin: 0px 3px;
}
.actions span {
	float: left;
	margin-right: 10px;
	height: 30px;
}
.actions .external_links {
	float: right;
}

.resource {
	/*border-bottom: solid 1px #D8D8D8;*/
	padding-bottom: 15px;
}
/*
#record-list .resource:hover {
	background-color: #D8F3FF;
}
*/
.resource .field {
	margin-bottom: 1px;
	/*padding-left: 20px;*/
}
.resource .label {
	margin-right: 5px;
	font-weight: bold;
}

.resource_alone{
}

.resource .actions .open_external a {
	/*padding-left: 15px;*/
	padding: 4px 0px 4px 25px;
}
.resource .actions .pdf_resource a {
	/*background: url(../images/ico/adobe.gif) no-repeat center left;*/
	background: url(../images/pdf.png) no-repeat center left;
}
.resource .actions .img_resource a {
	background: url(../images/image.png) no-repeat center left;
}
.resource .actions .other_resource a {
	/*background: url(../images/ico/paper.gif) no-repeat center left;*/
	background: url(../images/down.png) no-repeat center left;
}

.resource .actions .back_to_search a {
	padding-left: 15px;
	background: url(../images/diagonal_arrow.png) no-repeat center left;
}

.resource .actions .moreInfo_link a {
	padding: 4px 0px 4px 25px;
	background: url(../images/info.png) no-repeat center left;
}

/** Definiciones especificas para cada campo */

.resource .title .label,.resource .author .label {
	display: none;
}
.resource .title .value {
	height: 40px;
	font-weight: bold;
	color: #0c665d;
	font-size: 14px;
	cursor: pointer;
/*	padding-top: 3px;*/
}
.resource .title .value:hover {
	text-decoration: underline;
}
    
.resource .author .value {
	font-style:italic; 
	font-size: 11px;
}

.resource .date, .resource .year {
	float:right;
}
.resource .date .label, .resource .year .label {
	display: none;
}
.resource .date .value, .resource .year .value {
	font-weight: bold;
}


.resource .id .label{
	display: none;
}
.resource .id .value{
	color: #4D4D4D;
    font-size: 10px;
}

/* Estadisticas */

#stats_menu {
	float: left;
	width: 320px;
	/*border-right: dotted 1px;*/
}
#stats_plot {
	float: right;
	width: 600px;
}
#statistics {
	margin-top: 3px;
	padding: 10px;
}
#statistics ul {
	padding: 0px;
	font-size: 12px;
	list-style: none;
}
#statistics h3 {
	margin-bottom: 2px;
	border-bottom: dotted 1px;
}
.stat-list li {
    padding: 3px 0px;
	margin-left: 10px;
}
.stat-list li a {
	font-family: Verdana;
}
.chart {
	margin-bottom: 30px;
}
.chart-holder {
	margin-top: 30px;
}
.stats_no_data {
	font-size: 12px;
	padding: 15px;
	border: dotted 1px;
	text-align: center;
	color: #156766;
	background-color: #CFEEE8;
}

/*---- About ----*/
#info_contacto {
border: dotted 2px #dedede;
background-image:url(../images/correo.png);
background-position: top right;
background-repeat:no-repeat;
}

#info_contacto h2 {
color:#7a7a7a;
padding-left:10px;
height:30px;

}

#content_contacto {
background-color:#f0f0f0;
padding:10px;
}

#stats_plot h3{
border:none;
color:#256f2b;
}
.pie_info {
	float: right;
	margin-right: 50px;
	font-size: 16px;
	font-weight: bold;
	background-color: #DEDEDE;
	padding: 3px 7px;
	color: #444444;
	display: none;
}


/*******-----ABOUT----***************/
#img_ {
width:213px;
height:200px;
float:left;
background-image:url(../images/liblink.png);
background-repeat:no-repeat;
}

#img_2 {
width:213px;
height:290px;
float:left;
background-image:url(../images/sedici.png);
background-repeat:no-repeat;
}

#iniciativa {
width:100%;
float:left;
clear:both;
}

#iniciativa h2 {
font-size:14px;
margin-top:10px;
color:#006600;
margin-left:7px;
}

#elemento_celsius {
float:right;
padding:10px;
background-image:url(../images/celsius.png);
background-position:top left;
background-repeat: no-repeat;
}
#elemento_reflink {
float:right;
padding:10px;
background-image:url(../images/reglink.png);
background-position:top left;
background-repeat: no-repeat;
}

#elemento_metabuscador {
float:right;
padding:10px;
background-image:url(../images/metabuscador.png);
background-position:top left;
background-repeat: no-repeat;
}

#img_index_reflink {
background-image:url(../images/reglink.png);
width: 140px;
height:90px;
clear:both;
padding-right: 8px;
background-repeat:no-repeat;
}

#img_index_metabuscador {
background-image:url(../images/metabuscador.png);
width: 140px;
height:90px;
padding-right: 8px;
background-repeat:no-repeat;
}

#img_index_celsius{
background-image:url(../images/celsius.png);
width: 140px;
height:90px;

padding-right: 8px;
background-repeat:no-repeat;
}

#texto {
margin-left: 18px;
margin-bottom:10px;
padding-top:45px;
text-align:justify;
padding-right:20px;
}

#texto h1{
font-weight:bold;
font-size:14px;
margin:0px;
line-height:normal;
padding:0px;
}

#welcome_msg {
	font-family: "Verdana";
	width: 600px; 
	float: left;
}


/*--- INDEX --*/
#welcome_msg {
	font-family: "Verdana";
	width: 600px; 
	float: left;
}
#welcome_msg p {
	font-size: 14px;
	line-height: 20px;
}
.section p {
	text-align: justify;
}
#news {
	width: 450px;
	float: right;
}
#refcelmeta{
	width: 360px;
	float: right;
	margin-top:20px;
}
#news ul {
	list-style: none;
	padding: 0px;
}
#news ul li h4 {
	font-family: "Verdana";
	margin-bottom: 0px;
}