﻿html {
  height: 100%;
  margin-bottom: 0px;
}

form {
  margin: 0;
  padding: 0;
}

img,table {
	border: none;
}
table.con_borde{
   border: 1px  solid #9ACF30 !important;
   border: 1px  solid #EBEBEB !important;
   frame: box;
}
table tr.tabla_separador{
	background-color: #9ACF30;
}
/* IMG MARKO */
img.apaisada_margen{
    padding: 0.3em;
	border: 1px solid #C3C3C3;
	float: left;
	margin-bottom: 2em;
    margin-right:10px;
}
img.apaisada {
        padding: 0.3em;
	border: 1px solid #C3C3C3;
	float: left;
	margin-bottom: 2em;
}
img.apaisada_sector{
   padding: 0.3em;
   border: 1px solid #C3C3C3;
   float: left;
 }
img.apaisada_banner {
    padding: 0.3em;
	border: 1px solid #C3C3C3;
	float: left;
	margin-bottom: 5px;
}
p a.catalogo{
 text-align: right;
 color: #9ACF30;
}

body {
	/*font-family: Tahoma, Verdana, Arial, sans-serif;*/
	font-family: Helvetica,Arial,'Lucida Sans Unicode','Lucida Grande',LucidaGrande,'Lucida Sans',sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	color: #545454;/* GRIS OSCURO */
	
	/*font: 13px/1.8em Arial,Helvetica,sans-serif;*/
}
body.contentpane {
	background: #f8f8f8; /* blanco-azul para fondo suabe tipo mac */
}

a:link, a:visited {  
    outline: none;
	text-decoration: underline;
	font-weight: bold;
    color: #9ACF30;/* GRIS OSCURO 545454 */
}
a:hover {
	text-decoration: none;
	font-weight: bold;
    color: #9ACF30;/*AZUL CORPO*/
}


table.contentpane ul li.sinpuntero, div.nopad ul {
	/*list-style-image: url("../images/li.png");*/
	list-style-type:  none !important;
    align:"justify";
}
table.contentpane ul li, div.nopad ul {
	line-height: 18px;
    list-style-image: url("../images/li.png");  
	text-align:justify;
}
.tabla_negrita{
	font-weight: bold;

}
.tabla_contenidos{
	background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
}
.tabla_contenidos td {
    border: 0.5px solid #CCCCCC;
    padding: 2px 7px;
}

/* Imprimitzeko eta kontakturako ikonoak jartzekotan
div.nopad ul {
	float: right;
    margin-top: -25px;
}
div.nopad ul li{
	float:left;
	padding-left:5px;
}
*/



input.button, .validate  {
	background: #f8f8f8;
       	font-size: 11px;
	color: #9ACF30;
        font-weight:bold;
        padding: 5px 10px;
	cursor: pointer;
        border: 0.5;
}

.search input.button {
	text-align: right;
}

p {
	margin-top: 0;
	margin-bottom: 5px;
	/*text-align: left;*/
	text-align: justify;
	line-height:18px;/*barria */
}
/* KOLOREZKO PARAGRAFOA */
p.ocre{
	color: #9ACF30;
        font-weight: bold;
}

/* MARRA */
hr{
       color: #545454; /* GRIS OSCURO */
       border-style: dashed; /*linea discontinua*/
       border-width: 0.5px; 
}

/* PUNTITOAK */
.puntitoak{
	padding:1.83em 0em;
	border-bottom:2px dotted #9ACF30;
	border-top:2px dotted #9ACF30;
	clear:both;
}

.inputbox {
	 border: 1px solid #DDDDDD;
    margin-bottom: 10px;
    margin-top: 3px;
    padding: 2px;
}
.inputbox:hover {

}

#modlgn_remember  {
	border:0;
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

#pie a{
	 color: #545454 !important;
	 text-decoration:none;
	 padding: 15px 40px 5px 0;
	 font-size: 12px;
}

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

.body_bg { background: #f8f8f8 url(../images/body_bg.png) top center repeat-x; }

#page_bg {
	padding: 0;
	margin: 0;
	background: transparent url(../images/page_bg.png) top center no-repeat;
}

div#wrapper {
	padding: 0;
	width: 970px;
	margin: 0 auto;
	background: transparent url(../images/wrapper_bg.png) top center repeat-y;
}

#header {
	height: 200px;
	margin: 0 auto;
	padding: 2px 0 0 0;
	/*background: transparent url(../images/header_bg.png) top center no-repeat;*/
	position: relative;
}

#header .inner_bg, #header .inner_bg_en, #header .inner_bg_es, #header .inner_bg_fr, #header .inner_bg_pt  {
	width: 956px;
	height: 200px;
	padding: 0;
	margin: 0 auto;
	background: transparent url(../images/cabecera.jpg) top center no-repeat;
}

#header #logo  {	
	/*border: 1px solid red;*/
    height: 105px;
	width:233px;
	float:left;
	margin-left: 8px;
	margin-top: 5px;
}
#idiomas{
	position: absolute;
	left: 600px;
	/*width: 250px;*/
	bottom: 8px;
}
#frase{
	color: black;
	font-size: 14px;
	font-weight: bold;
	width: 450PX !IMPORTANT;
	border: 1px solid #9ACF30;
	top: 117px;
	position: absolute;
	left: 20px;
	padding: 3px 10px;
	opacity: 0.8;
	background: #E1EFCC;
	text-align: justify;
}

#header #logo .r_bg { float: left; background: transparent url(../images/logo_r_bg.png) top right no-repeat; }
#header #logo .l_bg {
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	background: transparent url(../images/logo_l_bg.png) top left no-repeat;
}


#logo a, #logo a:link, #logo a:hover {
	/*font-family: Tahoma, Verdana, Arial, sans-serif;*/
	font-family: Helvetica,Arial,'Lucida Sans Unicode','Lucida Grande',LucidaGrande,'Lucida Sans',sans-serif;
	font-size: 20px;
	padding: 0;
	margin: 0;
	letter-spacing: 1px;
	color: #9ACF30;
	text-decoration: underline;
	outline: none;
	
}

#content {
	margin: 0 auto;
	width: 940px;
	padding: 10px 0 0;
	overflow: hidden;
}
#texto_colorfondo{
    bg_color:#d7b428;
    text-decoration: bold;
}

#wrapper_2 {
	padding: 0 7px 7px;
}

#topcol {
	background: transparent url(../images/topcol_bg.png) top center repeat-x;
	border-top: 1px solid #CCCCCC;
    /*para buscador*/
}

/* menu pie*/
#f123 ul {
    list-style: none outside none;
    margin: 0 0 0 235px;
}
#f123 li {
    background: url("../images/pillmenupillmenu_separator.png") no-repeat scroll right top transparent;
    float: left;
    height: 32px;
    margin: 0;
    padding-left: 7px;
    padding-right: 7px;
	padding-bottom: 10px;
	
}
#f123 li a{
	font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    text-decoration: none;
}
#f123 li a:hover{
	text-decoration: underline;
}

#f123 li #prueba{
    background-image:none !important;
}


/* fin menu pie */

/* menu horizontal principal */
#pillmenu {
	float: left;
	width: 855PX; /*740px;*/
	height: 32px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-align: left;
}

#pillmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#pillmenu li {
	float: left;
	margin: 0;
	padding: 0;
	height: 32px;
	background: transparent url(../images/pillmenu_separator.png) top right no-repeat;
}

