/* CSS Document */

/* para resetear todas las propiedades*/
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:10px; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin:0;
	padding:0;
}
a img,:link img,:visited img {
	border:0px;
	bottom: 0px;
}
address { font-style:normal }
/*fin del reseteo*/

body {
	background-color:#0165bd;
	background-image:url(../images/fondo.jpg);
	background-repeat:repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	background-position: center top;
}
#contenedor {
	width:980px;
	margin-left:auto;
	margin-right:auto;
}

/*********************************  cabecera *********************************/

#cabecera {
	height:85px;
	background-color:#FFFFFF;
}
#logo{ 
	float:left;
	width: 380px;
}
h1 {
	display:none;
}

#submenu{
	float:right;
	margin-top:10px;
	width: 290px;

}
#submenu li{
	display: inline;
	list-style-type: none;
	margin-left:5px;
	border-left:1px solid #106dc2;
	float:left;
	padding-left:8px;
	padding-right:8px;
}
#submenu li a{
	font-size: 12px;
	color: #565555;
	text-decoration: none;
}
#submenu li a:hover{
	color: #252525;
}

#imagen_cabecera{
	height:150px;
	float:left;
}
/****************** SUBMENU IDIOMAS**********************/
.submenu_idioma, .alquileres {
	float: right;
	font-size: 10px;
	list-style-type: none;
	text-align: right;
	margin-top: 6px;
	color: #20204a;
	padding-top: 0px;
	width:400px;
	margin-right: 10px;
	/*background-color:#999999;*/
}
.alquileres {
color:#006ec6;
}
.submenu_idioma ul, .alquileres ul{
	list-style-type: none;
	display: inline;
	float: none;
	list-style: none;
}
.submenu_idioma li{
	display: inline;
	list-style-type: none;
	padding-right: 3px;
	_padding-right: 1px;
	padding-left: 19px;
	background-image: url(../images/listado.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.submenu_idioma li a{
	display: inline;
	list-style-type: none;
	font-size: 11px;
	color: #20204a;
	text-decoration: none;
}
.submenu_idioma li a:hover, .submenu_idioma .activo{
	color: #999999;
}
.alquileres li{
	display: inline;
	list-style-type: none;
	padding-right: 9px;	
	padding-left: 9px;
	background-color:#d9e9f7;
	margin-right:2px;

}
.alquileres li a{
	display: inline;
	list-style-type: none;
	font-size: 11px;
	color:#006ec6;
	text-decoration: none;
	font-weight: bold;	
}

/****************FIN SUBMENÚ IDIOMAS************************/
 
/************************************ menu **********************************/

#menu{
	height:25px;
	background-color:#565555;
	padding-right:40px;
	padding-left: 150px;
	float:left;
	width:790px;
	
}
#menu li{
	display: inline;
	list-style-type: none;
	margin-right:40px;
}
#menu li a {
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
}
#menu li a:hover {
	color:#d9e9f7;
}


/********************************** fin menu ********************************/

#contenidos{
	background-image:url(../images/f_estrellas.gif);
	background-repeat:no-repeat;
	background-position: bottom left;
	border-left: #565555 5px solid;
	border-bottom: #565555 5px solid;
	border-right: #565555 5px solid;
	height: auto !important;  /*para los navegadores buenos*/
	height:400px;  /*para IE5+ */
	min-height: 410px; /*para los navegadores buenos*/
	background-color:#FFFFFF;
	float:left;
	width:970px;
}
#contenidos strong{
color:#006ec6;
}
#apartados{
	height:87px;
	float: left;
	padding-left: 53px;
}
#apartados li {
	width:286px;
	float:right;
	height:87px;
}
#apartados span {
	display:none;
}

