

/* div, ul, li, ol, p, label{margin:0;padding:0;list-style:none;font-weight:normal;} */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
	text-align: center;
}


hr {
	margin: 6px;
	padding: 0;
	border: 0;
}

img {
	border: none;
}

/* texto general */
p {
	margin-top: .2em;
	margin-bottom: .2em;
}

h1, h2, h3, h4 {
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 26px;
	font-weight: normal;
	line-height: 25px;
}

h2  {
	font-size: 22px;
	font-weight: normal;
	line-height: 28px;
	padding: 6px 0px 0px 0px;
	margin: 0px;
}

h3  {
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
	letter-spacing: normal;
	color: #000000;
}

h4  {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #000000;
	line-height: 18px;
}

h5  {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 15px;
}


/* links general */
a, a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #392c30;
}

a:hover {
	text-decoration: underline;
	color: #392c30;
}

.link_rojo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #990000;
	text-decoration: underline;
}

.link_vermas a:hover {
	color: #fff;
	background-color: #ff6600;
	padding: 3px 6px;
}

.link_vermas a {
	color: #30b06c;
	background-color: #dbefb6;
	padding: 3px 6px;
	text-decoration: none;
	-moz-border-radius: 2px;
}


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

.separador, .clear {
	clear: both;
}



#cabecera, #pre_menu, #menu, #submenu {
	width: 1000px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	text-align: left;
}




/* cabecera */
#logo {
	text-align: left;
	float: left;
	position: relative;
	top: 28px;
	left: 12px;
/*	width: 300px;*/

}

#cabecera {
	height: 78px;
}

#cabecera a:hover {
	background: none;
}

/* Pre_Menu */
#pre_menu {
	font-size: 10px;
	text-align: right;
	text-transform: uppercase;
	color: #504F4F;
	margin-top: 6px;
}

#pre_menu ul {
	margin: 0;
	padding: 4px 0 4px 10px;
}

#pre_menu ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 4px 0;
	border-left: solid 1px white;
}

#pre_menu ul li a {
	color: #504F4F;
	background-color: #EBEAE5;
	padding: 4px 10px;
}

#pre_menu ul li.fff a {
	background-color: #FFF;
	padding: 4px;
}

#pre_menu ul li a:hover {
	color: #392c30;
	text-decoration: none;
}

#pre_menu ul li a.curva1 {
	background: #EBEAE5 url(/images/curva-arr-izq.gif) left top no-repeat;
}

#pre_menu ul li a img {
	position: relative;
	top: 2px;
}




/* Menu */
#menu {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFF;
	background: #504F4F;
	height: 30px;
}

#menu .sep {
	margin-left: 15px;
}

#menu a, #menu span.disabled {
	display: block;
	float: left;
	padding: 0 10px;
	margin: 2px 0 0 1px;
	text-decoration: none;
}

#menu a {
	color: #FFF;
	height: 28px;
}

#menu span.disabled {
	cursor: help;
	color: #AAA;
	margin-top: 7px;
}

#menu a:hover {
	color: #392c30;
	background: #F0F0F0;
}

#menu a span {
	display: block;
	margin-top: 5px;
}

#menu a.select {
	padding: 0 2px;
}

#menu a.select span {
	display: block;
	margin-top: 8px;
}

#menu #buscar {
	float: right;
	margin: 0;
	padding: 0;
}

#menu #buscar a {
	display: inline;
	float: none;
	margin: 0;
	padding: 0;
	height: 0;
}

#menu #buscar form {
	margin: 5px 5px 0 0;
	padding: 0;
}

#menu #buscar a:hover {
	text-decoration: none;
	background: none;
	border: none;
}
	
#menu #buscar input {
	font-family: courier, serif;
	background-color: #EBEAE5;
	border: 1px;
	height: 16px;
	width: 100px;
	padding: 0 3px;
	margin: 0;
}

#menu #buscar input:hover {
	background-color: #FFF;
}

#menu #buscar img {
	position: relative;
	top: 2px;
}