#pillmenu li:hover {

}

#pillmenu li a#active_menu-nav {
	color: #9ACF30;
}

#pillmenu li a {
	float: left;
	/*font-family: Tahoma, Verdana, Arial, sans-serif;*/
	font-family: Helvetica,Arial,'Lucida Sans Unicode','Lucida Grande',LucidaGrande,'Lucida Sans',sans-serif;
	font-size: 12px;/*14px;*/
	line-height: 32px;
	padding: 0 12px 0 10px;
	color: #9ACF30;
	text-decoration: none;
	font-weight: 700;
}

#pillmenu li a:hover, #pillmenu li.current a {
	color: #9ACF30;
	text-decoration: underline;
}

#search {
	float: right;
	width: 100px;/*210px;*/
	height: 32px;
	padding: 0px;
	overflow: hidden;	
}
#search .search {
	height: 32px;
	background: transparent url(../images/search_bg.png) center left no-repeat;
}
#search .search .inputbox {
	float: left;
	line-height: 16px;
	font-size: 11px;
	color: #999999;
	background: none;
	margin:	0;
	width: 148px;
	height: 17px;	
	padding: 8px 6px 0 6px;
	border: none;
	text-transform: capitalize;
}

#search .search .button {
	float: left;
	background: transparent url(../images/search_btn.png) top center no-repeat;
	border: 0;
	font-size: 11px;
	color: #999999;
	margin: 0 0 0 5px;
	padding: 7px 0;
	width: 40px;
	text-align: left;
	cursor: pointer;
}

#holder { background: transparent url(../images/holder_bg.png) top center repeat-x; }

#rightcolumn {
	margin: 0 0 -10px;
	width: 200px;
	float: left;
	padding: 0 0 10px 0;
	text-align: left;
}
#leftcolumn{
	margin: 0;
	width: 200px;
	float: left;
	padding: 0 0 10px 0;
	text-align: left;
}

div#maincolumn {
	float: left;
	width: 515px;/*520px;*/
	
	/*padding: 0 10px;*/
	
	padding-top:0px;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:15px;
	
	margin: 0;
}

div#maincolumn_full {
	float: left;
	width: 950px; /* 720px */
	margin: 0 0px 6px 0;
	/*padding: 10px 0 0 10px;*/
}
div#maincolumn_L {
	float: left;
	width: 720px;
	padding: 0 10px;
}
div#maincolumn_full2 {
	float: left;
	width: 718px; /* 720px */
	margin: 0 0px 6px 0;
        z-index:0;
	/*padding: 10px 0 0 10px;*/
}
.banner_dch{
	float:left;
	margin-left:10px;
	margin-top:-34px;
	/*float:left;
	margin:0;
	padding:0 0 10px;
	text-align:left;*/
	width:200px;
}
.banner_dch a img{
 /*float:right;*/
}

div.nopad {
	overflow: hidden;
	padding: 0;
}
div.nopad form#jForm p, div.nopad form#jForm  div#navigation {
	padding: 5px 0 0 10px;
}
div.nopad ul {
	clear: both;
}

td.middle_pad {
	width: 20px;
}

#banner_l {
	text-align: left;
	padding: 0 0 0 24px;
}

#footer {
	margin: 0 auto;
	text-align: center;
	height: 200px;
	line-height: 20px;
	color: #999999;
	font-size: 12px;
	background: #f8f8f8 url(../images/footer_bg.png) top center no-repeat;
}

#footer p {
	text-align: right;
	padding: 10px 30px 0 0;
}

#footer a {
	color: #9ACF30;
}
#pie{
	  padding-left: 255px;
}
.pie_dere{
	border-right: 1px solid #CCCCCC;
    color: #545454;
    float: left;
    padding-right: 15px;
	
}
.pie_izqui{
	float:left;
	padding-left: 15px;
	
}
.pie_izqui b{
	color:#9ACF30;
	
}
/* Logos del pie */
.div_logos{
	float: left;
	margin-left: 5px;
	margin-top: 12px;
	width: 100%;
}
.logo_pie{
	float: left;
    padding: 5px;
	margin-right:12px;
}
.logo_pie_MT{
	margin-top:20px;
    float: left;
    padding: 5px;
	margin-right:12px;
}


/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

/* headers */
div.componentheading {
	height: 22px;
	padding: 8px 0 0 0px;
    font-weight:bold; /*maita*/

}
table.blog {
	
}
table.fondotexto{
   bg_color:#d7b428;
   text-decoration: bold;
   /*align="justify";*/

}
h1 {
	padding: 0;
	font-family: Helvetica,Arial,'Lucida Sans Unicode','Lucida Grande',LucidaGrande,'Lucida Sans',sans-serif;
	/*font-family: Tahoma, Arial, sans-serif;*/
	font-size: 14px;/*1.3em;*/
	font-weight: bold;
	vertical-align: bottom;
	color: #9ACF30;
	text-align: left;
	width: 100%;
}

h2 {
	padding: 0;
	/*font-family: Tahoma, Arial, sans-serif;*/
	font-family: Helvetica,Arial,'Lucida Sans Unicode','Lucida Grande',LucidaGrande,'Lucida Sans',sans-serif;
	font-size: 14px;/*12px;*/
	vertical-align: middle;
	color: #9ACF30;
	text-align: left;
	font-weight: bold;
}
h2.menutitle{
	color: #545454 !important;
}
h3{
	 color: #545454;
    font-family: Helvetica,Arial,'Lucida Sans Unicode','Lucida Grande',LucidaGrande,'Lucida Sans',sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    padding: 0;
    text-align: left;
    vertical-align: middle;
}
h3.verde{
	color: #9ACF30 !important;
}
.titulo_noticias{
	color:#E0BB28;
	font-size:15px;
	font-weight:bold;
	margin-bottom:-2px;/*5px*/
	margin-top:7px;/*5px*/
	padding-right:10px;
	text-align:right;
}
.enlace_noticias{
	font-size: 9px !important;
	text-align: middle;
	text-decoration: underline;
	font-weight: bold;
	padding-right:10px;
	color:#545454 !important;
	margin-left:30px;
}
.enlace_noticias_principal{
	font-size: 10px !important;
	text-align: middle;
	text-decoration: underline;
	font-weight: bold;
	padding-right:11px;
	color:#9ACF30 !important;
	margin-left:30px;
}
.enlace_noticias_principal_en{
	font-size: 10px !important;
	text-align: middle;
	text-decoration: underline;
	font-weight: bold;
	padding-right:11px;
	color:#9ACF30 !important;
	margin-left:50px;
}
table.contentpaneopen h3 {
	margin-top: 25px;
}

h4 {
	/*font-family: Tahoma, Arial, sans-serif;*/
	font-family: Helvetica,Arial,'Lucida Sans Unicode','Lucida Grande',LucidaGrande,'Lucida Sans',sans-serif;
	color: #9ACF30;
}

.contentheading, .componentheading, table.moduletable th, legend {
	margin: 0;
	/*font-family: Tahoma, Arial, sans-serif;*/
	font-family: Helvetica,Arial,'Lucida Sans Unicode','Lucida Grande',LucidaGrande,'Lucida Sans',sans-serif;
	font-size: 14px;
	text-align: left;
	color: #9ACF30;
	padding: 0;
}
.contentheading a{
        text-decoration:none;
        color: #9ACF30;
}


