/* @group Iniciacion */

* {
	margin: 0;
	padding: 0;
	border: none;
}

html {
	/*font: 62.5% "Lucida Grande", Lucida, Verdana, sans-serif;*/
	font: 62.5% "Century Gothic", Arial, Helvetica-Normal;
	text-shadow: #000 0px 0px 0px;/* Elimina el efecto bold en Safari */
}

ul {
	list-style: none;
	list-style-type: none;
}

/* Ajustes tipográficos */

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	font-weight: normal;
	margin: 0 0 1em 0;
}

cite, em, dfn {
	font-style: italic;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}


li, dd, blockquote {
	margin-left: 1em;
}


code, kbd, samp, pre, tt, var, input[type='text'], textarea {
	font-size: 100%;
	font-family: monaco, "Lucida Console", courier, mono-space;
}





del {
	text-decoration: line-through;
}

ins, dfn {
	border-bottom: 1px solid #ccc;
}

small, sup, sub {
	font-size: 85%;
}

abbr, acronym {
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: .1em;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a abbr, a acronym {
	border: none;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

h1 {
	font-size: 1.6em;
	font-weight:bold;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 1em;
}

/*** LINKS: Recuerda utilizar siempre la regla del LoVe-HAte ***/

a, a:link, a:visited, a:hover, a:active {
	
	text-decoration: none;
	cursor:pointer;
}

a img {
	border: none;
	text-decoration: none;
}

img {
	border: none;
	text-decoration: none;
	/*
	Si añades un background aparecerá como fondo de la imagen, útil para imágenes de carga
	*/
}

/* Formularios */

label, button {
	cursor: pointer;
}

input:focus, select:focus, textarea:focus {
	background-color: #FFF;
}

fieldset {
	border: none;
}

/* Clases útiles */

.clear {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}



/* @end */

body {
	text-align: center;/* Hack para que IE6 no de problemas */
}



#contenedor {
	font-family: "Century Gothic", Arial, Helvetica-Normal;
	width: 890px;
	margin: 0 auto;
	text-align: left;
}

/* @group Banner e Idioma */

#contenedor #banner {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	height: 190px;
	width: 880px;
}
#contenedor #banner #idioma {
	
	float: right;	
	margin-top: 10px;
	margin-right: 12px;
	width: 135px;
	height: 36px;
	background-image: url(../img/fondo_idioma.png) !important;
	background-repeat:no-repeat;
/*	background:none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’../img/fondo_idioma.png’);*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-top: 13px;
	text-align:center;
}
#contenedor #banner #idioma ul {
	margin: 0px;
	padding: 0px;
}

#contenedor #banner #idioma ul li{
	display:inline;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	/*padding: 0px;*/
	margin-left: 0px;
}

#contenedor #banner #idioma ul li.activo {
	/*list-style-image: url(../img/bullet_on.gif);*/
	padding-left:10px;
	background-image: url(../img/bullet_on.gif);
	background-position:left;
	background-repeat:no-repeat;
	color: #7ebb47;

}

#contenedor #banner #idioma ul li a {
	color: #000;
	text-decoration: none;
}
#contenedor #banner #idioma ul li a:hover {
	color: #7ebb47;
	text-decoration: none;
}

/* @end */

/* @group Menú Principal */

#contenedor #menu_ppal {
	margin-right: 5px;
	width:880px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../img/fondo_menu.gif);
	background-repeat:no-repeat;
	height:32px;
	color:#FFFFFF;
	font-size:12px;
	
}

#contenedor #menu_ppal ul {
	list-style-type: none;
	padding:2px 0px 0px 25px;
	margin-bottom:0px;
	/*height:32px;*/
	
}

#contenedor #menu_ppal ul li{
	display:block;
	color:#fff;
	margin:0px;
	
	text-align:center;
	float: left;
}

#contenedor #menu_ppal ul li a{
	color:#fff;
	display:block;
	
	text-decoration:none;
	padding:3px 5px 0px 5px;
	height:23px;
	width:72px;
}

#contenedor #menu_ppal ul .seccion_actual{
	color:#fff;
	display:block;
	
	text-decoration:none;
	padding:3px 5px 0px 5px;
	height:23px;
	width:72px;
	background-image:url(../img/prueba.gif);
	background-repeat:no-repeat;
	background-position: top;
	
}

#contenedor #menu_ppal ul li a:hover{
	color:#fff;
	/*background-color:#00CC66;*/
	background-image:url(../img/prueba.gif);
	background-repeat:no-repeat;
	background-position: top;

}

/* @end */

/* @group Ruta */

