/*Defaults Styling*/
fieldset {
	background:#ffffff;
	padding:16px 8px 8px 8px;
	border-left:1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	border-top:1px solid #cbcbcb;
	border-right: 0px;
	margin-top:15px;
	margin-bottom:15px;
	width:90%;
}
input, textarea, select {
	font:11px/12px Arial, Helvetica, sans-serif;
	padding:0;
}
legend {
	color:#99cc33;
	font-size: 17px;
	padding:3px 10px;
	margin:0px;
	font-weight:bold;
	border:1px solid #cbcbcb;
}
label {
	font-size:10px;
	font-weight:bold;
	color:#8c8c8c;
}
label.opt {
	font-weight:normal;
}
#formulario {
	width: 95%;
}
#formulario dl {
	clear:both;
}
#formulario dt {
	float:left;
	text-align:right;
	width:25%;
	line-height:20px;
	margin:0 10px 10px 0;
	font-size:10px;
	font-weight:bold;
	color:#8c8c8c;
}
#formulario dd {
	float:left;
	width:70%;
	line-height:25px;
	margin:0 0 10px 0;
}
select {
	color: #76797C;
	width: 222px;
	margin: 0;
	border: solid 1px #cdced3;
	background: #f6f6f6;
}
input {
	color: #76797C;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 4px;
	line-height:16px;
	vertical-align:middle;
	border: solid 1px #cdced3;
}
textarea {
	color: #76797C;
	margin: 0;
	padding: 4px;
	line-height:16px;
	border: solid 1px #cdced3;
}
dd.envio {
	width: 100%;
	padding-left: 27%;
	text-align: left;
}
dd.envio input.submit {
	width: 130px;
	height: 36px;
	font-size: 0;
	line-height: 0;
	text-indent:-9999px;
	background: url(../images/btn-enviar.png) no-repeat 0 0;
	overflow: hidden;
	background-color: transparent;
	background-attachment: scroll;
	cursor: pointer;
	border: 0px;
	margin: 12px 0px;
	display:block;
}
dd.envio input.hover, dd.envio input.submit:hover {
	background-position:0 -36px;
}
dd.envio_eu {
	width: 100%;
	padding-left: 27%;
	text-align: left;
}
dd.envio_eu input.submit {
	width: 130px;
	height: 36px;
	font-size: 0;
	line-height: 0;
	text-indent:-9999px;
	background: url(../images/btn-bidali.png) no-repeat 0 0;
	overflow: hidden;
	background-color: transparent;
	background-attachment: scroll;
	cursor: pointer;
	border: 0px;
	margin: 12px 0px;
	display:block;
}
dd.envio_eu input.hover, dd.envio_eu input.submit:hover {
	background-position:0 -36px;
}
/*Safari*/
select, input, textarea, button {
	outline: none; /*resize:none;*/
}
.textoLegal {
	font-size: 80%;
}
/*search*/
div.search {
	margin:3px 0px 0 0px;
	font:11px/25px Calibri, Arial, sans-serif;
}
div.search a {
	float:left;
}
div.search div.form {
	float:left;
	display:inline;
	margin: 1px 0 0 8px;
	border-top:1px solid #cccc99;
	border-right:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	border-left:1px solid #cccc99;	
	background:#fff;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	-moz-box-shadow: inset 2px 3px 4px rgba(0, 0, 0, .1);
	-webkit-box-shadow: inset 2px 3px 4px rgba(0, 0, 0, .1);
	box-shadow: inset 2px 3px 4px rgba(0, 0, 0, .1);
}
div.search div.form form, div.search div.form fieldset {
	float:left;
	width: 180px;
}
div.search div.form input.text {
	float:left;
	width:150px;
	height:14px;
	padding:6px 4px 5px;
	margin:0;
	border:0;
	font:12px Calibri, Arial, sans-serif;
	color:#999;
	background:none;
}
div.search div.form input.submit {
	float:left;
	width:18px;
	height:21px;
	padding:0;
	margin:0;
	border:0;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	cursor:pointer;
	overflow:hidden;
	background:url(../images/btn-search.gif) no-repeat scroll 0 2px transparent;
}
/*newsletter*/
form, img {
	margin:0;
	padding:0;
	border:0;
}
div.newsletter {
	width:100%;
	padding:0px;
	overflow:hidden;
	font:14px/20px Cambria, Georgia, serif;
	color:#4c4c4c;
}
div.newsletter div.bg-top {
	width:100%;
	overflow:hidden;/*background:url(../images/bg-newsletter-top.png) no-repeat 0 0;*/
}
div.newsletter div.bg-middle {
	float:left;
	width:195px;
	padding:10px 8px 16px 8px;
	margin:0;/*background:url(../images/bg-newsletter.png) repeat 0 0;*/
	background: url(../images/rss.png) 6px 0px no-repeat;
}
div.newsletter a {
	color: #9C0;
}
div.newsletter a:hover {
	color: #333;
}
div.newsletter h5 {
	position:relative;
	border-bottom:0px solid #ddd;
	margin:-10px 0 0;
	color:#333;
	font: normal 110% Cambria, Georgia, serif;
	text-indent: 32px;
	margin-bottom: 6px;
}
div.newsletter h5 span {
	font: bold 120% Cambria, Georgia, serif;
}
div.newsletter p {
	margin:6px 0px;
	padding: 12px 0px;
	color:#666666;
	font: normal 75% Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
input.text {
	display:block;
	width:165px;
	height:16px;
	padding:4px 4px 3px;
	margin:10px 0 0;
	border-top:1px solid #c1c1c1;
	border-right:1px solid #f5f5f5;
	border-bottom:1px solid #f2f2f2;
	border-left:1px solid #cacaca;
	font:13px Calibri, Arial, sans-serif;
	color:#b2b2b2;
}
.newsletter input.cat_textbox {
	display:block;
	width:165px;
	height:16px;
	padding:4px 4px 3px;
	margin:10px 0 0;
	border-top:1px solid #c1c1c1;
	border-right:1px solid #f5f5f5;
	border-bottom:1px solid #f2f2f2;
	border-left:1px solid #cacaca;
	font:13px Calibri, Arial, sans-serif;
	color:#b2b2b2;
}
input.submit {
	display:block;
	height:25px;
	border:0;
	margin:10px 0 0;
	font: bold italic 12px Cambria, Georgia, serif;
	cursor:pointer;
}
input.submit_eu {
	display:block;
	height:25px;
	border:0;
	margin:10px 0 0;
	font: bold italic 12px Cambria, Georgia, serif;
	cursor:pointer;
}
input.hover, input.submit:hover {
	background:#b4b4b4;
}
div.newsletter input.submit {
	/*width:81px;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	overflow:hidden;
	background: url(../images/btn-subscribe.png) no-repeat 0 0;
	*/
	width: 130px;
	height: 36px;
	font-size: 0;
	line-height: 0;
	text-indent:-9999px;
	background: url(../images/btn-BuscarW.jpg) no-repeat 0 0;
	overflow: hidden;
	background-color: transparent;
	background-attachment: scroll;
	cursor: pointer;
	border: 0px;
	margin: 12px 0px;
	display:block;
}
div.newsletter input.submit_eu {
	width: 130px;
	height: 36px;
	font-size: 0;
	line-height: 0;
	text-indent:-9999px;
	background: url(../images/btn-subscribe_eu.png) no-repeat 0 0;
	overflow: hidden;
	background-color: transparent;
	background-attachment: scroll;
	cursor: pointer;
	border: 0px;
	margin: 12px 0px;
	display:block;
}
div.newsletter input.hover, div.newsletter input.submit:hover, div.newsletter input.submit_eu:hover {
	background-position:0 -36px;
}
div.newsletter div.form div.item2 {
	font-family:Calibri, Arial, sans-serif;
	padding:5px 10px 5px 0px;
}
div.newsletter input.submit {
	text-indent: -9999px;
	overflow-x: hidden;
	overflow-y: hidden;
	background-color: transparent;
	background-image: url(../images/btn-subscribe.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt 0pt;
}
/*videoEKITEN*/

div.videoEKITEN {
	width:100%;
	padding:0px;
	overflow:hidden;
	font:14px/20px Cambria, Georgia, serif;
	color:#4c4c4c;
	margin-bottom: 12px;
}
div.videoEKITEN div.bg-top {
	width:100%;
	overflow:hidden;/*background:url(../images/bg-newsletter-top.png) no-repeat 0 0;*/
}
div.videoEKITEN div.bg-middle {
	float:left;
	padding:10px 8px 16px 8px;
	margin:0;/*background:url(../images/bg-newsletter.png) repeat 0 0;*/
	background: url(../images/youTube.png) 6px 0px no-repeat;
}
div.videoEKITEN a {
	color: #9C0;
}
div.videoEKITEN a:hover {
	color: #333;
}
div.videoEKITEN h5 {
	position:relative;
	border-bottom:0px solid #ddd;
	margin:-10px 0 0;
	color:#333;
	font: normal 110% Cambria, Georgia, serif;
	text-indent: 32px;
	margin-bottom: 6px;
}
div.videoEKITEN h5 span {
	font: bold 120% Cambria, Georgia, serif;
}
div.videoEKITEN p {
	margin:6px 0px;
	padding: 12px 0px;
	color:#666666;
	font: normal 75% Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
/* Destacados*/
div.destacados {
	width:100%;
	padding:0px;
	overflow:hidden;
	font:14px/20px Cambria, Georgia, serif;
	color:#4c4c4c;
	background: url(../images/bg_destacados2.png) -1px 40px repeat-y;
	margin-bottom:20px;
}
div.destacados div.bg-top {
	width:100%;
	overflow:hidden;
	background: url(../images/bg_destacados.png) no-repeat bottom;
}
div.destacados div.bg-middle {
	float:left;
	width:195px;
	padding:10px 8px 16px 5px;
	margin:0;
	background: url(../images/ico_destacado.png) 6px 0px no-repeat;
}
div.destacados a {
	color: #9C0;
}
div.destacados a:hover {
	color: #333;
}
div.destacados h5 {
	position:relative;
	border-bottom:0px solid #ddd;
	margin:-3px 0 0;
	color:#222;
	font: bold 115% Cambria, Georgia, serif;
	text-indent: 36px;
	margin-bottom: 6px;
}
div.destacados h5 span {
	font: italic bold 120% Cambria, Georgia, serif;
	color: #690;
}
div.destacados ul {
	font-family:Calibri, Arial, sans-serif;
	padding:2px 6px 2px 0px;
}
div.destacados li {
	line-height:16px;
	text-align:left;
	font-size:11px;
	text-transform:uppercase;
	padding-bottom: 3px;
	padding-top: 3px;
}
div.destacados li:first-child {
	border-top: 0px;
}
div.destacados li a {
	display:block;
	width:96%;
	padding:6px;
	margin-top: 3px;
	color:#000;
	text-decoration: none;
	background: #f5f5f5;
	border-bottom: 1px solid #ccc;
}
div.destacados li a span.likD, span.linkD {
	color:#690 !important;
	text-transform: none;
	font-weight: normal;
	background: url(../images/ico_link.png) right no-repeat;
	padding: 0px 12px 0px 0px;
}
div.destacados li a:hover span.linkD {
	color:#9c0 !important;
	background: url(../images/ico_link_B.png) right no-repeat;
}
div.destacados li a span.resume {
	font-style:italic;
	color:#777 !important;
	text-transform: none;
}
div.destacados li a span.current {
	color:#999999;
}
div.destacados li a:hover {
	border-bottom:0;
	color:#000;
	background: #FFF;
	border-bottom: 1px solid #ccc;
}
/* @group Calendar */

#calendar-container {
	margin-bottom:10px;
}
div.select-month-year {
	padding: 9px 0;
}
table.module-calendar {
	border: 1px solid #888;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}
table.module-calendar td {
	border: 1px solid #d7d7d7;
	font-size: 11px;
	height: 80px;
	overflow: hidden;
	padding: 0;
	vertical-align: top;
}
table.module-calendar td span {
	background: #f7f7f7;
	color: #333;
	display: block;
	font-size: 11px;
	padding: 0 2px;
	text-align: right;
}
tr.day-of-week td {
	background: #d7d7d7;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	text-align: center;
	vertical-align: middle;
}
table.module-calendar td.events span {
	background: #99cc33;
	color: #fff;
	font-weight: bold;
}
table.module-calendar td.events {
	background: #f0fbe5;
}
table.module-calendar td ul {
	margin: 6px 0;
	padding-left: 6px;
	border:0px;
	list-style: none;
}
#main table.module-calendar td ul li {
	background:none;
	padding: 3px;
	text-align:left;
	border:0px;
	list-style: none;
	list-style-image: none;
}
table.module-calendar td.last-month {
	background: #eee;
}
table.module-calendar td.next-month {
	background: #eee;
}
/* @end */
/* @group Announcement */
.announcement-list {
	font-size: 11px;
}
.announcement-list h2 {
	font-size: 14px;
	margin: 0 0 3px 0;
}
.announcement-list span.date {
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 0 6px;
}
.announcement-details span.date {
	display: block;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 18px;
}
div.contenido div.date {
	color: #999999;
	font-family: Cambria, Georgia, serif;
	font-style: italic;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 3px;
}
div.contenido h1 {
	font-weight: normal;
	font-size: 21px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333333;
}
div.contenido div.tema {
	width: 100%;
	font-family: Calibri, Arial, sans-serif;
	font-size: 14px;
	color: #999999;
}
div.contenido p.location {
	width: 100%;
	font-size:12px;
	text-transform:uppercase;
	padding-bottom:6px;
	font-family: Segoe UI, Calibri, Helvetica, Arial, sans-serif;
	color: #666;
}
div.goBack {
	margin: 12px 0px;
	padding: 6px 0px 0px 0px;
}
div.goBack a {
	padding: 4px 9px;
	font-family: Cambria, Georgia, serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 21px;
	text-decoration: none;
	color: #ffffff;
	background-color:#99cc33;
}
div.goBack a:hover {
	color: #ffffff;
	background-color: #999999;
}
/* @end */
/*search*/
div.buscador {
	margin: 0px;
	font: 11px/25px Calibri, Arial, sans-serif;
	width: 100%;
}
div.buscador a {
}
div.buscador div.form {
	width:180px;
	margin: 6px 0px 6px 0px;
	border-top:1px solid #a6a6a6;
	border-right:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	border-left:1px solid #a6a6a6;
	background:#fff;
}
div.buscador div.form input.text {
	float:left;
	width:150px;
	height:14px;
	padding:5px 3px 4px;
	margin:0;
	border:0;
	font:12px Calibri, Arial, sans-serif;
	color:#999;
	background:none;
}
div.buscador div.form input.submit {
	width:18px;
	height:21px;
	padding:0;
	margin:0;
	border:0;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	cursor:pointer;
	overflow:hidden;
	background:url(../images/btn-search.gif) no-repeat 0 0;
}
/* @end */

/* Paginacion */
.item-list {
	border-top:  1px solid #ebebeb;
	margin-bottom: 20px;
	padding:8px 0 0 0;
	font-family:"Lucida Grande", Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color:#666;
}

.item-list .pager {
	font-family:"Lucida Grande", Geneva, Helvetica, sans-serif;
	font-size: 11px;
	margin: 1px 6px 6px 6px;
	text-align: center;
	float: right;
}
.item-list p {
	float: left;
	margin: 3px;
	font-size: 11px;
}
.item-list p span {
	padding: 1px 9px 2px 9px;
	background: #9c3;
	font-size: 11px;
	color: #fff;
	
}
.item-list .pager li {
	display: inline;
	padding: 0px;
	border:  0px solid #ebebeb;
	margin: 0px;
}
.item-list .pager a {
	 -webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	border: 1px solid #ebebeb;
	background: #ffffff url(../images/sprite_icons.png ) no-repeat 0 -197px;
	color: #666666;
	padding: 2px 5px;
	margin: 0 1px;
	text-decoration: none;
}
.item-list .pager a:hover {
	background-color: #8f8f8f;
	color: #fff;
	text-decoration: none;
}
.item-list .pager .pager-current {
	background-color:#99cc33;
	border: 1px soli #99CC00;
	color: #ffffff;
	padding: 2px 5px;
	margin: 0 1px;
	text-decoration: none;
		 -webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
}



/* @end */

div.blocktags {
	font-family: Calibri, Arial, sans-serif;
	line-height: 21px;
	padding-left: 10px;
	font-family:Lucida sans;
	border-left: 0px solid #dddddd;
	text-align:right;
}
div.blocktags a {
	color: #999999;
	text-decoration: none;
}
div.blocktags a:hover {
	color: #666666;
	text-decoration: none;
}
/* FICHA RED DE COLABORADORES-------------------------------------------------------*/

/* -- FUNCIONALIDADES--*/
.item-funcion {
	border-top:  0px solid #ebebeb;
	margin: 10px;
}
.item-funcion .funcion {
	font-family:"Lucida Grande", Geneva, Helvetica, sans-serif;
	font-size: 11px;
	margin: 6px;
	text-align: center;
	float: right;
}
.item-funcion p {
	float: left;
	margin: 3px;
	color: #333333;
	font-size: 11px;
}
.item-funcion .funcion li {
	display: inline;
	padding: 0px;
	border:  0px solid #ebebeb;
	margin: 0px;
}
.item-funcion .funcion a {
	border: 1px solid #ebebeb;
	/*background: #ffffff url(../images/sprite_icons.png ) no-repeat 0 -197px;*/
	color: #fff;
	padding: 1px 5px;
	text-decoration: none;
	background-color: #8f8f8f;
}
.item-funcion .funcion a:hover {
	background-color: #9c3;
	color: #fff;
	text-decoration: none;
}
.item-funcion .funcion .pager-current {
	background-color:#99cc33;
	color: #8f8f8f;
	padding: 1px 5px;
	text-decoration: none;
}
#ficha_red {
	margin-top: 36px;
	border-left:1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	border-top:1px solid #cbcbcb;
}
#main ul.image2-text2 {
	padding: 1px;
	font-size:12px;
	line-height:15px;
}
#main ul.image2-text2 li {
	padding:5px 0 5px;
	background:none;
	border: 0px;
}
#main ul.image2-text2 div.img {
	float:left;
	display:inline;
	margin:0 15px 5px 5px;
	background:#e6e5dd;
}
#main ul.image2-text2 div.img img {
	position:relative;
	left:-5px;
	top:5px;
	display:block;
}
#main ul.image2-text2 div.text {
	height:1%;
	overflow:hidden;
}
#main ul.image2-text2 h3 {
	padding:2px 0px;
	line-height:17px;
	color: #222;
	font-size: 14px;
}
#main ul.image2-text2 h4 {
	padding:0;
	line-height:17px;
	color: #222;
}
#main ul.image2-text2 p {
	padding:0 0 10px;
}
/* @end FICHA RED DE COLABORADORES--------------------------------------------------- */

