body  {
	font: 11px Georgia, Times New Roman, Times, serif;
	background: #f2f1ec;
	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuraci—n predeterminada de los diversos navegadores */
	padding: 0;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineaci—n a la izquierda en el selector #container */
	color: #000000;
}

a{color: black; text-decoration: none;}
a:hover{text-decoration: none; color: #b02417;}

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	line-height: normal;
}
#page { 
	width: 992px;
	background: #f2f1ec;
	margin: 0 auto;
	/*
	background-image: url(img/cuadriculamenu.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	*/
	text-align: left; /* esto anula text-align: center en el elemento body. */
}

#container{
	padding: 27px;
}

#sidebar1 {
	float: left; /* dado que este elemento es flotante, debe asignarse un ancho */
	width: 156px; /* el ancho real de este div, en navegadores que cumplen los est‡ndares, o el modo de est‡ndares de Internet Explorer, incluir‡ el relleno y el borde adem‡s del ancho */
	
}
#mainContent { 
	margin: 0 0 0 223px; /* el margen izquierdo de este elemento div crea la columna situada a lo largo del lado izquierdo de la p‡gina (con independencia de la cantidad de contenido que tenga el div sidebar1, se mantendr‡ el espacio de la columna). Puede quitar este margen si desea que el texto del div #mainContent llene el espacio de #sidebar1 cuando termine el contenido de #sidebar1. */
} 
.fltrt { /* esta clase puede utilizarse para que un elemento flote en la parte derecha de la p‡gina. El elemento flotante debe preceder al elemento junto al que debe aparecer en la p‡gina. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* esta clase puede utilizarse para que un elemento flote en la parte izquierda de la p‡gina. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el œltimo elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#menusup{
 	width: 700px;
	height: 15px;
}

#side_logo{
	margin-left: 1px;
	margin-top: 1px;
}
#side_meteo{
	width: 156px;
	margin-top: 33px;
	height: 52px;
}
#side_fecha{
	width: 156px;
	margin-top: 6px;
	color:#b02417;
	font-size: 0.9em;
	font-weight: bold;
}
#side_rests{
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 15px;
}

#side_newsl{
	width: 136px;
	font-size: 11px;
 line-height: 15px;
	padding: 10px;
	background-color: #f0d07b;
}

.formulario {
	border-width: 0px;
	border-style: none;
	font-weight: bold;
	width: 130px;
	height: 15px;
	margin: 2px;
}
.formBoton {
	border-width: 0px;
	border-style: none;
	font-weight: bold;
	text-align: left;
	background-color: transparent;
	margin: 0;
	padding: 0;
}
#side_ipod{
	margin-top: 10px;
	margin-bottom: 10px;

}
#side_fundacion{
	margin-top: 10px;
	margin-bottom: 10px;
}
#side_pressl{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 136px;
	font-size: 11px;
	line-height: 15px;
	padding: 10px;
	background-color: #83b860;
	background-image: url(img/manoprensa.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.barrapuntos{
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: url(img/barrapuntos.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

/* contenido central */
#contenido{

}

/* home page */
#home{
width: 657px;
}


#flash{
float: right;
width: 352px;
height: 210px;
text-align: right;

}
.tomate{
color: #cb4a11;
font-size: 14px;
}
.news_puntos{
background-image: url(img/barrapuntos.gif);
background-repeat: repeat-x;
background-position: bottom;
}

/* secciones */
#nosotros{
	width: 600px;
	margin-top: 40px;
}

#seccion{
	width: 710px;
	margin-top: 40px;
}
#restaurantes{
	width: 668px;
	margin-top: 40px;
}
#restaurante{
	width: 657px;
	margin-top: 40px;
}
.rest_titulo{
 text-transform: uppercase;
 font-size: 11px;
 font-weight: bold;
}
.rest_descr{
 font-size: 18px;
}
.rest_dir{
 font-size: 10px;
 font-weight: bold;
}
a.rest_dir{
	
	color: black;
	
	text-decoration: none;
	
}