/* small text */
.small {
	font-size: 10px;
	color: #C0C0C0;
	font-weight: normal;
	text-align: left;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: 10px;
	color: #C0C0C0;
	font-weight: normal;
	text-align: right;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: 10px;
	color: #C0C0C0;
	font-weight: normal;
	vertical-align: top;
	padding-top: 0px;
}

a.readon {
	display: block;
	float: right;
	text-decoration: none;
	line-height: 14px;
	font-size: 10px;
	text-decoration: underline;
	color: #9ACF30;
}

a.readon:hover {
	color: #9ACF30;
	text-decoration: none;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f1f1f1;
	color: #9ACF30;
}

.ol-background {
	background-color: #f1f1f1;
	color: #9ACF30;
}

.ol-textfont {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	background-color: #f1f1f1;
	color: #9ACF30;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
/*links menu idiomas*/
	padding-left: 5px;
	margin: 0;
	line-height: 18px;
	text-decoration: none;
	color: #9ACF30;
	font-weight: bold;
	font-size: 11px;	
}

a.mainlevel:hover {
        text-decoration: underline;

}

/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}

.article_column {

}

.column_separator {
	
}

td.buttonheading {
	text-align: right;
	width: 0;
}

.clr {
	clear: both;
}

table.blog span.article_separator {
	display: block;
	height: 20px;
}



/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  color: #9ACF30;
  font-weight: bold;
  padding: 4px;
  border-bottom: 1px solid #9ACF30;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
  color: #9ACF30;
  font-size: 10px;
}


/* content styles */
.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
}

table.contentpane td{
	text-align: left;
}

table.contentpane td.contentdescription {
	width: 100%;
}

table.contentpane  {
        text-align: left;
	float: left;
	width: 100%;
	margin: 8px;
}

table.contentpane ul li a .category {
	color: #d7b428;
}

table.contentpane ul li {
	color: #9ACF30;
}

table.contentpaneopen {
	margin: 2px 8px;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #9ACF30;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	/*font-family: Tahoma, Arial, sans-serif;*/
	font-family: Helvetica,Arial,'Lucida Sans Unicode','Lucida Grande',LucidaGrande,'Lucida Sans',sans-serif;
	color: #9ACF30;
}

.highlight {
	background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

div.moduletable, div.module {
  margin-bottom: 25px;
}

div.module_menu, div.module {
	margin: 0;
	padding: 0;
}

div.module_menu div, div.module {
	
}

div.module_menu div div, div.module div div, div.module_text div div {
	background: none repeat scroll 0 0 #DDDDDD;
    margin: 0 0 5px; /*15px*/
    padding: 1px;	
}
/*
div.module_menu div div{
	margin: 0 0 5px 0;//15px
	padding: 1px;
	background: #dddddd;	
}
div.module div div {
	margin: 0 0 5px 0;//15px
	padding: 1px;
	background: #dddddd;	
}
div.module_text div div {
	margin: 0 0 5px 0;//15px
	padding: 1px;
	background: #dddddd;	
}
*/

div.module_menu div div div, div.module div div div, div.module_text div div div {
	margin: 0;
	background: #fff;
	padding: 1px;
	text-align: center;
}

div.module_menu div div div, div.module div div div{
	margin: 0;
	background: #fff;
	padding: 1px;
}

#rightcolumn div.module table.poll div {
	background: none;
}

div.module_menu div div div div, div.module div div div div {
	background: none;
	/*padding: 4px 8px; kendu submenu-a ikusi dadin*/ 
	text-align: left;
}

div.module div div div form {
	padding: 4px 0 0 4px;
	width: 180px;
	margin: 0 auto;
	text-align: left;
}

#rightcolumn div.module div div div form {
	padding: 4px 0;
	width: 170px;
	margin: 0 auto;
	text-align: left;
}

div.module div div div form table td {
	text-align: left;
}

div.module div div div form ul{
	margin: 10px 0 0;
	padding: 0; 
	list-style: none;
}

div.module_menu ul {
	list-style: none;
	text-align: left;
	padding: 0;
}

div.module_menu ul li{
	margin: 0;
	padding: 0;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
	/*background: transparent url(../images/blue/bullet2.jpg) top left no-repeat;*/
	padding: 2px 0 2px 20px;
	line-height: 24px;
	text-decoration: none;
	color: #999;
	font-size: 11px;
}
div.module_menu ul li a:active{
	padding: 2px 0 2px 20px;
	line-height: 24px;
	text-decoration: underline;
	color: #999;
	font-size: 11px;
}

div.module_text div div div {
	text-align: left;
}

div.module_text div div div div  {
	margin:0 auto;
	
}

div.bannergroup_text {
	display:block;
	background: #fff;
	padding: 1px;
}
.bannerheader {
padding: 0 0 0 6px;
}

#maincol_news .latest, #maincol_news .popular {
	float: left;
	width: 255px;
	overflow: hidden;
	margin: 0 0 0 10px;
}

#maincol_news .latest { margin: 0; }

#maincol_news ul { margin: 0; padding: 0; list-style: none;  }

#maincol_news ul li { margin: 0; padding: 0 10px; }

#maincol_news ul li a {
	line-height: 16px;
	padding: 0 0 0 10px;
	text-decoration: underline;
	font-size: 11px;
	background: url(../images/latest_row.png) center left no-repeat;
	margin: 0;
	height: 16px;
	color: #9ACF30;
}

#maincol_news ul li a:hover { text-decoration: none; }

#maincolumn_full #maincol_news { padding: 0 0 0 10px;}

#maincolumn_full #maincol_news .latest, #maincolumn_full #maincol_news .popular {
	width: 340px;
}

#leftcolumn div.module table ,#rightcolumn div.module table {
	
}

#leftcolumn div.module table.poll {

}

#leftcolumn div.module table.poll td {
	text-align: left;
}
/*LATERAL IZQUIERDO, MODULO MENU*/
/* LEFT COL H3 */
#leftcolumn h3, #rightcolumn h3, #content .module h3 { 	
	/*font-family: Tahoma, Verdana, Arial, sans-serif;*/
	font-family: Helvetica,Arial,'Lucida Sans Unicode','Lucida Grande',LucidaGrande,'Lucida Sans',sans-serif;
	width: 176px;	
	color: #9ACF30;
	font-size: 13px;
	height: 28px;
	text-decoration: none;
	text-align: left;
	padding: 0 10px;
	background: url(../images/h3.png) top left repeat-x;
	font-weight: bold;
	line-height: 26px;
	margin: 0;
}
#content .module h3 {
	width: auto;
}

#content div.module div div div {
	text-align: left;	
}

#leftcolumn .moduletable_menu, #leftcolumn .moduletable, #leftcolumn .moduletable_text, #leftcolumn .c, 
#rightcolumn .moduletable_menu, #rightcolumn .moduletable, #rightcolumn .moduletable_text, #rightcolumn .c {
	margin: 0 0 16px 0;
	padding: 0 0 8px 0;
}

#leftcolumn ul.menu, #rightcolumn ul.menu, #leftcolumn p.modulo, #rightcolumn p.modulo {
	margin: 0 auto;
	padding: 5px 0 0 4px;
	list-style: none;
	width: 180px;
}

#leftcolumn ul.menu li, #rightcolumn ul.menu li,  {
	margin: 0;
	padding: 0;
}

#leftcolumn ul.menu li:hover, #rightcolumn ul.menu li:hover {

}

