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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images_compo/FONDO.png);
	background-repeat:repeat-x;
	background-color: #FFFFFF;
}
#aviso_area {
	position:relative;
	width:875px;
	padding-top:20px;
	height:auto;
	z-index:2;
}
#icono {
	position:relative;
	width:auto;
	height:auto;
	margin-left:690px;
	float:left;
}

#texto_area {
	position:relative;
	width:auto;
	height:auto;
	margin-right:10px;
	float:right;
	margin-top: 5px;
}
#contenedor {
	position:relative;
	width:875px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	background-color:#FFFFFF;
	z-index:1;
}
#cabecera {
	position:relative;
	width:856px;
	height:auto;
	margin-top:10px;
	margin-left: 10px;
	padding-top: 20px;
}

#contenido {
	position:relative;
	margin-top:10px;
	width:875px;
	height:auto;
	margin-bottom: 10px;
}
#pie_grande {
	position:relative;
	margin-top:20px;
	width:875px;
	height:80px;
	z-index:2;
}
#caja_pie {
	position:relative;
	margin-left:110px;
	margin-top:10px;
	float:left;
	width:135px;
	height:49px;
	z-index:2;
}
#caja_contenido1 {
	position:relative;
	margin-left:10px;
	margin-top:10px;
	width:420px;
	float:left;
	height:auto;
	z-index:2;
}

#avisoLegal {
	position:relative;
	margin-top:10px;
	width:250px;
	height:55px;
	z-index:2;
}

