/*estilos de Casa Loperena */

* {
	margin:0px;
	padding:0px;
}
body {
	margin:0px;
	padding:0px;
	background:#fff url(../img/fondo-head.gif) center top no-repeat;
	color:#333;
	font:normal 80% "Trebuchet MS", Arial, Tahoma, Verdana;
}


a{
	font: 100% "Trebuchet MS", Arial, Tahoma, Verdana;
	text-decoration:none;
	color:#f2773e;	
}

a:link{
	color:#333;	
}

a:visited{
	color: #666;	
}

a:active{
	color:#f2773e;	
}

a:focus{
	color:#f2773e;	
}

a:hover {
	color:#ffd8ad;
}

h1 {
	margin:5px 0 0 30px;
	padding:0px;
	color:#333;
	font:normal 90% "Trebuchet MS", Arial, Tahoma, Verdana;
	float:left;
}

h2{
	font:normal 140% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#ffd8ad;
	margin:10px 0;
	padding:0px;
	text-transform:uppercase;
}

h3 {
	font: italic bold 150% Times, Georgia, "Times New Roman", serif;
	color:#f2773e;
	border-bottom:1px dotted #f2773e;
	border-top:1px dotted #f2773e;
	margin:8px 0px 10px;
	padding:5px 0 5px 0;
}

h4 {
	margin:12px 0 2px 0px;
	padding:0px;
	font: bold 100% Tahoma, Arial, Helvetica, sans-serif;
	color:#000;

}

img {
	text-decoration:none;
	border-style:none;
	font:normal 90% Arial, Helvetica, sans-serif;
	color:#666;
}

.clear {
	clear:both;
	font-size:0.1em;
	height:0.001%;
}

noscript {
	display:none;
}

abbr, acronym {
	border-bottom:none;
}
address {
	font-style:normal;
	display:inline;
	color:#666;
	font-size:110%;
	display:block;
	padding-bottom:8px;
}

/*---------- empieza la pagina -------------*/

#contenedor{
	width:996px;
	margin:0px auto;
}
#col-izq {
	background:url(../img/fondo-izq.gif) left no-repeat;
	width:92px;
	height:480px;
	float:left;
}

#col-dcha {
	background: url(../img/fondo-dcha.gif) left top no-repeat;
	width:66px;
	height:480px;
	float:left;
}
#contenido {
	float:left;
	width:818px;
	padding:10px 8px 0px 10px;
}
#head {
	height:84px;
	margin:0px auto;
	width:78%;
}

.idioma {
	text-align:right;
	margin-right:18px;
	
}
/*------------- menu ------------------*/

#menu{
	float:right;
	width:460px;
	
}
#menu ul {
	margin:40px 0 0px;
	padding:0px;
}
#menu li {
	list-style:none;
	display:inline;
	margin:0px;
	padding:0px 3px;
	color:#ffe8ba;
}
#menu li a{
	color:#ffe8ba;	
	font:bold 90% "Trebuchet MS", Arial, Tahoma, Verdana;
	text-transform:uppercase;
}
#menu li a:hover {
	color:#f28139;
	border-bottom:1px dashed #f28139;
}
.current{
	color:#f28139;
	font:bold 90% "Trebuchet MS", Arial, Tahoma, Verdana;
	text-transform:uppercase;
	border-bottom:1px dashed #f28139;
}

.tel {
	float:left; 
	margin:15px 0px 0 20px;
}
.tel-i {
	float:left; 
	margin:5px 20px 0;
}
.txt-home {
	 float:right; 
	 margin:8px 0 8px 10px; 
	 width:400px; 
	 background:url(../img/comillas.gif) left top no-repeat; 
	 padding-left:20px;
}

.txt-int {
	float:right; 
	margin:15px 8px 0 0px; 
	background:url(../img/comillas.gif) left top no-repeat; 
	padding-left:20px; 
	font:150% Arial, Helvetica, sans-serif;
}

/* ------------------------------------------
------------ paginas interiores ----------- */

#col-izq-int {
	background:url(../img/fondo-izq.gif) left no-repeat;
	width:92px;
	height:325px;
	float:left;
}

#col-dcha-int {
	background: url(../img/fondo-dcha.gif) left top no-repeat;
	width:66px;
	height:325px;
	float:left;
}

#contenido-int{
	float:left;
	width:818px;
	padding:10px 8px 0px 10px;
	font: 90% Tahoma, Geneva, sans-serif;

}

#pagina-int {
	margin:0px auto 0px;
	padding:5px 90px 5px 140px;
	background: url(../img/fondo-interior.gif) left top repeat-y;
}

.col-izq{
	float:left;
	width:190px;
	color:#e7d8d6;
}
.col-izq a{
	color:#f2773e;
}
.col-izq a:hover{
	text-decoration:underline;
}