/*Buscador WHO is WHO*/
div.buscarWho {
	width:100%;
	padding:0px;
	overflow:hidden;
	font:14px/20px Cambria, Georgia, serif;
	color:#4c4c4c;
}
div.buscarWho form {
	border-left: 3px double #ddd;
	padding-left: 6px;
	margin-top: 5px;
	line-height: 16px;
}
div.buscarWho h5 {
	position:relative;
	color:#333;
	font: normal 110% Cambria, Georgia, serif;
	text-indent: 0px;
	margin-bottom: 1px;
}
div.buscarWho h5 span {
	font: italic bold 120% Cambria, Georgia, serif;
	color: #690;
}
div.buscarWho p {
	margin:2px 0px;
	padding: 4px 0px;
	color:#666666;
	font: normal 75% Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
div.buscarWho label {
	margin:2px 0px;
	padding: 4px 4px;
	color:#666666;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: left;
}
div.buscarWho input.name {
	width: 90%;
	background:#fff;
	padding: 1px 4px;
}
div.buscarWho select {
	width: 96%;
	margin: 5px 0 0 0;
	border: solid 1px #dddddd;
	background: #ffffff;
	padding: 4px 6px 2px 8px;
	line-height: 1.5em;
	outline: none;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	-moz-box-shadow: inset 2px 3px 4px rgba(0, 0, 0, .1);
	-webkit-box-shadow: inset 2px 3px 4px rgba(0, 0, 0, .1);
	box-shadow: inset 2px 3px 4px rgba(0, 0, 0, .1);
}
div.buscarWho select option{
	padding: 1px 8px;	
}
div.buscarWho hr {
	margin: 6px 9px;
	border-bottom: 1px dotted #9c3;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
}
div.buscarWho input.submit {
	width: 130px;
	height: 36px;
	font-size: 0;
	line-height: 0;
	text-indent:-9999px;
	background: url(../images/btn-BuscarW.jpg) no-repeat 0 0;
	overflow: hidden;
	background-color: transparent;
	background-attachment: scroll;
	cursor: pointer;
	border: 0px;
	margin: 12px 0px;
	display:block;
}
div.buscarWho input.hover, div.buscarWho input.submit:hover {
	background-position:0 -36px;
}
#name {
	color:#666666;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
}
#organisation {
	color:#666666;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 6px;
}
#sector {
	color:#666666;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 6px;
}
#territorio {
	color:#666666;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 6px;
}
.tesauro_tit {
	color:#666666;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 6px;
}
.materia_news{
	width: 100%;
	float: left;
	margin-bottom: 10px;
	line-height: 30px;
	font-family: Verdana, Helvetica, sans-serif;
}
.materia_news a{
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 0.7em;
	-moz-border-radius: 0.7em;
	border-radius: 0.7em;
    color: #555555;
    float: left;
    font-size: 10px;
    line-height: 3pt;
    margin: 3px 5px;
    padding: 6px;
    text-decoration: none;
}
.materia_news a:hover {
    background-color: #EAEAE3;
    color: #222222;
}
.materia_news a.selected {
    background-color: #c7c7c1;
    color: #FFFFFF;
}

