@charset "UTF-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-decoration: none;
}

.aclarar{
	clear: both;
}

body.index{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background: url(../IMGS/fondoindex.jpg) repeat-x top #333;
	}

body.todos{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background: url(../IMGS/fondogeneral.jpg) repeat-x top #333;
	}

#mama{
	width: 833px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

#cabecera{
	width: 833px;
	height: 121px;
	background:url(../IMGS/fondocabecera.jpg) repeat-x top;
}

#logotiptop{
	width: 207px;
	height: 121px;
	float: left;
}

#cabedcha{
	width: 600px;
	height: 121px;
	float: right;
}

#slogan{
	margin-top: 20px;
	text-align: right;
	color: #FFF;
	height: 60px;
	padding-right: 10px;
}

#menu{
	height: 41px;
}

#menu li{
	display: block;
	float: right;
	height: 41px;
	margin-left: 20px;
	color:#FFF;
	list-style-type: none;
}

#menu a{
	display: block;
	height: 25px;
	padding: 16px 20px 0px 20px;
	color: #FFF;
	font-family:"Century Gothic", "Trebuchet MS", sans-serif;
}

#menu a:hover{
	display: block;
	height: 25px;
	padding: 16px 20px 0px 20px;
	color: #FFF;
	background-color: #218b29;
	font-family:"Century Gothic", "Trebuchet MS", sans-serif;
}

#imgindex{
	width: 833px;
	height: 327px;
}

#destacadosindex{
	margin-top: 5px;
	width: 823px;
	margin-left: auto;
	margin-right: auto;
}

#destacadosindex a{
	color: #FFF;
	text-decoration: underline;
}

#destacadosindex a:hover{
	color: #218b29;
}

#destacado1{
	width: 223px;
	height: 137px;
	padding: 10px;
	background:url(../IMGS/fondodestacado1.jpg) center center no-repeat;
	color: #FFF;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

#destacado1 ul{
	margin-top: 5px;
	margin-left: 10px;
}

#destacado1 li{
	list-style-type: none;
	padding: 5px 0px 5px 25px;
	background: url(../IMGS/tick.png) left center no-repeat;
}

#destacado2y3{
	width: 243px;
	color: #FFF;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

#destacado2{
	width: 223px;
	height: 55px;
	background: url(../IMGS/fondodestacado2.jpg) center center no-repeat;
	color: #FFF;
	margin-bottom: 7px;
	padding: 10px;
}

#destacado3{
	width: 223px;
	height: 55px;
	background: url(../IMGS/fondodestacado3.jpg) center center no-repeat;
	color: #FFF;
	padding: 10px;
}


#destacado4{
	width: 307px;
	height: 137px;
	background: url(../IMGS/fondodestacado4.jpg) center center no-repeat;
	color: #FFF;
	float: left;
	margin-bottom: 5px;
	padding: 10px;
}

#pinrel{
	margin-top: 20px;
	padding-bottom: 10px;
	width: 833px;
	margin-right: auto;
	margin-left: auto;
	font-size: 90%;
	color: #FFF;
}

#datos{
	float: left;
	width: 645px;
}

#aviso{
	float: right;
	width: 180px;
	text-align: right;
}

#aviso li{
	list-style-type: none;
}

#aviso a{
	color: #FFF;
}

#aviso a:hover{
	color: #ccc;
}

#cabegeneral{
	width: 833px;
	height: 190px;
	background: #333;
}

#imgsgeneral{
	width: 598px;
	height: 190px;
	float: left;
}

#destecadodeporte{
	width: 212px;
	height: 170px;
	background:url(../IMGS/destacadodeportes.jpg) no-repeat center center;
	float: right;
	padding: 10px;
	color: #FFF;
}

#destecadodeporte a{
	color: #FFF;
	text-decoration: underline;
}

#destecadodeporte a:hover{
	color: #218b29;
}

#contenidogral{
	margin-top: 10px;
	width: 803px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

#titulares{
	border-bottom: 1px #666 solid;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#encabezado{
	float: left;
	width: 280px;
}

#subencabezados{
	float: right;
	width: 500px;
	text-align: right;
	margin-top: 5px;
}

#contenidos{
	margin-top: 15px;
	width: 803px;
	margin-left: auto;
	margin-right: auto;	
}

#contenidos a{
	text-decoration: underline;
	color: #666;
}

#contenidos a:hover{
	text-decoration: underline;
	color: #218b29;
}

#txtempresa{
	float: left;
	width: 400px;
}

#miniaturas{
	float: right;
	width: 380px;
	text-align: right;
}

#miniaturas li{
	display: inline;
	list-style-type: none;
}

#miniaturas img{
	margin-left: 3px;
	margin-bottom: 3px;
}

