/*

 site: www.gimnasioatenas.com
 design: Estudio digital km-0.com

#colores
	-> amarillo   : #ffff00
	-> gris cabecera : #333333
	-> gris borde : #9d9d9d

*/

/* =================== unificamos estilos para distintos navegadores ===================  */

* {
	font-size: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
}

p,ul,ol,dl,dt,dd,li,blockquote,cite,h1,h2,h3,h4,h5,h6,fieldset,hr,select
	{
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
}

/* =================== elementos generales ===================  */

html {

}

body {
	font: 75%/ 150% "Trebuchet MS", sans-serif;
	text-align: center;
	color: #666666;
	margin: 0;
	padding: 0;
	background-color: #7e7e7e;
}

b {
	color: #000;
	font-weight: normal;
}

address {
	padding-left: 20px;
	font-size: 90%;
	font-style: normal;
	color: #000;
}

img {
	border: 0;
}

a {
	color: #fff;
	outline: none;
}

a:visited {

}

a:hover,a:active {
	color: #000;
}

a.tachado {
	text-decoration: line-through !important;
}

a.nodeco {
	text-decoration: none !important;
}

a.external {
	padding-right: 20px;
	background-image: url(../img/icos/ico_external.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.chk_on {
	font-size: 12px;
	padding-left: 20px;
	background-image: url(../img/icos/chk_on.png);
	background-position: left;
	background-repeat: no-repeat;
}

.chk_off {
	font-size: 12px;
	padding-left: 20px;
	background-image: url(../img/icos/chk_off.png);
	background-position: left;
	background-repeat: no-repeat;
}

.clearboth {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}

.clearleft {
	display: block;
	clear: left;
	margin: -10px 0 0 0;
	padding: 0;
}

.clearright {
	display: block;
	clear: right;
	margin: 0;
	padding: 0;
}

.nodisplay {
	display: none;
}

.centrado {
	text-align: center !important;
}

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

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

.justificado {
	text-align: justify !important;
}

.sangria {
	text-indent: 20px !important;
}

.remark {
	color: #ffff00 !important;
}

.link {
	color: #555 !important;
	text-decoration: underline;
}

.link:hover{
	color: #000 !important;
}

.left {
	float: left;
}

.right {
	float: right;
}

.half {
	width: 50%;
}

.flecha_negra{
	background-image: url(../img/flecha_negra.png);
	background-repeat: no-repeat;
	background-position: 30px 4px;
	padding-left: 10px;
	margin-left: 20px;
}

.info{
	background-image: url(../img/ico_info.png);
	background-repeat: no-repeat;
	background-position:left center;
	padding-left: 10px;
	margin-left: 20px;
}

span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../img/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../img/radio.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	background: url(../img/select.gif) no-repeat;
	overflow: hidden;
}

	.tip {
			position:relative;
    		z-index: 13000;
    		/* width: 130px; */
    		color: #000
	}

	.tip-title {
    		padding: 2px 10px;
    		font-weight: bold;
    		font-size: 15px;
    		background: #ffff00;
    		color: #333;
	}

	.tip-text {
		display:none;
		padding-right: 8px;
		padding-left: 8px;
		font-size: 11px;
		background: #cfdfa7;
		padding-bottom: 8px;
		padding-top: 4px
	}



/* =================== cabecera ===================  */

#cabecerawrap {
	padding: 0;
	margin: 0;
}

#cabecera {
	position: relative;
	color: #fff;
	width: 950px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #333333;
	border-left: 1px solid #9d9d9d;
	border-right: 1px solid #9d9d9d;
}

#cabecera h1 {
	width: 950px;
	height: 93px;
	margin-left: -10px;
	display: inline;
}

#cabecera h1 a {
	display: block;
	width: 950px;
	height: 93px;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0 0 0 0;
	padding: 0;
	border: 0 !important;
	background: transparent url('../img/atenas_cabecera.jpg') 0 0 no-repeat;
}