/* @end WHO is WHO--------------------------------------------------- */

/* Ficha WHO is WHO */

.buscar_en_Who{
	margin-bottom: 15px;
	margin-top: 10px;
	height: 36px;
}
.buscar_en_Who label{
	float: left;
	margin-right: 10px;
	padding-top: 12px;
	color: #999999;
}
.buscar_en_Who input{
	float: left;
	margin: 6px 3px 0 0;
	color: #686868;
	text-indent: 5px;
	border: 1px solid #dddddd;
	padding: 4px 6px 3px 8px;
	line-height: 1.3em;
	outline: none;
	background: #f5f5f5;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	-moz-box-shadow: inset 2px 3px 4px rgba(0, 0, 0, .1);
	-webkit-box-shadow: inset 2px 3px 4px rgba(0, 0, 0, .1);
	box-shadow: inset 2px 3px 4px rgba(0, 0, 0, .1);
	width: 240px;
}
.buscar_en_Who input.submit{
	background-color:#ededed;
	font-size: 11px;
	width: 70px;
}
.buscar_en_Who input.submit:hover{
	background-color:#dddddd;
}
#content ul.ficha-options-sup{
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	text-align: right;
	padding: 8px 5px;
}
#content .fichaWho2 {
	width: 540px;
}
#content .fichaWho2 ul.ficha-options-sup li{
	display: inline;
	border: 0;
	padding: 8px 10px;
}
#content .fichaWho2 ul.ficha-options-sup li.print {
	border-left: 1px solid #e0e0e0;
	background: url(../images/icon_printBG.png) right no-repeat;
	padding-right: 30px;	
}
#content .fichaWho2 ul.ficha-options-sup li a{
	text-decoration: none;
	color: #666666;
	font-size: 11px;
}
#content .fichaWho2 ul.ficha-options-sup li a:hover{
	color: #999999;
}
#content .fichaDatos {
	margin-top: 20px;
}
#content .fichaContac{
	float: left;
    margin-bottom: 15px;
    width: 100%;
}
.fichaDatos h2 {
	color: #999999;
	font-size: 14px;
	font-family: "Myriad Pro", "Lucida Grande", Geneva, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 0.8em;
}
#content div.fichaWho2 div.fichaDatos h1 {
	color: #424242;
	font-size: 15px;
	margin: 2px 0 10px;
	font-family:"Lucida Grande", Geneva, Helvetica, sans-serif;
	font-weight: normal;
}
#content div.fichaWho2 div.fichaDatos img{
	border: 1px solid #e1e1e1;
	float: left;
	margin: 0 20px 15px 0;
}
#content div.fichaWho2 div.fichaDatos ul{
	list-style: none;
	margin-top: 5px;
}
#content div.fichaWho2 div.fichaDatos ul li{
	border: 0;
	color: #666666;
	padding: 0;
	font-size: 11px;
	margin-bottom: 8px;
}
#content .fichaWho2 p a{
	color: #669900;
	text-decoration: none;
}
#content .fichaWho2 p a:hover{
	color: #99cc00;
}
.fichaDatos ul li a{
	color: #669900;
	text-decoration: none;
}
.fichaDatos ul li a:hover{
	color: #99cc00;
}
.materias {
	color: #333333;
	margin: 5px 0 10px 0;
	width: 100%;
	font-size: 10px;
}
.materias a{
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 0.7em;
	-moz-border-radius: 0.7em;
	border-radius: 0.7em;
    color: #666666;
	font-style: italic;
    line-height: 3pt;
    margin: 3px 3px;
    padding: 2px 6px;		
    text-decoration: none;
	line-height: 2.3em;
}
p.descripcion {
	color: #555555;
}
p.descripcion strong{
	color: #99cc00;
	font-weight: normal;
}
/*Para el listado de recursos del WhoIsWho*/
.resultados_Who{
	border-top: 1px solid #e4e4e4;
	padding: 15px 10px;
	color: #999999;
	font-size:12px;
	font-family:"Lucida Grande", Geneva, Helvetica, sans-serif;
}
.resultados_Who span{
	color: #444444;
	font-size: 14px;
	font-style: italic;
}
div.listaWho2{
}
div.item_Who{
	background: #f3f3f3;
	border: 1px solid #e6e6cd;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	margin-bottom: 15px;
	
}
div.migas_Who{
	border-bottom: 1px solid #e4e4e4;
	padding: 3px 10px 10px 31px;
	font-size: 10px;
	color: #999999;
	background: url(../images/Who_migas_inicio.png) no-repeat 5px 6px;
}
div.migas_Who a{
	color: #999999;
	line-height: 2.2em;
	margin-right: 2px;
}
div.migas_Who a:hover{
	color: #111111;
}
div.item_Who h3{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:5px 5px 5px 25px;
	padding-left: 25px;
}
div.item_Who h3 a{
	color: #222222;
}
div.item_Who .materias{
	margin: 10px 40px 20px;
	line-height: 2.2em;
	width: 93%;
}
.entidad {
	background:url(../images/ico_entidad.png) no-repeat;
}
.recurso {
	background:url(../images/ico_recurso.png) no-repeat;
}
div.ampliar_info{
	background: #FFFFFF;
	border-top: 1px solid #e4e4d0;
	border-left: 1px solid #e4e4d0;
	border-right: 1px solid #E4E4D0;
	-webkit-border-radius: 0.5em 0.5em 0em 0em;
	-moz-border-radius: 0.5em 0.5em 0em 0em;
	border-radius: 0.5em 0.5em 0em 0em;
	
    color: #999999;
    font-size: 10px;
    height: 21px;
    line-height: 2em;
    /*margin-left: 46%;*/
   margin-left: 40%;
    padding: 0 8px;
    /*text-align: right;*/
   text-align: left;
    /*width: 48%;*/
   width: 54%;
}
div.ampliar_info span{
	color: #666666;
}
div.ampliar_info img{
	margin-right: 3px;
}
div.caja_ampliada{
	float: right;
	margin-right: 3px;
	margin-top: 5px;
}
ul.arbol_mapa{
	border-top: 1px solid #ffffff;
	padding-bottom: 2px;
	background: #FFFFFF;
	-webkit-border-radius: 0.5em 0em 0.5em 0.5em;
	-moz-border-radius: 0.5em 0em 0.5em 0.5em;
	border-radius: 0.5em 0em 0.5em 0.5em;
}
ul.arbol_mapa li{	
	border: 0;
	margin-left: 20px;
	padding: 0 5px 2px;
	font-size: 11px;
}
ul.arbol_mapa ul li{	
	margin-left: 30px;
}
ul.arbol_mapa li a{
	color: #858585;
	padding-left: 25px;
}
/*Fin del WhoIsWho*/
ul.mapa_recursos{
	padding: 30px 10px 20px 10px;
	margin: 20px 0;
	border: 1px solid #e4e4e4;
	background: url(../images/BG_mapa_recursos.png) no-repeat 300px top;
	-webkit-border-radius: 0.7em;
	-moz-border-radius: 0.7em;
	border-radius: 0.7em;
	list-style: none;
}
ul.mapa_recursos li{
	margin-bottom: 12px;
}
ul.mapa_recursos li ul{
	margin-left: 30px;
}
ul.mapa_recursos li a{
	padding-left: 21px;
	text-decoration: underline;
}
ul.mapa_recursos li a.entidad{
	color: #999999;
	background: url(../images/ico_entidad.png) no-repeat left;
}
ul.mapa_recursos li a.recurso{
	color: #555555;
	
	background: url(../images/ico_recurso.png) no-repeat left;
}
ul.mapa_recursos li a:hover{
	color: #111111;
}
ul.mapa_recursos li.prepend-01{
	padding-left: 5px;
}
ul.mapa_recursos li.prepend-02{
	margin-left: 30px;
}
ul.mapa_recursos li.prepend-03{
	margin-left: 55px;
}
.post-navigation {
    padding: 15px 10px 0 5px;
	margin-top: 10px;
    position: relative;
    width: 530px;
	border-top: 1px solid #dddddd;
}
.post-navigation a {
    color: #000000;
    display: block;
    font: 11px/1.5 Helvetica,Arial,sans-serif;
    text-decoration: none;
}
.post-navigation a:hover {
    text-decoration: none;
}
.post-navigation a em {
    color: #AAA9A9;
    display: block;
    font: italic 11px Georgia,Geneva,"Times New Roman",times;
}
.post-navigation a:hover span {
    text-decoration: underline;
}
.post-prev {
    background: url("../images/post_prev.png") no-repeat scroll 0 50% transparent;
    float: left;
    min-height: 40px;
    padding-left: 30px;
    text-align: left;
    width: 32%;
}
.post-next {
    background: url("../images/post_next.png") no-repeat scroll 100% 50% transparent;
    float: right;
    min-height: 40px;
    padding-right: 30px;
    text-align: right;
    width: 42%;
}
.line2 {
    background: none repeat scroll 0 0 #D9D9D9;
    height: 30px;
    position: absolute;
    right: 305px;
    top: 0;
    width: 1px;
}
/* Fin de la ficha WHO is WHO */