/*LEFT COL LINK*/
#rightcolumn ul.menu li a, #rightcolumn ul.menu li a:link {
	line-height: 14px !important; /*18px*/
	padding: 0 0 0 10px;
	text-decoration: none;
	font-size: 9px !important;/*11px;*/
	background: url(../images/menu_row.png) center left no-repeat;
	margin: 0;
	height: 18px;
	color: #999999;
}
#leftcolumn ul.menu li a, #leftcolumn ul.menu li a:link{
	line-height: 20px !important; /*18px*/
	padding: 0 0 0 10px;
	text-decoration: none;
	font-size: 12px !important;/*11px;*/
	background: url(../images/menu_row.png) center left no-repeat;
	margin: 0;
	height: 18px;
	color: #999999;
}

#leftcolumn ul.menu li a:hover, #rightcolumn ul.menu li a:hover {
	color: #9ACF30;
	text-decoration: underline !important;
}
/*berria: markatzeko lista batean current item-a*/
li.current , li.current :visited{
	color:#9ACF30!important; 
	text-decoration: underline;
}

/*LEFT COL CURRENT LINK*/
#leftcolumn ul.menu li#current a, #leftcolumn ul.menu li#current a:link, 
#rightcolumn ul.menu li#current a, #rightcolumn ul.menu li#current a:link {
	line-height: 18px;
	padding: 0 0 0 10px;
	text-decoration: underline !important;
	color: #9ACF30;
	font-size: 11px;
	background: url(../images/menu_row.png) center left no-repeat;
	margin: 0;
	height: 18px;
}

#leftcolumn ul.menu li#current a:hover, #rightcolumn ul.menu li#current a:hover {
	color: #9ACF30;
	text-decoration: underline;
}

/*LEFT COL SUB LINK*/
#leftcolumn ul.menu li#current ul li a, #leftcolumn ul.menu li#current ul li a:link {
	text-decoration: none;
	color: #666;
	margin: 0 0 0 6px;
	font-size: 11px;
	background: url(../images/submenu_row.png) center left no-repeat;
	font-weight: normal;
	display: block;
	line-height: 18px;
	padding: 0 0 0 18px;
	border: none;
	height: 18px;
}

#leftcolumn ul.menu li ul li#current a, #leftcolumn ul.menu li ul li#current a:link, #leftcolumn ul.menu li ul li#current a:visited, #leftcolumn ul.menu li ul li#current a:hover {
	font-size: 11px;
	margin: 0 0 0 6px;
	padding: 0 0 0 18px;
	text-decoration: none;
	border: none;
	color: #333;
	background: url(../images/submenu_row.png) center left no-repeat;
	height: 18px;
	line-height: 18px;
}
/*SUBMENU POSITION*/
#leftcolumn ul.menu li#current ul {
	margin: 0;
	padding: 0;
}

#leftcolumn ul.menu li#current ul li {
	margin: 0;
	padding: 0;
}

/*CURRENT SUBMENU POSITION*/
#leftcolumn ul.menu li ul {
	margin: 0;
	padding: 0;
}

#leftcolumn ul.menu li#current ul li a:hover {
	color: #333;
}

#leftcolumn ul.menu li ul, #rightcolumn ul.menu li ul {
	list-style: none;
	margin-left:8px;
}

/* forms */
#leftcolumn .moduletable ul, #rightcolumn .moduletable ul {
	margin: 6px 0;
	padding: 0;
	list-style: none;
}

#leftcolumn .moduletable ul li, #rightcolumn .moduletable ul li {
	margin: 0;
	padding: 0 2px;
}

table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #9ACF30;
}

form#form-login fieldset { 
	border: 0 none; 
	margin: 0; 
	padding: 0;
}
form#form-login ul li{ 
	padding: 0; 
}

form#form-login ul li a {
	text-align: left;
	padding: 0;
	font-size: 10px;
}

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #333; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #333; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	/*font-family: Tahoma, Arial, sans-serif;*/
	font-family: Helvetica,Arial,'Lucida Sans Unicode','Lucida Grande',LucidaGrande,'Lucida Sans',sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem {
}

/* Text advert style */

.banneritem_text {
	padding: 4px 8px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 8px 20px;
	font-size: 11px;
	text-align: right;
}

/* System Messages */


/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/*Cambios TSS */
/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	/*margin-top: 15px; Atxinduta TSS*/
	padding: 15px;
	
}
.login fieldset, .reset fieldset, .remind fieldset{
	margin-right: 15px;/*Gestión de usuario */
}
#form-login-username{
	text-align:left !important;/*TSS*/
}
/*Fin Cambios TSS */

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #333;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message dd.message ul { 
     background: transparent;
     padding: 3px;
     margin: 0;
}

/* System Error Messages */
#system-message dd.error ul { 
     color: #999; 
     background: none; 
     border-top: 1px solid #829300; 
     border-bottom: 1px solid #829300;
     padding: 0;
     margin: 0;
}

/* System Notice Messages */
#system-message dd.notice ul { 
     color: #ECA5A7; 
     background: none; 
     border-top: 1px solid #829300; 
     border-bottom: 1px solid #829300;
     padding: 3px;
     margin: 0 0 5px 0;
}

#system-message dd {
     text-indent: 0;
}

#system-message dd ul {
    list-style-type: none;
    color: #444; 
    background: #F2FBEC; 
	border: solid 1px #9CDD6C;
}

#system-message {
     margin: 5px auto;
	 text-align: center;
	 width: 98%;
}



/* ****************************************************************************** */
/* blue */
input, button {
	/*font-family: Tahoma, Verdana, Arial, sans-serif;	*/
	font-family: Helvetica,Arial,'Lucida Sans Unicode','Lucida Grande',LucidaGrande,'Lucida Sans',sans-serif;
}
/* blue */
input[type="checkbox"], input[type="radio"]{
   background: transparent;
   border: none;
}

/* -------------------------- */
a.footer123:link, a.footer123:visited {
	color: #fefefe;
	/*font-family: Tahoma, Arial, sans-serif;*/
	font-family: Helvetica,Arial,'Lucida Sans Unicode','Lucida Grande',LucidaGrande,'Lucida Sans',sans-serif;
	text-decoration: none;
}
a.footer123:hover {
	color: #fefefe;
	/*font-family: Tahoma, Arial, sans-serif;*/
	font-family: Helvetica,Arial,'Lucida Sans Unicode','Lucida Grande',LucidaGrande,'Lucida Sans',sans-serif;
	text-decoration: none;
}
#f123 {
	text-align: right;
	width: 100%;
	margin: 0 auto;
	/*font-family: Tahoma, Arial, sans-serif;*/
	font-family: Helvetica,Arial,'Lucida Sans Unicode','Lucida Grande',LucidaGrande,'Lucida Sans',sans-serif;
}
.f123 {
	text-align: right;
	/*font-family: Tahoma, Arial, sans-serif;*/
	font-family: Helvetica,Arial,'Lucida Sans Unicode','Lucida Grande',LucidaGrande,'Lucida Sans',sans-serif;
	text-decoration: none;
}
.f123_bg {
	background:url(../images/123_bg.png);
	width:134px;
	height:30px;
	text-align:center;
	padding: 0 3px;
}
.f123_1 {
	display: block;
	font-size: 10px;
	/*font-family: Tahoma, Arial, sans-serif;*/
	font-family: Helvetica,Arial,'Lucida Sans Unicode','Lucida Grande',LucidaGrande,'Lucida Sans',sans-serif;
	color: #666;
	text-align: left;
	padding: 0 0 2px 4px;
}