#menu a.menuon {
	color: #392c30;
	background-color: #F0F0F0;
}

#menu a.menuon_capacitacion {
	color: #fff;
	background-color: #003300;			/* Color verde oscuro de seccion capacitacion  */
}


#menu a.menusemion {
	color: #392c30;
	background-color: #C0C0C0;
}

#menu img {
	display: inline;
}

/* Submenu */
#submenu {
	font-size: 10px;
	text-transform: uppercase;
	color: #000;
	background-color: #F0F0F0;
	padding: 2px 0px 2px 0px;
	border-bottom: solid 1px;
	border-color: #CCC9BD;
}



#submenu ul {
	margin: 0;
	padding: 0;
}

#submenu ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 6px 5px 8px 5px;
}

#submenu a {
	color: #504F4F;
	padding: 2px 1px 2px 1px;
	text-decoration: none;
}

#submenu a:hover {
	color: #FFF;
	background: #392c30;
}

.submenuon, .submenuon a:link, .submenuon a:visited, .submenuon a:hover, .submenuon a:active {
	color: #FFF ! important;
	background: #392c30 ! important;
}


.submenudestacado a {
	color: #cc3300;
	padding: 2px 1px 2px 1px;
	text-decoration: none;
}

.submenudestacado a:hover {
	background-color: #cc3300 ! important;
}




/* Pie */
#pie {
	clear: both;
	display: inline;
	float: left;
	width: 1000px;
	margin-left: 0px;
	padding-top: 0px;
}

#menu_pie {
	background-color: #504F4F;
	padding: 3px 0px;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
}

#menu_pie ul {
	margin: 0;
	padding: 0;
}

#menu_pie ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0px 4px;

}

#menu_pie a {
	color: #FFF;
	padding: 4px;
	text-decoration: none;
}

#menu_pie a:hover {
	color: #392c30;
	background-color: #F0F0F0;
}

#firma_pie {
	padding: 10px 0;
	margin: 10px 0;
	background-color: #FFF;
	text-align: center;
}

#firma_pie p {
	font-size: 11px;
	color: #504F4F;
}

#firma_pie a {
	font-size: 11px;
	color: #504F4F;
	text-decoration: underline;

}



/* columnas */
.columna790, .columna300, .columna380, .columna200, .columna475, .columna690, .columna480, .columna250, .columna430 {
	display: inline;
	text-align: left;
	margin-top: 0px ! important;
	/*border: solid 1px black;*/
}

.columna200 {
	width: 200px;
	float: right;
	/*margin-left: 6px;*/
}

.columna250 {
	width: 250px;
	float: right;
	/*margin-left: 6px;*/
}

.columna210 {
	width: 210px;
	float: left;
	/*margin-left: 6px;*/
}

.columna240 {
	width: 240px;
	float: left;
	/*margin-left: 6px;*/
}

.columna300 {
	width: 300px;
	float: left;
	/*margin-left: 6px;*/
}

.columna300_R {
	width: 300px;
	float: right;
	/*margin-left: 6px;*/
}

.columna380 {
	float: left;
	width: 380px;
}

.columna430 {
	float: left;
	width: 430px;
}

.columna470 {
	float: left;
	width: 470px;
}

.columna475 {
	float: left;
	width: 475px;
}

.columna480 {
	float: left;
	width: 480px;
}

.columna535_Right {
	float: right;
	width: 535px;
}

.columna690 {
	width: 690px;
	float: left;
	/*margin-left: 12px;*/
	/*margin-top: 12px;*/
}

.columna790 {
	width: 790px;
	float: left;
	/*margin-left: 12px;*/
	margin-top: 20px;
}


/* Utils */
.center, .centro {
	text-align: center ! important;
}

.left, .izquierda {
	text-align: left ! important;
}

.right, .derecha {
	text-align: right ! important;
}



