/***************** Estructura de la Web *****************/
html{
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	padding:0px;
	margin:0px;
}

body {
	background: #f8f8f8 url(./images/fondo_dentro.jpg) no-repeat top right;
	background-attachment: fixed;
	background-size:cover;	
	color: black;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	padding:0px;
	margin:0px;	
}


body#login {
	background:  #FFFFFF url(./images/fondo.jpg) no-repeat top left;
	background-attachment: fixed;
	background-size:cover;
}

a{
	text-decoration: none;
}

div{
	margin:0;
	padding:0;
}

div#pagina{
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

div#pagina #cabecera{
	background: url(./images/fondo_cabecera.png) repeat-x top;
	width:100%;
	overflow: auto;	
	height: 50px;
}

div#pagina #cabecera #logo{
	width:200px;
	float:left;
	height: 100%;
}

div#pagina #cabecera #mensajes{
	margin-right:200px;
	margin-left: 200px;
	height: 100%;
}

div#pagina #menu_out #opciones{
	width:190px;
	float:right;
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
	color:white;
}

div#pagina #menu_out #opciones a{
	color:#444444;
	text-decoration: none;
	font-weight: bold;
}


div#pagina #menu_out{
	background: #e1e1e1;
	width: 100%;
	clear:both;
	height: 32px;
	color:#444444;
}

div#pagina #menu_out #menu{
	float:left;
	margin-right: 190px;
	width: auto;
	height: 32px;
}

div#pagina #menu_out #menu ul{
	list-style: none;
}

div#pagina #menu_out #menu ul li{
	list-style: none;
	float:left;
	margin-right: 40px;
	color:#444444;
}

div#pagina #menu_out #menu ul li a{
	color:#444444;
	text-decoration: none;
	font-weight: bold;
}


div#pagina #menu_out #loading{
	float:right;
	display:none;
	width: 190px;
	margin: 0px;
	padding:0px;
}

div#pagina #menu_out #buscar{
	background: url(./images/fondo_menu.png) repeat-x top;
	float:right;
	width: 100px;
}

div#pagina #centro{
	clear:both;
	z-index:0;
	margin-bottom: 20px;
	float:left;
}

div#pie_pagina{
	height: 25px;
	line-height:25px;
	clear:both;
	text-align:right;
	margin-top: 20px;
}


#calendario{
	float:left;
	width: 750px;
	margin-left: 10px;
	margin-top:20px;
}

#calendario #semana{
	float:left;
	width: 750px;
}

#calendario .dia{
	width: 120px;
	float:left;
}

#calendario .dia .dia_titulo{
	width: 114px;
	float:left;
}

.dia_titulo{
	width: 114px;
	height: 40px;
	line-height: 20px;
	margin:2px;
	float:left;
	text-align: center;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	background: #dfdfdf;
	color:#8b8b8b;
}

.dia_titulo_vacio{
	width: 114px;
	height: 40px;
	line-height: 20px;
	margin:2px;
	float:left;
	background: #FFFFFF;
	color:#FFFFFF;	
}

.dia_hora_horario{
	width: 110px;
	height: 36px;
	line-height: 36px;
	margin:2px;
	float:left;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	background: #dfdfdf;
	color:#8b8b8b;
	text-align: center;
}

.dia_hora{
	width: 110px;
	height: 36px;
	margin:2px;
	float:left;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	background: #dfdfdf;
	color:#8b8b8b;
}

.dia_hora_1{
	width: 114px;
	height: 36px;
	margin:2px;
	float:left;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	background: #d0f375;
	color:#8b8b8b;
}

.dia_hora_2{
	width: 114px;
	height: 36px;
	margin:2px;
	float:left;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	background: #fffa6b;	
	color:#8b8b8b;
}

.dia_hora_3{
	width: 114px;
	height: 36px;
	margin:2px;
	float:left;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	background: #ffcd00;
	color:#8b8b8b;
}

.dia_hora_4{
	width: 114px;
	height: 36px;
	margin:2px;
	float:left;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	background: #fcbaaf;
	color:#8b8b8b;
}


.dia_hora_reservado{
	width: 114px;
	height: 36px;
	margin:2px;
	float:left;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	background: #cccccc;
}

.dia_precio_reservado{
	width: 106px;
	height: 30px;
	line-height: 30px;
	margin:2px;
	float:left;
	text-align: center;
	font-size: 15px;
	color:#EEEEEE;
}

.dia_dia{
	width: 106px;
	height: 20px;
	margin:2px;
	float:left;
	text-align: center;
}


.dia_horario{
	width: 106px;
	height: 40px;
	margin:2px;
	float:left;
	text-align: center;
	font-size: 14px;
}

.dia_precio{
	width: 106px;
	height: 30px;
	line-height: 30px;
	margin:2px;
	float:left;
	text-align: center;
	font-size: 18px;
}

.dia_precio a{
	color:#8b8b8b;
	text-decoration: none;
}

.dia_reserva{
	width: 28px;
	height: 30px;
	line-height: 30px;
	margin:2px;
	float:right;
	text-align: center;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	background: #ff0000;
	color:white;
}

.dia_reserva_reservado{
	width: 106px;
	height: 24px;
	line-height: 24px;
	margin:2px;
	float:left;
	text-align: center;
	color:white;
	font-size: 18px;
}



.dia_reserva a{
	color:white;
	text-decoration: none;
}