a.link_123:link, a.link_123:visited {
	font-size: 15px;
	/*font-family: Tahoma, Verdana,Arial,Helvetica,sans-serif;*/
	font-family: Helvetica,Arial,'Lucida Sans Unicode','Lucida Grande',LucidaGrande,'Lucida Sans',sans-serif;
	color: #797979;
	text-decoration:none;
	font-weight: 700;
}
a.link_123:hover {
	font-size: 15px;
	/*font-family: Tahoma, Verdana,Arial,Helvetica,sans-serif;*/
	font-family: Helvetica,Arial,'Lucida Sans Unicode','Lucida Grande',LucidaGrande,'Lucida Sans',sans-serif;
	color: #797979;
	text-decoration:none;
	font-weight: 700;
}
/* Estilos cajas proyectos */

.proyecto_caja{
  background:#F6F6F6 none repeat scroll 0 0;
  border-bottom:1px solid #EBEBEB;
  border-right:1px solid #EBEBEB;
  display:block;
  margin:5px;
  height:115px;
  width:500px;
}

.present_caja{
  background:#F6F6F6 none repeat scroll 0 0;
  border-bottom:1px solid #EBEBEB;
  border-right:1px solid #EBEBEB;
  display:block;
  margin:5px;
  height:115px;
  width:438px;/*500px;*/
  float:left;
}

.present_caja2{
  background:#F6F6F6 none repeat scroll 0 0;
  border-bottom:1px solid #EBEBEB;
  border-right:1px solid #EBEBEB;
  display:block;
  margin:5px;
  height:115px;
  width:250px;/*500px;*/
  float:left;
}


.present_caja .img_menu_caja{
  width: 73px;
  height: 100px;
  margin: 4px;
  float:left;
}

.present_caja a.enlace .img_menu_caja{
  background-image: url(../../../images/img_inkoa/home/h_agri.jpg);
  background-repeat: no-repeat;
  border: 1px solid #C3C3C3;
}
.present_caja a.enlace:hover .img_menu_caja{
  background-image: url(../../../images/img_inkoa/home/h_agri2.jpg);
  background-repeat: no-repeat;
}

.present_caja a.enlace2 .img_menu_caja{
  background-image: url(../../../images/img_inkoa/home/h_agri2.jpg);
  background-repeat: no-repeat;
  border: 1px solid #C3C3C3;
}
.present_caja a.enlace2:hover .img_menu_caja{
  background-image: url(/images../img_inkoa/home/h_agri.jpg);
  background-repeat: no-repeat;
}


/* Home - Areas de actividad */

.present_caja a.h_agri .img_menu_caja{
  background-image: url(../../../images/img_inkoa/home/h_agri.jpg);
  background-repeat: no-repeat;
  border: 1px solid #C3C3C3;
}
.present_caja a.h_agri_en .img_menu_caja{
  background-image: url(../../../images/img_inkoa/home/h_agri_en.jpg);
  background-repeat: no-repeat;
  border: 1px solid #C3C3C3;
}
.present_caja a.h_agri:hover .img_menu_caja, .present_caja a.h_agri_en:hover .img_menu_caja{
  background-image: url(../../../images/img_inkoa/home/h_agri2.jpg);
  background-repeat: no-repeat;
}

.present_caja a.h_ali .img_menu_caja{
  background-image: url(../../../images/img_inkoa/home/h_ali.jpg);
  background-repeat: no-repeat;
  border: 1px solid #C3C3C3;
}
.present_caja a.h_ali_en .img_menu_caja{
  background-image: url(../../../images/img_inkoa/home/h_ali_en.jpg);
  background-repeat: no-repeat;
  border: 1px solid #C3C3C3;
}
.present_caja a.h_ali:hover .img_menu_caja, .present_caja a.h_ali_en:hover .img_menu_caja{
  background-image: url(../../../images/img_inkoa/home/h_ali2.jpg);
  background-repeat: no-repeat;
}

.present_caja a.h_biotec .img_menu_caja{
  background-image: url(../../../images/img_inkoa/home/h_biotec.jpg);
  background-repeat: no-repeat;
  border: 1px solid #C3C3C3;
}
.present_caja a.h_biotec_en .img_menu_caja{
  background-image: url(../../../images/img_inkoa/home/h_biotec_en.jpg);
  background-repeat: no-repeat;
  border: 1px solid #C3C3C3;
}
.present_caja a.h_biotec:hover .img_menu_caja, .present_caja a.h_biotec_en:hover .img_menu_caja{
  background-image: url(../../../images/img_inkoa/home/h_biotec2.jpg);
  background-repeat: no-repeat;
}

.present_caja a.h_gana .img_menu_caja{
  background-image: url(../../../images/img_inkoa/home/h_gana.jpg);
  background-repeat: no-repeat;
  border: 1px solid #C3C3C3;
}
.present_caja a.h_gana_en .img_menu_caja{
  background-image: url(../../../images/img_inkoa/home/h_gana_en.jpg);
  background-repeat: no-repeat;
  border: 1px solid #C3C3C3;
}
.present_caja a.h_gana:hover .img_menu_caja, .present_caja a.h_gana_en:hover .img_menu_caja{
  background-image: url(../../../images/img_inkoa/home/h_gana2.jpg);
  background-repeat: no-repeat;
}

.present_caja a.h_medioam .img_menu_caja{
  background-image: url(../../../images/img_inkoa/home/h_medioam.jpg);
  background-repeat: no-repeat;
  border: 1px solid #C3C3C3;
}
.present_caja a.h_medioam_en .img_menu_caja{
  background-image: url(../../../images/img_inkoa/home/h_medioam_en.jpg);
  background-repeat: no-repeat;
  border: 1px solid #C3C3C3;
}
.present_caja a.h_medioam:hover .img_menu_caja, .present_caja a.h_medioam_en:hover .img_menu_caja{
  background-image: url(../../../images/img_inkoa/home/h_medioam2.jpg);
  background-repeat: no-repeat;
}
      
/* Fin Home Areas de actividad */

/* Home - Proyectos */
.present_caja a.h_integral .img_menu_caja{
  background-image: url(../../../images/img_inkoa/home/h_integral.jpg);
  background-repeat: no-repeat;
  border: 1px solid #C3C3C3;
}
.present_caja a.h_integral_en .img_menu_caja{
  background-image: url(../../../images/img_inkoa/home/h_integral_en.jpg);
  background-repeat: no-repeat;
  border: 1px solid #C3C3C3;
}
.present_caja a.h_integral:hover .img_menu_caja, .present_caja a.h_integral_en:hover .img_menu_caja{
  background-image: url(../../../images/img_inkoa/home/h_integral2.jpg);
  background-repeat: no-repeat;
}

.present_caja a.h_inverna .img_menu_caja{
  background-image: url(../../../images/img_inkoa/home/h_inverna.jpg);
  background-repeat: no-repeat;
  border: 1px solid #C3C3C3;
}
.present_caja a.h_inverna_en .img_menu_caja{
  background-image: url(../../../images/img_inkoa/home/h_inverna_en.jpg);
  background-repeat: no-repeat;
  border: 1px solid #C3C3C3;
}
.present_caja a.h_inverna:hover .img_menu_caja, .present_caja a.h_inverna_en:hover .img_menu_caja{
  background-image: url(../../../images/img_inkoa/home/h_inverna2.jpg);
  background-repeat: no-repeat;
}