#contenedor #ruta {
	font-size:12px;
	height: 20px;
	margin-left: 5px;
	margin-bottom:0px;
	padding-left:25px;
	padding-top:0px;
	color:#666666;
	background-image:url(../img/fondo_ruta.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#contenedor #ruta a{
	color:#4fa601;
	text-decoration: none;
}
#contenedor #ruta a:hover{
	color:#666;
	text-decoration: underline;
}



/* @end */

/* @group Menu Izquierda y Calendario */

#contenedor #contenido #menu_izda {
	width: 190px;
	float: left;
	display: block;
	margin-left:5px;

}

#contenedor #contenido #menu_izda .promo-izda{
	text-align:center;
	margin:10px auto;
	display:block;
}

#contenedor #contenido #menu_izda #calendario {
	background-image: url(../img/calendario.gif);
	height: 166px;
	width: 190px;
	display: block;
	margin-left:0px;
}

#contenedor #contenido #menu_izda #logoffhh {

	height: 103px;
	width: 190px;
	display: block;
	margin-left:0px;
	margin-top:20px;
	clear: both;
	
}

#contenedor #contenido #menu_izda #menu_interior {
	
	/*: 166px;*/
	width: 185px;
	float: left;
	display: block;
	margin-left:5px;
	
}

#contenedor #contenido #menu_izda #menu_interior h2 {
	color:#4fa601;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:15px;
}

#contenedor #contenido #menu_izda #menu_interior ul{
	color:#4fa601;
	font-size: 11pt;
	padding: 0px;
	margin: 0px;
}

#contenedor #contenido #menu_izda #menu_interior #menu .actual{
	background-image: url(../img/menu_izda_off.gif);
	background-repeat: no-repeat;
	color: #fff;
	height:23px;
	width: 174px;
	padding: 4px 0px 0px 5px;
	margin: 0px;
	margin-top: 5px;
}

#contenedor #contenido #menu_izda #menu_interior #menu .actual a{

	color: #fff;
	height:23px;
	width: 174px;
	display:block;
}

#contenedor #contenido #menu_izda #menu_interior #menu .actual a:hover{

	color: #000;
}

#contenedor #contenido #menu_izda #menu_interior #menu .boton{

	background-image: url(../img/menu_izda_on.gif);
	background-repeat: no-repeat;
	color: #fff;
	height:27px;
	width: 179px;
	margin: 0px;
	margin-top:5px;
	
}

#contenedor #contenido #menu_izda #menu_interior #menu .boton a{

	display: block;
	padding: 4px 0px 0px 5px;
	color: #fff;
	height:27px;
	width: 175px;
	margin: 0px;
}

#contenedor #contenido #menu_izda #menu_interior #menu .boton a:hover{

	display: block;
	background-image: url(../img/menu_izda_off.gif);
	background-repeat: no-repeat;
	color: #fff;
	height:27px;
	width: 175px;
	margin: 0px;
}

#contenedor #contenido #menu_izda #menu_interior #menu .submenu{
	color:#666666;
	font-size: 10pt;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	
}



#contenedor #contenido #menu_izda #menu_interior #menu .submenu a{
	color:#4fa601;
	font-size: 10pt;
	text-decoration: none;
	padding: 2px 0px 2px 10px;
	margin: 0px;
}

#contenedor #contenido #menu_izda #menu_interior #menu .submenu a:hover{
	color:#666;
	font-size: 10pt;
	text-decoration: underline;
	padding: 2px 0px 2px 10px;
	margin: 0px;
}

#contenedor #contenido #menu_izda #menu_interior #menu .submenu2{
	color:#666666;
	font-size: 10pt;
	/*padding: 5px 0px 5px 15px;*/
	margin-left: 20px;
	margin-bottom:5px;
	background-position:inherit;
	background: url(../img/flecha_link.gif) no-repeat left;
	
}



#contenedor #contenido #menu_izda #menu_interior #menu .submenu2 a{
	color:#4fa601;
	font-size: 10pt;
	text-decoration: none;
	padding: 2px 0px 2px 15px;
	/*margin: 0px;*/

}

#contenedor #contenido #menu_izda #menu_interior #menu .submenu2 a:hover{
	color:#666;
	font-size: 10pt;
	text-decoration: underline;
	padding: 2px 0px 2px 15px;
	margin: 0px;
}





/* @end */

/* @group Texto */

#contenedor #contenido #texto {
	font-size: 12px;
	float: left;
	/*en total 520px*/
	width:500px;
	min-height:350px;
	display:block;
	margin:0px 5px 0px 5px;
	background-image:url(../img/fondo_contenido.gif);
	background-repeat:repeat-y;
	background-position:center;
	/*background-color:#999999;*/
	padding:0px 5px 15px 5px;
	color:#666666;
}

