

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
a {
	text-decoration: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
select {
	font-size: 100%;
}

/* Abreviaturas, acronimos y definiciones
-------------------------------------------- */

	abbr, acronym, dfn {
		border: none;
		cursor: help;
	}
	
	kbd {
		border-bottom: .1em solid #cccccc;
		border-right: .1em solid #cccccc;
		padding-bottom: 0.1em; 
		padding-right: 0.4em; 
		padding-left: 0.4em; 
		background: #EFECEC;
		padding-top: 0.1em;
		font-size: 115%; 
	}
	
	
/* Estilos comunes
------------------------------------------------------------------------------------------- */

.clear_both, .clear { clear: both; }

/* Iconos
----------------------------------*/

.mail { 
	background: url(../public_images/ico/mail.gif) no-repeat right center;
	padding: 0em 1em 0em 0em;
}

.goBack { 
	background: url(../public_images/ico/goBack.gif) no-repeat right center;
	padding: 0em 1em 0em 0em;
}

.goTop { 
	background: url(../public_images/ico/goTop.gif) no-repeat right center;
	padding: 0em 1em 0em 0em;
}

.goBottom { 
	background: url(../public_images/ico/goBottom.gif) no-repeat right center;
	padding: 0em 1em 0em 0em;
}

.externalLink { 
	background: url(../public_images/ico/externalLink.gif) no-repeat right center;
	padding: 0em 1em 0em 0em;
}

.webMap { 
	background: url(../public_images/ico/webMap.gif) no-repeat right center;
	padding: 0em 1.3em 0em 0em;
}

.download { 
	background: url(../public_images/ico/download.gif) no-repeat right center;
	padding: 0em 1em 0em 0em;
}

.continue { 
	background: url(../public_images/ico/continue.gif) no-repeat right center;
	padding: 0em 1.2em 0em 0em;
}

.more { 
	background: url(../public_images/ico/more.gif) no-repeat right center;
	padding: 0em 1.2em 0em 0em;
}

.display { 
	background: url(../public_images/ico/display.gif) no-repeat right center;
	padding: 0em 1em 0em 0em;
}

.pdf { 
	background: url(../public_images/ico/pdf.gif) no-repeat left 2px;
	padding: 4px 0em 4px 2em;
	line-height: 20px;
}

.help { 
	cursor: help;
}

/* Fin / Iconos
----------------------------------*/


/* Clases comunes
----------------------------------*/

.nota, .salto { 
	position: absolute;
	top: -5000px;
	left: -5000px;
}

.invisible { 
	display: none;
	visibility: hidden;
}
.negrita { 
	font-weight: bold;
}

.float_left {
	float: left;
}	

.float_right {
	float: right;
}

.background_none {
	background: none !important;
}

.align_center {
	text-align: center;
}

.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}	


.justify {
	text-align: justify;
}
/* fin / Clases comunes
----------------------------------*/



.w10 {
	width: 10%;
}
.w15 {
	width: 15%;
}
.w20 {
	width: 20%;
}
.w25 {
	width: 25%;
}
.w30 {
	width: 30%;
}
.w33 {
	width: 33%;
}
.w40 {
	width: 40%;
}

.w45 {
	width: 45%;
}

.w48 {
	width: 48%;
}
.w50 {
	width: 50%;
}

.w58 {
	width: 58%;
}
.w60 {
	width: 60%;
}
.w66 {
	width: 66%;
}

.w70 {
	width: 70%;
}
.w75 {
	width: 75%;
}
.w80 {
	width: 80%;
}
.w90 {
	width: 90%;
}
.w100 {
	width: 100%;
}


.CR { margin-bottom: 20px; }
.CRMini { margin-bottom: 10px; }
.CRDoble { margin-bottom: 50px; }

.MT5 { margin-top: 5px; }
.MT10 { margin-top: 10px; }
.MT15 { margin-top: 15px; }
.MT25 { margin-top: 25px; }
.MT30 { margin-top: 30px; }
.MT35 { margin-top: 35px; }

.ML5 { margin-left: 5px; }
.ML10 { margin-left: 10px; }
.ML15 { margin-left: 15px; }
.ML20 { margin-left: 20px; }
.ML25 { margin-left: 25px; }
.ML30 { margin-left: 30px; }

.innerPadding10 {
	padding: 10px;
	overflow: hidden;
}
.innerPadding20 {
	padding: 20px;
	overflow: hidden;
}



/* @group comunes */

/* @group elementos basicos */

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	background: url(../public_images/bg_body.gif) repeat-x left top;
	line-height: 1.7em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 75%;
	color: #000000;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold; 
	clear: both; 
}

h2 {
	color: #8A9F15;
}
h3 {
	color: #ABBD46;
}
h4 {
	color: #9F9E9E;
}

a { 
	color: #C86128;
 }

.contSeccion a, .innerCenterHome a {
	font-weight: bold;
	font-style: italic;
}
strong { color: #000000; }

h1 {}

h2 {
	padding: 0;
	font-size: 150%;
	margin: 0em 0 .7em 0;
	padding: 0px 0px 6px 0px;
}

h3 {
	padding: 0;
	font-size: 125%;
	margin: 0em 0 0em 0;	
}

h2.titHome {
	font-size: 118%;
	color: #000000;
	padding: 0px 0px 3px 0px;

}

h5 {
	font-size: 108%;
	color: #FFFFFF;
	padding-bottom: 4px;
}

.hand {
	cursor: pointer;
}
/* @end */

/* @group estructura pagina */
#contenedor {
	border: 0px;
	margin: 0em auto;
	color: #000000;
	width: 914px;
	background: #EEEEEE url(../public_images/bg_content.gif) repeat-y left top;
}
#contenedorHome {
	border: 0px;
	margin: 0em auto;
	color: #000000;
	width: 914px;
	background: #EEEEEE url(../public_images/bg_content_home.gif) repeat-y left top;
}