.session_lang_spa #set_lang_spa,
.session_lang_eng #set_lang_eng {
	position: absolute;
	right: 12px;
	color: #ff0;
	text-decoration: none;
	z-index: 1;
}

.session_lang_eng #set_lang_spa,
.session_lang_spa #set_lang_eng {
	position: absolute;
	right: 0;
	color: #ff0;
	text-decoration: none;
	opacity: 0.5;
	z-index: 0;
}

#cabecera #menu_nav {
	display: block;
	overflow:hidden;
	border-bottom: 1px solid #333333;
	background-color: #fff;
}

#cabecera #menu_nav ul {
	margin: 0;
	list-style: none;
}

#cabecera #menu_nav li {
	float: left;
	margin: 0;
	padding: 0;
}

#cabecera #menu_nav a {
	float: left;
	text-decoration: none;
	margin: 0 25px;
	padding: 2px 5px;
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	border-top: 1px solid transparent;
}

#cabecera #menu_nav a:hover {
	color: #ffff00;
	background-color: #333;
	border-top: 1px solid #fff;
}


#cabecera #menu_nav li.selected a {
	color: #ffff00;
	background-color: #333;
	border-top: 1px solid #ffff00;
}

/* =================== centro ===================  */

#centrowrap {
	padding: 0;
	margin: 0;
}

#centro {
	position: relative;
	width: 950px;
	height: 269px;
	margin: 0 auto;
	border-left: 1px solid #9d9d9d;
	border-right: 1px solid #9d9d9d;
	border-bottom: 1px solid #858585;
}

/*
.breadcrumbs {
	padding: 20px 40px;
	text-align: left;
	color: #f71b61;
}

.breadcrumbs a,.breadcrumbs a:hover,.breadcrumbs a:active,.breadcrumbs a:visited {
	color: #fff;
}

#contenido .breadcrumbs {
	padding: 20px 40px;
	text-align: left;
	color: #f71b61;
}

#contenido .breadcrumbs a,#contenido .breadcrumbs a:hover,#contenido .breadcrumbs a:active,#contenido .breadcrumbs a:visited
	{
	color: #000;
}

#contenido .breadbottom {
	background-image: none;
	text-align: center;
	clear: both;
}
*/

/* =================== contenido ===================  */

#contenidowrap {
	padding: 0;
	margin: 0;
}

#contenido {
	width: 950px;
	min-height: 500px;
	margin: 0 auto;
	text-align: left;
	border-left: 1px solid #9d9d9d;
	border-right: 1px solid #9d9d9d;
	background-color: #333333;
}

#contenido h1 {
	font-size: 260%;
	font-weight: normal;
	padding: 20px;
}

#contenido h2 {
font-size: 15px;
	font-weight: bold;
	padding: 20px;
	color: #999;
}

#contenido h2 span {
	color: #333;
}

#contenido h3 {
	font-size: 120%;
	font-weight: bold;
	padding: 30px 20px 0;
}

#contenido p {
	padding: 10px 20px;
	text-align: justify;
	color: #666;
}

#contenido ul {
	color:#666666;
	padding: 10px 20px 30px 20px;
	text-align:justify;
}

#contenido ul li {
	background-image:url(../img/icos/bullet_yellow.png);
	background-position:2px 3px;
	background-repeat:no-repeat;
	padding:2px 0 2px 30px;
}

/* =================== pie ===================  */

#pieunowrap {
	padding: 0;
	margin: 0;
}

#pieuno {
	margin: 0 auto;
	height: 88px;
	width: 950px;
	color: #333;
	background-color: #ffff00;
	border-right: 1px solid #9d9d9d;
	border-left: 1px solid #9d9d9d;
}

#menu_pie {
	display: block;
	border-bottom: 1px solid #333333;
}

#menu_pie ul {
	margin: 0 100px;
	list-style: none;
}

#menu_pie li {
	float: left;
	margin: 0;
	padding: 0;
}

#menu_pie a {
	float: left;
	text-decoration: underline;
	margin: 0 16px;
	padding: 5px 5px;
	color: #000;
}