.present_caja a.h_camara .img_menu_caja{
  background-image: url(../../../images/img_inkoa/home/h_camara.jpg);
  background-repeat: no-repeat;
  border: 1px solid #C3C3C3;
}
.present_caja a.h_camara_en .img_menu_caja{
  background-image: url(../../../images/img_inkoa/home/h_camara_en.jpg);
  background-repeat: no-repeat;
  border: 1px solid #C3C3C3;
}
.present_caja a.h_camara:hover .img_menu_caja, .present_caja a.h_camara_en:hover .img_menu_caja{
  background-image: url(../../../images/img_inkoa/home/h_camara2.jpg);
  background-repeat: no-repeat;
}

.present_caja a.h_traza .img_menu_caja{
  background-image: url(../../../images/img_inkoa/home/h_traza.jpg);
  background-repeat: no-repeat;
  border: 1px solid #C3C3C3;
}
.present_caja a.h_traza_en .img_menu_caja{
  background-image: url(../../../images/img_inkoa/home/h_traza_en.jpg);
  background-repeat: no-repeat;
  border: 1px solid #C3C3C3;
}
.present_caja a.h_traza:hover .img_menu_caja, .present_caja a.h_traza_en:hover .img_menu_caja{
  background-image: url(../../../images/img_inkoa/home/h_traza2.jpg);
  background-repeat: no-repeat;
}

.present_caja a.h_loc .img_menu_caja{
  background-image: url(../../../images/img_inkoa/home/h_loc.jpg);
  background-repeat: no-repeat;
  border: 1px solid #C3C3C3;
}
.present_caja a.h_loc:hover .img_menu_caja{
  background-image: url(../../../images/img_inkoa/home/h_loc2.jpg);
  background-repeat: no-repeat;
}

/* Fin Home Proyectos */

/* Home - I+D+i*/

.present_caja a.h_control .img_menu_caja{
  background-image: url(../../../images/img_inkoa/home/h_control.jpg);
  background-repeat: no-repeat;
  border: 1px solid #C3C3C3;
}
.present_caja a.h_control_en .img_menu_caja{
  background-image: url(../../../images/img_inkoa/home/h_control_en.jpg);
  background-repeat: no-repeat;
  border: 1px solid #C3C3C3;
}
.present_caja a.h_control:hover .img_menu_caja, .present_caja a.h_control_en:hover .img_menu_caja{
  background-image: url(../../../images/img_inkoa/home/h_control2.jpg);
  background-repeat: no-repeat;
}

.present_caja a.h_inteli .img_menu_caja{
  background-image: url(../../../images/img_inkoa/home/h_inteli.jpg);
  background-repeat: no-repeat;
  border: 1px solid #C3C3C3;
}
.present_caja a.h_inteli_en .img_menu_caja{
  background-image: url(../../../images/img_inkoa/home/h_inteli_en.jpg);
  background-repeat: no-repeat;
  border: 1px solid #C3C3C3;
}
.present_caja a.h_inteli:hover .img_menu_caja, .present_caja a.h_inteli_en:hover .img_menu_caja{
  background-image: url(../../../images/img_inkoa/home/h_inteli2.jpg);
  background-repeat: no-repeat;
}

.present_caja a.h_proceso .img_menu_caja{
  background-image: url(../../../images/img_inkoa/home/h_proceso.jpg);
  background-repeat: no-repeat;
  border: 1px solid #C3C3C3;
}
.present_caja a.h_proceso_en .img_menu_caja{
  background-image: url(../../../images/img_inkoa/home/h_proceso_en.jpg);
  background-repeat: no-repeat;
  border: 1px solid #C3C3C3;
}
.present_caja a.h_proceso:hover .img_menu_caja, .present_caja a.h_proceso_en:hover .img_menu_caja{
  background-image: url(../../../images/img_inkoa/home/h_proceso2.jpg);
  background-repeat: no-repeat;
}

/* Fin Home I+D+i*/

.proyecto_caja li.proyecto_caja_txt{
 float:left;
 margin-left: 5px;
 margin-top: 5px;
 text-align:left;
 width:390px;
 list-style-image:none;
}

.present_caja li.present_caja_txt{
 float:left;
 margin-left: 5px;
 margin-top: 5px;
 text-align:left;
 width:335px;
 list-style-image:none;
}

.present_caja2 li.present_caja_txt{
 float:left;
 margin-left: 5px;
 margin-top: 5px;
 text-align:left;
 /*width:335px;*/
 list-style-image:none;
}


.proyecto_caja li.proyecto_caja_img {
 margin-top: 5px;
 list-style-image:none !important;
}

.present_caja li.present_caja_img {
 margin-top: 5px;
 list-style-image:none !important;
}

.proyecto_img{
 margin:3px;
 border:1px solid #C3C3C3;
 padding:0.3em;
}

.present_img{
 margin:3px;
 border:1px solid #C3C3C3;
 padding:0.3em;
}

.proyecto_caja li.proyecto_caja_img a {
 float:right;
}
.present_caja li.present_caja_img a {
 float:right;
}

.proyecto_caja li.proyecto_caja_a{
  margin-left: 340px;
  margin-top: 5px;
  list-style-image:url(../images/menu_row.png);

}
.present_caja li.present_caja_a{
  margin-left: 285px;
  margin-top: 18px;
  list-style-image:url(../images/flecha.png);

}

.azul {
  color:#FFFFFF;
  background-color:#9ACF30;
}

.ali_izq {
  text-align: left;
}

.proyecto_caja a.ali_dch {
  text-align: right;
  color:#9ACF30;
  text-decoration:none;
  text-align:left;
}

.present_caja a.ali_dch, .present_caja2 a.ali_dch {
  text-align: right;
  color:#9ACF30;
  text-decoration:none;
  text-align:left;
}



.proyecto_caja a:hover.ali_dch {
text-decoration:underline;
}

.present_caja a:hover.ali_dch {
text-decoration:underline;
}

/* estilos home */
.home_caja{
  /*background:#F6F6F6 none repeat scroll 0 0;*/
  border:2px solid #9ACF30;
  display:block;
  float:left;
  margin:2px 2px;
  height:265px;
  width:155px; 
}

.margen{
  margin-left: -35px;
}
.cabecera_home ul li{
 list-style-image:none !important;
 float:left;
 text-align:left;
 width:100px; 
 font-size:12px;
}

.home_titulo{
	display:block;
	float:left;
	margin-left:7px;
	width:155px; 
}
/* Estilos cajas notcias */
.noticia_caja{
	background:#F6F6F6 none repeat scroll 0 0;
	border-bottom:1px solid #EBEBEB;
	border-right:1px solid #EBEBEB;
	display:block;
	margin:5px;
	/*height:220px;*/
	width:500px;
}
.noticia_caja li.noticia_caja_txt{
	margin-left: 5px;
	margin-top: 5px;
	text-align:left;
	padding-top:3px;
	padding-right:3px;
	list-style-image:none;
}
.noticia_caja li.noticia_caja_txt_largo{
	float:left;
	margin-left: 14px;
	margin-right: 7px;
	text-align:left;
	width:310px;
	list-style-image:none;
	overflow:hidden;
}
.noticia_caja li.noticia_caja_img {
 	width:150px;
	float:left;
	margin:3px;
	list-style-image:none;
}
.noticia_caja li.noticia_caja_img  img{
	border:1px solid #C3C3C3;
	padding:0.3em;
}
.noticia_caja li.noticia_caja_a{
  margin-left: 30px;
  margin-top: 150px;
  list-style-image:url(../images/flecha.png);
}
/* proyectos nuevos en frontend*/
.front_pie{
    float: left;
    margin: 0 0 6px 30px;
    width: 930px;}