#cont_izq {
	width:625px;
	
	float:left;
}
#cont_ubicacion {
	width:890px;	
	float:left;
	padding-left: 40px;
	color:#565555;
	font-size:11px;
}
.negocio_sust{ background:#565555; color:#FFFFFF; width:266px; height:86px; padding:10px;}
.texto {
	height: auto !important;  /*para los navegadores buenos*/
	height:300px;  /*para IE5+ */
	min-height: 300px; /*para los navegadores buenos*/
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	color:#565555;
	font-size:11px;
	text-align: justify;
}
.texto_intro{
	/*border: solid 1px #009900;*/
	line-height: 18px;
	text-align: justify;
	padding-bottom:50px;
	width:250px;
	float:left;
	padding-right:35px;
}
.texto ul  {
/*margin-bottom:10px;*/

}
.texto ul li{
	font-size: 12px;
}
.texto ul li strong{
color:#006ec6;

}
.texto2 {
	padding-right: 25px;
	/*padding-bottom: 25px;*/
	padding-left: 50px;
	color:#565555;
	font-size:11px;
	float: left;
	width: 550px;
	padding-top:15px;

}
.texto p{ margin-bottom:5px;}
.texto2 p{ margin-bottom:8px;}
.texto_a{ color: #006ec6;}
.destacado{ font-size:14px; font-weight:bold;}
.verde{
	color:#1771c4;
}


h2{
	font-size:24px;
	color:#CCCCCC;
	border-bottom:1px solid #565555;
	margin-bottom:20px;
}
.titulos{
	font-size:11px;
	margin-bottom:3px;
	margin-top:10px;
	letter-spacing: 1px;
	font-weight:bold;
}
.texto img {
	margin-left:auto;
	margin-right:auto;
}
.texto ul {
	margin-top:20px;
}

#cont_der {
	width:320px;
	_width:305px;
	float:left;
	font-size:18px;
	font-weight:bold;
	text-align: justify;
}
#cont_der p{
	float: right;
	font-size:12px;
	font-weight:normal;
	padding: 60px 0px 0px 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
}
#cont_der a {
	color:#fff;
	text-decoration: underline;
}
#cont_der a:hover{
	color:#000;
	text-decoration: underline;
}
.relleno_der{
	height:70px;
}
.enlaces_der{
	background-image:url(../images/banner.jpg);
	height:314px;
}
.enlaces_der ul{
	padding-top:170px;
}
.enlaces_der li{
	margin-bottom:35px; text-align:center;
}

.der_peq{
	float: right;
	width:220px;
	color:#565555;
	font-size:14px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 30px;
	border-bottom:#d5d4d4 1px solid;
}
.der_peq li{margin:0; padding:0;}
.der_peq ul{margin:0; padding:0;}
.izq_peq{float: left;}


.col_1 {
	float:left;
	width:180px;
	margin-right:20px;
	_margin-right:15px;
	font-size:13px;
}

.col_1 li{
	color:#565555;
	list-style:inside;
	list-style-image:url(../images/lista.gif);
	margin-bottom:10px;
}
.nivel2{
padding-left:5px;
}
.nivel3{
padding-left:10px;
}
.nivel4{
padding-left:15px;
}
.nivel5{
padding-left:20px;
}
.nivel6{
padding-left:25px;
}
.nivel7{
padding-left:30px;
}
.nivel8{
padding-left:35px;
}
.col_1 li ul {
	margin:0;
	padding:0;
}
/*.col_1 a{
	color:#565555;
}
.col_1  a:hover{
	color:#006ec6;
}*/
.col_1 li a{
	color:#006ec6;
}
.col_1 li a:hover{
	color:#d9e9f7;
}
.col_1 li ul{
	padding-left:30px;
}


/*********************************** formulario ******************************/

#form1 fieldset{
	margin-bottom:5px;
	padding: 0 0 8px 15px;
	border-left: none;
	border-top: none;
	border-right:1px solid #d5d4d4;
	border-bottom:1px solid #d5d4d4;
}

#form1 p{
	margin-top:5px;
}
#form1 legend {
	color:#006ec6;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
}
.form_input {
	border:1px solid #006ec6;
	width:200px;
	background:#f9fcfa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#form1 textarea {
	border:1px solid #006ec6;
	width:200px;
	height:80px;
	background:#f9fcfa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#form1 .label_span{
	width:200px;
	float:left;
}
.boton{
	border:none;
	background-color:#006ec6;
	color:#FFFFFF;
	width:100px;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
}
.boton:hover{
	background-color:#D9E9F7;
	color: #006EC6;
}

.boton_ir{
	border:1px solid #ffffff;
	background-color:#006EC6;
	color:#FFFFFF;
	width:50px;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size:10px;
}
.boton_ir:hover{
	background-color:#D9E9F7;
	color:#006EC6;
}