.innerContent {
	padding: 0px 8px 0px 6px;
}
#cabecera {
	margin: 0;
	background: url(../public_images/bg_banner.gif) repeat-x left top;
	height: 112px;
}

#logotipo {
	border: 0px;
	float: left;
	width: 275px;
}

#logotipo h1 {	font-size: 150%; }

.banContent {
	border: 0px solid red;
	float: left;
	padding: 22px 0px 0px 45px;
	width: 400px;
}
.fechaContent {
	float: left;
	width: 290px;
	padding: 6px 0px 0px 0px;
	border: 0px solid red;
	text-align: center;
}
.iconsUtils {
	float: left;
	width: 80px;
	border: 0px solid red;
}
.iconsUtils li {
	display: inline;
	padding: 0px 0px 0px 10px;
	overflow: hidden;
}

.contentTicker {
	height: 20px;
	border: 0px solid red;
	overflow: hidden;
	text-align: center;
	color: #DAFA23;
	padding-top: 2px;
}
.ie6 .contentTicker,.ie7 .contentTicker {
	position: relative;
}
/* @group idiomas */
#idiomas { 
	float: left;
	text-align: right;
	margin: 0;
	padding: 22px 20px 0px 0px;
	width: 160px;
}

#idiomas li {
	display: inline;
	padding: 0px 0px 0px 1px;
	overflow: hidden;
	color: #FFFFFF;
	font-size: 11px;
}
/* @end */


.contenido {
	padding: 0;
	margin: 0;
	line-height: 1.3em;
}

.contentLeft {
	float: left;
	width: 280px;
	padding-top: 50px;
}
.contentRight {
	float: left;
	width: 590px;
	margin-left: 20px;
	padding-top: 20px;
}

.contLogos {
	padding: 20px 0px 0px 20px;
}
.contLogos img {
	float: left;
	padding: 6px 20px 0px 0px;
}


/* @group home */
.contentLeftHome {
	float: left;
	width: 280px;
}
.contBuscador {
	background: url(../public_images/bg_horarios_home.gif) no-repeat left top;
	height: 238px;
}
.contCampos {
	padding: 20px 0px 0px 12px;
}
.contBuscador h3 {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0px 10px 10px;
	float: left;
	width: 220px;
}
.icoHelp {
	margin-top: 5px;
}
.contBuscador label {
	color: #000000;
	font-weight: bold;
	display: block;
}
.contBuscador .select {
	width: 240px;
}
.inputFecha {
	width: 100px;
	float: left;
}
.contBuscador .icoCal {
	margin-left: 10px;
	margin-top: -8px;
}
.infoPeque {
	font-size: 10px;
	color: #838383;
	padding: 0px 10px 20px 10px;
	line-height: 11px;
}
.contentCenterHome {
	float: left;
	width: 400px;
}
.innerCenterHome {
	padding: 16px 10px 20px 20px;
}

.contentRightHome {
	float: right;
	background: #FFFFFF;
	width: 200px;
	min-height: 500px;
}
/* @end */
/* @group pie pagina */

div#pie_pagina {
	border: 1px solid #A9C21A;
	background: url(../public_images/bg_banner.gif) repeat-x left top;
	text-align: center;
	padding: 5px 0 5px 10px;
	margin: 10px 0 0 0;
	clear: both;
	color: #FFFFFF;
	font-size: 11px;
	overflow: hidden;
}

.empresaNombre {
	float: left;
	width: 180px;
}
#contacto_pie {
	margin-right: 10px;
}

#pie_pagina ul,
#pie_pagina li {
	display: inline;
}

#contacto_pie li {
	overflow: hidden;
}

#contacto_pie li a,#contacto_pie li strong {
	color: #FFFFFF;
	text-decoration: none;
	border-right: 1px solid #FFFFFF;
	padding: 0px 10px 0px 10px;
}

#contacto_pie li strong {
	color: #000000;
}

#contacto_pie li.fin a {
	border: none;
}

#direccion_pie {
	border: 0px solid #d7dce4;
	text-align: center;
	color: #737373;
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	clear: both;
}
/* @end */
/* @end */



/* @group sendero migas */
#rutaPagina {
	color: #8A9F15;
	font-size: 10px;
	padding-left: 6px;
}

#rutaPagina p {
	display: inline;
	float: none;
	padding: 0em;
}

#rutaPagina ol, #rutaPagina ol li {
	display:inline;
}

#rutaPagina li {
	margin-left: 0em;
	padding-right: 1em;
	padding-left: .4em;
	background: url(../public_images/sep_migas.gif) no-repeat right center;
}

#rutaPagina li a {
	color:  #8A9F15;
}

#rutaPagina li.background_none {
		
}

/* @end */

/* @group navegacion */
#navegacion {	
	border: 0px;
	padding-top: 4px;
}
.ie6 #navegacion, .ie7 #navegacion {	
	border: 0px;
	padding-top: 2px;
}

/* @group menu principal */
ul#menu {
	list-style: none;
	margin: 0px 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	border: 0px solid red;
}

ul#menu li {
	float: left;
	margin-left: 0em;
	width: 128px;
}
ul.lang_eu li.inicioMenu {
	float: left;
	margin-left: 0em;
	width: 100px !important;
}
ul.lang_eu li.horariosMenu {
	float: left;
	margin-left: 0em;
	width: 156px !important;
}
ul#menu li a {
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
	background: url(../public_images/bordeMenu.jpg) no-repeat right top;
}

ul#menu li a:hover, ul#menu li a:active {
	color: #414A08;
}

