body {
	font: 11px Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background-color: #666666;
}

img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 100px; 
	text-align: center;
	background: #333333;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(LaLluna/images/dock-bg2.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: url(LaLluna/images/dock-bg.gif);
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.centro {
	width: 770px;
	height: 450px;
	margin: auto;
	position: absolute;
	margin-left: -385px;
	margin-top:-225px;
	background-color: #333333;
	left: 50%;
	top: 60%;
}

.caja{
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #333333;
	background-color: #CCCCCC;
	border: #000099;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 200px;
}

.caja:focus{
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #666666;
	border: #000099;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}

.texto{
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #333333;
	background-color: #CCCCCC;
	border: #000099;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 300px;
	height: 70px;
}

.texto:focus{
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #666666;
	border: #000099;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}

input {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #333333;
	background-color: #CCCCCC;
	border: #000099;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
} 

input:focus {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #666666;
	border: #000099;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
} 



select {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #333333;
	background-color: #CCCCCC;
	border: #000099;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px
} 

select:focus {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #666666;
	border: #000099;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
} 

label {
	font-size: 14px;
}

#etiqueta{
	font-size: 14px;
	color: #999999;
}

#rotator
{
	overflow: hidden;
	position: relative;
	width: 400px;
	height: 300px;
	float: right;
}

#cabecera{
	width: 770px;
	background-color: #333333;
	height: 125px;
}

#contenido{
	background-color: #333333;
	height: 300px;
	width: 770px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#contenidomenu{
	background-color: #333333;
	height: 300px;
	width: 770px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#contenidophp{
	background-color: #333333;
	height: 300px;
	width: 770px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CCCCCC;
	text-align: center;
	position: absolute;
}



#aceptareserva{
	height: 145px;
	width: 770px;
	position: absolute;
	top: 65px;
}


#pie{
	background-color: #333333;
	height: 25px;
	width: 770px;
	clear: both;
}

a:hover{
	color:#FF0000;
	text-decoration:none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

a{
	color:#CCCCCC;
	text-decoration:none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#cabecera #menu{
	position: absolute;
	left: 130px;
	top: 101px;
}

#cabecera #letras{
	height: 100px;
	width: 640px;
	position: absolute;
	left: 125px;
	top: 0px;
}

#apDiv2 {
	position:absolute;
	left:83px;
	top:353px;
	width:521px;
	height:101px;
	z-index:1;
}
.Estilo5 {
	font-size: 18px;
	font-family: "Courier New", Courier, monospace;
	color: #CCCCCC;
}


#apDiv1 {
	position:absolute;
	left:397px;
	top:212px;
	width:211px;
	height:20px;
	z-index:1;
}

.Estilo1 {color: #FFFFFF}


#pie #tel{
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	position: absolute;
	top: 435px;
	left: 377px;
	width: 388px;
	height: 25px;
	text-align: right;
	vertical-align: middle;
}

#pie #calle{
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	position: absolute;
	top: 435px;
	left: 5px;
	width: 500px;
	height: 25px;
	vertical-align: middle;
}
.centro #contenido #reserva legend {
	font-size: 14px;
	color: #FFFFFF;
}

#reserva{
	width: 726px;
	position: absolute;
	left: 16px;
	top: 144px;
	height: 271px;
}


#historieta{
	font-size: 18px;
	color: #999999;
	width: 351px;
	position: absolute;
	left: 7px;
	top: 140px;
	height: 237px;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#ehoras{
	color: #FFFFFF;
}
#eadultos{
	color: #FFFFFF;
}
#eninos{
	color: #FFFFFF;
}


#comidas{
	position: absolute;
	height: 250px;
	width: 770px;
	left: 0px;
	top: 135px;
	color: #FFFFFF;
}

li{
	color: #CCCCCC;
}

.trabajo {
	text-align: center;
	vertical-align: middle;
}

#horario{
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	color: #CCCCCC;
	border-collapse: collapse;
	border-spacing: 0;
}

.horarios {
	color: #CCCCCC;

}
