/* CSS Document */
#centro{
	background-color:#F9F7E2;
}
#cafe_header {
	background-image:url(../images/cafe_header_fondo_centro.jpg);
	height: 28px;
	background-repeat:repeat-x;
}

#cafe_footer{
	clear: both;
	height: 30px;
	overflow: hidden;
}

#centro IMG.fotoCafe{
	margin-left: 20px;
	float: left;
	margin-right: 10px;
	width: 178px;
}

#centro #cafe_contenedorDescripcion{
	float: left;
	width: 390px;
	margin-right: 10px;
}

#centro #cafe_titulo{
	font-size: 24px;
	color:#9F0403;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: 300;
	margin-bottom: 10px;
}

#centro #cafe_descripcion{
	font-size:12px;
	color: #666;
	line-height: 22px;
}

#centro #contenedorCafe{
	overflow: hidden;
	background-position:bottom center;
	background-image:url(../images/cafe_centro_fondo.jpg);
	background-repeat:no-repeat;
}

#centro #cafe_separadorFoto{
	float: left;
	width: 130px;
}

#centro #cafe_separadorFoto IMG{
	margin-top: 40px;
	background-color:#FFFFFF;
	padding:10px;
}

#centro #cafe_contenedorCaracteristicas{
	float: left;
	width:230px;
	margin-left:10px;
}

#cafe_minutas{
	background-image:url(../images/cafe_fondo_minutas.jpg);
	width: 211px;
	height: 89px;
	background-repeat: no-repeat;
	margin-bottom: 4px;
}

#cafe_bar{
	background-image:url(../images/cafe_fondo_bar.jpg);
	width: 211px;
	height: 89px;
	background-repeat: no-repeat;
}


#centro #cafe_contenedorCaracteristicas .cafe_tituloCaracteristica{
	position: relative;
	top: 8px;
	font-size: 18px;
	color:#9F0403;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: 300;	
}

#centro .cafe_caracteristicas{
	position: relative;
	top: 30px;
	margin-left: 80px;
	width: 130px;
	font-size:10px;
	color:#9F0403;
}
