/*
Hoja de estilo - www.iglifo.com
Realizada por: Carlos Emilio Ruiz Llaven
*/
*{
margin: 0;
padding: 0;
}
body{
background: #b1a083 url(imagenes/body_bg.jpg) repeat-x;
}
.limpiar{
clear: both;
}
#contenedor{
}
#pagina{
margin: 0 auto;
text-align: center;
width: 800px;
}
/* HERRAMIENTAS */
#contenedor_herramientas{
width: 790px;
text-align: center;
margin: 0 auto;
background: transparent url(imagenes/herramientas_bg.png) no-repeat top right;
}
#herramientas{
text-align: right;
padding-top: 5px;
height: 25px;
}
#herramientas img{
border: none;
}
#herramientas #mapa_sitio{
width: 22px;
padding-left: 5px;
padding-right: 10px;
float:right;
}
#herramientas #imprimir{
width: 22px;
float: right;
}
#herramientas #search{
float: right;
width: 240px;
}
#herramientas #searchbox{
}
#searchbox .text{
border: none;
background: transparent url(imagenes/text_searchbox.jpg) no-repeat;
width: 150px;
height: 14px;
padding-left: 2px;
}
#searchbox .submit{
border: none;
background: transparent;
width: 45px;
color:#481d11;
}
/* ENCABEZADO */
#encabezado{
width: 800px;
text-align: center;
margin: 0 auto;
}
#logo{
background: transparent url(imagenes/logo.jpg) no-repeat;
width: 167px;
height: 150px;
float: left;
}
#logo span{
display: none;
}
/* MENU */
#contenedor_menu{
background: #3f2f1c url(imagenes/menu_bg.jpg) repeat-x;
}
#menu{
width: 900px;
text-align: center;
margin: 0 auto;
color: #e5d3bb;
font-size: 13px;
font-family: "trebuchet ms", helvetica, sans-serif;
padding-top: 5px;
padding-bottom: 5px;
}
#menu a{
color: #e5d3bb;
text-decoration: none;
}
#menu a:hover{
border-bottom: solid 3px #e5d3bb;
}
#menu .menulevel1 li{
text-align: center;
display: inline;
list-style-type: none;
padding-right: 13px;
padding-left: 13px;
}
#menu .menulevel1 ul{
padding: 25px 0 0 0;
}
#menu .menulevel2 {
position: absolute;
top: 200px;
right: 0px;
left: 0px;
bottom: 0px;
font-size: 12px;
padding: 0;
}
#menu .menulevel2 ul{
}
#menu .menulevel2 li{
display: inline;
list-style-type: none;
color: #481d11;
}
#menu .menulevel2 a{
color: #481d11;
}
#menu .menulevel2 a:hover{
border-bottom: solid 3px #481d11;
}
#menu .menulevel3 li{
}
#menu .sdoc{
background: transparent url(imagenes/menu_bg.gif) no-repeat left;
color: white;
}

/* SUBNAVEGACION */
#subnavegacion{
padding: 5px;
margin-bottom: 10px;
background-color: #FFFFE0;
border: solid 1px #F0F0F0 ;
font-size: 8pt;
font-weight: bold;
color: 	#700000;
}
#subnavegacion a{
color: gray;
}
#subnavegacion a:hover{
color: black;
}

/* FOTO */
#foto{
float: left;
padding: 8px;
background-transparent;
}
/* CONTENIDO */
#contenido{
background-color: #fef9f0;
text-align: left;
font-family:Verdana, Helvetica, sans-serif;
font-size: 10pt;
color: #342413;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 20px;
}
#contenido h1{
color: #990000;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
border-bottom: solid 1px #990000;
margin-bottom: 5px;
font-size: 22px;
}
#contenido li{
list-style-type: disc;
display: list-item;
padding: 0px;
margin: 0 0 0 30px;
}
img{
border: none;
}
/* PRINCIPAL */
#col1 {
width: 515px;
float: left;
margin-right: 10px;
}
#col2 {
width: 250px;
float: left;
}
#bienvenida {
height: 197px;
background: transparent url(imagenes/bg_bienvenido.jpg) no-repeat top;
color: black;
padding: 10px 10px 10px 10px;
text-align: justify;
font-size: 11px;
}
#bienvenida .texto_bienvenida{
margin-top: 130px;
}
#noticias {
width: 235px;
float: left;
padding: 10px 10px 10px 10px;
margin-top: 10px;
}
#noticias li{
margin-bottom: 10px;
}
#promocion{
background: transparent url(imagenes/barra_promociones_bg.jpg) repeat-y center;
}
#promocion img{
margin-bottom: -8px;
}
#carrousel{
padding-top: 10px;
}
/* NUESTRO BUFFETTE */
.barra{
width: 260px;
float: left;
background: transparent url(imagenes/barra_bg.jpg) repeat-y;
}
.barra img{
margin-bottom: -3px;
}
.texto_barra{
padding: 30px;
}
/* SERVICIOS */
#fotos{
float: left;
width: 400px;
height: 1008px;
background: transparent url(imagenes/bg_servicios.jpg) no-repeat;
}
#texto_descriptivo{
float: left;
width: 350px;
}
/* INSTALACIONES */
#fotos_instalaciones{
float: left;
width: 300px;
}
#texto_descriptivo_instalaciones{
float: left;
width: 450px;
padding: 10px;
}
/* UBICACION */
#ubicacion_texto{
width: 200px;
float: left;
}
#ubicacion_mapa{
width: 500px;
padding: 10px;
float: left;
}
/* PIE */
#pie{
color: #e5d3bb;
font-family: "trebuchet ms", helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
line-height: 1.5;
text-align: center;
background: #352514 url(imagenes/pie_bg.jpg) repeat-x;
padding: 10px;
}
#pie a{
color: #e5d3bb;
}
/* OTROS */
.retrieve{
background: none;
}
.retrieve li{
list-style-type: disc;
display: list-item;
padding: 0px;
margin: 0 0 0 30px;
}
.edit{
margin-top: 10px;
}
.print{
background: none;
padding: 20px;
}
.edit td{
border: 0;
}
#f{
width: 795px;
}
/* IGLIFO */
#iglifo{
color: white;
background-color: black;
font-family: "trebuchet ms", helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
padding: 5px;
text-align: right;
}
#iglifo a{
color: white;
text-decoration: none;
}
#iglifo a:hover{
border-bottom: solid 2px white;
}