ul#menu li.seleccionado1 strong {
	display: block;
	color: #414A08;
	text-align: center;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	background: url(../public_images/bordeMenu.jpg) no-repeat right top;
}

ul#menu li.fin a, ul#menu li.fin strong {
	background: none;
}

#menu li ul {
	left: -999em;
	list-style-type: none;
	position: absolute;
	z-index: 1001;
	border: 1px solid #FFFFFF;
	border-top: 0px;
	width: 126px;
}
ul.lang_eu li.horariosMenu ul {
	width: 154px !important;
}

#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
}

/* @end */
/* @group menu nivel 2 */
.contSubMenu {
	margin: 0em;
}

ul.subMenu {
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
}

.ie6x ul.subMenu { margin: .5em -1px 0 -1px; }	

.ie7x ul.subMenu { margin: .5em -1px 0 -1px; }	

li.nivel2 {
	width: 100% !important;
	text-align: left;
	list-style: none;
	background: #BCD61F;
	padding: 6px 0px 6px 0px;
	border-top: 1px solid #94AA17;
}
.primero {
	padding-top: 30px !important;
	margin: 0px !important;
	border: 0px !important;
}
.nivel2 a {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 8px 0px 8px !important;
	text-align: left !important;
	letter-spacing: 0px;
}

.nivel2 a:link, .nivel2 a:visited {
	color: #000000 !important;
	text-decoration: none;
}	

.nivel2 a:hover {
	color: #414A08 !important;
	text-decoration: none;
}

.seleccionado2 strong {
	color: #FFFFFF;
	text-align: left !important;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 8px !important;
	background: #BCD61F;
}

/* @end */
/* @group menu nivel 3 */
#subSubMenu {
	padding: 0 0 0 0;
	margin: 3px 0 0 0;
}

li.nivel3 {
	border-bottom: 2px solid #FFFFFF;
	list-style-type: none;
	padding: 8px 12px 8px 6px;
	background: #969696 url(../public_images/bg_submenu_off.jpg) no-repeat right center !important;
}

li.nivel3.seleccionado3 {
	border-bottom: 2px solid #FFFFFF;
	list-style-type: none;
	padding: 8px 12px 8px 6px;
	background: #969696 url(../public_images/bg_submenu_on.jpg) no-repeat right center !important;
}