#derecha{
	width: 200px;
	float:left;
}

#mini_calendario{
	width: 220px;
	float:left;
	height: 200px;
	margin-top:22px;
}

#reservas{
	width: 210px;
	float:left;
	margin-top:10px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #aaaaaa;
	background: white;
}

#reservas_titulo{
	float:left;
	margin-left: 3px;
	margin-top:3px;
	width: 202px;
	height: 24px;
	line-height: 24px;
	text-align:center;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	background: #e1e1e1;
	border: 1px solid #aaaaaa;
	color:#444444;
	font-weight: bold;
}

#reservas_lista{
	float:left;
	width: 202px;
	text-align:center;
	color:black;	
}

#reservas_lista ul{
	margin:0px;
	padding:0px;
}

#reservas_lista ul li{
	margin:0px;
	margin-left:3px;
	margin-top:5px;
	padding:0px;
	list-style: none;
	width: 204px;
	height: 90px;
	line-height: 20px;
	text-align:center;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	background: #e1e1e1;
	color:#444444;
}

#reservas_lista ul li a{
	color:#444444;
	text-decoration: none;
}

#reservas_submit{
	float:left;
	width: 204px;
	height: 60px;
	line-height: 60px;
	text-align:center;
	color:black;	
}

#reservas_boton{
	width: 120px;
	height: 30px;
	line-height: 30px;
	border:0px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	background: #444444;
	color:white;
}


/**************** PAGAR RESERVAS *********************/

#pagar_reservas{
	width: 750px;
	float:left;
	margin-left: 10px;
	margin-top:20px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 2px solid #444444;
	background: #f8f8f8;
}

#guardar_notas{
	width: 200px;
	float: left;
	margin-left: 10px;
	margin-top: 20px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 2px solid #444444;
}

#pagar_reservas_titulo{
	float:left;
	width: 744px;
	margin-top:3px;
	margin-left: 3px;
	height: 60px;
	line-height: 60px;
	text-align:center;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	background: #e1e1e1;
	color:#444444;
	font-size: 24px;
}

#pagar_reservas_lista{
	float:left;
	width: 200px;
	text-align:center;
	color:black;	
}

#pagar_reservas_lista ul{
	margin:0px;
	padding:0px;
	margin-bottom: 3px;
}

#pagar_reservas_lista ul li{
	margin:0px;
	margin-left:5px;
	margin-top:5px;
	padding:0px;
	list-style: none;
	width: 735px;
	height: 40px;
	line-height: 40px;
	text-align:center;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border: 2px solid #000000;
	color:#000000;
}

#pagar_reservas_lista ul li.botones_pagar{
	margin:0px;
	margin-left:5px;
	margin-top:5px;
	padding:0px;
	list-style: none;
	width: 735px;
	height: 100px;
	line-height: 100px;
	text-align:center;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border: 2px solid #000000;
	color:#000000;	
}

.cancelar_practica{
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	background: #444444;
	float:right;
	width: 120px;
	height: 30px;
	line-height: 30px;
	margin-top:5px;
	margin-right: 5px;
}

.cancelar_practica a{
	color:white;
}

.pagar_iupay{
	border: 0px;
	background: url(./images/fondo_iupay.png) no-repeat top left;
	width: 340px;
	height: 70px;
	line-height: 70px;
	margin-top:5px;
	margin-right: 5px;
	color:white;
	text-indent: 120px;
}

.pagar_tarjeta{
	border: 0px;
	background: url(./images/fondo_tarjeta.png) no-repeat top left;
	width: 340px;
	height: 70px;
	line-height: 70px;
	margin-top:5px;
	margin-right: 5px;
	color:white;
	text-indent: 70px;
}

input.cancelar_practica{
	border: 0px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	background: #444444;
	float:right;
	width: 120px;
	height: 30px;
	line-height: 30px;
	margin-top:5px;
	margin-right: 5px;
	color:white;
}


#pagar_reservas_submit{
	float:left;
	width: 730px;
	height: 60px;
	line-height: 60px;
	text-align:right;
	color:black;	
}

#pagar_reservas_boton{
	width: 200px;
	height: 30px;
	line-height: 30px;
	border:0px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	background: #e1e1e1;
	color:white;
}

#pagar_reservas_boton_practicas{
	width: 240px;
	height: 30px;
	line-height: 30px;
	border:0px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	background: #e1e1e1;
	color:#444444;
}

#pagar_reservas_boton_credito{
	width: 210px;
	height: 30px;
	line-height: 30px;
	border:0px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	background: #e1e1e1;
	color:#444444;
}

#pagar_reservas_boton_tarjeta{
	width: 210px;
	height: 30px;
	line-height: 30px;
	border:0px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	background: #e1e1e1;
	color:#444444;
}

#pagar_reservas_lista ul li#pagar_reservas_total{
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	background: #000000;
	color:#FFFFFF;
}

form{
	display:inline;
}

.login{
	margin-top: 75px;
	width: 500px;
	height: 375px;
	background: url(./images/login.png) no-repeat top;
}

#login_center{
	height: 275px;
	width: 500px;
	font-size: 14px;
	color: #000000;
	font-family: Verdana, arial, helvetica, sans-serif;
}

#login_error{
	font-size: 14px;
	color: #e1e1e1;
	font-family: Verdana, arial, helvetica, sans-serif;
}

.acceso_invitado{
	color:#222222;
}