#menu {
	height: 32px;
	position:absolute;
	z-index:1;
	top: 50%;
	margin-top:-177px;
	width: 100%;
	text-align: center;
	left: 0px;
}

#contenedor {
	background-color: #FFFFFF;
	height: 290px;
	width: 100%;
	position:absolute;
	z-index:1;
	left: 0px;
	top: 50%;
	margin-top:-145px;
}
#contenido {
	margin: auto;
	height: 290px;
	width: 950px;
	overflow: hidden;
}

/*//////DIVS IZQUIERDA /////////////////////////////////////////////////////////////////////*/

#izquierda {
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	width: 15%;
}
#iz_top {
	text-align: right;
	height: 185px;
}
#logo {
	text-align: right;
}

/*//////DIVS CENTRO /////////////////////////////////////////////////////////////////////*/

#centro {
	float: left;
	width: 394px;
	height: 290px;
}

/*//////DIVS DERECHA////////////////////////////////////////////////////////////////*/

#derecha {
	text-align: justify;
	float: left;
	width: 372px;
	margin-left: 40px;
}
#d_tit {
	padding-top: 40px;
	float: none;
}
#d_texto {
	overflow: auto;
	height: 165px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: none;
	padding-right: 20px;
}

/*////////DIVS PIE////////////////////////////////////////////////////////////////*/
#pie_fondo {
	height: 18px;
	width: 100%;
	position:absolute;
	z-index:1;
	left: 0px;
	top: 100%;
	margin-top:-18px;
	vertical-align: bottom;
	background-color:#FFFFFF;
	opacity:0.5;
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
}
#pie {
	height: 18px;
	width: 100%;
	position:absolute;
	z-index:2;
	left: 0px;
	top: 100%;
	margin-top:-18px;
	vertical-align: bottom;
	font-size: 95%;
	color: #180F43;
	/*background-image: url(../img/pat_trasparente.png);*/
}#p_iz {
	vertical-align: middle;
	padding-left: 30px;
	float: left;
	padding-top: 2px;
}
#p_der {
	float: right;
	text-align: right;
	padding-right: 30px;
	padding-top: 2px;
}
#pie a {
	color: #003399;
}
#pie a:hover {
	color: #000000;
}
.d_contacto {
	text-align: justify;
	float: none;
	width: auto;
	margin-right: 40px;
	background-image: url(../imagenes/fdo_contacto.gif);
}