.nivel3 a {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.nivel3 a:link, .nivel3 a:visited {
	color: #000000;
	text-decoration: none;
}	

.nivel3 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.seleccionado3 strong {
	color: #FFFFFF;
	font-weight: normal;
}
/* @end */
/* @end */

/* @group accesibilidad */
ul.lista-accesibilidad li {
	background: url(../public_images/dott.gif) no-repeat .1em .3em;
	padding-left: 1em;
	margin: .5em .7em .5em .7em;
}

.atajos {
	margin-left: 2em;
	padding-top: .7em;
}

.atajos li {
	margin-bottom: .7em;
}

/* @end */


/* @group mapa web */

.ul_mapa_web li {
	margin-top: 1.2em;
	padding-left: 1em;
	background: url(../public_images/mapa_web/arrow.gif) no-repeat 0px 6px;
}

.ul_mapa_web li a {
	padding: .1em .3em .4em .3em;
	margin: .5em 0;
}

.ul_mapa_web li ul li {
	padding-left: 1em;
	margin: .5em 0 0 1em;
	background: url(../public_images/mapa_web/sub-arrow.gif) no-repeat 0px 4px;
}

.ul_mapa_web li ul li a {
}

/* @end */

/* @end */

/* @group formulario */


ul.horizontalRadios, ul.verticalRadios {
	display: block;
	line-height: 100%;
}
	
ul.verticalRadios li{
	clear: left;
}

ul.horizontalRadios li{
	display: inline;
}

.checkRadioInput {
	border: 0em;
	margin-top:.5em;
}

.labelRadiosChecks {
	padding: 0em 1em 0em .1em;
	margin-top: 0.6em;
	width: auto !important;
}

.ie6 .labelRadiosChecks, .ie7 .labelRadiosChecks {
	margin-top: 0.9em;
}

.inputText, textarea {
	background: #f8f8f8;
	border: 1px solid #cccccc;
	padding-left:4px;
	color: #7a7a7a;
	width: 19em;
	height: 16px;
	float: left;
	font-family: "Lucida Grande",Arial;
	font-size: 100%;
}


.inputTextError {
	float: left;
	padding-left:4px;
	border: 1px solid #000;
	width: 20em;
	height: 16px;
	color: #ffffff;
	background-color: #be0f1f;
}

.inputTextArea {
	width: 20em;
	height: 10em;
}

.botonEnviar {
	border: 1px solid #cccccc;
	background: #f8f8f8;
	color: #7a7a7a;
	padding: .2em .4em .2em .4em;
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}

.fieldSetContacto {
	margin: 1em 2em 1em 2em;
	width: 100%;
}

.fieldSetContacto legend { 
	font-weight: bold;
	display: none; 
}	

.fieldSetContacto .cajaField {
	padding: 5px 0px 7px 0px;
	clear: left;
}

.fieldSetContacto .cajaBoton {
	padding: 5px 0px 7px 0px;
	text-align: center;
	width: 28em;
	clear: left;
}	

.fieldSetContacto label, .fieldSetContacto span.spanLabel{
	margin-top: 4px;
	margin-bottom: 4px;
	width: 90px;
	text-align: left;
}

form label.required, form span.required {

}

form label.problem, form span.problem {

}

form label.completed, form span.completed {

}

.errorField {
	font-size:10px;
	padding-left:10px;
	color: red;
}

.ancho100 {
	width: 90% !important;
	float: none !important;
	margin-left: 0px;
}

.msg {
	border-top: 1px solid #ff7349;
	border-bottom: 1px solid #ff7349;
	background: #ffdaca url(../images_public/notice.gif) no-repeat 10px 10px;
	padding: 10px;
	margin-top: 10px;
	text-align: center;
}

.msg strong {
	font-weight: bold;
}

form span.required {
	padding: 0px 0px 0px 1em;
	width: 15px;
}

em.required{
	display:none;
}

/* Los avisos

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

.msgKO {
	width: 257px;
	color: #000000;
	text-align: left;
	padding: 10px 10px 10px 67px;
	border-top: 2px solid #ff1000;
	border-bottom: 2px solid #ff1000;
	background: url(../public_images/contacto/noticeKO.gif) 7px 8px no-repeat #ffc368;
	margin-top: 10px;
}

.msgKO strong {
	color: #000000;
	font-weight: bold;
	background: #ffc368;
}

.msgKO li {
	color: #000000;
	background: #ffc368;
}

.ulCamposError {
	margin: 10px 0px 10px 50px;
}


.msgKO a, .msgKO a:link, .msgKO a:visited {
	color: #635307;
} 	

.msgOK {
	width: 259px;
	color: #ffffff;
	text-align: left;
	padding: 10px 10px 10px 67px;
	border-top: 1px solid #24a050;
	border-bottom: 1px solid #24a050;
	background: url(../public_images/contacto/noticeOK.gif) 7px 8px no-repeat #8cc63f;
	margin-top: 10px;
}

.msgOK strong {
	font-weight: bold;
}
/* @end */

/* @group propios proyecto public */
.negro {
	color:  #000000;
}
.titCaja {
	width: 300px;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 0px 5px 0px;
}

.HR {
	clear: both;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 16px;
	width: 90%;
}
.ulDirecciones li {
	margin-bottom: 16px;
	width: 260px;
	padding: 0px 0px 0px 12px;
	background: url(../public_images/cuadro_li.gif) no-repeat left 1px;
	float: left;
}

.ulDirecciones li a {
	color:  #000000;
	text-decoration: underline;
}
.ulDepComercial {
	width: 300px;
	padding: 20px 0px 20px 0px;
}
.ulDepComercial li {
	color: #9AAB05;
	text-align: center;
	padding-bottom: 4px;
	font-size: 14px;
}
.ulDepComercial li strong {
	color:  #9AAB05;
}
.ulDepComercial li a {
	color:  #CB6C12;
}
.ulDepComercial li a:hover {
	text-decoration: underline;
}

.ulTaquillas li {
	margin-bottom: 16px;
}

.ulTaquillas li h5 {
	font-size: 108%;
	color: #000000;
	padding: 0px 0px 0px 12px;
	background: url(../public_images/cuadro_li.gif) no-repeat left 2px;

}

.tablaProd {
	margin-bottom: 30px;
}
.tablaProd td {
	background: #E3E4D8;
	border-bottom: 1px solid #D1D2C9;
	border-right: 1px solid #D1D2C9;
	text-align: right;
	padding-right: 14px;
}
.colsTitleGroup {
	color: #ABBD46;
	text-transform: none;
	background: none;
	font-size: 16px;
	padding-bottom: 12px;
}
.headerTH, .headerTHVerde {
	background: #E3E4D8;
	width: 60px;
	text-align: center !important;
	padding: 4px 0px 10px 0px !important;
	vertical-align: bottom;
	font-size: 11px;
}
.headerTHVerde {
	color: #578649;
	text-transform: uppercase;
	font-weight: bold;
}
.central {
	background: none !important;
	width: 60px !important;
}


h3.secRecorridos {
	padding: 20px 0px 20px 0px;
	text-transform: none;
}
.tablaRecorridos {
	width: 90%;
	
}
.tablaRecorridos td {
	background: #E3E5D8;
	border-bottom: 1px solid #CDCFC5;
	padding-top: 2px;
	padding-left: 10px;
	color: #797976;
	font-size: 11px;
}
.tablaRecorridos td.flechas {
	width: 40px;
	text-align: center;
}

.tablaRecorridos td span {
	margin-left: 10px;
}


.ulTarifas {
	
}

.ulTarifas li {
	margin-bottom: 6px;
	padding-left: 18px;
}

.cuadro1 {
	background: url(../public_images/cuadro1.gif) no-repeat left 1px;
}
.cuadro2 {
	background: url(../public_images/cuadro2.gif) no-repeat left 1px;
}
.cuadro10 {
	background: url(../public_images/cuadro10.gif) no-repeat left 1px;
}
.cuadro11 {
	background: url(../public_images/cuadro11.gif) no-repeat left 1px;
}

.ulTabla li {
	width: 240px;
	clear: both;
}
.ulTabla li h5 {
	width: 120px;
	margin-bottom: 16px;
	font-size: 108%;
	color: #000000;
	padding: 0px 0px 0px 12px;
	background: url(../public_images/cuadro_li.gif) no-repeat left 2px;
	float: left;
}
.ulTabla li span {
	width: 100px;
	text-align: right;
	float: left;
	font-weight: bold;
}


.olNum li {
	padding: 5px 0px 10px 0px;
}




/* @group caja resultados */
/* @group home */
.cajaResultados {
	width: 593px;
	margin-left: 150px;
	z-index: 100;
	min-height:300px;
	position: absolute;
	top: 130px;
}
.ie6 .cajaResultados {
	left: 200px;	
}
.cResTop {
	height: 22px;
	background: transparent url(../public_images/cajaGrisTop.png) no-repeat left top;
}
.cResCentro {
	background: transparent url(../public_images/cajaGrisCentro.png) repeat-y left top;
}
.cResBottom {
	height: 36px;
	background: transparent url(../public_images/cajaGrisBottom.png) no-repeat left top;
}
.ie6 .cResBottom {
	height: 56px !important;
}
.closeCajaTrans {
	position: absolute;
	width: 20px;
	top: 12px;
	right: 30px;
}
.innerCajaTrans {
	width: 520px;
	margin-left: 30px;
	padding-top: 10px;
}

.innerCajaTrans a {
	color: #898989;
}
.innerCajaTrans a:hover {
	text-decoration: underline;
}
.innerCajaTrans p {
	color: #898989;
	font-size: 10px;
}

.innerCajaTrans h2 {
	color: #FFFFFF;
	margin-bottom: 3px;
}
.innerCajaTrans h3 {
	color: #BAD70D;
	font-size: 12px;
}

.innerCajaTrans .botonesUp {
	width: 540px;
	margin-top: 10px;
}
.innerCajaTrans .botonesUp li {
	width: 32%;
	float: left;
}

.innerCajaTrans .botonesUp li span.icoMenos {
	background: transparent url(../public_images/ico_hor_menos.gif) no-repeat left top;
	padding: 4px 0px 4px 26px;
	line-height: 26px;
}
.innerCajaTrans .botonesUp li span.icoVolver {
	background: transparent url(../public_images/ico_hor_volver.gif) no-repeat left top;
	padding: 4px 0px 4px 26px;
	line-height: 26px;
}
.innerCajaTrans .botonesUp li span.icoMas {
	background: transparent url(../public_images/ico_hor_mas.gif) no-repeat left top;
	padding: 4px 0px 4px 26px;
	line-height: 26px;
}
.innerCajaTrans .botonesUp li span {
}

.innerCajaTrans .botonesBottom {
	width: 540px;
	margin-top: 20px;
}
.ie6 .innerCajaTrans .botonesBottom {
	margin-bottom: 10px;
}
.innerCajaTrans .botonesBottom li {
	float: left;
	color: #898989;
	line-height: 26px;
}
.innerCajaTrans .botonesUp li {
	padding-top: 8px;
	padding-bottom: 8px;
}

.innerCajaTrans .botonesBottom li span.icoPrint {
	background: transparent url(../public_images/ico_hor_print.gif) no-repeat 0px 0px !important; 
	padding: 8px 0px 8px 32px;
	line-height: 26px;
}

.innerCajaTrans .botonesBottom li span strong {
	color: #898989;
}
.padBottom {
	padding: 0px 0px 4px 0px !important;
}
.innerCajaTrans .tablaResults {
	color: #FFFFFF;
	width: 100%;
	margin-top: 5px;
}

.innerCajaTrans .tablaResults th {
	color: #414342;
	background: #888988;
	padding: 5px 0px 0px 0px;
	text-transform: uppercase;
	height: 18px;
	font-size: 11px;
}
.gecko .innerCajaTrans .tablaResults th {
	height: 11px;
}
.innerCajaTrans .tablaResults th.bgIzda {
	width: 12px;
	background: transparent url(../public_images/bg_tabla_hor_left.gif) no-repeat left top;
}
.innerCajaTrans .tablaResults th.bgDcha {
	width: 12px;
	background: transparent url(../public_images/bg_tabla_hor_dcha.gif) no-repeat left top;
}
.innerCajaTrans .tablaResults td {
	border-bottom: 1px solid #8B8D82;
	padding-top: 4px;
	vertical-align: middle;
}

.innerCajaTrans .tablaResults td.bots {
	padding-bottom: 4px;
}

.innerCajaTrans .tablaResults tr.trMarcado td {
	color: #BAD70D;
}
.innerCajaTrans .pagList li {
	float: left;
	padding: 0px 0px 0px 4px;
}
.innerCajaTrans .pagList li.pageOn {
	color: #868782;
}
.innerCajaTrans .leyPageInfo, .innerCajaTrans .leyPageInfo strong {
	color: #898989;
}
/* @end */

/* @group horarios */
#calendarios {
	 position:absolute;
	 top: 450px;
	 z-index:10;
}
.ie6 #calendarios {
	top: 300px;	
}
.contBuscadorHor {
	background: url(../public_images/bg_caja_buscador.gif) repeat-x left top;
	height: 50px;
	width: 570px;
	margin-bottom: 20px;
}
.contCamposHor {
	padding: 6px 0px 0px 6px;
}
.contBuscadorHor p {
	width: 203px;
}
.cajaFechaHor {
	width: 150px !important;
	margin-left: 6px;
}
.ie6 .cajaFechaHor,.ie7 .cajaFechaHor {
	width: 150px !important;
	margin-left: 0px !important;
}
.contBuscadorHor label {
	color: #000000;
	font-weight: bold;
	display: block;
}
.contBuscadorHor .select {
	width: 190px;
}
.contBuscadorHor .inputFecha {
	width: 100px;
	float: left;
}
.contBuscadorHor .icoCal {
	margin-left: 6px;
	margin-top: -6px;
	float: left;
}