#menu_pie a:hover,#menu_pie li.selected a {
	color: #ffff00;
	background-color: #333;
}

#enlaces_pie {
	text-align: left;
	padding: 10px 5px;
	text-align: center;
}

#enlaces_pie a{
	color: #333333;
	margin: 0 10px;
}

#piedoswrap {
	margin: 0;
	background-color: #333333;
}

#piedos {
	margin: 0 auto;
	width: 950px;
	text-align: left;
	position: relative;
	padding-bottom: 50px;
	color: #000;
	border: 1px dotted #555;
	border-top: 0;
	border-bottom: 0;
}

#piedos a{
	color: #fff;
}

#piedos a.kwd{
	color: #cc6;
	display: block;
	clear: both;
	float:left;
	text-decoration: none;
}

#piedos a.kwd:hover{
	text-decoration: underline;
}

.lista_pie {
	float:left;
	margin: 20px 10px 20px 25px;
	font-size: 90%;
	max-width: 260px;
}

.lista_pie h3 {
	color: #ccc !important;
	font-weight: bold;
	font-size: 110%;
	padding: 0 !important;
}

.lista_pie ul {

}

.lista_pie li {

}

#piedos p#developedby{
	left: 0;
	position: absolute;
	bottom: 10px;
	padding-left: 20px;
	color: #ccc;
}

#piedos #logoup_pie {
	position: absolute;
	top: 0;
	right: 0;
}



/* ************ HOME ************** */

#destacados,
#noticias {
	position: relative;
	height: 400px;
	overflow: hidden;
	font-family: arial;
	color :#eee
}

#destacados {
 background-color: #424242;
 /*background-image: url(/gimnasioatenas.com/img/destacados_ref.jpg);*/
}

.item_destacado {
	height: 115px;
	padding: 10px;
	overflow: hidden;
}

.titulo_destacados a:hover{
	color: #ffff00 !important;
}

.titulo_destacados{
	padding: 4px 0 !important;
	letter-spacing: -0.5px;
	color:#fff;
	font-weight: bold;
}

.titulo_destacados span{
	color: #ffff00;
	text-decoration: underline;
}

.img_destacado {
    position: relative;
    width: 164px;
    height: 112px;
    float: left;
    overflow: hidden;
    margin-right: 25px;
}

.img_destacado img {
	width: 164px;
	height: 112px;
}

.img_destacado span {
    width: 164px;
    height: 112px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/mascara_fotos-trans.png) no-repeat;
}

.item_destacado p{
	font-size: 12px !important;
	padding: 5px 20px !important;
	color: #ccc !important;
	line-height: 12px;
}

#noticias {
 background-color: #343434;
 /*background-image: url(/gimnasioatenas.com/img/noticias_ref.jpg);*/
}

.fondo_noticias{
	background-color: #fff !important;
}

#noticias h2{
	margin: 28px 30px 10px 40px;
	padding:0;
	border-bottom:1px solid #fff;
}

#noticias h3{
	border-bottom: 1px solid #fff;
	width: 80%;
	padding-left: 0;
	margin-left: 35px;
	margin-bottom: 25px;
}

.item_noticia {
	padding-bottom: 25px;
	margin-left: 0px;
	padding-left: 0px;
	width: 500px;
}

.fondo_noticias .item_noticia {
	padding-left: 0px;
	width: 910px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	/*background-color: #ffe;*/
}

.item_noticia h3 {
	padding: 10px 55px 0 45px !important;
	background-image: url(../img/flecha_titulo_noticia-trans.png);
	background-repeat: no-repeat;
	background-position: 30px 13px !important;
	color: #333 !important;
	border-bottom: 0 !important;
	margin-left: 0px !important;
	margin-bottom: 0 !important;
}

.fondo_noticias .item_noticia h3{
	background-image: url(../img/flecha_titulo_noticia-trans.png);
	background-repeat: no-repeat;
	background-position: 38px 13px !important;
	color: #333 !important;
	padding: 0 !important;
	border-bottom: 0 !important;
	margin-left: 0px !important;
	margin-bottom: 0 !important;
}

