/*****************************************************************
*                                                                *
*                 	  Definición de estilos                      *
*                                                                *
*****************************************************************/

body {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	color: #666;	
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	text-align: center; /* IE */
	line-height: 16px;
	background: #096700 url(../img/fondo_web.jpg) top left repeat-x; 
}

/*****************************************************************
*                                                                *
*                 Etiquetas HTML comunes                         *
*                                                                *
*****************************************************************/
h1 {
	font-size: 170%;
	color: #004000;
	margin-bottom: 5px;
	font-weight: normal;
}

h2 {
	font-size: 150%;
	color: #3ea11d;
	margin-bottom: 5px;
	font-weight: normal;
}

h3 {
	font-size: 90%;
	color: #3ea11d;
	margin-bottom: 5px;
	font-weight: bold;
	letter-spacing: 1px;
}

h4 {
	font-size: 100%;
	color: #3ea11d;
	margin-bottom: 5px;
	font-weight: bold;
}

p {
	margin-bottom: 10px;
	font-weight: normal;
}

.red {
	color: #d54a4a;
	padding-right: 12px;
}

.cierre_red {
	color: #d54a4a;
	padding-right: 0px;
}

/*****************************************************************
*                                                                *
*                         Capas GRALES.                          *
*                                                                *
*****************************************************************/

#container {
	position: relative;
	width: 900px;
	margin: 0 auto; /* centrado Mozilla */
	padding: 0;
	background-color: #004000;
	text-align: left;
}

/* header styles */

#header_sup {
	width: 900px;
	height: 210px;
	background: #fff url(../img/intro.jpg) top left no-repeat;
}

#header_fixed {
	width: auto;
	height: auto;
	float: left;
}

#header_fixed img {
	behavior: url(../js/iepngfix.htc);
}

#time {
	text-align: right;
	float:right;
	width: 150px;
	height: auto;
	margin: 0;
	margin-top: 10px;
	margin-right: 5px;
	color: black;
}

#header_inf {
	/*border: 1px solid white;*/
	margin: 0;
	padding: 3px 7px 3px 0;
	color: #7e868d;
	background-color: #004000;
	font-size: 10px;
	overflow: hidden;
	_height: 1%; /* IE */
	clear: both;
}

#header_inf ul {
	/*border: 1px solid white;*/
	float: right;
	margin: 0 0 0 0px;
}

#header_inf li {
	display: inline;
	margin: 0;
	padding: 0 0 0 10px;
}

#header_inf li a,
#header_inf li a:link,
#header_inf li a:visited,
#header_inf li a:active,
#header_inf li a:hover {
	color: #7e868d;
	text-decoration: none;
	font-weight: 700; /* bold */
}

/* fin header styles */

#content {
	background-color: white;
	margin: 0;
	padding: 0 0 10px 0;
	overflow:hidden;
	_height: 1%;
}

#tit_seccion {
	margin: 0;
	padding: 7px 0 0px 7px;
	_height: 1%; /* IE */
	height: 25px;
	border-bottom: 1px dotted #004000;
}

#cuerpo_seccion {
	width: 900px;
	float: left;
	margin: 0;
	padding: 0px 0px 0 0px;
	/*border: 1px solid black;*/
}

/* Recetas */

.titulo_receta {
	padding: 5px 0 0 5px;
	border-left: 1px dotted #004000;
	margin-bottom: 20px;
}

.info_receta_1 {
	/*padding: 5px 1px 0 0;*/
	text-align: left;
	font-size: 10px;
	font-family: verdana, arial, lucida, helvetica, sans-serif;
	color: #858585;
}

.info_receta {
	/*padding: 5px 1px 0 0;*/
	text-align: left;
	float: right;
	font-size: 10px;
	font-family: verdana, arial, lucida, helvetica, sans-serif;
	color: #858585;
}

.info_ingredientes img{
  float: left; 
}

.info_ingredientes h4{
  margin-left:280px;
}

.info_ingredientes p{
  margin-left:280px;
}

.texto_largo_receta {
	clear: both;
	float: left;
	padding-right: 100px;
}

