/* CSS Document */
div.top { 
	position:relative; 
	float:left; 
	width: 570px;
	height: 204px; 
	margin:0px 0 10px 10px; 
	padding:0; 
	overflow:hidden;
	background:url(../images/top-b.jpg) no-repeat top left;
	display:inline;
	}
div.top h2 {
	position: relative; 
	float: right; 
	width:374px; 
	color: #235b86; 
	font-size: 15px; 
	margin:0 10px 10px 0; 
	padding:0;
	display:inline;
	}
div.top p{
	text-align:justify; 
	padding: 0; 
	margin:0; 
	width:374px; 
	position: relative; 
	float: right; 
	margin:0 10px 0 0; 
	padding:3px 0;
	display:inline;
	color: #595959;
	font-size: 11px;
	font-family: tahoma;
	}

div.destacados { position: relative; float:left; width: 567px; margin:5px 0 0 10px; padding:0; overflow:hidden; display:inline;}
div.destacados h3 { text-align:center; padding:0; margin:0; padding-top: 5px; display:none;}
div.destacados h3 a {
	color:#FFFFFF; 
	font-size: 12px; 
	font-weight: bold; 
	text-align: center; 
	width:180px; 
	margin: 0; 
	padding:0; 
	text-decoration: none;
	}
div.destacados .postres {
	position:relative; 
	float:left; 
	width: 48%;
	height: 175px;
	margin:0 0 10px 0; 
	padding:0;
	background:url(../images/postres_2.jpg) no-repeat top center;
	}
div.destacados .chef { 
	position:relative; 
	float:left; 
	width: 48%;
	margin:0 8px; 
	padding:0;
	background:url(../images/chef_2.jpg) no-repeat top center;
	}
div.destacados .helados { 
	position:relative; 
	float:left; 
	width: 180px;
	margin:0; 
	padding:0;
	background:url(../images/dhul_helados.jpg) no-repeat top center;
	}

div.destacados p{ width: 265px; text-align:justify; padding: 4px 4px 0 4px; margin: 162px 0 15px 0; color: #5d5d5d;}

div.destacados .buttom_red {
	display: block;
	width: auto;
	height: 20px;
	font-weight: bold;
	
	background:url(../images/info_red.jpg) no-repeat left;
	padding: 0 0 0 25px;
	margin: 0 0 0 5px;
	text-align:left;
	cursor:pointer;
	}
div.destacados .buttom_red a{ color: #cf3228;}

div.destacados .buttom_blue {
	display: block;
	width: auto;
	height: 20px;
	font-weight: bold;
	 
	background:url(../images/info_blue.jpg) no-repeat left;
	padding: 0 0 0 25px;
	margin: 0 0 0 5px;
	text-align:left;
	cursor:pointer;
	}
div.destacados .buttom_blue a{ color: #18486e;}

div.destacados .buttom_yellow {
	display: block;
	width: auto;
	height: 20px;
	font-weight: bold;
	color: #f3b201;
	background:url(../images/info_yellow.jpg) no-repeat left;
	padding: 0 0 0 25px;
	margin: 0 0 0 5px;
	text-align:left;
	cursor:pointer;
	}
div.destacados .buttom_yellow a{ color: #f3b201;}