.innerCajaResults {
	width: 550px;
	margin-left: 0px;
	padding-top: 10px;
}

.innerCajaResults a {
	color: #878586;
	font-weight: normal;
	font-style: normal;
}
.innerCajaResults a:hover {
	text-decoration: underline;
}
.innerCajaResults p {
	color: #898989;
	font-size: 10px;
}

.innerCajaResults h2 {
	color: #FFFFFF;
	margin-bottom: 3px;
}
.innerCajaResults h3 {
	color: #8A9F15;
	font-size: 14px;
	text-align: center;
}

.innerCajaResults .botonesUp {
	width: 570px;
	margin-top: 10px;
}
.innerCajaResults .botonesUp li {
	width: 32%;
	float: left;
	margin-bottom: 10px;
}

.innerCajaResults .botonesUp li span.icoMenos {
	background: transparent url(../public_images/ico_con_menos.gif) no-repeat left top;
	padding: 4px 0px 4px 26px;
	line-height: 26px;
}
.innerCajaResults .botonesUp li span.icoVolver {
	background: transparent url(../public_images/ico_con_volver.gif) no-repeat left top;
	padding: 4px 0px 4px 26px;
	line-height: 26px;
}
.innerCajaResults .botonesUp li span.icoMas {
	background: transparent url(../public_images/ico_con_mas.gif) no-repeat left top;
	padding: 4px 0px 4px 26px;
	line-height: 26px;
}
.innerCajaResults .botonesUp li span {
}

