* {
	padding: 0;
	margin: 0;
	border: 0;
}
p {
	padding: 10px;
}
body {
	min-width: 780px;
	width: auto !important;
	width: 780px;
	font: 14px "Trebuchet MS", Arial, sans-serif;
	background: url(../img/bgindex.png) #fff repeat-x;
	margin: 0 30px 0 30px;
	color: #fff;
}
a {
	color: #fff;
	outline-style: none;
	text-decoration: none;
	border: none;
}
a img {
	border: none;
}
/*----------------------------------------------- BARRA SUPERIOR --------------------------------------------------*/
#barra_sup {
	height: 26px;
	font-size: 11px;
	line-height: 26px;
}
#barra_sup a:hover {
	text-decoration: underline;
}
#barra_sup_izq {
	float: left;
	width: 390px;
}
#barra_sup_der {
	float: right;
	width: 350px;
}
/*----------------------------------------------- CONTENEDOR SUPERIOR --------------------------------------------------*/
#contenedor_cen_sup {
	height: 85px;
}
.logo {
	float: left;
	margin: 10px 0 10px 20px;
	behavior: url(../js/fx-iepngfix.htc);
}
/*----------------------------------------------- MENU SUPERIOR --------------------------------------------------*/
.menu_sup {
	float: right;
	height: 48px;
	margin: 20px 20px 0 0;
}
.menu_sup .ms1 {
	background: url(../img/1a.png) no-repeat;
}
.menu_sup .ms1:hover {
	background: url(../img/1b.png);
}
.menu_sup .ms2 {
	background: url(../img/2a.png);
}
.menu_sup .ms2:hover {
	background: url(../img/2b.png);
}
.menu_sup .ms3 {
	background: url(../img/3a.png);
}
.menu_sup .ms3:hover {
	background: url(../img/3b.png);
}
.menu_sup a {
	width: 82px;
	text-align: center;
	line-height: 48px;	
	font-size: 11px;
	font-weight: bold;
	display: block;
}
.menu_sup a:hover {
	color: #043454;
}
.menu_sup ul {
	margin: 0;
	list-style-type: none;
}
.menu_sup ul li {
	float: left;
}
/*----------------------------------------------- CAJA CENTRAL --------------------------------------------------*/
#caja_central {
	width: 100%;
	background-color: #002741;
	overflow: hidden;
	float: left;
}
#caja_central_borde_sup {
	height: 10px;
}
#caja_central_borde_sup_izq {
	background: url(../img/borde_sup_izq.png) no-repeat;
	width: 10px;
	height: 10px;
	float: left;
}
#caja_central_borde_sup_der {
	background: url(../img/borde_sup_der.png) no-repeat;
	width: 10px;
	height: 10px;
	float: right;
}
#caja_central_contenedor {
	margin-top: 0;
	padding: 0 10px 0 10px;
	min-height: 460px;
	height: auto !important;
	height: 460px;
	width: 100%;
}
#caja_central_borde_inf {
	background: url(../img/borde_inf_cen.png) repeat-x;
	height: 40px;
	width: 100%;
	float:left;
	clear:both;
}
#caja_central_borde_inf_izq {
	background: url(../img/borde_inf_izq.png);
	width: 10px;
	height: 40px;
	float: left;
}
#caja_central_borde_inf_der {
	background: url(../img/borde_inf_der.png);
	width: 10px;
	height: 40px;
	float: right;
}