.left12 {margin-left: 12px;}
.left10 {margin-left: 10px;} 
.left6 {margin-left: 6px;}
.top10 { margin-top: 10px; }
.top40 { margin-top: 40px; }
.top6 { margin-top: 6px; }
.top12 { margin-top: 12px !important ; }
.top4 { margin-top: 4px; }
.bot12 { margin-bottom: 12px;}
.right12 {margin-right: 12px;}

.floatright, .fright {
	float: right;
}

.floatleft, .fleft {
	float: left;
}

.transparencia, .alpha {
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
}

.border {
	border: 1px solid #EBEAE5;
}

.border-top {
	border-top: solid  5px #EBEAE5;
}






/* Bloque clima */
#bloque_clima {
	float: right;
	display: inline;
	margin-top: 12px;
	margin-right: 12px;
	width: 390px;
	height: 90px;
}

#bloque_clima_650 {
	float: right;
	display: inline;
	margin-top: 12px;
	margin-right: 12px;
	width: 650px;
	height: 60px;
}

#bloque_clima .dia {
	color: #504F4F ! important;
}

#bloque_clima .noche {
	color: #FFF ! important;
}

#bloque_clima table {
	border-collapse: collapse;
}

#bloque_clima table td {
	text-align: left;
}

#bloque_clima td#clima_icono {
	background: #FFF;
	width: 68px;
	margin: 0;
	padding: 0;
}

#bloque_clima #clima_icono h2 {
	font-size: 16px;
	padding-top: 35px;
	text-align: center;
	font-weight: bold;
	margin: 0;
}

#bloque_clima #clima_datos {
	background: #E6E5DF;
	width: 162px;
	padding-left: 6px;
	vertical-align: center;
}

#bloque_clima span {
	color: #504F4F;

}

#bloque_clima #clima_datos h3 {
	font-size: 12px;
	line-height: 13px;
	color: #504F4F;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

#bloque_clima #clima_datos ul {
	margin: 0;
	padding: 0;
}

#bloque_clima #clima_datos li {
	list-style-type: none;
	font-size: 10px;
	color: #8e8a7b;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

#bloque_clima #clima_temperatura_actual {
	color: #9b988b;

	color: #504f4f;
	
}

#bloque_clima #clima_temperatura_max {
	/*color: red;*/
	font-size: 11px;
}

#bloque_clima #clima_temperatura_min {
	/*color: blue;*/
	font-size: 11px;
}



/* imagenes notas */
.videos .ultimovideo .foto {
	padding: 10px;
}

.unautorfoto {
	color: #8e8a7b;
	text-align: right;
	padding: 2px 6px 2px 2px;
	margin: 0px;
	border-bottom: solid 1px #FFFFFF;
	background-color: #CCC9BD;
	font-size: 10px;
	line-height: 12px;
}

/* Noticias */
.noticias {
	border-top: solid 1px #CCC9BD;
	text-align: left;
	margin: 0px;
	padding: 4px 0;
	background: #EBEAE5;
}

.noticias .fecha {
	color: #CA0000;
	padding-bottom: 3px;
	margin-bottom: 2px;
}

.noticias p {
	padding: 0 0 0 0px;
	font-size: 12px;
}

.noticias h2 {
	color: #392c30;
}

.noticias h3 {
	font-size: 20px;
}

.noticias .texto {
	padding: 3px 0 5px 40px;
	margin: 0;
}


.noticias a, a:link {
	color: #000000;
	text-decoration: underline;
}

.noticias a:visited {
	color: #000000;
	text-decoration: underline;
}

.noticias a:active {
	color: #392c30;
}

.noticias a:hover {
	text-decoration: none;
	color: #392c30;
}

.ultimas_noticias .noticia .epigrafe {
	font-size: 11px;
	background: #d5d2c7;
	padding: 4px;
}

.seccionxblanco .noticia{
	border-bottom: solid 1px #CCC9BD;
	border-top: none;
}

.seccionxblanco .noticia .autor {
	padding-left: 0px;
}





/* Bloques */

h1.titulo_bloque {
	border-top: solid 1px #CCC9BD;
	padding: 3px 5px;
	background: #F8F7F6;
	color: #8E8A7B;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
}