.innerCajaResults .botonesBottom {
	width: 580px;
	margin-top: 20px;
	margin-bottom: 60px;
}
.innerCajaResults .botonesBottom li {
	float: left;
	color: #898989;
}
.innerCajaResults .botonesBottom li span.icoPrint {
	background: transparent url(../public_images/ico_con_print.gif) no-repeat left top;
	padding: 8px 0px 8px 32px;
	line-height: 30px;
}

.innerCajaResults .botonesBottom li span strong {
	color: #898989;
}

.innerCajaResults .tablaResults {
	color: #000000;
	width: 100%;
	margin-top: 5px;
}
.innerCajaResults .tablaResults th {
	color: #FFFFFF;
	background: #A8A6A9;
	padding: 5px 0px 0px 0px;
	text-transform: uppercase;
	height: 18px;
	font-size: 11px;
}
.gecko .innerCajaResults .tablaResults th {
	height: 11px;
}
.innerCajaResults .tablaResults th.bgIzda {
	width: 12px;
	background: transparent url(../public_images/bg_tabla_con_left.gif) no-repeat left top;
}
.innerCajaResults .tablaResults th.bgDcha {
	width: 12px;
	background: transparent url(../public_images/bg_tabla_con_dcha.gif) no-repeat left top;
}
.innerCajaResults .tablaResults td {
	border-bottom: 1px solid #A8A8A8;
	padding-top: 4px;
	vertical-align: middle;
}

.innerCajaResults .tablaResults td.bots {
	padding-bottom: 4px;
}

.innerCajaResults .tablaResults tr.trMarcado td {
	color: #578649;
}

.innerCajaResults .pagList li {
	float: left;
	padding: 0px 0px 0px 4px;
}
.innerCajaResults .pagList li.pageOn {
	color: #868782;
}
.innerCajaResults .leyPageInfo, .innerCajaResults .leyPageInfo strong {
	color: #898989;
}

/* @end */
/* @end */

.cajaFormulario {
	width: 382px;
	margin-bottom: 20px;
}
.cajaFormTop {
	height: 27px;
	background: url(../public_images/cajaForm/cajaFormTop.jpg) no-repeat left top;
}
.cajaFormCentro {
	background: url(../public_images/cajaForm/cajaFormCentro.jpg) repeat-y left top;
}
.cajaFormBottom {
	height: 27px;
	background: url(../public_images/cajaForm/cajaFormBottom.jpg) no-repeat left top;
}
.cajaCampos {
	padding: 10px 30px 10px 36px;
	overflow: hidden;
}
.cajaFormulario label {
	color: #FFFFFF;
	font-size: 11px;
	display: block;
}
.cajaFormulario input,.cajaFormulario select {
	width: 300px;
}
.cajaFormulario input {
	color: #7a7a7a;
}
	

.cajaFormulario textarea {
	width: 300px;
	height: 120px;
}
.cajaFormulario p {
	margin-bottom: 6px;
}
.ulBotonesForm {
	margin: 20px 0px 0px 36px;
	width: 100%;
}
.ulBotonesForm li {
	float: left;
	width: 105px;
	padding: 0px;
}
.botonOff {
	padding: 7px 0px 5px 0px;
	color: #FFFFFF;
	text-align: center;
	background: url(../public_images/cajaForm/bgBotonForm.jpg) no-repeat left top;
	width: 100%;
	display: block;
	font-style: normal !important;
	font-weight: normal !important;
}
.ulBotonesForm li a:hover {
	color: #FFFFFF;
}
.botonOn {
	padding: 7px 0px 5px 0px;
	color: #FFFFFF;
	background: url(../public_images/cajaForm/bgBotonForm.jpg) no-repeat left top;
	text-align: center;
	cursor: pointer;
}
.bordes {
	border-left: 1px solid #FFFFFF;
}
.ie6 .botonOff,.ie7 .botonOff {
	padding: 5px 0px 5px 0px;

}
/* @group help */
.cajaPasoHelp {
	border-bottom: 1px solid #D2D2D2;
	width: 570px;
	padding-bottom: 6px;
	overflow: hidden;
}
.cajaPasoHelp h4 {
	color: #5C874A;
	width: 350px;
	float: left;
}
.helpH5 {
	color: #9DAD14;
}
.cajaPasoHelp p {
	width: 350px;
	float: left;
	text-align: justify;
}
.cajaPasoHelp img {
	float: right;
}

.helpP {
	width: 570px;
	text-align: justify;

}

/* @end */
/* @group noticias */

.cajaNoticia {}

.titNoticia {
	padding: 0px 0px 0px 12px;
	color: #000000;
	font-size: 110%;
	background: url(../public_images/cuadro_li.gif) no-repeat left 2px;
}
.fechaNoticia {
	margin-left: 12px;
	font-size: 90%;
	color: #8B8C8F;
	font-weight: bold;
}
.cajaNoticia p {
	margin-left: 12px;
}
.cajaNoticia a {
	color: #C86128;
	font-weight: bold;
	font-style: italic;
}
.cajaNoticia a:hover {
	text-decoration: underline;
}

