/* -------------------- 
 GENERALES  
-------------------- */
*{
	margin: 0;
	padding:0;
	border:0;
 }
 
html{
	overflow: -moz-scrollbars-vertical; 
}

html,body{
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-color:#FFFFFF;
}

#flashcontent{
	background: url(/images/vhtml/fondo-cabecera.gif) no-repeat top;
}

#cabecera{
	width: 980px;
	height: 155px;
	margin: 0 auto;	
}

h1{
	width: 297px;
	height: 155px;
	background: url(/images/vhtml/logo-bruno.gif) no-repeat top;
	color: #fff;
	text-indent: -3000px;
	float: left;
}

#cabDer{
	width: 683px;
	height: 139px;
	background-color: #e4e4e4;	
	float: left;
}

h2{
	width: 500px;
	height: 43px;
	margin-top: 40px;
	background: url(/images/vhtml/tit-sabor.gif) no-repeat 30px;
	text-indent: -3000px;	
}

h3{
	margin-top: 10px;
	padding-left: 30px;
	color: #3a000c;
	font-size: 16px;
	font-weight: normal;
}

#contenido{
	width: 972px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#principal{
	width: 638px;
	float: left;
}

#principal h4{
	color: #9cca2c;
	font-size: 18px;
	font-weight: bold;
	margin-left: 217px;
}

#secundario h4{
	color: #9cca2c;
	font-size: 18px;
	font-weight: bold;
	padding-bottom:15px;
}

h5{
	color: #a0a78f;
	font-size: 12px;
	font-weight: bold;
	margin-left: 217px;
}

#carta h6{
	color: #6f6f6f;
	font-size: 12px;
	font-weight: bold;
	margin-left: 217px;
	padding-top: 10px;
}

#cocina{
	padding-top: 10px;	
}

#historia {
	position:relative;
}

#historia img {
	position:absolute;
	top:6px;
	left:0;
}

#historia p, #cocina p, #actualidad p, #promociones p{
	color: #6f6f6f;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;	
	margin-left: 217px;
}

#cocina p{
	padding-bottom: 15px;
	background: url(/images/vhtml/punto-verde.gif) repeat-x bottom;
}

#localizacion {
	padding-bottom:35px;
}

#localizacion p, #restaurantes p, #ofertas p{
	color: #6f6f6f;
	font-size: 11px;
	margin-left: 15px;
	width:250px;
}

#carta, #actualidad, #promociones{
	padding-top: 15px;
}

#carta {
	position:relative;
}

#carta img {
	position:absolute;
	top:21px;
	left:0;
}

#actualidad, #promociones{
	float: left;
}

#actualidad div, #promociones div{
	padding-top: 15px;
	float: left;
}

#actualidad img, #promociones img{
	margin-left: 130px;
	margin-top: 0px;
	float:left;
}

#actualidad p, #promociones p{
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;	
}

#actualidad h6, #promociones h6 {
	margin-left: 215px;
	text-align: left;
	color: #6f6f6f;
	font-size: 14px;
	font-weight: bold;
}

#promociones div a {	
	text-align: left;
	color: #6f6f6f;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
}

#promociones div a:hover {
	text-decoration:underline;
}


#promociones h4, #actualidad h4{
	background: url(/images/vhtml/punto-verde.gif) repeat-x top;
	padding-top: 20px;
	height: 30px;
	width: 420px;
}

#principal li{
	margin-left: 217px;
	list-style-type: none;
	color: #6f6f6f;
	font-size: 11px;
	line-height: 15px;
}

#pie{	
	clear: both;
	width: 100%;
	height: 21px;
	color: #9cca2c;
	font-size: 11px;
	background-color: #3a000c;
	margin-top: 20px;
	padding-top: 5px;
	text-align: center;
}

.enfoca{
	color: #fcb200;
	font-size: 10px;
}

/** DIV SECUNDARIO */
#secundario{
	width: 300px;
	border-left: 1px solid #aaaaaa;
	float:left;
	padding-left:14px;
}

#secundario p.prov {
	font-weight:bold;
	font-size:14px;
}

#secundario a {
	font-size:11px;
	color:#dab55c;
	font-weight:bold;
	text-decoration:none;
}
#secundario a:hover {
	text-decoration:underline;
}
#restaurantes div {
	background:url(/images/vhtml/punto-verde.gif)repeat-x left bottom;
	width:260px;
	margin-bottom:17px;
}
#restaurantes div.ultimo {
	background:none;
}

#restaurantes p.prov {
	margin-left:0;
	padding-left:14px;
	background:url(/images/vhtml/flecha.gif)no-repeat left 3px;
}
#restaurantes ul {
	padding-left:15px;
	padding-top:8px;
	padding-bottom:16px;
}
#restaurantes li {
	list-style:none;	
	display:inline;
	padding-right:2px;
}

#unete p {
	padding-bottom:17px;
	color: #6f6f6f;
	font-size: 11px;
	margin-left: 15px;
	width:250px;
}
#ofertas p {
	padding-bottom:10px;
}
#ofertas p.titulo {
	background:url(/images/vhtml/flecha.gif)no-repeat left 3px;
	font-weight:bold;
	font-size:11px; 
	padding-left:15px;
}
#ofertas p.fecha {
	font-size:11px;
}
#ofertas div {
	padding-bottom:15px;
}
#ofertas div p {
	padding-bottom:0px;
	padding-left:15px;
	font-size:10px;
}