.hprincipal a:hover,
.tprincipal {
	color: #392c30 ! important;
}

.click_aqui {
	float: right;
	font-size: 8px;
	text-align: center;
	line-height: 8px;
	margin-top: 4px;
}

.ttitulo {
	color: #8E8A7B ! important;
}


#bloque_mas {
	border-bottom: solid 1px #CCC9BD;
	background: #EBEAE5;
	padding: 10px;
}

#bloque_mas .contenido {
	padding: 10px;
}

#bloque_mas h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 17px;
	margin-top: 5px;
}


#bloque_ultimas, #bloque_titulares {
	border-bottom: solid 1px #CCC9BD;
}

#bloque_ultimas {
	background: #EBEAE5;
}

#bloque_ultimas .noticia {
	padding: 10px;
}

#bloque_ultimas h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 17px;
	margin-top: 5px;
}

.item_bloque {
	font-size: 13px;
	line-height: 16px;
	padding-top: 10px;
	margin-bottom: 10px;
}

.ultimas_noticias h5 {
	padding: 0;
	color: #504F4F;
}




.banner {
	margin-top: 12px;
}




/* Bloque Ocio y Capacitación */
.bloque_ocio {
	background: #EBEAE5;
	border-top: solid 1px #CCC9BD;
	border-bottom: solid 1px #CCC9BD;
	padding: 0px 0;
}

.bloque_ocio h1 {
	padding: 3px 6px;
	background: #000000;
	color: #ffffff;
	font-size: 17px;	
}

.bloque_ocio .noticia {
	padding: 10px;
	background: #EBEAE5;
}

.bloque_ocio .noticia .encabezado {
	float:left;
	padding: 5 0 0 0px;
	font-size: 10px;
	width:280px;
}

.bloque_ocio .noticia .fecha {
	color: #CA0000;
	padding: 0;
}

.bloque_ocio .noticia .titular {
	font-size: 12px;
	float:left;
	width:280px;
}

.bloque_ocio .noticia .evfoto {
	margin:2px;
	width:50px;
	height:50px;
	float:left;
}

.bloque_ocio .noticia .detalle{
	padding-top:1px;
	padding-left:2px;
	padding-bottom: 12px;
	font-size:11px;
	float:left;
	width:280px;
}


.bloque_ocio .noticia h3 {
	font-size: 12px;	
	line-height: 15px;
	font-weight: bold;
}



/* TITULOS DE SECCIONES */
#titulo_empresas {
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	border: 1px solid #173441;
	padding: 5px 5px 5px 10px;
	margin-top: 12px;
	color: #FDFEF7;
	background: #3E6170;
}

#titulo_empresas h4 {
	letter-spacing: 0.1em;
	font-weight: normal;
	font-size: 16px;
	color: #FDFEF7;
	letter-spacing: 0.1em;
}
#titulo_empresas ul {
	margin: 0;
	padding: 0;
}

#titulo_empresas ul li {
	line-height: 16px;
	list-style-type: none;
}

#titulo_empresas a {
	color: rgb(142, 138, 123);
}

#titulo_empresas a:hover {
	text-decoration: none;
}







/* Bloque Escriben Hoy */
#bloque_escriben_hoy, 
#bloque_especiales {
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	border: 1px solid #E6E5DF;
	padding: 5px 5px 5px 10px;
	margin-top: 12px;
	color: #8E8A7B;
}

	#bloque_especiales {
		background: #F8F7f6;
	}

	#bloque_escriben_hoy h4,
	#bloque_especiales h4 {
		letter-spacing: 0.1em;
		font-weight: normal;
		font-size: 16px;
		color: #565144;
		letter-spacing: 0.1em;
	}

	#bloque_escriben_hoy ul {
		margin: 0;
		padding: 0;
	}

	#bloque_escriben_hoy ul li {
		display: inline;
		list-style-type: none;
		line-height: 16px;
	}

	#bloque_especiales ul {
		margin: 0;
		padding: 0;
	}

	#bloque_especiales ul li {
		line-height: 16px;
		list-style-type: none;
	}
	
	#bloque_especiales a {
		color: rgb(142, 138, 123);
	}

	#bloque_especiales a:hover {
		text-decoration: underline;
		color: #028CCD;
	}