/* ESTILO FOTOS */

blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}


/* AJAX
------------------------------ */
#albumDescEditable {
	margin-bottom: 12px;
}
#imageDescEditable {
	margin-top: 24px;
}

/* Image Thumbnails
------------------------------ */
.imagethumb a, .imagethumb a:visited {
	display: block;
	padding: 5px;
	margin: 10px;
	
	border: 1px solid #444;
	background: #DEDEDE;
	line-height: 0px;
}
.imagethumb a:hover {
	border: 1px solid #555;
	background: #999;
}
.imagethumb {
	float: left;
}


/* Album Thumbnails
------------------------------ */
.album {
	padding: 10px;
	margin-bottom: 12px;
	clear: both;
	border: 1px solid #DEDEDE;
	background: #E5E5E5;
}
.album img {
	float: left;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.album h3 a {
	display: block;
	width: 340px;
	padding: 3px 0 6px 0;
}
.album p {
	margin: 0 0 4px 0;
}
.albumdesc {
	float: right;
	width: 480px;
}
.albumdesc small {
	margin-top: 8px;
	line-height: 130%;
	width: 120px;
	float: right;
	color: #888;
}


/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: 1px solid #999;
	background: #F3F3F3;
	margin-top: 13px;
	_margin-top: 8px; /* IE Only */
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 4px 0;
	font-size: 9pt;
	text-decoration: none;
	line-height: 200%;
	color: #555;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #FFE;
	text-decoration: none;
	color: #888;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 440px;
  }


#imageDesc{
padding: 10px;
margin: 10px;
font-weight: bold;
font-size: 12pt;
}

#enlaces_siguiente_anterior{
text-align: center;
}
#enlaces_siguiente_anterior ul{
margin: 0;
padding: 0;
list-style-type: none;
}
#enlaces_siguiente_anterior ul li{
display: inline;
}

/* Comments
------------------------------ */
#comments {
	clear: both;
}
.error { 
  color: #C33; 
  font-weight: bold; 
}
.comment {
	padding: 10px;
	border: 1px solid #444;
	background: #EAEAEA;
	margin-bottom: 12px;
}
.commentmeta {
	margin-bottom: 12px;
}
.commentauthor {
	font-weight: bold;
}
.commentdate {
	margin-top: 12px;
	color: #555;
	font-size: 85%;
}


/* Forms
------------------------------ */
.inputbox {
	width: 250px;
	padding: 2px;
	color: #444;
	background: #EFEFEF;
	border: 1px solid #999;
	font: 82%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
}
textarea {
	padding: 4px;
	width: 100%;
	color: #444;
	background: #EFEFEF;
	border: 1px solid #999;
	font: 82%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
	color: #444;
	background: #EFEFEF;
	border: 1px solid #999;
}
label {
	cursor: pointer;
}
label:hover {
	color: #333;
}

/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
	position: fixed;
    _position: absolute;
	right: 0px;
	top: 0px;
	width: 120px;
	border-bottom: 1px solid #444;
	border-left: 1px solid #444;
	background: #222;
    z-index: 2;
}
#admin_data{
	top: 0px;
	padding-top: 20px;
	z-index: 1;
	line-height: 1.6em;
}
#admin h3 {
	font-weight: normal;
	color: #aaa;
	margin:0;
	padding:0;
}
#admin h3:hover { color: #86a1b6; }