@charset "UTF-8";
/* CSS Document */

/*----------------------------------------------------------------------------------------------------
	LIMPIO E IGUALO CSS PARA TODOS NAVEGADORES
----------------------------------------------------------------------------------------------------*/
* { 
	margin:0; 
	padding:0; 
	border:none;
	}
	
body, input, select, textarea { 
	font-family:Verdana, Helvetica, sans-serif; 
	font-size:11px;
	line-height:16px;
	}
	
a img, img { 
	border:0; 
	text-decoration:none;
	}
	
li { 
	list-style:none;
	}
	
.valores td{
	padding-bottom:10px;
	text-align:justify;
	}
	
div.clear { 
	clear:both; 
	font-size:0;
	line-height:0;
	}

/* LAYOUT TOOLS */

.floatLeft 			{ float: left; }
.floatRight			{ float: right; }
.clear				{ clear: both; }
.layoutCenter		{ margin: 0 auto; }
.textCenter			{ text-align: center; }
.textRight			{ text-align: right; }
.textLeft			{ text-align: left; }
.fix				{ overflow:hidden; }
.padding10			{ padding:10px 0px 10px 10px; }
.padding10todo		{ padding:10px 10px 10px 10px; }
.padding30			{ padding:10px 10px 10px 30px; }
.padding20left		{ padding:0 0 0 20px; }

/*----------------------------------------------------------------------------------------------------
	UN DIV BASURA SOLO PARA MARGEN TOP
----------------------------------------------------------------------------------------------------*/

#basurero{
	width:890px;
	height:15px;
	margin:auto;
	}

/*----------------------------------------------------------------------------------------------------
	ESTILOS VISIBLE / INVISIBLE
----------------------------------------------------------------------------------------------------*/

.visible {
	display:block;
	}
.invisible {
	display:none;
	}

/*----------------------------------------------------------------------------------------------------
	DEFINO CONTENEDOR Y COLUMNAS DEL CONTENIDO TOTAL
----------------------------------------------------------------------------------------------------*/

#contenedor {
	width:890px;
	height:auto;
	margin:auto;
	font-family:Verdana, Geneva, sans-serif;
	text-align:left; 
	background:#fff url(../../../rc/img/separador_v.gif) repeat-y 660px -2px;
	}
#contenidoCentro {
	float:left;
	width:662px;
	/*altura minima del contenedor compatible con IE6 */
	min-height: 418px;
	height: auto !important;
	height: 418px;
	text-align:left;
	}

#contenidoBanners {
	float:right;
	width:216px;
	padding-left:0;
	text-align:left;
	/*solo para dar altura*/
	min-height: 20px;
	height: auto !important;
	height: 20px;
	}
	
	
	

.titular_motilium {
	background-image:url(../../img/herramientas/nutricion/motilium_titular_principal.gif);
	background-repeat:no-repeat;
	background-position:left top;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
	color:#7f8403;
	padding-left:10px;
	}
	
.titular_recursos {
	background-image:url(../../img/herramientas/nutricion/motilium_titular_recursos.gif);
	background-repeat:no-repeat;
	background-position:left top;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
	color:#7f8403;
	padding-left:10px;
	}
	
.titular2_motiliumA {
	background-image:url(../../img/herramientas/nutricion/motilium_titularA.gif);
	background-repeat:no-repeat;
	background-position:left top;
	vertical-align:middle;
	width:15px;
	height:25px;
	}
.titular2_motiliumB {
	background-image:url(../../img/herramientas/nutricion/motilium_titularB.gif);
	background-repeat:repeat-x;
	background-position:left top;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
	color:#FFF;
	height:25px;
	}
	
.titular2_calculadoras_sabermasA {
	background-image:url(../../img/herramientas/nutricion/nutricion_sabemas_titularA.gif);
	background-repeat:no-repeat;
	background-position:left top;
	vertical-align:middle;
	width:15px;
	height:25px;
	}
.titular2_calculadoras_sabermasB {
	background-image:url(../../img/herramientas/nutricion/nutricion_sabemas_titularB.gif);
	background-repeat:repeat-x;
	background-position:left top;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
	color:#FFF;
	height:25px;
	}
	
.contenido_motilium {
	background-image:url(../../img/herramientas/nutricion/motilium_fondo_contenido.gif);
	background-repeat:repeat-y;
	background-position:left top;
	color:#666;
	height:410px;
	min-height:410px;
	height:auto;
	padding:2px 2px 0 2px;
	}
	