/*Listado BOLETINES*/
div.header_boletin h1 {
	background: url(../images/ico_boletin.jpg) no-repeat 0px 0px;
	line-height: 32px;
	color:#9C3;
	font-family: "Cambria", Georgia, serif;
	font-size: 145%;
	font-weight:normal;
	font-style: italic;
	letter-spacing: 0.05em;
	text-indent: 46px;
	margin: 12px 0px;
}
div.header_boletin h1 span {
	color:#666;
	font: bold italic 110% "Cambria", Georgia, serif;
}
.red {
	color:#900;
}
/*Listado WHO is WHO*/
div.header_listado h1 {
	background: url(../images/entidad.jpg) no-repeat 0 0;
	color:#9C3;
	font-family: "Cambria", Georgia, serif;
	font-size: 145%;
	font-weight:normal;
	font-style: italic;
	letter-spacing: 0.05em;
	text-indent: 56px;
	margin: 12px 0px;
}
div.header_listado h1 span {
	color:#666;
	font: bold italic 110% "Cambria", Georgia, serif;
}
.tablesorter {
	margin-bottom: 6px;
	width: 100%;
}
.tablesorter thead th {
	text-align: left;
	color:#9C3;
	font-family: "Cambria", Georgia, serif;
	font-size: 120%;
	font-weight:normal;
	font-style: italic;
	font-variant: normal;
	text-transform: none;
	border-bottom: 0px solid #ddd;
}
.tablesorter tr td {
	text-align: left;
	color:#666;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 0px;
	border-top: 1px solid #ddd;
}
.tablesorter tfoot th {
	text-align: left;
	color:#9C3;
	font-family: "Cambria", Georgia, serif;
	font-size: 100%;
	font-weight:normal;
	font-style: italic;
	font-variant: normal;
	text-transform: none;
	border-bottom: 0px solid #ddd;
}
/*Ficha WHO is WHO*/
.fichaWho {
	background-color: #424242;
	margin: 0px;
}
#menu_supF {
	list-style: none;
	background-color: #424242;
	height: 26px;
	width:100%;
	margin: 0px;
}
#menu_supF a {
	color: #9C3;
	text-decoration:none;
	font-size: 0.9em;
	letter-spacing: 0.05em;
}
#menu_supF a:hover {
	color:#999;
}
#menu_supF li {
	float:right;
	padding-left:3px;
	padding-right:6px;
	margin-right: 6px;
	padding-top: 3px;
}
div.who_ficha {
	padding:16px;
	font: 100% Calibri, Cambria, Arial, sans-serif;
	background: #fff;
	height:100%;
}
div.who_ficha a {
	color:#690;
}
div.datosF {
	float: left;
	color:#333;
	width: 70%;
}
div.datosF .titF {
	font: bold 125% Calibri, Cambria, Arial, sans-serif;
}
div.datosF ul li {
	list-style: none;
	margin-bottom: 3px;
}
div.logoF {
	text-align: right;
}
div.logoF img {
	border: #ddd 0px solid;
}
div.descripF {
	color: #666;
}
div.descripF h2 {
	border-bottom: #333 1px solid;
	color: #9C3;
	width: 100%;
	font-size: 12px;
	font-weight:normal;
	padding: 3px 0px;
	margin:3px 0px;
}
div.descripF p {
	line-height: 16px;
	margin-bottom: 10px;
}
#pieF {
	list-style: none;
	background-color: #424242;
	height: 26px;
	width: 100%;
	position: fixed;
	bottom: 0px;
}
#pieF a {
	color: #999;
	text-decoration: none;
	font-size: 0.8em;
	letter-spacing: 0.05em;
}
#pieF a:hover {
	color:#ddd;
}
#pieF ul li {
	list-style: none;
}
#pieF li {
	float: right;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 6px;
}
/*Entrada WHO is WHO*/
div.tiposWho {
	margin-top: 0px;
	width: 230px;
	float: left;
}
div.tiposWho h3 {
	color: #333;
	font: bold 125% "Cambria", Georgia, serif;
	margin-bottom: 12px;
	margin-left: 15px;
}
div.tiposWho ul {
	list-style: none;
}
div.tiposWho ul li {
	border: 0px;
	text-align: right;
	line-height: 120%;
	font: normal 85% Verdana, Arial, Helvetica, sans-serif;
}
div.tiposWho ul li span {
	border-bottom: 1px #9c3 solid;
	padding-bottom: 2px;
	margin-bottom: 6px;
	font-weight: bold;
	line-height: 120%;
	color: #690;
}
div.tiposWho ul li strong {
	color: #333;
	font: bold 150% Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
	color: #999;
}
div.tiposWho ul li a {
	width: 221px;
	height: 65px;
	padding-top: 16px;
	color: #690;
	text-decoration: none;
	margin: 0px;
}
div.tiposWho ul li p {
	padding: 4px 0px;
	padding-right: 18px;
	text-align: right;
}
.tipAcademica {
	background: transparent url(../images/bg_academica_on.jpg) repeat scroll 0px 0px;
	width: 221px;
	height: 65px;
	overflow: hidden;
}
a.tipAcademica {
	background-position: 0px 0px;
	display: block;
	width: 221px;
	height: 65px;
}
a.tipAcademica:hover {
	background-position: 221px 0px;
	color: #333;
}
.tipNormativ {
	background: transparent url(../images/bg_normativa_on.jpg) repeat scroll 0px 0px;
}
a.tipNormativ {
	background-position: 0px 0px;
	display: block;
	width: 221px;
	height: 65px;
}
a.tipNormativ:hover {
	background-position: 221px 0px;
	color: #333;
}
.tipGestora {
	background: transparent url(../images/bg_gestora_on.jpg) repeat scroll 0px 0px;
}
a.tipGestora {
	background-position: 0px 0px;
	display: block;
	width: 221px;
	height: 65px;
}
a.tipGestora:hover {
	background-position: 221px 0px;
	color: #333;
}
.tipSociales {
	background: transparent url(../images/bg_sociales_on.jpg) repeat scroll 0px 0px;
}
a.tipSociales {
	background-position: 0px 0px;
	display: block;
	width: 221px;
	height: 65px;
}
a.tipSociales:hover {
	background-position: 221px 0px;
	color: #333;
}
.tipRedes {
	background: transparent url(../images/bg_redes_on.jpg) repeat scroll 0px 0px;
}
a.tipRedes {
	background-position: 0px 0px;
	display: block;
	width: 221px;
	height: 65px;
}
a.tipRedes:hover {
	background-position: 221px 0px;
	color: #333;
}
div.ultimosWho {
	margin-top: 20px;
	margin-left: 232px;
	margin-right: 0px;
	width: auto;
}
div.ultimosWho h3 {
	color: #333;
	font: bold 125% Cambria, Arial, sans-serif;
	margin-bottom: 12px;
	margin-left: 12px;
}
.ultimosWho_cont {
	border-left: 3px double #ddd;
	height: 100%;
	min-height: 100%;
	padding: 3px 0px 3px 12px;
	display: block;
	float: left;
	height: auto;
}
.sechstelcontainer {
	width:146px;
	height: 160px;
	float: left;
}
.sechstelinfo {
	background: transparent url(../images/bg_ultimos.png) repeat scroll 0 67px;
	height: 130px;
	overflow: hidden;
	width: 136px;
}
.sechstelinfo img {
	border: 1px solid #ddd;
}
a.sechstelinfo {
	background-position: 0 67px;
	display: block;
	height: 160px;
	width: 136px;
	color: #DDD;
	text-decoration: none;
	font-size: 95%;
}
a.sechstelinfo strong {
	color: #FFF;
}
a.sechstelinfo p {
	color: #ddd;
	margin: 1px 5px;
}
a.sechstelinfo:hover {
	background-position:136px 67px;
	display:block;
	height:160px;
	width:136px;
}
a.sechstelinfo:hover strong {
	color: #FFF;
}
#change {
	margin:0;
	padding:0;
}
#loading {
	margin:0;
	padding:0;
	width: 100%;
}
/*--------------------------------------

RECOMENDADOS

--------------------------------------*/