/******************************* fin formulario ******************************/

/*********************************** reservas ******************************/
#form2{
}
#form2 fieldset{
	margin-bottom:8px;
	padding: 0 0 0px 15px;
	border-left: none;
	border-top: none;
	border-right:1px solid #d5d4d4;
	border-bottom:1px solid #d5d4d4;
}
#form2 p{
display:block;
margin:0px;
width:250px;
padding:0px 0px 0px 240px;
float:left;
}
#form2 legend {
	color:#006ec6;
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 8px 0px;
	*margin:0px 0px 8px -9px;
	padding:0px;
	float:left;

	
}
.form_input {
	border:1px solid #006ec6;
	width:200px;
	background:#f9fcfa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right:5px;
}
#form2 textarea {
	border:1px solid #006ec6;
	width:200px;
	height:80px;
	background:#f9fcfa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#form2 .label_span{
	width:240px;
	float:left;
}

#form2 label{
	width:500px;
	float:left;
	padding-bottom:6px;

}
#form2 .frase_input{
	width:240px;
	float:left;
}
#form2 .parainput{
width:70px;
float:left;
}
#form2 .label_boton{
width:100px;
margin:0px 10px 0px 0px;
}

/******************************* fin reservas ******************************/

/*********************************** pie *************************************/

#pie{
	font-size:11px;
	color:#FFFFFF;
	text-align: right;
	margin-top:3px;
}
#pie a {
	color:#FFFFFF;
	text-decoration:underline;
}

/*********************************** pavimentos **********************************/

#menu_pavimentos{
	height: auto !important;  /*para los navegadores buenos*/
	height:250px;  /*para IE5+ */
	min-height: 250px; /*para los navegadores buenos*/
	margin-bottom:20px;	
}
#menu_pavimentos li{
	display: inline;
	float: left;
	margin-left:23px;
	height:155px;
	width:155px;
	margin-bottom:20px;
}
#menu_pavimentos span { display:none;}

.desplegable{ 
	clear:both;
	text-align:right;
	padding-top:5px;
	padding-right:5px;
	height:20px;
	background-image:url(../images/fondo_desple.jpg);
	background-repeat:repeat-x;
}
.desplegable span{
	margin-right:20px;
	color:#FFFFFF;
}
/*.pavimentos {
	color:#FFFFFF;
	font-size:10px;
	background-color:#565555;
	border:solid 1px #fff;
	padding:0;
	margin:0;
}
.texto_pavimento {
	padding-left:30px;
	margin-top:20px;
	margin-bottom:20px;
}
.texto_pavimento img{
	padding-right:15px;
	padding-bottom:15px;
	float:left;
}
.pavimento_linea {
	margin-left:30px;
	margin-top:30px;
	margin-bottom:30px;
	border:1px solid #565555;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
}
.pavimento_linea ul {
	margin:0;
	padding:0;
}
.pavimento_linea li{
	display:inline;
	margin-right: 20px;
}*/
/**************** estilos dinamicos **************/
h3{
	/*padding-left:30px;*/
	font-size:13px;
	color:#565555;
	line-height:40px;
	}
h3 img { margin-right:5px; }
h3 span {color:#565555; font-weight: normal;}


h3 a {color: #565555;}
h3 {color: #565555;}
#ficha_menu { background-color: #565555;}
#ficha_galeria { border-top: 1px solid #565555;}
/**************** estilos dinamicos **************/



/*********************** ficha podructos *********************/

#ficha{
	margin-bottom:40px;
	margin-top:5px;
	margin-left:30px;
	height: auto !important;  /*para los navegadores buenos*/
	height:400px;  /*para IE5+ */
	min-height: 400px; /*para los navegadores buenos*/
}
#ficha_menu {
	float:left;
	width:151px;
	height: auto;
	color:#FFFFFF;
	font-size:13px;
}

#ficha_texto{
	width:585px;
	height: auto !important;  /*para los navegadores buenos*/
	height:25px;  /*para IE5+ */
	min-height: 25px; /*para los navegadores buenos*/
	margin-top:20px;
	margin-left:10px;
}
#ficha_menu ul{
	margin:0;
	padding:20px;
}
#ficha_menu li{
	list-style:inside square;
}
#ficha_menu a{
	color:#fff;
	font-weight:bold;
}
#ficha_menu a:hover{
	text-decoration:underline;
}
#ficha_galeria {
	float:right;
	width:709px;
	height: auto !important;  /*para los navegadores buenos*/
	height:400px;  /*para IE5+ */
	min-height: 400px; /*para los navegadores buenos*/
}