.link_form {
	font-family: verdana, arial, lucida, helvetica, sans-serif;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: none;
	height: 1%; /*IE*/
	text-decoration: none;
	text-align:left;
	font-size: 11px;
	font-weight: bold;
	color: green;	
	padding: 1px 0px 1px 8px;
	background-image: none;
}


.text_form_div {
	text-align:left;
	font-size: 10px;
	font-family: verdana, arial, lucida, helvetica, sans-serif;
	color: #858585; 
	padding: 2px 9px 0px 9px; 
	float:right;
	/*border: 1px solid black;*/

}
.text_form_div_1 {
	text-align:left;
	font-size: 10px;
	font-family: verdana, arial, lucida, helvetica, sans-serif;
	color: #858585; 
	padding: 5px 9px 0px 9px; 
	/*border: 1px solid black;*/

}
/* fin Recetas */

/* Productos */

#titulo_producto {
	padding: 7px 0 0 5px;
	/*border-left: 1px dotted #004000;*/
	/*border-bottom: 1px dotted #004000;*/
	text-transform: uppercase;
	margin-bottom: 0px;
}

#info_producto {
	padding: 0;	
	margin-bottom: 10px;
	clear:both;
	border-top: 1px dotted #004000;
	/*border-left: 1px dotted #004000;*/
	/*border-bottom: 1px dotted #004000;*/ 
	overflow: hidden;
	_height: 1%;
	
}



/* Nou */

#mas_vids{
	width: 225px;
	height: 19px;
	/*_height: 22px;*/
	float: left;
	color: #ffffff;
	font-size:11px;
	font-weight: bold;
	margin-left: 15px;
	_margin-left: 7px;
	text-align: left;
	padding: 3px 0px 0px 5px;
	cursor: pointer;
	background: #fff url(../img/boton_fondo.jpg) top left no-repeat;
}
	
#left_panel {
	margin: 0 0 0 0;
	padding: 0 0 0px 0;
	width: 325px;
  float: left;
	border-bottom: 1px dotted #004000;
	border-right: 1px dotted #004000;
  /*border: 1px solid black;*/
}

#texto_producto {
	width: 300px;
	float:left;
	font-size: 10px;
	font-family: verdana, arial, lucida, helvetica, sans-serif;
	color: #858585; 
	/*margin-left: 325px;*/
	padding: 10px 0px 0px 10px; 
	border-top: 1px solid white;
	/*border-bottom: 1px solid white;*/
	/*border-bottom: 1px solid black;*/
	min-height: 550px;
  height: auto !important;
  height: 550px;

}

#right_panel {
	width: 210px;
	padding: 0;
  float: right;
  margin-right: 15px;
  _margin-right: 7px;
}

#img_producto {
	margin: 0;
	padding: 10px 0 10px 0;
  text-align: center;
  /*border: 1px solid black;*/
}

#relacionados{
	background: #fff url(../img/youcook/rel_fondo.jpg) top left no-repeat;
	height: 543px;
}


.item_rec_link {
	font-family: verdana, arial, lucida, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: green;	
	margin: 0 0 0px 0;
	padding: 5px 0px 5px 9px;
	height: 1%; /*IE*/
	cursor:pointer; 
	border-top: 1px dotted #004000;
}

.item_link_relation {
	font-family: verdana, arial, lucida, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: green;	
	margin: 0 0 0px 0;
	cursor:pointer;
	text-decoration: none;
}

.item_rec_link_off {
	font-family: verdana, arial, lucida, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: green;	
	margin: 0 0 0px 0;
	padding: 5px 0px 5px 9px;
	height: 1%; /*IE*/
	cursor:pointer; 
	border-top: 1px dotted #004000;
	cursor: default;
}

.item_rec_link_off_2 {
	font-family: verdana, arial, lucida, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: green;	
	margin: 0 10px 0px 0;
	height: 1%; /*IE*/
	cursor:pointer; 
}

.texto_simple {
	font-size: 10px;
	font-family: verdana, arial, lucida, helvetica, sans-serif;
	color: #858585; 
	margin: 0 0 0px 9px;
	padding: 0;
	display: block;
}

.textbox {
	font-size: 10px;
	font-family: verdana, arial, lucida, helvetica, sans-serif;
	color: #858585;	
	border: 1px solid #858585;
	width: 165px;
}