.ulNoticiasHome li {
	padding-bottom: 20px;
}
.ulNoticiasHome .titNoticia, .ulNoticiasHome .titNoticia a {
	color: #000000;
	background: none;
	padding: 0px;
}
.titNoticia a:hover {
	text-decoration: underline;
}
.ulNoticiasHome .fechaNoticia {
	margin-left: 0px;
	font-size: 90%;
	color: #8B8C8F;
	font-weight: bold;
}
.ulNoticiasHome li p a {
	color: #C86128;
	font-weight: bold;
	font-style: italic;
}
.ulNoticiasHome li p a:hover {
	text-decoration: underline;
}
.cont_noticias h4 {
	font-size: 90%;
	color: #8B8C8F;
	font-weight: bold;
}
p.descNoticiaCard a {
	color: #C86128;
	font-weight: bold;
	font-style: italic;
}
p.descNoticiaCard a:hover {
	text-decoration: underline;
}

.noticiaHome .verMas {
	float: right;
	padding-top: 6px;
	text-decoration: none;
}

.centro {
	text-align: center;
}

.izda {
	text-align: left;
}

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

.ventana {
	z-index: 1000;
	position: absolute;
	top: 300px;
	margin-left: 80px;
	width: 380px;
	height: 148px;
	background: url(../images/anuncio_no_servicio.gif) no-repeat 0 0;
}
.contentCenterHome .ventana {
	margin-left: 0px !important;
	top: 400px !important;
}
.btClose {
	float: right;
	margin: 4px 14px 0px 0px;
}
.innerVentana {
	padding:10px 20px 0px 30px;
}
.titVentana {
	margin-bottom: 4px;
	color: #000000;
}
/* @end */
/* @end */





#test {
  width:100px;
  height:100px;
float:left;
  background:#123;
}
.overlay_dialog img { border: none; }

.overlay_dialog {
	background-color: #666666;
	/*filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;*/
}

.dialog_nw {
	width: 9px;
	height: 23px;
	background: transparent url(../images/window/top_left.gif) no-repeat 0 0;		
}

.dialog_n {
	background: transparent url(../images/window/top_mid.gif) repeat-x 0 0;	
	height: 23px;
	width: 100%;
}

.dialog_ne {
	width: 9px;
	height: 23px;
	background: transparent url(../images/window/top_right.gif) no-repeat 0 0;		
}

.dialog_e {
	width: 2px;
	height: 100%;
	background: transparent url(../images/window/center_right.gif) repeat-y 0 0;	
}

.dialog_w {
	width: 2px;
	height: 100%;
	background: transparent url(../images/window/center_left.gif) repeat-y 0 0;		
}

.dialog_sw {
	width: 9px;
	height: 19px;
	background: transparent url(../images/window/bottom_left.gif) no-repeat 0 0;			
}

.dialog_s {
	background: transparent url(../images/window/bottom_mid.gif) repeat-x 0 0;		
	height: 19px;
	width: 100%;
}

.dialog_se {
	width: 9px;
	height: 19px;
	background: transparent url(../images/window/bottom_right.gif) no-repeat 0 0;			
}

.dialog_sizer {
	width: 9px;
	height: 19px;
	background: transparent url(../images/window/sizer.gif) no-repeat 0 0;	
	cursor:se-resize;	
}

.dialog_close {
	width: 14px;
	height: 14px;
	background: transparent url(../images/window/close.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:8px;
	cursor:pointer;
	z-index:2000;
}

.dialog_minimize {
	width: 14px;
	height: 15px;
	background: transparent url(../images/window/minimize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:28px;
	cursor:pointer;
	z-index:2000;
}

.dialog_maximize {
	width: 14px;
	height: 15px;
	background: transparent url(../images/window/maximize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:49px;
	cursor:pointer;
	z-index:2000;
}

.dialog_title {
	float:left;
	height:14px;
	font-size:12px;
	text-align:center;
	width:100%;
}

.dialog_content {
	overflow:auto;
	color: #DDD;
	font-family: Tahoma, Arial, Sans Serif;
	font-size: 10px;
	background-color:#EEE;
}

.top_draggable, .bottom_draggable {
  cursor:move;
}

/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
 	font-family: Tahoma, Arial, Sans Serif;
	position: absolute;
}

.dialog * {
	margin: 0px;
	padding:0px;
}

.dialog table  { border-collapse: collapse; border-spacing: 0; width: 100% }
.dialog td, th { padding: 0; }





.overlay_alert_lite {
	background-color: #888888;
	
}

.alert_lite_sizer {
	width:0px;
	height:0px;
	display:none;
}

.alert_lite_close {
	width:0px;
	height:0px;
	display:none;
}

.alert_lite_minimize {
	width:0px;
	height:0px;
	display:none;
}

.alert_lite_maximize {
	width:0px;
	height:0px;
	display:none;
}

.alert_lite_title {
	width:0px;
	height:0px;
	display:none;
}

.alert_lite_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, Sans Serif;
	font-size: 10px;
	background: #FFF;
	padding:10px;
	border:1px outset #009;
}


/* For alert/confirm dialog */
.alert_lite_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
	
}

.alert_lite_message {
	font-size:12px;
	text-align:center;
	width:100%;
	color:#000;
	padding-bottom:10px;
}

.alert_lite_buttons {
	text-align:center;
	width:100%;
}

.alert_lite_buttons input {
	width:20%;
	margin:10px;
}

.alert_lite_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('../images/ajax_loading.gif') no-repeat center center
}

table.alert_lite_header  {
  border:0px outset #009;
  background:#FFF;
}