.col-izq p{
	margin:0 0 8px;
	font:95% Arial, Tahoma, Geneva, sans-serif;
	line-height:130%;
}
.pie-foto {
	margin:0px auto 0px;
	padding:0px 100px 0px 120px;
	background:url(../img/pie-foto.gif) left top no-repeat;
	height:22px;
}

.texto {
	float:right;
	margin:33px 30px 0 0;
	width:450px;
	color:#fff;
}

.texto p{
	margin:0 0 8px 0;
	padding:0 0 8px 0;
}

.texto ul {
	margin:20px 0 10px 10px;
	padding:0px;
}
.texto ul li {
	margin:0px;
	padding:2px 0px 0 5px;
	list-style-type:none;
}
.texto ol {
	margin:0px 0 0px;
	padding:0px;
}
.texto ol li {
	margin:0px 0 0 25px;
	padding:2px 0px 0 0px;
	list-style-type:square;
}
.menu {
	float:left;
	margin:10px 30px 0 0;
	width:160px;
	color:#fff;
}

.menu dt {
	font-size:110%;
	color:#fff;
}
.menu dd {
	margin-bottom:3px;
	border-bottom:1px dashed #ffd8ad;
	padding-bottom:3px;
	color:#ffd8ad;
}

.menu ul {
	margin:0px;
	padding:0px;
}
.menu li {
	margin:0px 0 8px;
	padding:0px 0 5px;
	border-bottom:1px dashed #ffd8ad;
	list-style-type:none;
	font-size:110%;
}

.menu .noborde {
	border-bottom-style:none;
}
.ensaladas {
	background-color: #C5A08B;
	color:#400000;
	padding-left:2px;
	margin-bottom:5px;
	font-size:110%;
}

.mapa {
	float:right;
	margin:40px 30px 20px 0;
	padding:5px;
	border:1px solid #FC9;
	width:505px;
	height:296px;
}

/* ----------- Galeria -------------*/
#galer {
	width:814px;
	height:402px;
	background: url(../img/foto-galeria-01.jpg) center no-repeat;
}

.galeria  {
	margin:10px 0 40px;
	
}
.galeria ul {
	margin:0px;
	padding:0px;	
}

.galeria li {
	margin:0px 9px 0 0;
	float:left;
	padding:0px;	
	list-style-type:none;
}
.galeria li img{
	border:3px solid #fff;
}

/*--------------- PIE ----------------*/
#pie{
	width:776px;
	margin:0px auto;
	padding:5px 100px 5px 120px;
	height:76px;
	background:url(../img/fondo-pie.gif) left top no-repeat;
	font:normal 90% "Trebuchet MS", Arial, Tahoma, Verdana;
	color:#fff;
}
#pie p {
	float:left;
	padding:0px;
}
#pie p strong a{
	color:#fff;
	font-weight:bold;
}
#pie ul {
	float:right;
	margin:0px 0 0 10px;
	padding:0px;
}

#pie li{
	font: normal 100% "Trebuchet MS", Arial, Tahoma, Verdana;
	display:inline;
	margin:0px;
	padding:0px;
	color:#fff;
	text-decoration:none;
}
#pie a {
	color:#fff;}

/* -- Formulario -- */

.form {
	float:right;
	margin:40px 20px 20px 0px;
	padding:5px 10px 0 0;
	border-left:10px solid #684540;
	width:500px;
	background:url(../img/xfmail.gif) right top no-repeat;
}

#formulario {
	color:#fff;
	margin:20px 40px;
	font:100% "Trebuchet MS", Arial, Tahoma, Verdana;
}
.gracias {
	color:#333333;
	border:1px solid #ccc;
	background-color:#efefef;
	padding:10px;
	margin-top:20px;
}
label{
	margin-bottom:3px;
	font:110% "Trebuchet MS", Arial, Tahoma, Verdana;
	color:#f2773d;
}
input, textarea{
	background-color:#4e2620;
	border:0px solid #fff;
	border-bottom: 1px dashed #f2773d;
	padding:0px 5px;
	margin-bottom:8px;
	color:#ffd8ad;
	vertical-align:middle;
	font:100% "Trebuchet MS", Arial, Tahoma, Verdana;
}
textarea{
	height:50px;	

}
.boton{
	width:80px;
	padding:0px;
	background-color:#f2773d;
	border-style:none;
	color:#000;
	margin:8px 0px 5px 160px;
	cursor:pointer;
	text-transform:uppercase;
}
.checklabel {
	color:#fff;
}
.check {
	width:20px;
	text-align:left;
	border-style:none;
	float:left;
	margin-top:15px;
	background-color:#4e2620;
}
#formulario a{
	color:#ab9694;
}
#formulario a:hover{
	text-decoration:underline;
}

/* -------------------------------
--------- Xfade para la HOME-----*/

#imageContainer {
	position:relative;
	margin:auto;
	width:814px;
	height:402px;
	background: url(../img/foto-home-01.jpg) center no-repeat;
}

#imageContainer img {
	display: none;
	opacity: 0.1;
}