/* Bloque Filtros */
#bloque_filtros {
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	border: 1px solid #E6E5DF;
	padding: 5px 5px 5px 10px;
	margin-top: 12px;
	color: #8E8A7B;
}

#bloque_filtros h4 {
	letter-spacing: 0.1em;
	font-weight: normal;
	font-size: 16px;
	color: #565144;
	letter-spacing: 0.1em;
}

#bloque_filtros ul {
	margin: 0;
	padding: 0;
}

#bloque_filtros ul li {
	list-style-type: none;
	line-height: 16px;
	}





/* Bloque Detalle Item */
#bloque_detalle_item {
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	border: 1px solid #E6E5DF;
	padding: 5px 5px 5px 10px;
	margin-top: 5px;
	color: #8E8A7B;
	background: #fff;
}

#bloque_detalle_item:hover{background:#fff url(/images/fd_HoverBlanco.gif) top repeat-x;}


#bloque_detalle_item .titulo {
	letter-spacing: 0.1em;
	font-weight: normal;
	font-size: 16px;
	color: #565144;
	letter-spacing: 0.1em;
}

#bloque_detalle_item h4 {
	letter-spacing: 0.1em;
	font-weight: normal;
	font-size: 16px;
	color: #565144;
	letter-spacing: 0.1em;
}

#bloque_detalle_item p {
	padding: 0 0 0 0px;
	font-size: 12px;
}

#bloque_detalle_item .texto {
	padding: 0 0 0 0px;
	margin: 0;
}

#bloque_detalle_item a.link_naranja {
	color: #028CCD;
}

#bloque_detalle_item a {
	color: #000000;
	text-decoration: underline;
}

#bloque_detalle_item ul {
	margin: 0;
	padding: 0;
}

#bloque_detalle_item ul li {
	display: inline;
	list-style-type: none;
	line-height: 16px;
}

#bloque_detalle_item .foto {
	border: solid 1px #ccc9bd;	
	background: #FFFFFF;
	padding: 5px;
}

#bloque_detalle_item .fecha {
	color: #CA0000;
	padding-bottom: 3px;
	margin-bottom: 2px;
}


/* Bloque Detalle Item Destacado*/
#bloque_detalle_item_destacado {
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	border: 1px solid #E6E5DF;
	padding: 5px 5px 5px 10px;
	margin-top: 5px;
	color: #8E8A7B;
	background: #fff url(/images/fd_HoverGris.gif) top repeat-x;
}

#bloque_detalle_item_destacado:hover{background:#fff url(/images/fd_HoverCeleste.gif) top repeat-x;}


#bloque_detalle_item_destacado h4 {
	letter-spacing: 0.1em;
	font-weight: normal;
	font-size: 16px;
	color: #565144;
	letter-spacing: 0.1em;
}

#bloque_detalle_item_destacado p {
	padding: 0 0 0 0px;
	font-size: 12px;
}

#bloque_detalle_item_destacado .texto {
	padding: 0 0 0 0px;
	margin: 0;
}

#bloque_detalle_item_destacado a.link_naranja {
	color: #028CCD;
}

#bloque_detalle_item_destacado ul {
	margin: 0;
	padding: 0;
}

#bloque_detalle_item_destacado ul li {
	display: inline;
	list-style-type: none;
	line-height: 16px;
}

#bloque_detalle_item_destacado .foto {
	border: solid 1px #ccc9bd;	
	background: #FFFFFF;
	padding: 5px;
}

#bloque_detalle_item_destacado .fecha {
	color: #CA0000;
	font-size: 12px;
	padding: 0;
}

/* FIN Bloques Item Directorio */