.proyectonuevo_caja{
  background: none repeat scroll 0 0 #F5FAEA;
  border: 1px dotted #9ACF30;
  display: block;
  float: left;
  height: 140px;
  margin: 3px;
  width: 285px;
  overflow: hidden;
}
.proyectonuevo_caja li.proyectonuevo_caja_tit{
 float:left;
 list-style-image:none;
 width: 270px;
}
.proyectonuevo_caja a.ali_dch {
  color:#9ACF30  ;
}
.proyectonuevo_caja li.proyectonuevo_caja_txt{
 float:left;
 margin-left: 5px;
 margin-top: 5px;
 text-align:left;
 width:108px;/*158px;*/
 list-style-image:none;
 
}
.proyectonuevo_caja p{text-align:left !important;}
.proyectonuevo_caja li.proyectonuevo_caja_img{
 float:right;
 margin:7px;	
 list-style-image:none;
}
.proyectonuevo_caja li.proyectonuevo_caja_img img{
 border:1px solid #CCCCCC;/*#EBEBEB;*/
 width: 150px;/*100px;*/
 height: 90px;
}
/*componente contacto*/
.div_contacto{
	width: 100%;
	float:left;
}
.div_contacto_l{
	float:left;
	width: 40px;
}
.div_contacto_r{
	float:left;
	width: 400px;
}