div.Recomendados {
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	width: auto;
}
div.Recomendados h3 {
	color: #333;
	font: bold 125% Cambria, Arial, sans-serif;
	margin-bottom: 12px;
	margin-left: 12px;
}
.post {
	width:178px;
	height: 140px;
	float: left;
}
.recent-Recomendados {
	height: 100%;
	min-height: 100%;
	padding: 3px 6px 3px 0px;
	display: block;
	float: left;
	height: auto;
}
.secondary-post-bg {
	width: 172px;
	height: 115px;
	margin: 0 7px 30px 0;
	position: relative;
	overflow: display;
}
.post img {
	border:1px solid #e0c2c2;
}
.secondary-post-bg .post-comments {
	position: absolute;
	top: 0px;
	right: 7px;
	z-index: 1;
	background: #CC0000;
	/*
	border-top: 1px solid #0ff;
	border-bottom: 1px solid #0CC;
	*/
	/* opacity - move to sep. stylesheet */
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	opacity:.9;
}
.secondary-post-bg .post-comments a {
	font-size: 9px;
	color: #FFF;
	display: block;
	padding: 4px 8px;
	text-align: center;
	border: 0;
	font-family:"Lucida Grande", Geneva, Helvetica, sans-serif;
	font-size:10px;
}
.secondary-post-bg .post-comments a:hover {
	background: #ff9999;
	padding: 4px 8px;
	color: #000;
}
.title-insert {
	background: #900;
	bottom: -1px;
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
	padding: 4px 0;
	/* opacity - move to sep. stylesheet */
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity:.85;
	min-height: 40px;
}
.title-insert h2, .title-insert h3 {
	margin: 6px 9px 6px;
	line-height: 14px;
	font-size: 0.8em;
}
.title-insert h2 a, .title-insert h3 a {
	display: block;
	color: #CCC;
	text-decoration: none;
	border: 0;
}
.title-insert h2 a:hover, .title-insert h3 a:hover {
	color: #FFF;
}
.main-post-bg .photo-credit {
	position: relative;
	z-index: 1;
	top: 4px;
	left: 9px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}