#contenedor #contenido #texto #foto_dcha {
	float: right;
	/*width:150px;*/
	display:block;
	padding-right: 0px;
	padding-left: 5px;
	padding-top: 0px;
	margin: 5px 0px 5px 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #595903;
}

#contenedor #contenido #texto #foto_izda {
	float: left;
	/*width:150px;*/
	display:block;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	margin: 5px 10px 5px 0px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #595903;
	font-size:9px;
}


#contenedor #contenido #texto p {
	/*margin-top: 5px;*/
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	text-align:justify;

}

#contenedor #contenido #texto #ficha {
	/*margin-right: 10px;*/
	margin-left: 1px;

	text-align:justify;
	background: url(../img/fondo_ficha.gif) no-repeat top left;
	height:133px;
	width:448px;
	/*background-attachment: fixed;*/
	padding: 20px 15px 5px 25px;

}

#contenedor #contenido #texto #ficha img{
	
	float: left;
	width: 110px;
	height: 110px;
	margin: 0px 10px 5px 0px;
	clear: both;
	padding: 0px;

}



#contenedor #contenido #texto .minificha{
	
	float: left;
	width: 134px;
	height: 134px;
	margin: 10px 10px 0px 10px;
	padding: 0px;
	background-position: top;
	padding: 0px 0px 0px 0px;
	font-size: 10pt;
	color: #666;
	text-align: center;	
	display:block;
}




#contenedor #contenido #texto #ficha p{
	
	margin: 4px 0px 5px 15px;
	text-align: justify;
	line-height: 10pt;
	
}

#contenedor #contenido #texto #ficha h3{
	
	margin: 0px 0px 0px 15px;
	text-align: justify;
	color: #333;
	font-weight: bold;
	
}


#contenedor #contenido #texto .separador {
	text-align:center;
	margin:10PX 0PX 10PX 2PX;
	
}

#contenedor #contenido #texto a	{

	color: #7ebb47;
	text-decoration: none;
	font-weight:bold;
}


#contenedor #contenido #texto a:hover {
	color: #666;
	text-decoration: underline;
}

#contenedor #contenido #texto .flecha{
	
	color: #7ebb47;
	text-decoration: none;
	font-weight:bold;
	background: url(../img/flecha_link.gif) no-repeat left;
	padding-left: 15px;

	
}

#contenedor #contenido #texto h1, #contenedor #contenido #texto h2, #contenedor #contenido #texto h3 {
	/*margin-top: 5px;*/
	/*margin-left:0px;*/
	paddind-right: 10px;
	padding-left: 10px;
	margin-bottom: 5px;
	margin-top:10px;

	/*background:url(../img/fondo_contenido_up.gif);
	background-position:top;*/
	height:20px;
	background-repeat:no-repeat;
		font-style: underline;

}

.titulo{
	border-bottom: 2px #CCCCCC solid;
}


/* @end */

/* @group Texto_ancho */

#contenedor #contenido #texto_ancho {
	font-family: "Century Gothic", Arial, Helvetica-Normal;
	font-size: 12px;
	float: left;
	/*en total 520px*/
	width:655px; /*660*/
	min-height:300px;
	display:block;
	margin:0px 5px 0px 5px;
	background-image:url(../img/fondo_contenido_ancho.gif);
	background-repeat:repeat-y;
	background-position:center;
	/*background-color:#999999;*/
	padding:0px 5px 15px 5px;
	color:#666666;
}

#contenedor #contenido #texto_ancho #foto_dcha {
	float: right;
	/*width:150px;*/
	display:block;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	margin: 5px 0px 5px 10px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #595903;
}

#contenedor #contenido #texto_ancho #foto_izda {
	float: left;
	/*width:150px;*/
	display:block;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	margin: 5px 10px 5px 0px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #595903;
}


#contenedor #contenido #texto_ancho p {
	/*margin-top: 5px;*/
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	text-align:justify;

}

/*#contenedor #contenido #texto_ancho #ficha {
	--margin-right: 10px;--
	margin-left: 1px;

	text-align:justify;
	background: url(../img/fondo_ficha.gif) no-repeat top left;
	height:133px;
	width:448px;
	--background-attachment: fixed;--
	padding: 20px 15px 5px 25px;

}*/

#contenedor #contenido #texto_ancho #ficha img{
	
	float: left;
	width: 110px;
	height: 110px;
	margin: 0px 10px 5px 0px;
	clear: both;
	padding: 0px;

}

#contenedor #contenido #texto_ancho .minificha{
	
	float: left;
	width: 134px;
	height: 134px;
	margin: 10px 5px 0px 5px;
	padding: 0px;
	background-position: top;
	padding: 0px 0px 0px 0px;
	font-size: 10pt;
	color: #666;
	text-align: center;	
	display:block;
}