.fondo_noticias .item_noticia h3 a{
	color: #000;
}

.fondo_noticias .item_noticia h3 a:hover{
	text-decoration: underline;
	color: #000;
}

.item_noticia h3 a{
	text-decoration: none;
}

.item_noticia h3 a:hover{
	color: #ffff00;
}

.item_noticia img{
	margin-right: 25px;
}

#noticias .item_noticia p {
	padding: 5px 45px !important;
	color: #eee !important;
}

.fondo_noticias .item_noticia p {
	padding: 0 !important;
}

.fondo_noticias .item_noticia p a{
	color: #000;
}

.item_noticia p.fecha_noticia {
	 padding: 0 45px !important;
	 font-size:10px !important;
	 margin-top: -5px;
}

.fondo_noticias .item_noticia p.fecha_noticia {
	 font-size:11px !important;
	 margin-bottom: 15px;
	 padding: 0px !important;
	 padding-top: 5px !important;
}

.item_noticia .noticia_sabermas {
	color:#ffff00;
	margin-left:45px;
}

.fondo_noticias .item_noticia .noticia_sabermas {
	color: #999;
	margin-left: 0;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	/*float: right;*/
}

.fondo_noticias .item_noticia .noticia_sabermas:hover{
	color: #333;
}

a.noticias_vertodas {
	position:absolute !important;
	bottom: 10px !important;
	right: 20px !important;
	color: #ff0 !important;
	background-image: url(../img/ico_noticia1.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 25px;
}

.fondo_noticias  a.noticias_vertodas {
	color: #333 !important;
	margin-left: 0;
	font-size: 11px;
	font-weight: normal;
	float: left;
	position: relative !important;
	margin-top: 25px;
	margin-left: 30px;
}

.banner_home {
	width: 243px;
	height: 280px;
	overflow: hidden;
}

#video_home_wrap {
	width:464px;
	height: 280px;
	overflow: hidden;
	background-color: #000;
}

/* ********** ATENAS ********* */

.btn_spot{
	color: #000;
	font-weight: bold;
	text-align: center;
	background-image: url(../img/btn_spot.png);
	width: 142px;
	height: 20px;
	padding-top: 3px;
	text-decoration: none;
	display: block;
	margin-left: 775px;
}

.btn_spot:hover{
	text-decoration: underline;
}

#contenedor_video_spot{
	background-color: #eee;
	margin-bottom: 25px;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	text-align: center;
}

/* ********** ACTIVIDADES ********* */

#texto_actividades_y_cursos{
	width: 100%;
	height: auto;
	background-color: #fff;
}

#listado_actividades,
#listado_cursos{
	width: 910px;
	height: auto;
	padding: 20px;
}

.item_ca{
	width: 200px;
	height: 48px;
	float: left;
	margin-left: 20px;
	margin-bottom: 25px;
	background-color: #444;
	border: 1px solid #FFFF00;
	display: block;
	text-decoration: none;
	color: #fff;
}

.item_ca:hover{
	background-color: #666;
	color: #fff;
}

.item_ca img{
	float: left;
	border-right: 1px solid #FFFF00;
}

.txt_ca{
	float: left;
	width: auto;
	height: auto;
	margin-left: 15px;
	padding-top: 15px;
	font-size: 14px;
}

#nav_actividades {
	position: relative;
	width: 260px;
	border-right: 1px solid #000;
	height: 270px;
	overflow: hidden;
	background-color: #fff;
	z-index: 2;
}

#img_actividad {
	width: 689px;
	overflow: hidden;
}

.ico_actividad {
	display:block;
	float: left;
	border: 1px solid #ccc;
	margin: 2px 1px;
	width: 48px;
	height: 48px;
	overflow: hidden;
}

a.ico_actividad:hover {
	border: 1px solid #000;
}

a.ico_actividad.selected {
	border: 1px solid #ffff00;
	outline:2px solid #ffff00;
}