.overlay_alphacube {
	background-color: #85BBEF;
}

.alphacube_nw {
	background: transparent url(../css/alphacube/left-top.gif) no-repeat 0 0;			
  width:10px;
  height:25px;
}

.alphacube_n {
  background: transparent url(../css/alphacube/top-middle.gif) repeat-x 0 0;			
  height:25px;
}

.alphacube_ne {
  background: transparent url(../css/alphacube/right-top.gif) no-repeat 0 0;			
  width:10px;	  
  height:25px;
}

.alphacube_w {
  background: transparent url(../css/alphacube/frame-left.gif) repeat-y top left;			
  width:7px;
}

.alphacube_e {
  background: transparent url(../css/alphacube/frame-right.gif) repeat-y top right;			
  width:7px;	  
}

.alphacube_sw {
  background: transparent url(../css/alphacube/bottom-left-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.alphacube_s {
  background: transparent url(../css/alphacube/bottom-middle.gif) repeat-x 0 0;			
  height:7px;
}

.alphacube_se, .alphacube_sizer  {
  background: transparent url(../css/alphacube/bottom-right-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.alphacube_sizer {
	cursor:se-resize;	
}

.alphacube_butts_container {
	width: 69px;
	position:absolute;
	top:0px;
	right:11px;
	z-index:1000;
}

.alphacube_close {
	width: 23px;
	height: 23px;
	background: transparent url(../css/alphacube/button-close-focus.gif) no-repeat 0 0;			
	float:right;
	cursor:pointer;
	z-index:1000;
}

.alphacube_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(../css/alphacube/button-min-focus.gif) no-repeat 0 0;			
	float:right;
	cursor:pointer;
	z-index:1000;
}

.alphacube_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(../css/alphacube/button-max-focus.gif) no-repeat 0 0;			
	float:right;
	cursor:pointer;
	z-index:1000;
}

.alphacube_title {
	float:left;
	height:14px;
	font-size:14px;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#123456;
}

.alphacube_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background:#FDFDFD;
}

/* For alert/confirm dialog */
.alphacube_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.alphacube_message {
	font-size:12px;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.alphacube_buttons {
	text-align:center;
	width:100%;
}

.alphacube_buttons input {
	width:20%;
	margin:10px;
}

.alphacube_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('alert/progress.gif') no-repeat center center
}




.diaRojo{	color: #FF7840;	text-align: center;	font-size: 9px;	font-weight: bold;}.tablaCal{	background-color: #FFFFFF;	border-width: 1px;	border-style: solid;	border-color: #C2C2C2;	width: 130px;	margin: 0px 0px 0px 4px;}.tablaMes{	background-color: #FFFFFF;	border-width: 1px;	border-style: solid;	border-color: #C2C2C2;	width: 140px;	margin: 0px 0px 0px 4px;	height: 125px;}.cabeceraCal{	background-color: #CCCCCC;	color: #FFF;	text-align: center;	height:12px;	width:20px;}.cabeceraCalCentro{	background-color: #B6B5B5;	color: #FFF;	text-align: center;	border-width: 0 4px 0px 4px;	border-style: none solid none solid;	border-color: #F3F3F3;	height:12px;}.cabeceraCal a:link{	text-decoration: none;	color: #FFF;}.cabeceraCal a:visited{	text-decoration: none;	color: #FFF;}.contDias {
	vertical-align: top;
	width: 100%;
	padding: 4px 0px 0px 13px;
	text-align: center;
}td.dias,td.festivo,td.aprobado,td.solicitado,td.denegado,td.validado,td.varios{	font-family: Helvetica, Verdana, Arial, sans-serif;	font-size: 9px;	width: 15px;	height: 15px;	text-align: center;	border-color: #FFFFFF;	border-width: 1px;	border-style: solid;	vertical-align: middle;
	cursor: pointer;}div.aprobado,div.solicitado,div.denegado,div.validado{	width: 8px;	position: absolute;}.dias{	color: #70706F;}.festivo{	color: #FF7840;	font-weight: bold;}.aprobado, .seleccionado{	font-weight: bold;	background-color: #FF7840;
	color: #FFFFFF;}.solicitado{	font-weight: bold;	color: #FF7840;}.denegado{	background-color: #CCC;	font-weight: bold;}.varios{	background-color: #9FC;	font-weight: bold;}.validado{	color: #FFFFFF;	background-image: url(../images/cal_seleccionado.gif);	background-position: 0px 0px;	font-weight: bold;}.diasRoll{	font-family: Helvetica, Verdana, Arial, sans-serif;	font-size: 9px;	width: 15px;	height: 15px;	text-align: center;	border-color: #FF7840;	border-width: 1px;	border-style: solid;	vertical-align: middle;}.diasOff{	font-family: Helvetica, Verdana, Arial, sans-serif;	font-size: 9px;	color: #CCCCCC;	width: 15px;	height: 15px;	text-align: center;	vertical-align: middle;}.divV{	position: absolute;	width: 1px;	background-color: #CCC;	color: #06C;	font-size: 9px;}.fondoCal{	position: relative;	background-image: url(../images/cal_fondo_sem.gif);	background-repeat: repeat;}.fondoCalTit{	position: relative;	background-image: url(../images/cal_fondo_sem_tit_dias.gif);	background-repeat: repeat-x;	z-index:11;}.cabecera{	position: absolute;	z-index: 11;	background-color: white;}.nombres{	position: absolute;	z-index: -6;	line-height: 16px;	text-align: left;}.cabMes{	position: absolute;	border-color: #444444;	border-width: 1px 0px 1px 1px;	border-style: solid none solid solid;	text-align: center;}.cabMesNumDias{	position: relative;	text-align: left;	background-color: white;}