/* CSS Document */
div.descripcion{ position:relative; float:left; width: 100%; text-align: justify; margin: 10px 0 25px 0;}
div.destacado_left { 
	float:left; 
	width: 129px; 
	height: 129px; 
	background: #BA3D3D; 
	margin: 6px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	}
div#contents div.destacado_left p{ position:relative; top: 35%; background:url(../images/flecha_izq.gif) no-repeat bottom ; padding-bottom: 15px;}
div#contents div.destacado_left p { color: #ffffff;}

div.destacado_right {
	float:left; 
	width: 129px; 
	height: 129px; 
	background: #BA3D3D; 
	margin: 6px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	}
div#contents div.destacado_right p{ position:relative; top: 35%; background:url(../images/flecha_der.gif) no-repeat bottom ; padding-bottom: 15px;}
div#contents div.destacado_right p { color: #ffffff;}
div.destacado_foto { float:left; width: 129px; height: 129px; margin: 6px; }
