body{
	background-color: #002D6C;	
}

#port_enc{
	text-align: right;
	background-color: #002E6D;
	padding: 11px 10px 5px 10px;
	height: 74px;
}
#port_enc .logo{
	text-align: left;
	margin-top: 15px;
}


#port_enc .menu{
	float: right;
	margin: -60px 0 5px 0;
	padding: 0;
	height: 75px;
	list-style-type: none;
}
#port_enc .menu li{
    display: inline;
	width: 75px;
	height: 75px;
    margin: 0;
    padding: 0;
}
#port_enc .menu li a{
	float: left;
	display: block;
	text-align: center;
	background: #002E6D none 50% 50% no-repeat;
	width: 75px;
	height: 75px;
    margin: 0 20px;
    padding: 0;
	line-height: 75px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
#port_enc .menu li.c1 a{
	background-image: url(/lib/img/menu_circ1.png);
}
#port_enc .menu li.c2 a{
	background-image: url(/lib/img/menu_circ2.png);
}
#port_enc .menu li.c3 a{
	background-image: url(/lib/img/menu_circ3.png);
}
#port_enc .menu li.c4 a{
	background-image: url(/lib/img/menu_circ4.png);
}
#port_enc .menu li.c5 a{
	background-image: url(/lib/img/menu_circ5.png);
}
#port_enc .menu li.c6 a{
	background-image: url(/lib/img/menu_circ6.png);
}
#port_enc .menu li.c7 a{
	background-image: url(/lib/img/menu_circ7.png);
}
#port_enc .menu li a:hover{
	color: white;
	text-transform: uppercase;
	font-size: 90%;
	background-image: url(/lib/img/menu_circ_hover.png);
}
#port_enc .menu .comprimido{
	letter-spacing: -1px;
}


#port_med{
	color: #E8E6DE;
	background-color: #00387D;
	height: 205px;
	font-weight: bold;
	text-align: right;
}
#port_med .flash{
	margin-top: 6px;
	float: left;
}
#port_med .direccion{
	padding: 8px 19px 0 0;
}
#port_med .lema{
	padding: 15px 19px 0 0;
}
#port_med .lema_logo{
	padding: 15px 19px 0 0;
}



#port_inf{
	position: relative;
	background: #002D6C url(/lib/img/port_inf_fondo.png) right bottom no-repeat;
	margin: 0 0 5px 0;
	height: 255px;
}



#blq_izq, #blq_cen, #blq_der{
	position: absolute;
	width: 86px;
	height: 191px;
	bottom: 12px;
	background-color: white;
}
#blq_izq{
	right: 30px;
}
#blq_cen{
	right: 147px;
}
#blq_der{
	right: 264px;
}
#blq_izq img, #blq_cen img, #blq_der img{
	vertical-align: bottom;
}
#blq_izq .producto, #blq_cen .producto, #blq_der .producto{
	padding: 3px;
}


/*
 * Ancho mínimo: 960px;
 */
#port_enc{
	min-width: 940px;
}
#port_med, #port_inf{
	min-width: 960px;
}
#pie{
	min-width: 936px;
}