﻿body{
	font-family:arial;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
.cuerpo{
	margin:0px auto 0px auto;
	width:1000px;
	height:1200px;
	background-color:white;
}

/*  DESIGNED BY RUBEN AGUILARTE SIERRA*/

.cabecera{
	width:975px;
	height:152px;
	background-image:url("../imagenes/cabecera.jpg");
	background-repeat: no-repeat;
	color:#333333;
	border-style: solid;
    border-width: 1px;
	float:left;


}
#menu{
	width:150px;
	height:1000px;
	background-color:white;
	margin-top:2px;
	float:left;
	clear:left;
}
#menu1{
	width:150px;
	height:1000px;
	background-color:#DCDBEB;/*color menu*/
	margin-top:2px;
	float:left;
	clear:left;
}
.centro{
	width:615px;
	height:auto;
	background-color:white;
	color:#000;
	padding:20px;
	margin:15px 15px 15px 15px;
	float:left;
	text-align:left;
	
	
}
#reserva{
	top:60px;
	left:-350px;
	position: relative;
	width:64px;
	height:64px;
	box-shadow:10px 10px 10px #CCC;
}
.dcha{
	width:140px;
	height:1140px;
	background-color:#DCDBEB;/*color columna derecha*/
	color:#555555;
	
	margin:2px 0;

	float:left;
	border-style: solid;
    border-width: 1px;
}
.pie{
	float:left;
	clear:left;
	height:80px;
	width:975px;
	background-color:#DCDBEB;/*color del pie*/
	padding-bottom:20px;
	border-style: solid;
    border-width: 1px;

}
/* Cajas del menú */

.caja{
	width:140px;
	height:20px;
	margin-bottom:2px;
	background-color:#F1F2F6;
	padding:10px;
	float:left;
	clear:left;
	color:black;
	cursor:pointer;
	text-align:left;
	border-style: solid;
    border-width: 1px;
}





/* Botones */

.boton_manteni{
	height:35px;
	width:35px;
	margin:1px;
	color:rgba(0,0,0,0);
	background-repeat:no-repeat;
	background-position:center;
	border:0px;
}
#botonprimero	{background-image:url("../imagenes/b_primero.png");box-shadow:5px 10px 5px #888888;}
#botonant		{background-image:url("../imagenes/b_anterior.png");box-shadow:5px 10px 5px #888888;}
#botonsig		{background-image:url("../imagenes/b_siguiente.png");box-shadow:5px 10px 5px #888888;}
#botonultimo	{background-image:url("../imagenes/b_ultimo.png");box-shadow:5px 10px 5px #888888;}
#botonbusca		{background-image:url("../imagenes/b_busca.png");box-shadow:5px 10px 5px #888888;}
#botonnuevo		{background-image:url("../imagenes/b_nuevo.png");box-shadow:5px 10px 5px #888888;}
#botonelimina	{background-image:url("../imagenes/b_elimina.png");box-shadow:5px 10px 5px #888888;}
#botonguarda	{background-image:url("../imagenes/b_guardar.png");box-shadow:5px 10px 5px #888888;}
#botoncancela	{background-image:url("../imagenes/b_cancela.png");box-shadow:5px 10px 5px #888888;}

/*			DIV FOTO 			*/

.foto{
	position: relative;
	width:80px;
	height:100px;
	background-color:#4387F5;
	top:10px;
	left:290px;
}
.error{
		color:#DA4631;
		font-style:oblique;
	}
#central{
		height: 250px;
		width: 350px;
		border-radius:5px;
		background-color:#176CED;
		border:2px #545454;
		font-size:20px;
					
					}
					
.logout{
	top:-100px;
	left:550px;
	position: relative;
	width:100px;
	height:80px;

}
.cerrar{

	top:-155px;
	left:520px;
	position: relative;

}