/* CSS Document */

html, body {
	width:100%;
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
body {
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	overflow: visible;
	background-image: url(../imagenes/fondo.jpg);
	background-repeat: repeat-y;
	background-position: center;
	position: relative;
}
strong {
	color: #F45454;
}

td {
	font-size: 11pt;
}
#contenedor {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 950px;
	text-align: center;
	background-image: url(../imagenes/fondo.jpg);
	background-repeat: repeat-y;
	position: static;
	margin-right: auto;
	margin-left: auto;
}
#cuerpo {
	background-image: url(../imagenes/secundarias/fondo.jpg);
	background-repeat: no-repeat;
	/*background-position: 0px 187px;*/
	text-align: left;
	vertical-align: text-top;
	height: 100%;
	position: relative;
}
h1 {
	font-size: 36pt;
	font-weight: bold;
	color: #3F6B63;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding-top: 0px;
}
#cabecera {
	width: 950px;
}
a {
	color: #3F6B63;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#mapa {
	padding: 5px;
	border: 1px solid #666666;
	height: 525px;
	width: 716px;
	margin-left: 110px;	
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 15px;
	background-color: #FFFFFF;
	position: relative;
}
#cuerpo p#direccion {
	border: 1px solid #666666;
	padding: 5px;
	width: 350px;
	position: relative;
	bottom: 0px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	margin-left:250px;
	
}
.categorias {
	float: left;
	width: 185px;
	padding: 5px;
	margin: 10px;
	border: 1px dashed #666666;
	font-weight: bold;
}
.categorias p {
	margin-top: 3px;
	margin-bottom: 5px;
	font-size: 15px;
	font-variant: small-caps;
}

.platos {
	float: right;
	padding: 5px;
	width: 675px;
	border: 1px dashed #666666;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: none;
}
.platos th {
	font-weight: normal;
	font-variant: small-caps;
	font-size: 17pt;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.platos td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.platos td.sinLinea {
	border-bottom-width: 0px;
}

.platos ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.platos li {
	margin: 0px;
	padding: 0px;
}




.platos #nombre {
	color: #006633;
	font-variant: small-caps;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	vertical-align: bottom;
}
.platos #ingredientes {
	color: #FF0000;
	font-size: 9pt;
	font-variant: normal;
}
.platos #precio {
	text-align: right;
	vertical-align: bottom;
	font-size: 9pt;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.galeria {
	margin-right: auto;
	margin-left: auto;
	display: none;
}
#historia {
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#introduccion{
	display: block;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#galeria {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#catalogo {
	text-align: center;
	vertical-align: middle;
}
#catalogo td {
	text-align: center;
	vertical-align: top;
}
#catalogo img {
	border: 1px solid #000000;
	padding: 1px;
	margin-bottom: 10px;
}


.menu {
	padding: 5px;
	bottom: 0px;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
.menu td {
	text-align: center;
}
.menu a {
	font-variant: small-caps;
	text-decoration: underline;
}
#cuerpo p {
	margin-right: 25px;
	margin-left: 25px;
}
#cuerpo hr {
	margin-right: 15px;
	margin-left: 15px;
}