.secondary-post-bg .photo-credit {
	position: absolute;
	z-index: 1;
	top: 116px;
	left: 10px;
	font-size: 11px;
	font-weight: normal;
	color: #555;
}
.photo-credit a {
	text-decoration: none;
	border-bottom: 1px solid #CCC;
	color: #555;
}
.photo-credit a:hover {
	text-decoration: none;
	border-bottom: none;
	color: #222;
}
/* ENLACE_VIP*/
.P_VIP {
	border: 3px double #ccc;
	padding: 9px;
	margin: 12px 0px;
	color:#000000;
}
.enlace_VIP a {
	background: #990000;
	font-size: 10px;
	text-decoration: none;
	color: #FFF;
	display: block;
	padding: 3px 6px;
	margin-top: 12px;
	text-align: center;
	font-family:"Lucida Grande", Geneva, Helvetica, sans-serif;
	font-size:10px;
	width: 50%;
}
.enlace_VIP a:hover {
	background: #660000;
	color: #CCC;
}
/*--------------------------------------

ENLACES_BLOKE

--------------------------------------*/

.bloke {
	width:178px;
	height: 140px;
	float: left;
}
.bloke .secondary-bloke-bg {
	width: 172px;
	height: 115px;
	margin: 0 7px 30px 0;
	position: relative;
	overflow: display;
}
.bloke img {
	border:1px solid #ddd;
}
.bloke .title-insert {
	background: #9C3;
	bottom: -1px;
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
	padding: 4px 0;
	/* opacity - move to sep. stylesheet */
	filter: alpha(opacity=75);
	-moz-opacity: .85;
	opacity:.85;
	min-height: 60px;
}
.bloke .title-insert h2, .bloke .title-insert h3 {
	margin: 6px 9px 6px;
	line-height: 14px;
	font-size: 0.8em;
}
.bloke .title-insert h2 a, .bloke .title-insert h3 a {
	display: block;
	color: #000;
	text-decoration: none;
	border: 0;
}
.bloke .title-insert h2 a:hover, .bloke .title-insert h3 a:hover {
	color: #030;
}
.bloke .main-bloke-bg .photo-credit {
	position: relative;
	z-index: 1;
	top: 4px;
	left: 9px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}