.tab {
	border:1px solid #444;
	border-left: 0;
	position: absolute;
	background-color: #ccc;
	width: 20px;
	left: 260px;
	z-index: 1;
	opacity: 0.6;
}

.tab:hover {
	background-color: #ff0;
	opacity: 1;
}
.tab.selected {
	z-index: 3;
	opacity: 1;
	background-color: #fff;
	border-color: #000;
}

#actividades_tab {
	top: 15px;
}

#cursos_tab {
	top: 105px;
}


#info_actividad h2{
	text-decoration: underline !important;
}

#info_actividad h2 span{
	text-decoration: underline !important;
}

#info_actividad p{
	color: #fff;
}

#horario_actividad{
	border-left: 1px solid #5b5b5b;
	width: 474px;
	min-height: 806px;
}

#horario_actividad h2{
	text-decoration: underline !important;
}

#horario_actividad h2 span{
	text-decoration: underline !important;
}

#galeria_actividad_wrap {
	margin: 10px auto;
	width:420px;
	height:344px;
	padding: 12px;
	background-image:url(../img/fondo_galeria.png);
}

#galeria_actividad_activa {
	margin: auto;
	width:410px;
	height: 270px;
	border: 2px solid #ffff00;
	background-image:url(../img/fondo_galeria.png);
}

#galeria_actividad {
	width:428px;
	height: 65px;
	padding-top: 10px;
}

a.galeria_actividad_item{
	width: 90px;
	height: 60px;
	float: left;
	margin-left: 4px;
	margin-right: 11px;
	border: 1px solid #fff;
	overflow:hidden;
}

.etiqueta {
	margin:5px;
	padding:5px;
	text-decoration:none;
}

.etiqueta:hover {
	background-color: #ff0;
	color: #000;
}

/* =================== INSTALACIONES ===================  */

#capa_sel_inst_marbella {
	float:left;
	height: 65px;
	width: 475px;
	border-right: 1px solid #ccc;
	background-color: #fff;
	padding-top: 10px;
	overflow: hidden;
}

#capa_sel_inst_benalmadena {
	float:left;
	height: 65px;
	width: 474px;
	background-color: #fff;
	padding-top: 10px;
}

#capa_sel_inst_marbella h2,
#capa_sel_inst_benalmadena h2 {
	float:left;
	padding: 10px;
}

#capa_sel_inst_marbella p,
#capa_sel_inst_benalmadena p {
	float:left;
	padding: 10px;
	width: 170px;
}


#mosaico_instalaciones{
	border:1px solid #858585;
	position:relative;
}

#instalaciones_left ul{
	width: 400px;
	color: #fff;
}

#instalaciones_right ul{
	width: 400px;
	float: right;
	color: #fff;
}

#info_instalacion_wrap {
	position:absolute;
	width: 948px;
	height: 708px;
	background-color: #333;
	opacity:0.8
}

#info_instalacion {
	position:absolute;
}

#info_instalacion_cuadricula {
	position:absolute;
	width: 948px;
	height: 472px;
	z-index:2;
	top:0;
	left:0;
	border-bottom: 1px dotted #ccc;
}

#info_instalacion_cuadricula.cuadricula_izquierda {
	background-image: url('../img/capa_instalacion_izquierda-trans.png');
}

#info_instalacion_cuadricula.cuadricula_derecha {
	background-image: url('../img/capa_instalacion_derecha-trans.png');
}

#info_instalacion_cuadrante {
	position:absolute;
	bottom: 0;
	width: 474px;
	height: 236px;
}

#info_instalacion_cuadrante h3{
	padding-top: 10px;
}

.cuadricula_derecha #info_instalacion_cuadrante {
	right:0;
}
.cuadricula_izquierda #info_instalacion_cuadrante {
	left:0;
}

#info_instalacion_cuadrante h3 {
	color: #ffff00;
}

#info_instalacion_cuadrante p {
	color: #fff;
	padding-left: 40px;
	background-image: url(../img/flecha_titulo_noticia-trans.png);
	background-repeat: no-repeat;
	background-position: 15px 13px;
	font-size: 13px;
}