/**** galeria ***/
/*needed for IE to make :active state work first time */
#container_right {
	position:relative;
	width:699px;
	float: left;
	height: auto !important;  /*para los navegadores buenos*/
	height:320px;  /*para IE5+ */
	min-height: 320px; /*para los navegadores buenos*/
	padding-top:10px;
	padding-left:10px;
}
#container_right img {
	border:0;
	float: left;
}
/*miniaturas de la derecha*/
#container_right .thumbs {
	position:absolute;
	right:10px;
	top:0px;
	width: 85px;
	height: 310px;
}

#container_right a.gallery:active, #container_right a.gallery:focus { border:0px solid #000;}
#container_right a.gallery:active em, #container_right a.gallery:focus em {
	display:block;
	position:absolute;
	width:585px;
	*width:588px;
	height:310px;
	color:#000;
	background-color:#fff;
	margin:0;
	padding:0;
	text-align:center;
	/*para colocar la foto grande que se muestra al pinchar las pequeñas en la izda */
	left:-604px;
	top:10px;	
}

*html #container_right a.gallery:active em, #container_right a.gallery:focus em {
	display:block;
	position:absolute;
	width:588px;
	height:310px;	
	background-color:#fff;
	color:#000;
	margin:0;
	padding:0;
	text-align:center;
	/*para colocar la foto grande que se muestra al pinchar las pequeñas en la izda */
	left:-593px;
	top:10px;
	
}

/* common styling for all galleries */
a.gallery, a.gallery:visited {
	text-decoration:none;
	border:0px solid #000000;
	width:75px;
	height:60px;
	float: left;
	display:block;
	background-color: #CCCCCC;
	margin-right: 5px;
	margin-top: 10px;
	margin-left: 5px;
}
a.slidea {
	background-repeat: no-repeat;
	background-image: url(../images/minimini1.jpg);
}
a.slideb {
	background-repeat: no-repeat;
	background-image: url(../images/minimini2.jpg);
}
a.slidec {
	background-repeat: no-repeat;
	background-image: url(../images/minimini3.jpg);
}
a.slided {
	background-repeat: no-repeat;
	background-image: url(../images/minimini4.jpg);
}
a.slidef {
	background-repeat: no-repeat;
	background-image: url(../images/deco_2_1p.jpg);
}
a.slideg {
	background-repeat: no-repeat;
	background-image: url(../images/deco_2_2p.jpg);
}
a.slideh {
	background-repeat: no-repeat;
	background-image: url(../images/deco_2_3p.jpg);
}
a.slidei {
	background-repeat: no-repeat;
	background-image: url(../images/deco_2_4p.jpg);
}
a.slidej {
	background-repeat: no-repeat;
	background-image: url(../images/deco_1_1p.jpg);
}
a.slidek {
	background-repeat: no-repeat;
	background-image: url(../images/deco_1_2p.jpg);
}
a.slidel {
	background-repeat: no-repeat;
	background-image: url(../images/deco_1_3p.jpg);
}
a.slidem {
	background-repeat: no-repeat;
	background-image: url(../images/deco_1_4p.jpg);
}
a.gallery em, a.gallery span {
	display: none;	
}
a.gallery:hover {
	border:0px solid #fff;	
}
#container_right em img{
	float:none;
	margin:0;
	padding: 0;
}
#primera_foto{
	float:left;
	width:585px;
	height:310px;
	text-align:center;
}
#primera_foto img {
	float:none;
	margin:0;
	padding:0;
}

/*** fin galeria ***/

/************************ enlaces *******************/