#encabezado2{
	float: left;
	width: 400px;
}

#menucarta{
	float: right;
	width: 380px;
	text-align: right;
}

#menucarta li{
	/*padding: 5px 10px 5px 10px;*/
	background-color: #fff;
	margin-left: 5px;
	float: right;
	list-style-type: none;
	font-family: "Century Gothic", "Trebuchet MS", sans-serif;
}

.manucartasinlink{
	color: #333;
	background-color: #fff;
	display: block;
	padding: 5px 10px 5px 10px;
	border: 1px solid #218b29;
}

#menucarta a{
	color: #FFF;
	background-color: #218b29;
	display: block;
	padding: 5px 10px 5px 10px;
	border: 1px solid #218b29;
	}
	
#menucarta a:hover{
	color: #333;
	background-color: #fff;
	display: block;
	padding: 5px 10px 5px 10px;
	border: 1px solid #218b29;
	}
	
#contenidos-menus{
	margin-top: 15px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#contenidos-menus2{
	margin-top: 15px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#contenidos-menus2 p{
	border-bottom: 1px dotted #CCC;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

.platos{
	border-bottom: #CCC dotted 1px;
	padding-bottom: 3px;
	margin-bottom: 8px;
}

.nombreplato{
	float: left;
	width: 545px;
}

.precioplato{
	float: right;
	width: 80px;
	text-align: right;
}

#mapaubicacion{
	float: left;
	width: 260px;
	margin-right: 20px;
	font-size: 90%;
}

#mapastreet{
	float: left;
	width: 260px;
	margin-right: 20px;
	font-size: 90%;
}

#ubicacion{
	float: left;
	width: 230px;
	}

#txtcontacto{
	float: left;
	width: 260px;
	margin-top: 10px;
	margin-left: 20px;
	}
	
#capaformulario{
	width: 500px;
	float: right;
}

#divaviso{
	float: left;
	width: 550px;
	margin-right: 20px;
	font-size: 90%;
}

/*textos*/
h1{
	font-family: "Century Gothic", "Trebuchet MS", sans-serif;
	font-size: 110%;
	font-style: italic;
}

h2{
	font-family: "Century Gothic", "Trebuchet MS", sans-serif;
	font-size: 160%;
	color: #218b29;
	font-weight: normal;
}

h3{
	font-family:"Century Gothic", "Trebuchet MS", sans-serif;
	font-size: 110%;
	font-style: italic;
	font-weight: normal;
	color: #666;
}

h3.titmenus{
	font-family:"Century Gothic", "Trebuchet MS", sans-serif;
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	color: #666;
	margin-bottom: 10px;
}

h4{
	font-family:"Century Gothic", "Trebuchet MS", sans-serif;
	font-size: 110%;
	font-weight: normal;
	color: #333;
	margin-bottom: 3px;
	margin-top: 10px;
}

.titdestacados{
	font-family:"Century Gothic", "Trebuchet MS", sans-serif;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px;
}

.titpequenos{
	font-size: 120%;
	font-style: italic;
	font-family: "Century Gothic", "Trebuchet MS", sans-serif;
	color: #218b29;
	margin-bottom: 5px;
}

noscript{
	text-align: center;
	color:#ccc;
	font-size: 90%;
}

iframe{
	width: 250px;
	height: 250px;
	margin-bottom: 10px;
	border: 1px #CCC solid;
	padding: 3px;
}

.menusinlink{
	float: right;
	list-style-type: none;
	height: 25px;
	padding: 16px 20px 0px 20px;
	color: #FFF;
	font-family:"Century Gothic", "Trebuchet MS", sans-serif;
	background-color: #218b29;
	}


/*formulario*/

#formulario{
	width: 450px;
	margin-bottom: 20px;
	float: right;
	margin-right: 20px;
}

.labelaviso{
	float: none;
	width: 100%;
}

input{
	padding: 6px;
	margin-bottom: 10px;
	background-color: #ccc;
	color: #666;
	float: right;
	border: 0px;
	color: #666;
}

.noflotar{
	float:none;
}

textarea{
	padding: 6px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	border:0px;
	float: right;
	background-color: #ccc;
	color: #666;
}

.boton{
	float: left;
	background-color: #333;
	color: #fff;
	padding: 5px;
	cursor: pointer;
	margin-top: 10px;
}

noscript{
	text-align: center;
	font-size:80%;
	color:#666;
}

fieldset{
	border: 1px solid #666;
	padding: 20px;
}

legend{
	padding: 0px 10px 0px 10px;
	font-style: italic;
	font-size: 120%;
	font-weight: bold;
	color: #333;
	font-family: "Century Gothic", "Trebuchet MS", sans-serif;
}

