/*CAPAS CONTENEDORAS y PIE DE PÁGINA*/
body{
	background-color:#ffffff;
	text-align:center;
	font-size:0.75em;
	margin-top:7px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	margin:0px;
	}

#contiene_web{
	margin: 0 auto;
	border-left:0;
	border-right:0;
	width:83.5em;
	height:auto;
	text-align:center;
	background-color:#fff;
	position:relative;
	z-index:0;
	color:#000;
	
	}

#contiene_cabecera{
	margin: 0 0;
	border-left:0;
	border-right:0;
	width:83.5em;
	height:auto;
	text-align:center;
	background-color:#fff;
	position:relative;
	z-index:1;
	color:#000;
	}

#contiene_migas{
	border-left:0;
	border-right:0;
	/*width:83.5em;*/
	width:100%;
	height:auto;
	text-align:right;
	background-color:#fff;
	position:relative;
	z-index:1;
	color:#000;
	margin:0px;
	margin-bottom:10px;
	font-size:0.95em;
	text-transform:lowercase;
	}

#contiene_menu{
	margin: 0 auto;
	border-left:0;
	border-right:0;
	width:100%;
	height:auto;
	text-align:center;
	background-color:#FFFFFF;
	position:relative;
	z-index:0;
	color:#000;
	}
	
#contiene_banda_superior{
	margin: 0px;
	padding-top:0px;
	padding-bottom:0px;
	width:83.5em;
	height:10px;
	min-height:10px;
	text-align:center;
	background-color:#fff;
	position:relative;
	float:left;
	z-index:2;
	color:#000;
	background-image:url(../images/banda_superior.gif);
	background-repeat:no-repeat;	
}

#contiene_centro{
	margin: 0px;
	padding-top:0px;
	padding-bottom:8px;
	border-left:0;
	border-right:0;
	width:83.5em;
	height:auto;
	text-align:center;
	background-color:#fff;
	position:relative;
	float:left;
	z-index:2;
	color:#000;
	}

#contiene_contenidos{
	float:left;
	position:relative;
	width: 73%;
	z-index:3px;
	margin-top:6px;
	margin-left:25px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#FFFFFF;
	color:#333333;
}

#contiene_contenidos_sin_submenu{
	float:left;
	position:relative;
	width: 98.5%;
	z-index:3px;
	margin-top:6px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	color:#333333;
}

#contiene_portada{
	float:left;
	margin: 0 auto;
	margin-top:10px;
	border-left:0;
	border-right:0;
	width:82.5em;
	height:auto;
	text-align:center;
	background-color:#ffffff;
	position:relative;
	z-index:0;
	color:#000;

	}

#contiene_pie{
	margin: 0 auto;
	border-left:0;
	border-right:0;
	width:83.5em;
	height:auto;
	text-align:center;
	background-color:#fff;
	position:relative;
	z-index:0;
	color:#000;

	}

/*PIE DE PAGINA*/
.pie_pagina{
	float:left;
	position:relative;
	width:8%;
	background-image:url(../images/pie_logos_calidad.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:35px;
	margin:0px;
	margin-top:10px;
	}

#texto_pie_pagina{
	float:left;
	position:relative;
	width:45%;
	height:18px;
	font-size:0.8em;
	padding:0px;
	padding-top:20px;
	margin:0px;
	margin-top:10px;
	background-image:url(../images/pie_fondo_puntos.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
#texto_pie_pagina ul{
	margin:0px;
	padding: 0;
	list-style: none;
}

#texto_pie_pagina li{
	display: inline;
	text-transform:uppercase;
}

#texto_pie_pagina a{
	float: left;
	width:24%;
	display: block;
	color: #005645;
	text-decoration:none;
	text-transform:uppercase;
}

#texto_pie_pagina a:hover{
	color: #99bcb5;
}
	
#texto_pie_pagina_verde{
	float:left;
	position:relative;
	width:47%;
	height:18px;
	font-size:0.8em;
	padding:0px;
	padding-top:20px;
	margin:0px;
	margin-top:10px;
	background-color:#005645;
	background-image:url(../images/pie_fondo_puntos.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	}

#texto_pie_pagina_verde a{
	color: #FFFFFF;
	text-decoration:none;
	}

#texto_pie_pagina_verde a:hover{
	color: #99bcb5;
	}



/* CSS Documento Portada */
.portada_izquierda{
	float:left;
	position:relative;
	width:30%;
	margin: 0 auto;
	border-left:0;
	border-right:0;
	background-color:#fff;
	color:#000;
	}

.portada_izquierda_confirmacion{
	color:#000;
	text-align:center;
	vertical-align:middle;
	float:center;
	position:relative;
	width:50%;
	margin: 0 auto;
	height:200px;
	border-left:0;
	border-right:0;
	background-color:#fff;
	font-size:0.9em;
}

.portada_centro{
	float:left;
	position:relative;
	width:53%;
	margin: 0 auto;
	border-left:0;
	border-right:0;
	background-color:#fff;
	color:#000;
	}

.portada_noticias{
	position:absolute; 
	top:0; 
	left:310;
	z-index:1;
	margin: 0 auto;
	border-left:0;
	border-right:0;
	color:#000;
}

.portada_derecha{
	float:right;
	position:relative;
	width:14.8%;
	margin: 0;
	background-color:#fff;
	color:#000;
	z-index:2;
	min-width:150px;
}

/*MIGAS DE PAN*/
#contiene_migas a{
	color:#000000;
	text-decoration:none;
	}

#contiene_migas a:hover{
	/* color:#ac0303; está personalizado en cada hoja de colores */
	text-decoration:none;
	}

/*CSS GENERALES TODO EL PORTAL*/
.negrita_rojo{
	color:#ac0303;
	font-weight:bold;
}

.imagen{
	border-style:none;
}

.imagen_centrada{
	border-style:none;
	vertical-align:middle;
}
.negrita{
	font-weight:bold;
}


.imagen_tipos_uva{
	vertical-align:top;
	margin:2px;
}
.imagen_centrada{
	vertical-align:middle;

}

.enlace_rojo a {
	color:#CC0000;
	font-weight:normal;
	text-decoration:underline, overline;
}

.enlace_rojo a:hover {
	color:#333333;
	font-weight:normal;
	text-decoration:none;
}


/*POLITICA LEGAL*/
#contenidos_politica_legal{
	float:left;
	width:100%;
	position:relative;
	text-align:center;
	}
.contenidos_politica_legal_izq{
	float:left;
	width:18%;
	position:relative;
	text-align:center;
	}