.enlace {
	margin-left:30px;
	border-top:1px solid #d5d4d4;
	border-right:1px solid #d5d4d4;
	height:150px;
	margin-top:30px;
	background-image:url(../images/fondo_enlaces.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 10px 10px 0 0;
}
.enlace_imagen {
	width:250px;
	height:150px;
	float:left;
}
.enlace_contenido {
	float:right;
	margin-right:10px;
	height:150px;
	width:560px;
	_margin-right:3px;
}
.enlace_titulo {
	font-size:14px;
	margin-bottom: 10px;
	font-weight:bold;
}
.enlace_texto {
	text-align:justify;
	margin-bottom: 10px;
}
.enlace_enlace a{
	color:#006ec6;
}

/******************* fin enlaces ***************************/

/******************* preguntas ***************************/

.div_pregunta {
	margin-left:30px;
	margin-right:30px;
	border-top:1px dotted #565555;
	border-bottom:1px dotted #565555;
	padding:10px;
	height: auto !important;  /*para los navegadores buenos*/
	height:50px;  /*para IE5+ */
	min-height: 50px; /*para los navegadores buenos*/
	margin-top:30px;
}
.pregunta {
	font-size:14px;
	font-weight:bold;
	background-image: url(../images/fondo_pregunta.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:25px;
	margin-bottom:10px;
}
.respuesta {
	text-align:justify;
}
.pregunta_formulario {
	margin-top:40px;
}

/*#form2 {
	border: 1px solid #d5d4d4;
	padding: 15px;
	background-image:url(../images/fondo_enlaces2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#form2 fieldset{
	border:none;
	margin:0;
	padding:0;
}

#form2 p{
	float:left;
	width:425px;
	margin-top: 15px;
}
#form2 legend {
	color:#006ec6;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
}
.form_input {
	border:#006ec6 1px solid;
	width:200px;
	background:#f9fcfa;
	margin-right:8px;
}
#form2 textarea {
	border:#006ec6 1px solid;
	width:200px;
	height:40px;
	background:#f9fcfa;
}
.label_span{
	width:125px;
	float:left;
}
.boton2{
	border:none;
	background-color:#565555;
	color:#FFFFFF;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	margin-left: 550px;
	_margin-left: 553px;
	padding: 2px 3px 2px 3px;
	margin-top:10px;
}
.boton2:hover{
	background-color:#006ec6;
}
*/
.paginacion {
	margin-top:40px;
	margin-left:30px;
}
.paginacion li {
	display:inline;
	margin-right: 20px;
}
.paginacion ul {
	margin:0;
	padding:0;
	padding-top:10px;
}
.paginacion a {
	color: #565555;
	text-decoration:underline;
}

/************************* pagina  error ***********************************/

#error_contenedor{
	width: 600px;
	height: 300px;
	margin:auto;
	margin-top:150px;
	background-color: #FFFFFF;
	border: 3px solid #565555;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
#error_div {
	padding-top: 50px;
	color:#565555;
}
#error_enlace {
	margin-top:10px;
}
#error_enlace a {
	color:#006ec6;
	font-size:16px;
}
#error_imagen {
	margin-top:50px;
}
.error {
	margin-bottom:5px;
	color:#fff;
	background-color:#006ec6;
	font-size:12px;
	padding-left:5px;
}

/* ********************************************************************************************* */
/* *******************************  ESTILOS CALENDARIO PHP ************************************* */
/* ********************************************************************************************* */
#calendario {
	width: 250px; /*para los navegadores buenos*/
	voice-family: "\"}\""; /*para IE5+ */
	voice-family: inherit;
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	
}

#cab_calendario {
	width: 250px; /*para los navegadores buenos*/
	voice-family: "\"}\""; /*para IE5+ */
	voice-family: inherit;
	height: 35px;
	color:#FFFFFF;
	background-image: url(../images/cabecera_calendario.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding: 0px;
	background-color:#0571c7;
	
}

.calendar-month{
	/*color: #1F540C; */
	font-weight: bold;
	font-size:12px;
}
.contenedor_agenda_calendario {
	border: 0px;
	width:275px;
	float:left;
 }
.agenda_calendario {
	width: 180px; /*para los navegadores buenos*/
	voice-family: "\"}\""; /*para IE5+ */
	voice-family: inherit;
	text-align: center;
	float: none;
	
}
/*.blanco {
	color:#FFFFFF;
}*/

#flecha_izda{
	vertical-align: middle;
	width: 35px;
	float: left;
	_padding-top: 5px;
	height:35px;
	}