#anterior_instalacion,
#siguiente_instalacion {
	position: absolute;
	bottom: 0;
	padding: 10px;
}

#anterior_instalacion:hover,
#siguiente_instalacion:hover {
	color: #ffff00 !important;
}

#anterior_instalacion {
	left:0;
}

#siguiente_instalacion {
	right:0;
}


#listado_instalaciones ul {
	padding: 10px 0px;
	text-align: justify;
	color: #666;
}

#listado_instalaciones ul li {
	padding: 1px 30px;
	background-image: url('../img/icos/ico_list.png');
	background-position: 2px 3px;
	background-repeat: no-repeat;
	background-color: #666;
	margin-bottom: 3px;
}


/* =================== SERVICIOS ===================  */

#cabecera_servicios{
	background-color: #fff;
}

#contenedor_servicios_gimnasio{
	height: auto;
	width: 950px;
	background-image: url(../img/servicios_fondo.jpg);
	height: 654px;
}

#tit_servicios_gimnasio_marbe,
#tit_servicios_gimnasio_benal{
	height: 27px;
	width: 375px;
	float: left;
	overflow: hidden;
	padding: 25px;
	padding-left: 50px;
	padding-right: 50px;
	border-top: 1px solid #ccc;
}

#tit_servicios_gimnasio_marbe h3,
#tit_servicios_gimnasio_benal h3 {
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #fff !important;
	font-weight: bold;
	padding: 0;
	border-bottom: 1px solid #fff;
}

#tit_servicios_gimnasio_benal h3 {
	text-align: right;
}

#tit_servicios_gimnasio_marbe h3 span,
#tit_servicios_gimnasio_benal h3 span {
	color:	#ffff00;
}


#servicios_gimnasio_marbe,
#servicios_gimnasio_benal{
	height: auto;
	width: 475px;
	float: left;
	background-color: transparent;
}

#servicios_gimnasio_marbe ul{
	float: left;
}

#servicios_gimnasio_benal ul{
	float: right;
}

#servicios_gimnasio_marbe ul li{
	background-image:url(../img/flecha_titulo_noticia-trans.png);
	background-position: 25px 4px;
	clear: left;
	text-align: left;
	margin-top: 12px;
	padding: 0;
	padding-left: 50px;
	color: #fff !important;
	font-weight: bold;
	width: auto;
	float: left;
	background-color: transparent;
}

#servicios_gimnasio_benal ul li{
	background-image:url(../img/flecha_titulo_noticia-trans.png);
	background-position: 0px 4px;
	clear: right;
	text-align: right;
	margin-top: 12px;
	padding: 0;
	padding-right: 25px;
	padding-left: 25px;
	color: #fff !important;
	font-weight: bold;
	width: auto;
	float: right;
	background-color: transparent;
}

#servicios_gimnasio_benal ul li.subservicio,
#servicios_gimnasio_marbe ul li.subservicio{
	font-weight: normal;
	margin-top: 0px;
	background: transparent;
}

#servicios_gimnasio_benal ul li a:hover,
#servicios_gimnasio_marbe ul li a:hover{
	color: #333 !important;
}

/* =================== HORARIOS ===================  */

#formulario_consulta_horarios{
	background-color: #fff;
	padding-bottom: 30px;
	width: 950px;
	height: 250px;
	float: left;
	overflow: hidden;
	background-image: url(../img/cronometro_atenas.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#imagen_pdf_horarios{
	width: 185px;
	height: 204px;
	background-color: #fff;
	float: left;
	padding-top: 76px;
	padding-left: 65px;
	overflow: hidden;
}

#formulario_consulta_horarios form{
	width: 700px;
	text-align: right;
}


#formulario_consulta_horarios div.input{
	padding: 10px 0;
}

#formulario_consulta_horarios div label{
	display: block;
	float: left;
	width: 445px;
	text-align: left;
	padding-left: 20px;
}

#formulario_consulta_horarios span#mensaje_consulta_horarios{
	float: left;
	padding-left: 50px;
	font-weight: bold;
}

