/* CSS Document */
#columLeftComedor{
	float:left;
	width:315px;
}
#columRightComedor{
	float:right;
	width:240px;
	padding-right:5px;
}
#columMiddleComedor{
	margin-left:315px;
}
.salonDetail{
	background-image: url(../images/fondos/fd_detalleComedores.gif);
	background-repeat:  no-repeat;
	background-position: 6px 0px;
	height:240px;
}
div.salonDetail img{
	margin:7px 0px 0px 15px;
}
div.salonDetail p{
	color:#393939;
	margin:1px 0px 0px 15px;
}
div.salaCarta{
	background-image: url(../images/varios/salaCarta.jpg);
	background-repeat:  no-repeat;
	background-position: center center;
	height:183px;
	padding:10px 0px 0px 480px;
}
div.comedoresPrivados{
	background-image: url(../images/varios/comedoresPrivados.jpg);
	background-repeat:  no-repeat;
	background-position: center center;
	height:203px;
	padding:35px 0px 0px 510px;
}