#contenedor #contenido #texto_ancho #ficha p{
	
	margin: 4px 0px 5px 15px;
	text-align: justify;
	line-height: 10pt;
	
}

#contenedor #contenido #texto_ancho #ficha h3{
	
	margin: 0px 0px 0px 15px;
	text-align: justify;
	color: #333;
	font-weight: bold;
	
}


#contenedor #contenido #texto_ancho .separador {
	text-align:center;
	margin:10PX 0PX 10PX 2PX;
	
}

#contenedor #contenido #texto_ancho a	{

	color: #7ebb47;
	text-decoration: none;
	font-weight:bold;
}


#contenedor #contenido #texto_ancho a:hover {
	color: #666;
	text-decoration: underline;
}

#contenedor #contenido #texto_ancho .flecha{
	
	color: #7ebb47;
	text-decoration: none;
	font-weight:bold;
	background: url(../img/flecha_link.gif) no-repeat left;
	padding-left: 15px;

	
}

#contenedor #contenido #texto_ancho h1 {
	/*margin-top: 5px;*/
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top:10px;
	background-attachment: fixed;
	padding-bottom: 5px;
	
}

#contenedor #contenido #texto_ancho ul {
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	background-attachment: fixed;
}

#contenedor #contenido #texto_ancho li {
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 25px;
	background-attachment: fixed;
	background: url(../img/flecha.gif);
	background-repeat:no-repeat;
	padding-left: 10px;
}

#contenedor #contenido #texto_ancho #banner_inferior {
	
	float:right;
	display: block;
	margin-right: 2px;
	margin-left: 10px;
	margin-top: 10px;
	position: bottom;
	vertical-align: bottom;
	width: 234px;
	height: 167px;
	background: url(../img/banner_abajo.jpg);
	background-repeat: no-repeat;
}

/* @end */

/* @group Banner Derecha */

#contenedor #contenido #banner_dcha {
	width: 150px;
	padding-top:15px;
	float:left;
	background-color:#ffffff;
	margin-right:10px;
}



/* @end */

/* @group Pie */

#contenedor #pie {
	font-size: 12px;
	color: #666666;
	clear:left;
	width:860px;	
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 20px;
	background:url(../img/barra_pie.gif);
	background-position:top center;
	background-repeat:no-repeat;
	padding-top:10px;
	height:25px;
}

#contenedor #pie p{

	float:left;
	width:400px;

}


#contenedor #pie  ul {
	
	float:right;
	width:300px;
	margin: 0px;
	padding: 0px;
	text-align:right;
	
}

#contenedor #pie  ul li{
	display:inline;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	/*padding: 0px;*/
	margin-left: 0px;
	text-align:right;
}

#contenedor #pie ul li a {
	color: #666;
	text-decoration: none;
	font-weight:bold;
}
#contenedor #pie ul li a:hover {
	color: #7ebb47;
	text-decoration: none;
}
/* **************** */

#contenedor #contenido #texto_ancho ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 180px;
	width: 100%;
	width:700px;
}
#contenedor #contenido #texto_ancho ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	/*line-height: 31px;
	border-left: none;
	overflow: hidden;*/
	position: relative;
	width:165px; 
	height:180px; 
	display:block;
	margin:0 21px 0 30px;
	text-align:center;
	background-image:none;
	filter: alpha(opacity=50);
	opacity:0.5;
	
}

#contenedor #contenido #texto_ancho ul.tabs li:hover {
filter: alpha(opacity=100);
	opacity:1;

}
#contenedor #contenido #texto_ancho ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;

	outline: none;
}
#contenedor #contenido #texto_ancho ul.tabs li a:hover {
	outline: none;
}
#contenedor #contenido #texto_ancho html ul.tabs li.active, html ul.tabs li.active a:hover  {
	filter: alpha(opacity=90);
	opacity:0.9;
}

#contenedor #contenido #texto_ancho ul.tabs li.active{
	filter: alpha(opacity=100);
	opacity:1;
	}
	
#contenedor #contenido #texto_ancho .destacado{
	
	padding:20px 30px;
	color:#ffffff;
	font-size:14px;
	line-height:16px;
	background-color: transparent;
  background-color: rgba(79,167,0,0.6);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99dddddd,endColorstr=#99dddddd);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99dddddd,endColorstr=#99dddddd)";
	}
	
#contenedor #contenido #texto_ancho .destacado a{
	color:#545454;
	font-size:14px;
	line-height:16px;
	text-decoration:underline;
	text-transform:uppercase;
	font-weight:normal;

	}
#contenedor #contenido #texto_ancho .destacado a:hover{
	color:#fff;
	font-size:14px;
	line-height:16px;
	text-decoration:none;
	

	}

/* @end */