#formulario_consulta_horarios div.submit input{
	width: 116px;
	height: 20px;
	float: right;
	margin-left: 55px;
	background-image: url(../img/horarios-bot-enviar.jpg);
	background-repeat: no-repeat;
	color: #fff;
}

#formulario_consulta_horarios div.checkbox{
	display: inline;
	font-size: 130%;
	margin-left: 10px;
}

#formulario_consulta_horarios div.checkbox label{
	display: inline;
	float: none;
	width: auto;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	font-size:11px;
}

#botones_descarga_horarios{
	float: left;
	width: 950px;
	height: 62px;
	padding-top: 40px;
	_padding-top:24px;
}

#botones_descarga_horarios a{
	background-image: url(../img/btn_spot.png);
	color: #000;
	width: 142px;
	height: 20px;
	padding-top: 3px;
	float: right;
	text-align: center;
	margin-right: 50px;
	text-decoration: none;
	font-weight: bold;
}

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

#resultado_horarios{
	/*
	width: 910px;
	height: auto;
	padding-right: 20px;
	*/
}

#resultado_horarios h2{
	/*margin-top: 25px;*/
	display: block;
	clear: right;
	clear: left;
}

table.horario{
	width: 45%;
	padding-left: 20px;
	margin-bottom: 10px;
}

table.horario th{
	color: #fff;
	background-color: #666;
	padding-left: 10px;
}

table.horario tr.altrow {
	background-color: #444;
}

table.horario td{
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
}

td.celda_text_right{
	text-align: right;
}

#imagen_resultado_horarios{
	margin-right: 25px;
	width:420px;
	height:344px;
	padding: 12px;
	background-image:url(../img/fondo_galeria.png);
	float: right;
}

#imagen_resultado_horarios_item{
	margin: auto;
	width:410px;
	height: 270px;
	border: 2px solid #ffff00;
	background-image:url(../img/fondo_galeria.png);

}

#imagen_resultado_horarios p{
	color: #fff;
	padding-left: 0;
}

#resultado_horarios span#consultar_actividades{
	width: 850px;
	margin-bottom: 25px;
	padding-left: 25px;
	color: #fff;
}

#resultado_horarios_inicio a:hover{
	color: #ffff00;
}

#actividades_pie_horarios{
	background-color: #999;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 55px;
	overflow: hidden;
}

/* =================== CONTACTO ===================  */

#texto_contacto{
	width: 950px;
	height: 218px;
	background-image: url(../img/fondo_contacto.jpg);
	padding-top: 200px;
}

#texto_contacto p a:hover{
	color: #ffff00;
}

.contenedor_google{
	width: 950px;
	height: 400px;
	background: #fff;
	overflow: hidden;
	position:relative
}

.info_mapa{
	width: 250px;
	height: 400px;
	background: #fff;
	border-right: 1px solid #555;
	float: left;
	overflow: hidden;
}

.info_mapa a{
	color: #666;
}

.info_mapa a:hover{
	color: #333;
}

.map{
	width: 699px;
	height: 400px;
	background: #fff;
	float: left;
	overflow: hidden;
	margin-bottom: 25px;	
	position:relative
}

#texto_contacto h2{
	color: #fff;
	padding-bottom: 0px;
}

#texto_contacto p{
	color: #fff;
}

#formulario_contacto h3{
	width: 100%;
}

#ConsultaAcepto {
	width: auto;
	height: auto;
	_margin-top:0;
	*margin-top:0;
	border:0;
}
.degradado_rayas_amarillas{
	background-image: url(../img/degradado_rayas_amarillas.png);
	background-repeat: no-repeat;
	width: 920px;
	height: 25px;
	padding-top: 7px;
	padding-left: 30px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

.degradado_rayas_amarillas h3{
	padding: 0px !important;
	border-bottom: 1px solid #fff;
	width: 400px;
	color: #ccc;
}

#formulario_contacto_destinatario div.submit input{
	width: 116px;
	height: 20px;
	float: right;
	margin-right: 40px;
	background-image: url(../img/horarios-bot-enviar.jpg);
	background-repeat: no-repeat;
	color: #fff;
	padding-top: 0px;
}