.bloke .secondary-bloke-bg .photo-credit {
	position: absolute;
	z-index: 1;
	top: 116px;
	left: 10px;
	font-size: 11px;
	font-weight: normal;
	color: #555;
}
.bloke .photo-credit a {
	text-decoration: none;
	border-bottom: 1px solid #CCC;
	color: #555;
}
.bloke .photo-credit a:hover {
	text-decoration: none;
	border-bottom: none;
	color: #222;
}
/*----------------- CENTRO de RECURSOS ----------------*/
.jab2 {
	margin: 12px 0;
}
a.jab {
	filter: alpha(opacity=75);
	opacity: .75;
}
a:hover.jab {
	filter: alpha(opacity=100);
	opacity: 1.0;
}
input.text2 {
	width:285px;
	height:22px;
	padding:2px 4px 3px;
	margin:0;
	border-top:1px solid #c1c1c1;
	border-right:1px solid #f5f5f5;
	border-bottom:1px solid #f2f2f2;
	border-left:1px solid #cacaca;
	font:18px Calibri, Arial, sans-serif;
	color:#b9b9b9;
	border-radius: 6px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
}
div.form input.submit2 {
	width: 130px;
	height: 36px;
	font-size: 0;
	line-height: 0;
	text-indent:-9999px;
	background: url(../images/btn-BuscarW.jpg) no-repeat 0 0;
	overflow: hidden;
	background-color: transparent;
	background-attachment: scroll;
	cursor: pointer;
	border: 0px;
	margin: 1px 6px;
	padding-top: 6px;
}
div.form input.hover, div.form input.submit2:hover {
	background-position:0 -36px;
}
div.contenido_ekiten .blocktags2 {
	line-height: 21px;
	margin: 16px 0 26px 0;
	padding: 16px 0px;
	font-family: "Lucida Grande", Geneva, Helvetica, sans-serif;
	border-left: 0px solid #dddddd;
	text-align:center;
	border-top: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
}
div.contenido_ekiten .blocktags2 a {
	color: #777777;
	text-decoration: none;
}
div.contenido_ekiten .blocktags2 a:hover {
	color: #993333;
	text-decoration: none;
}
div.contenido_ekiten #Recursos_left {
	width: 46%;
	float: left;
}
div.contenido_ekiten #Recursos_right {
	width: 46%;
	float: left;
	margin-left: 3%;
}
div.contenido_ekiten h4 {
	color:#669900;
	font-family:Cambria, Arial, sans-serif;
	font-size:130%;
	font-style:italic;
	font-weight:bold;
}
div.header_recurso h1 {
	background: url(../images/Resource.png) no-repeat 0 0;
	color:#9C3;
	font-family: "Cambria", Georgia, serif;
	font-size: 150%;
	font-weight:normal;
	font-style: italic;
	letter-spacing: 0.05em;
	text-indent: 46px;
	margin: 9px 0;
	padding: 6px 0;
}
div.header_recurso h1 span {
	color:#666;
	font: bold italic 100% "Cambria", Georgia, serif;
}
table thead tr .header {
	background-image:url(../images/bg.gif);
	background-position:left center;
	background-repeat:no-repeat;
	cursor:pointer;
	text-indent: 18px;
	color:#b9b9b9;
}
#ficha_referencia {
	border-bottom:1px solid #CBCBCB;
	border-left:1px solid #CBCBCB;
	border-top:1px solid #CBCBCB;
	margin-top:36px;
	padding: 12px;
	max-width: 760px;
}
#ficha_referencia .mat {
	color:#A6A6A6;
	font-size: 0.9em;
}
#ficha_referencia .tit {
	color:#565656;
	font: 130% "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