#flecha_drcha{
	vertical-align: middle;
	width: 35px;
	float: right;
	_padding-top: 5px;
	
	}
#mes{
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	float: left;
	width: 175px;
	line-height: 35px;
}
#cont_calendario {
	width: 185px; /*para los navegadores buenos*/
	voice-family: "\"}\""; /*para IE5+ */
	voice-family: inherit;
	font-size: 8px;
	margin: 0px;
	padding: 0px;
	}
table.calendar {
	text-align: center;
	vertical-align: middle;
	width: 250px;
	float: left;
	border: 1px solid #999999;/*	margin-left: 10px !important;*/
	margin: 0px;
	padding: 0px;
	background-image: url(../images/fondo_calendario_dias.gif);
	background-repeat: no-repeat;
	background-position: right top;
/*	margin-right:15px;*/
	}
.calendar TR {
	text-align: center;
	vertical-align: middle;
	}
.calendar td {
	font-size:11px;
	width:25px;
	height:25px;
	color:#000000;
	text-align: center;
	vertical-align: middle;
	padding:0px;
	}
/**html .calendar td {
	width:25px;
	height:25px;
	
	}*/
.calendar th {
	font-size:12px;
	font-weight:600;
	color:#000;
}
.calendar td .hoy {
	font-size:11px;
	color:#006ec6;
	display:inline;
	font-weight:900;
}

.calendar td .hoy a {
	font-size:11px;
	display:inline;
	text-decoration:none;
	font-weight: bold;
}
.calendar td .hoy a:hover {
	font-size:11px;
	color:#000;
	display:inline;
	text-decoration:none;
	font-weight: bold;
}

.calendar td .hoy_con_link {
	font-size:11px;
	color:#006ec6;
	display:inline;
	text-decoration:none;
	font-weight: bold;
}
.calendar td.diamarcado {
	padding: 0px;
	color:#000000;
/*	background-color: #e50004;
border:solid 1px #e50004;*/
	text-align: center;
	font-weight: bold;
}

.calendar td.diamarcado a {
	text-decoration:none;
	color:#000000;
	/*	background-color: #e50004;*/
border:solid 1px #e50004;
padding:2px;
}

.calendar td.diamarcado a:hover {
	text-decoration:none;
	color:#000;
	background-color: #e50004;
}

.flecha_izquierda {
	float: left;
	width: 30px;
	border:solid 1px #FF0000;

}
.en_medio {
	float: left;
	width: 122px !important; /*para los navegadores buenos*/
	width: 122px;  /*para IE5+ */
	*width: 115px !important; /*solo IE7*/ 
	min-width: 115px; /*para los navegadores buenos*/
	voice-family: "\"}\""; /*para IE5+ */
	voice-family: inherit;	
	color: #4e4c4c;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	float: left;
	background-color:#00FF00;
}
.flecha_derecha {
	float: right;
	width: 30px;
	border:solid 1px #FF0000;

}

/* *******************************  datos CALENDARIO ********************************* */
.disponibilidad{
float:left;
background-image:url(../images/no_disponible.gif);
background-position:left;
background-repeat:no-repeat;
padding: 5px 0px 5px 20px;
width:200px;
/*border:solid 1px #00CC00;
margin-top:130px;*/
}
.asterisco{
display:none;
}
#accesos{
padding-top:15px;

}
.botones{
background-color:#006ec6;
margin:2px 2px;
float:left;
padding:4px;



	

}
.botones a{
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
font-size:11px;
}
/* *******************************  FIN ESTILOS CALENDARIO PHP ********************************* */

/* *******************************  FORMULARIO BUSCADOR FECHAS ********************************* */
.buscafechas{
float:right;
clear:both;
width:550px;
_width:500px;
padding-bottom:25px;


}
.buscafechas form label{
font-size:11px;
color:006ec6;
}
.buscafechas form{
float:right;
}
.buscafechas form input{
font-size:11px;

}
.buscafechas label {
	font-size: 11px;
	color: #006ec6;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 8px;
	padding-left: 8px;
}
.buscafechas select {
	font-size: 11px;
	margin-left: 8px;
	border: 1px solid #006ec6;
}
/* *******************************  FIN BUSCADOR FECHAS ********************************* */
