/* Licuit Interactive SL */
/* main.css */
/* Created Ago, 2009 */
/* Modified Ago, 2009
--------------------------------------- */

body{
	height:auto;
	background-color:#f7f7f6;
	background-image:none;
}

.top{ 
	width:690px; overflow:hidden; float:left;
}

/*-- MENU PRINCIPAL ----------------------------------------------------*/




#menu #ayuda{
		background-image:url('/resources/images/menu/8b.gif');
	width:170px;
	height:23px;
	background-repeat:no-repeat;
	margin-right:10px;

}


/*-- ITEMS CENTRO -----------------------------------------------------*/




#comprar_options{
	background-image:url('/resources/images/ayuda/cabecera.gif');
	width:586px;
	height:105px;	
	float:left;	
	margin-top:70px;
}


.title{
	padding-left:30px; padding-top:30px
}


.intro{
	margin-top:30px;
	margin-right:30px;
	
}

.pregunta{
	margin-top:40px
}

.separadorPregunta{
	float:left; height:1px; margin-top:0px;
}

.content{
	 margin-left:30px; width:555px;
}

/*-- ITEMS FOOTER -----------------------------------------------------*/

#footer{

	height:116px;
	position:absolute;
	background-color:#1b1b1b;
	width:100%;
}


#footer p{
	 color:#fff;text-align:center; padding-top:50px;
}

#footer img{
	position:absolute;right:50px; top:20px;
}

.rellena{
	color:#535353;
	font-weight:normal;	
	letter-spacing: 0px;
	font-size:20px;	
	padding-top:30px

}

/*-- GENERAL -----------------------------------------------------*/



.details{ 
	height:50px;  float:left;
}

.contacto{
	float:right;margin-top:70px; border-left:1px solid #c9c9c9; padding-left:20px;
}

.contacto h3{
	margin-bottom:20px
}

.contacto a{
	color:#183769;text-decoration:none;
}

.textoopcion{
	padding-left:30px; padding-bottom:20px
}