span.mensaje_ico_info,
span#mensaje_confidencialidad{
	float: left;
	margin-left: 35px;
	margin-right: 15px;
	color: #fff;
	background-image: url(../img/ico_info.png);
	background-repeat: no-repeat;
	background-position:left center;
	padding-left: 25px;
}

/* =================== FORMULARIOS ===================  */

select {
	border: 1px solid #ccc;
	padding: 1px;
}
select optgroup option {
	padding-left: 10px;
}

/* =================== FORMULARIOS FRONT ===================  */

.form {
/*	width: 100%; */
	margin: 0px 0 0px 0;
}

.form.contacto {
	padding: 20px;
}

.form div.input {
	float: left;
	padding: 1px 0;
	margin-left: 25px;
}

.form label {
	width: 100px;
	float: left;
	margin-left: 10px;
	margin-top: 8px;
	color: #fff;
}

.form label.obligatorio {
	font-weight: bold;
}

.form input,.form select,.form textarea,
#goog-wm-qt, #goog-wm-sb{
	background-color: #f2f2f2;
	border: 1px solid #cbcbcb;
	margin-top: 5px;
	float: left;
	padding-top: 4px;
}
#goog-wm-qt {
	margin-right:10px;
	height:17px
}

.form input {
	height: 18px;
	width: 300px;
}

.form select {
	height: 25px;
	width: 300px;
}

.form textarea {
	height: 100px;
	width: 735px;
}

.form input:focus,.form textarea:focus,.form select:focus {
	background-color: #f8f8f8;
}

.form select#ConsultaDepartamentoId,.form select#CurriculumOfertaId {
	width: 605px;
}

.acepto input {
	background: inherit;
	border: inherit;
	width: auto;
	height: auto;
	float: none;
	margin: 0 20px;
	padding: 0;
}

/*div.submit {
	display: block !important;
	text-align: center !important;
	clear: both !important;
	padding: 10px 0 !important;
}*/

/*div.submit input {
	background: inherit !important;
	border: inherit !important;
	width: auto !important;
	height: auto !important;
	float: right !important;
	margin: 0 20px !important;
	padding: 0 !important;

	margin-right: 57px !important;
	border: 1px solid #000 !important;
}*/

.form-error {
	border-color: #c8311e !important;
}

div.error-message {
	clear: both;
	font-weight: normal;
	margin-left: 115px;
	color: #c8311e;
	padding-left: 5px;
}

.required { /* FIXME: cake no genera siempre bien los required */

}

#flashMessage {
	background-color:#FFCC33;
	color:#000000;
	padding:5px;
	text-align:center;
}


.search-goog {
	background-image: none !important;
	background-color: #fff !important;
	padding:2px 0 2px 30px;
}

/* =================== LOGS DE MYSQL-CAKEPHP ===================  */
.cake-sql-log { /*display: none;*/

}

.cake-sql-log th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: center;
}

.cake-sql-log th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}

.cake-sql-log th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}

table tr td {

}

.cake-sql-log table tr.altrow td {
	background: #f4f4f4;
}

.cake-sql-log td.actions {
	text-align: center;
	white-space: nowrap;
}

.cake-sql-log td.actions a {
	display: inline;
	margin: 0px 6px;
}

.cake-sql-log table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
	background: #f4f4f4;
}

.cake-sql-log td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
	padding: 4px 8px;
	text-align: left;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
	text-align: left;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

/* Paging */
div.paging {
	padding: 10px 20px;
	background:#fff;
	color: #999;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
	padding:0;
}
div.paging span.current {
	color: #000;
	font-weight: bold;
}

div.paging a,
div.paging span a {
	padding: 0 2px;
	color: #000 !important;
	text-decoration: none;
}

div.paging a:hover,
div.paging span a:hover {
	text-decoration: underline;
}

div.paging span a:hover {
	background-color: #ccc;
}