@charset "utf-8";
/* CSS Document */

body
{
	margin:0px;
	border:0px;
	padding:0px;
}

div#document
{
    position:absolute;
    left: 50%;
    width:1024px;
    margin-left: -512px;
	padding:20px;
}

.oferta
{
	margin-top:10px;
	background-color:#FFFFFF;
	color:#005395;
}

.oferta img.barco
{
	height:130px;
	width:200px;
	float:left;
}

.oferta .contenido
{
	float:left;
	padding:5px;
	width:190px;
	height:120px;
}

.oferta .detalles
{
	float:right;
	height:120px;
	padding:5px;
	width:160px;
	color:#333333;
}

.clear 
{
	clear:both;
}

.detalles img
{

	margin-bottom:5px;
	display:block;
	background:#000066;
}

.from_filtro_oferta, .frm_contacto
{
	width:98%;
	padding:5px;
	background-color:#F8981D;
	margin-bottom:10px;
}

#contenido_ofertas_speciales
{
	background-color:#CCCCCC;
	padding:10px;
}



.frm_contacto label
{
	display:block;
}

.frm_contacto input
{
	display:block;
	width:100%;
}

.frm_contacto textarea
{
	display:block;
	width:100%;
}

.frm_contacto input.btSubmit
{
	float:right;
	width:20%;
}

.frm_contacto br
{
	clear:both;
}