.socialmedia {
	border-top: solid 1px #ccc9bd;
	border-bottom: solid 3px #ccc9bd;	
	border-left: solid 1px #ccc9bd;	
	border-right: solid 1px #ccc9bd;	
	background: #F8F7F6;
	width: 480px;
}

.socialmedia690 {
	border-top: solid 1px #ccc9bd;
	border-bottom: solid 3px #ccc9bd;	
	border-left: solid 1px #ccc9bd;	
	border-right: solid 1px #ccc9bd;	
	background: #F8F7F6;
	width: 690px;
}

.indice_tags {
/*	border-top: solid 2px #ccc9bd; */
	border-bottom: solid 3px #ccc9bd;	
	border-top: solid 2px #ccc9bd;	
	background: #F8F7F6;
	padding: 0;
	margin: 0;
	text-align: left;
}

/* Titulo bloque */
.indice_tags h2 {
	border-bottom: solid 2px #ccc9bd;	
	font-size: 20px;
	line-height: 22px;
	color: #FFFFFF;
	background: #504F4F;
	padding: 5px;
	margin: 0; 
}

.indice_tags h2 {
	font-size: 20px;
	padding: 5px;
	margin: 0; 
}

.indice_tags h4  {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #8E392B;
	line-height: 18px;
}


.indice_tags .foto {
	border: solid 1px #ccc9bd;	
	background: #FFFFFF;
	padding: 5px;
}

.texto ul {
	list-style-type: none;
	line-height: 22px;
}

.texto li {
	line-height: 15px;
	list-style: none;
	background: url(/images/item-naranja.gif) left no-repeat;
	padding-left: 15px;
}


.relacionadas {	
	float: left;
	display: inline;
	text-align: left;
	background: #E6E5DF;
	padding: 0px;
}


/*Estilos del Menu Secciones*/

.menu_secciones { 
	font-size:13px; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#1d1d1d; 
	padding:0; 
	margin:0; 
	text-shadow:none;
	float:left; 
	clear:left; 
	width:790px;
}

.menu_secciones a { 
	background:url(/images/bg-navega-azul.gif) repeat-x; 
	line-height:27px; 
	float:left; 
	color:#FFFFFF; 
	font-weight:700; 
	text-decoration:none; 
	padding:0 20px;  
	border-right:solid 1px #cccccc; 
	border-left:solid 1px #666666;
}

.menu_secciones a.fst { 
	background:url(/images/bg-navega-left-azul.gif); 
	border-left:none;
	padding:0 18px
}

.menu_secciones a.lst {
	background:url(/images/bg-navega-right-azul.gif) right; 
	border-right:none;
	padding:0 18px
}

.menu_secciones a.on,
.menu_secciones a:hover { 
	opacity:0.7;-ms-filter: "alpha (opacity=70)"; 
	filter: alpha (opacity=70); 
	color:#FFFFFF; 
	text-decoration:none !important
}

/*Fin estilos del Menu Secciones*/

/* ------------------------------------------------------------------------
	Gallery
------------------------------------------------------------------------- */

.gallery a {
	background: none !important;
	border: 1px #000 solid;
	display: block;
	height: 100px;
	padding: 2px !important;
	width: 100px;
}

.gallery a:hover { border-color: #1799A9; }
	
.gallery {
	list-style: none;
	margin: 0 0 10px 0;
}

.gallery li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
}

.gallery a {
	padding: 2px;
	display: block;
	border: 2px #000 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 0;
}