.textbox_form {
	font-size: 10px;
	font-family: verdana, arial, lucida, helvetica, sans-serif;
	color: #858585;	
	border: 1px solid #858585;
	width: 265px;
}

.filebox {
	font-size: 10px;
	font-family: verdana, arial, lucida, helvetica, sans-serif;
	color: #858585;	
	border: 1px solid #858585;
	width: 169px;
}

.table_form {
	width: 305px;
	margin: 7px 9px 0 9px;
	/*border: 1px solid #858585;*/
}

.texto_form {
	font-size: 10px;
	font-family: verdana, arial, lucida, helvetica, sans-serif;
	color: #858585; 
	margin: 0 0 0 0;
	padding: 0 0 2px 0;
	vertical-align: top;
}

.input_form {
	text-align: right;
}

.texto_verde {
	font-family: verdana, arial, lucida, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: green;	
	margin: 0;
	padding: 0;
	height: 1%; /*IE*/
	text-decoration: none;
}

/* fin nou */


#texto_producto_intro {
	font-size: 10px;
	font-family: verdana, arial, lucida, helvetica, sans-serif;
	color: #858585; 
	margin-left: 3px;
	padding: 10px 60px 75px 10px; 
	border-top: 1px solid white;
	/*border-left: 1px dotted #004000;*/
	border-bottom: 1px solid white;
}

/* fin Productos */

/* Promociones */
.ficha_promo {
	width: 683px;
	float: left;
	margin: 20px 0px 0px 10px;
	_margin: 20px 0px 0px 5px; /*IE*/
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	font-family: verdana, arial, lucida, helvetica, sans-serif;
	/*border: 1px solid black;*/
}

.tit_promo {
	/*border: 1px solid black;*/
}

.img_promo {
	float: left;
	padding: 5px 10px 0 0;
	/*border: 1px solid black;*/
}

.txt_promo { 
	padding: 0px 0 0 0px;
}

.txt_promo_img { 	
	margin-left: 200px;
	padding: 0px 0 0 0px;
}

/* fin Promociones */

/*****************************************************************
*                                                                *
*                           Auxiliares                           *
*                                                                *
*****************************************************************/

.ocultar {
	display: none;
}

.mostrar {
	display: block;
}

/* aviso_legal styles */

#aviso_legal {
	/*border: 1px solid white;*/
	width: auto;
	margin: 0;
	margin-top: 15px;
	padding: 0px;
	color: white;
	background-color: transparent;
	font-size: 10px;
	overflow: hidden;
	_height: 1%; /* IE */
	clear: both;
	text-align: center;
}

#aviso_legal a,
#aviso_legal a:link,
#aviso_legal a:visited,
#aviso_legal a:active,
#aviso_legal a:hover {
	color: white;
	text-decoration: none;
	font-weight: 700; /* bold */
}

#header_aviso_legal {
	text-align: left;
	position: relative;
	margin: 9px 0px 0px 10px;
}

#header_aviso_legal h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: green;
	font-size: 11px;
	margin:0;
	margin-bottom:10px;
}

#content_aviso_legal {
	position: relative;
	text-align: left;
	/*background: url(../img/background_contenido.jpg) right bottom no-repeat;*/
	margin: 9px 12px 0px 12px;
	padding-bottom: 10px;
	width: auto;
	height: 490px;
	z-index: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	/*border: 1px solid black;*/
}

#content_aviso_legal a {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #999999;	
}

#content_aviso_legal h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin:0;
	margin-bottom:10px;
}

#content_aviso_legal h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: bold; 
	margin:0;
	margin-bottom:10px;
}

/* BOX PRODUCTOS RELACIONADOS */

#tit_prod_rel {
	font-size:11px;
	color:green;
	margin:15px 0 0 30px;
	font-weight: bold;
}

#box_prod_rel {
	border: 1px dotted green;
	margin: 0;
	margin-top: 5px;
	margin-left: 15px;
	padding: 0;
	width: 85%;
}	

#box_prod_rel a {
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #8c8677;
}	

#img_prod_rel {	
	margin: 0;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px dotted green;
	text-align: center;
}	

#content_prod_rel {
	margin: 0;
	padding: 5px 5px 5px 5px;
}	