/*********************************************************
   CSS: Restaurante Asturiano "La Quintana"
	Fecha : 12 de Enero de 2009
	Autor : Josechu Alvarez
 *********************************************************/

* {
	margin: 0;
  	padding: 0;
}

html, body {
  height: 100%; /* Necesario */
}

body {
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	text-align: center;
	color: #ffcc66;
	background-color: #0066ff;
	scrollbar-face-color: #328fd7;
	scrollbar-shadow-color: #133487;
	scrollbar-highlight-color: #133487;
	scrollbar-3dlight-color: #10264d;
	scrollbar-darkshadow-color: #10264d;
	scrollbar-track-color: #a3ceec;
	scrollbar-arrow-color: #062375;
}

/* Contenedor principal de la pagina */
#contenedor-principal {
  	margin: 0 auto;
  	width: 900px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #0066ff;
	color: #ffcc66;
	text-align: justify;  position: relative;
  	min-height: 100%; 			/* Para algunos navegadores */
  	height: auto !important; 	/* Para algunos navegadores */
  	height: 100%; 					/* Para IE */
 }
 
/* Contenedor de la Cabecera de la pagina */
#contenedor-cabecera {
	background-color: #0066ff;
}

/* Contenedor del contenido de la pagina */
#contenedor-contenido {
	padding: 20px 2em 40px 2em;
}

#contenedor-contenido:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#contenedor-contenido-fachada {
	padding: 20px 2em 40px 2em;
	background-image: url(img/fndfachada.png);
}

/* Contenedor del pie de pagina */

#contenedor-pie {
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0px !important;
	bottom: 0px; /* Para algunas medidas de IE widths */
}

#pie {
	padding: 1em 1em;
	height: 50px;
	font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	text-align: center;
}

#pie a:link, #pie a:visited {
	color: #FAFAD2;
	text-decoration: none;
}

#pie a:hover {
	color: #F6D200;
	text-decoration: none;
}

/* Menu Horizontal */
#contenedor-menu {
	font-family: Tahoma, Verdana, Arial,Sans-Serif;
	margin: 0 auto;
	width: 90%;
	border-bottom: 1px solid #FFD700;
}

#menu {
	width: 90%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#menu li {
	padding: 5px;
	margin: 0;
	text-indent: 0;
	display: inline;
}

#menu li a {
	letter-spacing: 0px;
	text-decoration: none;
	color: #eee;
	font-size: 1em;
	padding: 0 2px;	
	border-top: .2em solid #eee;
}

#menu li a:hover,#menu a#current {
	color: #ADD8E6;
	border-top: none;
	font-size: 1.5em;
}

#menu a#current { color: #fc6; }

/* Cabeceras */
h1, h2, h3, h4 {
	font-family: bold Tahoma, Verdana, Arial,Sans-Serif;
	text-align: center;
	margin: 0 0 10px 0;
  	padding: 0;
}

h1 {
	padding-bottom: 0.1em;
	font-size: 24px;
}

h2 {
	padding-bottom: 0.2em;
	font-size: 20px;
	color: #FFF384;

}

h3 {
	font-size: 18px;
	color: #FFD700;
}

h4 {
	font-size: 16px;
	color: #FFD700;
}

p  {
	font-family: Verdana, Tahoma, Arial,Sans-Serif;
	font-weight: bold;
	font-size: 13px;
	color: White;
	line-height: 170%;
	text-align: justify;
	padding-bottom: 10px;
}

.resalta  {
	font-family: Verdana, Tahoma, Arial,Sans-Serif;
	font-weight: bold;
	font-size: 13px;
	color: #FFD700;
}

.resalta a{
	color: #FAFAD2;
	text-decoration: none;
}

.resalta a:link, .resalta a:visited {
	color: #FAFAD2;
	text-decoration: none;
}

.resalta a:hover {
	color: #F6D200;
	text-decoration: none;
}

.direccion {
	font-family: Verdana, Tahoma, Arial,Sans-Serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.2em;
	color: white;
}

#transporte {
	font-family: bold 12px Tahoma, Verdana, Arial,Sans-Serif;
	line-height: 1em;
	color: white;
	text-decoration: none;
	text-indent: 5px;
	list-style-position: outside;
	list-style-type: square;
	padding: 6px;
	margin: 2px;
}


/* Caja con sombra para las imagenes */

.foto {
	float: left;
	margin: 10px !important;
}

.foto img {
   display: block;
   position: relative;
  	background-color: #fff;
  	border: 1px solid #404040;
  	padding: 4px;
}

#mapa {
	width: 480px;
	height: 400px;
	border: 1px solid Black;
	background-color: White;
	margin: 10px;
}

#mapainterior {
	width: 470px;
	height: 390px;
	border: 1px solid Black;
	background-color: White;
	margin: 4px;
}


#carta {
	font-family: Tahoma, Verdana, Arial,Sans-Serif;
	margin: 10px auto 10px auto;
	width: 95%;
	text-align: left;
	border-collapse: collapse;
	background-image: url(images/fndtabla.gif);
}

#carta thead th.titulo-izdo
{
	background: #4aa608 url('images/left.png') left -1px no-repeat;
	border-bottom: 5px groove #556B2F;
}
#carta thead th.titulo-dcho
{
	background: #4aa608 url('images/right.png') right -1px no-repeat;
	border-bottom: 5px groove #556B2F;
}

#carta th
{
	padding: 8px;
	font-weight: bold;
	font-size: 15px;
	color: black;
	background: #4aa608;
	border-bottom: 5px groove #556B2F;
	background-image: url(images/fndth.jpg);
}
#carta td
{
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	/*background: #e8edff;*/
	/*border-top: 1px solid #fff;*/
	color: Maroon;
}

#carta tfoot td.pie-izdo
{
	background: #4aa608 url(images/botleft.png) no-repeat left bottom;
	font-weight: bold;
	font-size: 13px;
	color: black;
	border-top: 5px groove #006400;
}
#carta tfoot td.pie-dcho
{
	background: #4aa608 url('images/botright.png') right bottom no-repeat;
	border-top: 5px groove #006400;
}
#carta tbody tr:hover td
{
	background: url(images/fndtablahover.gif);
}