.gallery  a:hover { border: 2px #999 solid; }
/*Fin Gellery*/


/* ------------------------------------------------------------------------
	Trail
------------------------------------------------------------------------- */

.trail {
	color: #000000;
	font: 12px Verdana, Arial, sans-serif;
	padding: 12px 6px 12px 6px;
}

.trail a:link {
	color: #FF6600;
	text-decoration: none;
}

.trail a:visited {
	color: #FF6600;
	text-decoration: none;
}

.trail a:hover {
	color: #FF6600;
	text-decoration: underline;
}
/*Fin Trail*/



/* ------------------------------------------------------------------------
	Listado Simple
------------------------------------------------------------------------- */

/*CURVAS*/
.Cv{background:no-repeat;width:4px;height:4px;position:absolute;font-size:0;}
.Tl{top:0;left:0;background-position:left top;}
.Tr{top:0;right:0;background-position:right top;}
.Bl{bottom:0;left:0;background-position:left bottom;}
.Br{bottom:0;right:0;background-position:right bottom;}

.Ppar{width:350px;margin-top:21px;float:left;}
.Ppar .bullet{font-size:10px;}


.BotList{background:#ecebeb;width:88px;border:1px solid #bfbfbf;height:32px;position:relative;float:right;margin:30px 0 0 10px;}
.BotList .Cv{background:url(/images/cv_BoxBtn.gif) no-repeat;width:6px;height:6px;}
.BotList .Tl{top:-1px;left:-1px;background-position:left top;}
.BotList .Tr{top:-1px;right:-1px;background-position:right top;}
.BotList .Bl{bottom:-1px;left:-1px;background-position:left bottom;}
.BotList .Br{bottom:-1px;right:-1px;background-position:right bottom;}
.BotList ul{margin:0;list-style:none;}
.BotList li{float:left;list-style:none;}

.BotList .Mail{background:url(/images/ico_SobreBt.gif) no-repeat;width:31px;height:16px;display:block;margin:9px 12px 0 5px;}
.BotList .Mail:hover{background-image:url(/images/ico_overMail.gif);}
.BotList .MailDes span{background:url(/images/ico_SobreBtHover.gif) no-repeat;width:31px;height:16px;display:block;margin:9px 12px 0 5px;}
.BotList .Paper{background:url(/images/ico_BotBt.gif) no-repeat;width:25px;height:22px;display:block;margin:7px 14px 0 0;}
.BotList .Paper:hover{background-image:url(/images/ico_overNews.gif);}
.BotList .PaperDes{background:url(ico_BotBtHover.gif) no-repeat;width:25px;height:22px;display:block;margin:7px 14px 0 0;}
.BotList .Mundo{background:url(/images/ico_BtMundo.gif) no-repeat;width:30px;height:24px;display:block;margin:2px 13px 0 0;}
.BotList .Mundo:hover{background-image:url(/images/ico_overWeb.gif);}
.BotList .MundoDes{background:url(/images/ico_BtMundoHover.gif) no-repeat;width:30px;height:24px;display:block;margin:2px 13px 0 0;}
.BotList .Cel{background:url(/images/ico_BotCelu.gif) no-repeat;width:21px;height:27px;display:block;margin:4px 0 0 0;}
.BotList .Cel:hover{background-image:url(/images/ico_overCel.gif);}
.BotList .CelDes{background:url(/images/ico_BotCeluHover.gif) no-repeat;width:21px;height:27px;display:block;margin:4px 0 0 0;}


/* Fin Listado Simple */



/* Publicidad */
#publicidad a{
	text-decoration:none;
	color:#369;
}
#publicidad a:hover{
	color:#000;
	text-decoration:underline;
	color:#496881;
}
#publicidad img{
	border:none;
}
#publicidad .principal{
	padding:4px;
	width:200px;
	height:10px;
	border-bottom:
	1px dotted #999;
	font-size:9px;
	color:#333;
}
#publicidad .producto{
	margin:2px;
	width:100px;
	height:65px;
	float:left;
}#publicidad .gris{
	width:200px;
	height:54px;
	background:#f4f4f4;
}
#publicidad .titulo{
	font-weight:bold;
	height:12px;
}
#publicidad .foto{
	margin:2px;
	width:50px;
	height:50px;
	float:left;
}
#publicidad .detalles{
	padding-top:5px;
	padding-left:2px;
	font-size:9px;
	float:left;
	width:140px;
	height:50px;
}
#publicidad .precio{
	font-weight:bold;
}