.contenido_recursos {
	background-image:url(../../img/herramientas/recursos/Recursos01.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	color:#666;
	height:410px;
	min-height:410px;
	height:auto;
	padding:0 0 0 0;
	}
	
.contenido_trucos {
	background-image:url(../../img/herramientas/recursos/Trucos01.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	color:#666;
	height:410px;
	min-height:410px;
	height:auto;
	padding:0 0 0 0;
	}
	
.contenido_imagen {
	background-image:url(../../img/herramientas/recursos/Imagen01.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	color:#666;
	height:410px;
	min-height:410px;
	height:auto;
	padding:0 0 0 0;
	}
	
.contenido_calculadoras{
	background-image:url(../../img/herramientas/nutricion/Calculadoras01.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	color:#666;
	height:410px;
	min-height:410px;
	height:auto;
	padding:0 0 0 0;
	}
	
.contenido2_motilium {
	background-image:url(../../img/herramientas/nutricion/motilium_fondo_contenido2.gif);
	background-repeat:repeat-y;
	background-position:left top;
	color:#666;
	height:410px;
	min-height:410px;
	height:auto;
	}
	
.contenido2_motiliumFin {
	background-image:url(../../img/herramientas/nutricion/motilium_fondo_contenido2_fin.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:3px;
	}
	
.contenido2_calculadoras_sabemas {
	background-image:url(../../img/herramientas/nutricion/nutricion_fondo_contenido2.gif);
	background-repeat:repeat-y;
	background-position:left top;
	color:#666;
	height:410px;
	min-height:410px;
	height:auto;
	}
	
.contenido2_calculadoras_sabemasFin {
	background-image:url(../../img/herramientas/nutricion/nutricion_fondo_contenido2_fin.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:3px;
	}
	
.contenido2_nutricionFin {
	background-image:url(../../img/herramientas/nutricion/motilium_fondo_contenido2_nutricionFin.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:10px;
	}
	
.fondo{
	background-image:url(../../img/herramientas/recursos/cuerpo_fondo.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
	width:655px;
	height:220px;
	min-height:220px;
	height:auto;
	padding:10px 0 10px 2px;
	}
	
.finFondo{
	height:1px;
	background-color:#c6c742;
	width:656px;
	}
	

	
/*----------------------------------------------------------------------------------------------------
	ESTILOS TEXTOS
----------------------------------------------------------------------------------------------------*/

.txtdestaque{
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	font-style:italic;
	font-weight:bold;
	line-height:16px;
	color:#7f8403;
	}
	
.txtdestaque_noitalico{
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:16px;
	color:#7f8403;
	}
	
.txtCapital{
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:16px;
	color:#666666;
	}

	
.txtCapital12{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	color:#666666;
	}
	
.txtGris9{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	line-height:16px;
	color:#666666;
	}
	
.txtespecial{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:16px;
	color:#7f8403;
	}
	
.txt{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#666666;
	}
	
a.enlaceMotillium{ 
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #7f8403;
	line-height: 16px;
	text-decoration: underline;
	}
a.enlaceMotillium:hover{  
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #666;
	line-height: 16px;
	text-decoration: none;
	}
	
a.enlaceBotones{ 
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	line-height: 16px;
	text-decoration: none;
	}
a.enlaceBotones:hover{  
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	line-height: 16px;
	text-decoration: underline;
	}
	
a.enlaceConsulta{ 
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	line-height: 16px;
	text-decoration: underline;
	}
a.enlaceConsulta:hover{  
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	line-height: 16px;
	text-decoration: none;
	}

.motilium_raya_v{
	background-image:url(../../img/herramientas/nutricion/motilium_raya_v.gif);
	background-repeat:repeat-y;
	}
	
.motilium_raya_h{
	background-image:url(../../img/herramientas/nutricion/motilium_raya_h.gif);
	background-repeat:repeat-x;
	}
	
.motilium_doble_raya{
	background-image:url(../../img/herramientas/nutricion/motilium_doble_raya.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	}
	
.bullet{
	background:url(../../img/herramientas/nutricion/motilium_bullet.gif) no-repeat;
	height:16px;
	vertical-align:top;
	}
	
.calculadoras_botonGris{
	background-image:url(../../img/herramientas/nutricion//bt_fondo.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	}
	
.calculadoras_botonEspecial{
	background-image:url(../../img/herramientas/nutricion/bt_fondo_naranja.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	}
	
.calculadoras_botonVerde{
	background-image:url(../../img/herramientas/nutricion/bt_fondo_caso.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	}
	
.calculadoras_botonNaranja{
	background-image:url(../../img/herramientas/nutricion/bt_fondo_mas.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	}
	
.calculadoras_sabemas{
	background-image:url(../../img/herramientas/nutricion/nutricion_sabe_mas.gif);
	background-repeat:no-repeat;
	background-position:center top;
	}
	
.calculadoras_instrucciones{
	background-image:url(../../img/herramientas/nutricion/nutricion_instrucciones.gif);
	background-repeat:no-repeat;
	background-position:center top;
	}
	
.calculadoras_resultado{
	background-image:url(../../img/herramientas/nutricion/nutricion_resultado.gif);
	background-repeat:no-repeat;
	background-position:left top;
	}
	
.calculadoras_proporcion{
	background-image:url(../../img/herramientas/nutricion/nutricion_proporcion.gif);
	background-repeat:no-repeat;
	background-position:left top;
	}
	
.calculadoras_caso{
	background-image:url(../../img/herramientas/nutricion/nutricion_caso.gif);
	background-repeat:no-repeat;
	background-position:right top;
	}
	
.calculadoras_resultado_especial{
	background-image:url(../../img/herramientas/nutricion/nutricion_resultados_1.gif);
	background-repeat:no-repeat;
	background-position:left top;
	}
	
.calculadoras_caso_especial{
	background-image:url(../../img/herramientas/nutricion/nutricion_caso_1.gif);
	background-repeat:no-repeat;
	background-position:left top;
	}
	
.lineaminima{
	font-size:6px;
	line-height:6px;
	}
	.peuFicha {
	background:url(../../../rc/img/separador_h.gif) repeat-x 0px -3px;
	width:498px;
	clear:both;
	padding-top:8px;
	font-size:0.9em;
	color:#006583;
}