#ficha_referencia .subtit {
	color:#000000;
	font: 100% "Lucida Grande", Geneva, Helvetica, sans-serif;
	line-height: 1.5em;
}
#ficha_referencia .anio {
	color:#A6A6A6;
	font-size: 0.9em;
}
div.recurso_data {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #ECECEC;
	margin:1.2em 0 0;
	padding:0.1em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	line-height:1.5em;
}
div.recurso_data dl {
	background:#F7F7F7 none repeat scroll 0 0;
	padding:2.5em 1.7em 1.7em;
}
div.recurso_data dl dt {
	clear:left;
	color:#000000;
	float:left;
	font-size:1.2em;
	padding:0.4em 0;
}
div.recurso_data dl dd {
	border-bottom:1px solid #D4D4D4;
	color:#A6A6A6;
	display:block;
	font-size:1.2em;
	min-height:1.2em;
	padding:0.4em 0;
	text-align:right;
}
div.contenido_ekiten .recurso_data dl dd a {
	text-decoration: none;
	color: 99cc33;
}
div.contenido_ekiten .recurso_data dl dd a:hover {
	color: 99cc33;
}
ul.navigator {
	border-bottom:0px solid #ECECEC;
	list-style-type:none !important;
	margin:5px 0 0 !important;
	padding:0 0 2px !important;
	text-align:right;
}
ul.navigator li {
	display:inline;
	padding: 1px;
	color:#484848;
	font-size:0.8em;
	line-height:1.4em;
	margin: 2px 0px 6px 0px;
	border-top: 0px;
}
ul.navigator li a {
	padding:4px 3px;
	text-decoration: none;
}
ul.navigator li a:hover {
	background-color: #990000;
	color:#FFFFFF;
	text-decoration: none;
}
.contenido_ref {
	margin: 36px 0 16px 0;
}
.categoryCD {
	color:#999999;
	font-size: 0.90em;
}
.abc{
	color:#999999;
}

/*BUSCADOR google*/
/*search*/
.busca_general{
	margin-bottom: 2em;
    margin-right: 0.5em;
    max-width: 860px;
}
.busca_general ul{
	list-style: none;
	padding: 3px;
}
.busca_general ul li{
	margin-bottom: 10px;
	border-bottom:1px dotted #dddddd;
}
.busca_general a{
	color: #111111;
}
.busca_general  a:hover{
	color: #99CC33;
}
.busca_general  a:visited{
	color: #666633;
}
#buscador{
	width: 480px;
}
#buscador fieldset{
	font: 11px/25px Calibri, Arial, sans-serif;
	width: 520px;
	boder: 0;
	background: #eeeeee;
	border-right:1px solid #a6a6a6;
	padding: 3px 6px 6px 6px;
}
#buscador legend {
	size: 13px;
	border: 1px solid #e1e1e1;
	padding: 1px 6px;
	background: #ffffff;
}
#buscador label {
	font-size: 14px;
	border: 0px;
	width: 140px;
	float: left;
	color: #111111;
}
#buscador input {
	width: 160px;
	float: left;
	padding: 3px 6px;
	margin: 3px 0px 3px 6px;
	border-top:1px solid #a6a6a6;
	border-right:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	border-left:1px solid #a6a6a6;
	background:#fff;
}
#buscador input.text {
	float:left;
	width:150px;
	height:14px;
	padding:5px 3px 4px;
	margin:0;
	border:0;
	font:12px Calibri, Arial, sans-serif;
	color:#999;
	background:none;
}
#buscador input.submit {
	width:18px;
	height:21px;
	padding:0;
	margin:0;
	border:0;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	cursor:pointer;
	overflow:hidden;
	background:url(../images/btn-search.gif) no-repeat 0 0;
}
/* @end */