/********   PARA ABRIR CAJA FLOTANTE ****/
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #0069ba;
	z-index:1001;
	-moz-opacity: 0.6;
	opacity:.60;
	filter:alpha('opacity=60');
}
.white_content {
	display: none;
	position: absolute;
	top: 17px;
	left: 29px;
	width: 685px;
	height: 296px;
	z-index:1002;
}




.columna690, .columna480, .columna200, .columna300 {
	display: inline;
	text-align: left;
	margin-top: 0px ! important;
	/*border: solid 1px black;*/
}

.columna200_R {
	width: 200px;
	float: right;
	/*margin-left: 6px;*/
}

.columna200_L {
	width: 200px;
	float: left;
	/*margin-left: 6px;*/
}

.columna300_L {
	width: 300px;
	float: left;
	/*margin-left: 6px;*/
}

.columna300_R {
	width: 300px;
	float: right;
	/*margin-left: 6px;*/
}

.columna480 {
	float: left;
	width: 480px;
}


.columna690 {
	width: 690px;
	float: left;
	margin-top: 20px;
}



/* CAJAS */
/* CAJAS */
.stl_ancho200Izq {
	width: 198px;
	float: left;
	border: 1px #8F9839 solid;
	background: #E6E9C5;
	padding-bottom: 12px;
}


.stl_ancho200IzqDest {
	width: 198px;
	float: left;
	border: 1px #737A2E solid;
	background: #C0C76B;
}

.cajaTitulo01, .cajaTitulo02 {
	width: 100%;
	color: #565B22;
	background: #C0C76B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #8F9839;
}

.cajaTitulo01 div {
	padding: 5px;
}

.cajaCentro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 5px 2px 5px 8px;
	float: left;
	text-align: left;
}
.limpio {
	clear: both;
}
.cajaCentro a:visited, .cajaCentro a:link {
	text-decoration: none;
}

.cajaCentro a:hover {
	text-decoration: underline;
}

.cajaTituloDest {
	width: 100%;
	color: #FFFFFF;
	background: #7E8732;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #737A2E;
}

.cajaTituloDest div {
	padding: 5px;
}



/* Sección Capacitación */
#titulo_seccion_capacitacion {
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	border: 1px solid #173441;
	padding: 5px 5px 5px 10px;
	margin-top: 12px;
	color: #173441;
	background: #D0DCBD;
}


#titulo_seccion_capacitacion h4 {
	letter-spacing: 0.1em;
	font-weight: normal;
	font-size: 16px;
	color: #173441;
	letter-spacing: 0.1em;
}



/* Seccion Ocio */
#titulo_seccion_ocio {
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	border: 1px solid #2B2922;
	padding: 5px 5px 5px 10px;
	margin-top: 12px;
	color: #EFE4BD;
	background: #A32500;
}


#titulo_seccion_ocio h4 {
	letter-spacing: 0.1em;
	font-weight: normal;
	font-size: 16px;
	color: #EFE4BD;
	letter-spacing: 0.1em;
}

#titulo_seccion_ocio ul {
	margin: 0;
	padding: 0;
}

#titulo_seccion_ocio ul li {
	line-height: 16px;
	list-style-type: none;
}
	
#titulo_seccion_ocio a {
	color: rgb(142, 138, 123);
}

#titulo_seccion_ocio a:hover {
	text-decoration: underline;
	color: #BAB293;
}

.caja_200_ocio {
	width: 198px;
	float: left;
	border: 1px #2B2922 solid;
	background: #BAB293;
}

.caja_titulo_ocio {
	width: 100%;
	color: #FFFFFF;
	background: #2B2922;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #2B2922;
}

.caja_titulo_ocio div {
	padding: 5px;
}







ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 3px;
	font-size: 12px;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.4em;
}
.tab_content h3 a{
	color: #254588;
	font-size: 14px;
}
.tab_content img {
	float: left;
	margin: 0 8px 8px 0;
	border: 1px solid #ddd;
	padding: 5px;
}