/*fin componente contacto*/
.verde{color: #9ACF30;}
.grisoscuro{color: #545454;}
.div_est{float:left; width:100%;}
.custombanner_cloud{
	border: 1px solid #CCCCCC;
    padding: 3px;
	
}
.div_lateral{
	background: none repeat scroll 0 0 #F5FAEA !important;
    border: 1px dotted #9ACF30  !important;
    display: block;
    float: left;
    margin-bottom: 5px !important;
    overflow: hidden;
    width: 196px;
}
.div_lateral a, .div_lateral a:hover {
	color: #9ACF30  !important;
	font-style: underline !important;
}
.div_lateral p a{
	color: #545454 !important;
	font-style: underline !important;
}
.div_lateral p a:hover{
	color: #9ACF30 !important;
	font-style: underline !important;
}

.div_lateral p{
	text-align: left !important;
}

.actualidad_img {
    border: 1px solid #EBEBEB;
    margin: 4px 3px 3px;
}
.div_actualidad{
	clear: both;
    margin-left: -3px !important;
    margin-top: -20px !important;
    /*position: absolute;*/
	 margin-bottom: 6px !important;
    width: 198px;
	height: 305px;
}
.div_actualidad .div_lateral{  
	border: 1px dotted #9ACF30  !important;
	height: 98px;
}

#logo_life{
	left: 825px;
	margin-left: 38px;
	margin-top: 129px;
	position: absolute;
	top: 2px;   
}
.caja_normal{
	/*para logos del consorcio*/
	 float: left;
    margin-bottom: 20px;
    margin-top: 5px;
    width: 100%;  
	
}
.caja_normal_logos{
	float: left;
    margin-bottom: 20px;
    margin-top: 20px;
	margin-left:50px;
    width: 100%;  
	
}
.caja_tabla_sinlogo{
	 float: left;
    margin-bottom: 29px;
    margin-top: 15px;
    width: 530px;
}
.caja_tabla_logo{
	float: left;
    margin-bottom: 3px;
    width: 530px;
}
.caja_fl1{
	 float: left;
    width: 255px;
}
.caja_fl2{
	float: left;
    padding-left: 5px;
    padding-top: 12px;
}
.caja_links{float:left;width:100%;}
/* Home */
.caja_sector_fila{
	float: left;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;

}
.caja_sector{
	float:left;
	width:100%;
	margin-bottom:40px;
	
}
.caja_sector_img{
	float: left;
    margin-right: 10px;
    width: 120px;
	font-weight: bold;
	text-align: center;
	font-size:14px;
	
}
.caja_sector_img img{padding-top:3px;}
.caja_sector_texto{
	float: left;
    font-size: 12px;
    padding-top: 26px;
    text-align: justify;
    width: 370px;
	 line-height: 18px;
}
.caja_sector_img_bajar{
	  float: left;
    margin-right: 10px;
	/*margin-right: 5px;*/
	padding-top:18px;
}
/*Banner R */
.banner_R{
	 border: 1px solid #CCCCCC;
    float: left;
    width: 197px;
}
.banner_R_titulo{
	color: #0D5387 ;
    float: left;
    font-size: 15px;
    font-weight: bold;
    padding: 7px 5px 6px;
    text-align: center;
    width: 187px;
}
.banner_R_conte{
	 float: left;
    height: 90px;
    width: 100%;
}
.item-155, .item-178, .item-185{
	background-color: #FFFFCC !IMPORTANT;
	  height: 30px !important;
}
.item-155 a, .item-178 a, .item-185 a  {
	color: #9ACF30 !important;
}
.img_MTB{
	margin-top:15px;
	margin-bottom:15px;
}
.home_intro{
	  margin-bottom: 25px;
    margin-left: 6px;
    margin-right: 15px;
}
.home_intro b{
	font-weight: bold;
	color:#9ACF30;
}
.verde{color:#9ACF30;}

.banner_contacto {
    border: 1px solid #CCCCCC;
    float: left;
    margin-top: 5px;
    width: 197px;
}
.banner_workshop {

    border: 1px solid #CCCCCC;
    float: left;
    margin-top: 5px;
    padding: 3px;
    width: 191px;
	background-color: #CEE3F6;
}
.banner_workshop_txt1 {
    color: #545454;
    float: left;
    font-size: 14px;
    text-decoration: none !important;
    width: 100%;
	 
}
.banner_workshop_txt2{
     background-color: #0D5387 ;
    color: #FFFFFF;
    float: right;
    margin-top: 4px;
    padding: 5px;
    width: 165px;
}
.banner_workshop_txt2 b{
	font-size:14px ! important;
}

.jornada_directo{
    border-top: 2px dotted #9ACF30;
    float: left;
    font-size: 11px !important;
    margin-top: 10px;
    padding-top: 5px;
    width: 100%;
}
.jornada_directo b {
	  font-weight: bold !important;
	  color: #0D5387  !important;
	  font-size:14px !important;
}
.jornada_directo_p1{
	font-size:12px !important;
	 float: left;
    width: 187px;
}
.jornada_directo_p2{
	 float: left;
    width: 187px;
}
.jornada_directo_p2 a{
	overflow:visible;
}
.jornada_directo_p3{
	 float: left;
    width: 187px;
}


.lista_contacto{
	list-style-image: url("../images/flecha_punto.png") !important;
}
.pie_fraseT{
	float:left;
	width:100%;
}
.pie_fraseB{
    color: #545454 !important;
    float: left;
    font-size: 11px !important;
    font-weight: bold;
    text-align: center !important;    
}
/*noticias home */
.div_home_noticia_titulo{
	border-bottom: 1px solid #9ACF30;
    color: #9ACF30;
    float: left;
    margin-bottom: 20px;
    margin-left: 100px;
       text-align: right;
    width: 550px;
}
.div_home_noticia{
	border-bottom: 1px dashed #9ACF30;
    float: left;
    margin-bottom: 20px;
    margin-left: 100px;
    width: 550px;
}
.div_titulo{ 
		color: #545454;
		float: left;
		font-family: Helvetica,Arial,'Lucida Sans Unicode','Lucida Grande',LucidaGrande,'Lucida Sans',sans-serif;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 4px;
		margin-top: 7px;
		padding-left: 5px;
		padding-right: 5px;
		width: 100%;
}
.div_fecha{ 
	 color: #0D5387 ;
    float: left;
    font-family: Helvetica,Arial,'Lucida Sans Unicode','Lucida Grande',LucidaGrande,'Lucida Sans',sans-serif;
    font-size: 18px;
    font-weight: bold;
	width: 100%;
}
.noticia_img {
    border: 1px solid #CCCCCC;
    margin-bottom: 3px;
    margin-left: 7px;
	padding:3px;
	width: 182px;
}
.titulo_home_manual{
    margin-top: -42px;
    padding-left: 6px;
}
.noti_titulo_todas{
	float:left;
}
.noti_titulo_todas a{
	 font-style: oblique;
    text-decoration: none !important;
}
.noti_titulo_texto{
	float:right;
}

/* CSS TSS SEARCH */
.categorias, .elementos_de_categoria{
		width: 100%;
		float:left;		
	}
	.ocultar{display: none;}
	
    .conte_general{ 
		width: 100%;
		float:left;		
	}
	.conte_creditos {
		float: left;
		font-style: oblique;
		font-weight: bold;
		text-align: justify;
		width: 100%;
		padding-top: 3px;
		border-top: 1px dashed #CCCCCC;
		padding-bottom: 3px;
		margin-top: 5px;
	}
	.conte_general_fecha{
		float: right;
		font-family: Helvetica,Arial,'Lucida Sans Unicode','Lucida Grande',LucidaGrande,'Lucida Sans',sans-serif;
		text-align: right;		
		margin-top: 10px;
	}
	.azul_fecha{color: #0D5387 ;}
	
	.tabla_M_2 {
		text-align: justyfy;
		font-size: 12px;
		color: #545454;
		width:100%;		
	}
	.tabla_M_2 tr {
		border-bottom: 1.5px solid #9ACF30 !important;
		border-top: 
		1.5px solid #9ACF30 !important;
	}
	
	.divtablaAzulL {
		float: left;
		width:600px;
		max-width: 700px;
	}
	.largoCol{
		width:364px !important;
		text-align: justify;
	}
	.tablaAzulL {
		border: 1px solid #EBEBEB;
		text-align: left;
		font-size: 12px;
		color: #545454;
		width:100%;		
	}
	.tablaAzulL th {
		background-color: #0D5387 ;
		border: 1px solid #EBEBEB;
		color: #FFFFFF;
		padding: 3px 2px 3px 7px;
		text-align: center;
		font-size: 12px;
		overflow: auto
	}
	.tablaAzulL td {
		border: 1px solid #EBEBEB;
		padding: 6px 7px;    
	}
	
	.tabla_M {
		border: 1px solid #CCCCCC;
		text-align: left;
		font-size: 12px;
		color: #545454;
		width:100%;		
	}
	.tabla_M th {
		background-color: #CCCCCC;
		border: 1px solid #EBEBEB;
		color: #545454;
		padding: 3px 2px 3px 7px;
		text-align: center;
		font-size: 12px;
	}
	.tabla_M td {
		border: 1px solid #EBEBEB;
		padding: 6px 7px;    
	}
	
	.tabla_M_azul {
		border: 1px solid #EBEBEB;
		text-align: left;
		font-size: 12px;
		color: #545454;
		width:100%;		
	}
	.tabla_M_azul th {
		background-color: #0D5387 ;
		border: 1px solid #EBEBEB;
		color: #FFFFFF;
		padding: 3px 2px 3px 7px;
		text-align: center;
		font-size: 12px;
	}
	.tabla_M_azul td {
		border: 1px solid #EBEBEB;
		padding: 6px 7px;    
	}
	
	.tabla_M_verde {
		border: 1px solid #EBEBEB;
		text-align: left;
		font-size: 12px;
		color: #545454;
		width:100%;		
	}
	.tabla_M_verde th {
		background-color: #9ACF30 ;
		border: 1px solid #EBEBEB;
		color: #FFFFFF;
		padding: 3px 2px 3px 7px;
		text-align: center;
		font-size: 12px;
	}
	.tabla_M_verde td {
		border: 1px solid #EBEBEB;
		padding: 6px 7px;    
	}
	
	.tabla_filamarcada {background-color: #F2F2F2;}
	
	.td_medio{text-align: center;}
	.td_negrita{font-weight: bold;}
		
	.tabla_marcar_enlace{
		color: #9ACF30 !important;
        font-family: Helvetica,Arial,'Lucida Sans Unicode','Lucida Grande',LucidaGrande,'Lucida Sans',sans-serif;
		font-size: 12px;
		text-decoration: none;
	}
	.div_titulo_categoria{
		color: #545454;
		float: left;
		font-family: Helvetica,Arial,'Lucida Sans Unicode','Lucida Grande',LucidaGrande,'Lucida Sans',sans-serif;
		font-size: 13px;
		font-weight: bold;
		margin-bottom: 10px;
		text-align: justify;
		width: 100%;
	}
	.tabla_M2 {
		border: 1px solid #CCCCCC;
		text-align: left;
		font-size: 11px;
		color: #545454;
		width:100%;	
		margin-top:7px;
	}
	.tabla_M2 th {
		background-color: #CCCCCC;
		border: 1px solid #EBEBEB;
		color: #545454;
		padding: 3px 2px 3px 7px;
		text-align: center;
		font-size: 12px;
	}
	.tabla_M2 td {
		border: 1px solid #EBEBEB;
		padding: 6px 4px;    
	}
	.div_enlace_volver_dere{
		float: right;
		font-style: oblique !important;
		margin-bottom: 1px;
	}
	.div_enlace_volver_izqui{
		float: left;
		font-style: oblique !important;
		margin-bottom: 1px;
	}
/* FIN CSS TSS SEARCH */
.category-desc{text-align: justify  !important;}

/* Add this*/
.addthis_default_style .at300b, .joomla_addthis_follow{
	margin-top: -3px;
	/*margin-left: -20px;*/
}

.tabla_caption{
    background-color: #9ACF30;
    color: #FFFFFF;
    font-family: helvetica;
    font-size: 15px;
    font-weight: bold;
    padding: 7px;
    text-align: left;
}
.resaltar{	
	text-decoration: underline;
	color: #545454;
	font-family: Helvetica,Arial,"Lucida Sans Unicode","Lucida Grande",LucidaGrande,"Lucida Sans",sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	padding: 14px;
	text-align: left;
	vertical-align: middle;	
}
.subtitulo_tabla{
	font-weight: bold;
	color: white !important;
	
}
.azulCB { 
	color:#9ACF30;
	font-weight:bold;
}
b{color:#9ACF30;}
strong{color:#9ACF30;}
