html, body {
	width:100%!important;
	height:100%!important;
}

body {
	background-repeat: repeat-x;
	background-color: #FFF2D6;
	font-family: Arial, Helvetica, sans-serif;
}

#centro {
	background-color: #FFF;
	width: 794px;
	min-height: 539px; 
	height: auto!important; 
	height: 539px; 
	/*margin: 30px auto; */
	margin-top: 30px;
	
	left:50%;
	margin-left:-362px;
	position: relative;
}

/* ENCABEZADO */

#cabezera {
	position: relative;
	width: 794px;
	height: 150px;
}

#logotipo {
	background-image: url(../imagenes/logo.gif);
	background-position: left;
	width: 480px;
	height: 120px;
	position: absolute;
	top: 23px;
	left: 14px;
}

#contacto {
	background-image: url(../imagenes/contacto.gif);
	background-position: right;
	width: 199px;
	height: 150px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index:3999;
	
}

#link_contacto {
	display:block;
	border:0px;
	position:absolute;
	top:22px;
	left:5px;
	width:180px;
	height:41px;
	z-index:4000;
	}

#direccion_contacto {
	position:absolute;
	padding-left:15px;
	padding-top:80px;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	height:55px;
	width:170px;
	text-align:left;
}

#navbar {
	background-image: url(../imagenes/menu_bg.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 766px;
	height: 45px;
	padding: 0px;
	margin: 0px 14px;
}

#lista_menu {
	list-style: none;
	margin: 0px;
	padding-top: 11px;
	padding-left: 10px;
	position: relative;
	z-index: 999;
}

#lista_menu li {
	padding: 7px 25px;
	margin: 0px;
	float: left;
	position: relative;
}

#lista_menu li a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
    color: #fff;
}
	
#lista_menu li a:hover {
	text-decoration: none;
	color: #fff2d6;
}

#lista_menu li .submenu {
	background-color: #000;
	min-width: 169px;
	width: auto!important;
	width: 169px;
	padding: 10px 0px;
	margin: 0px;
	position: absolute;
	top: 28px;
	left: 0px;
	display: none;
	opacity: 0.9;
	filter: alpha (opacity=90);	
	z-index: 999;
}

.submenu a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	}

#lista_menu .submenu li {
	line-height: 1em;
	padding: 0px 10px;
	margin: 0px;
	clear: both;
	display: block;
}

#lista_menu .submenu li a {
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	color: #fff;
	margin: 0px;
}

#lista_menu .submenu li a:hover {
	color:#fff2d6;
}

#lista_menu li:hover .submenu {
	display: block;
}

/* CONTENIDO */
#contenido {
	font-size: 12px;
	width: 766px;
	margin-left:14px;
	position:relative;	
}

#buscar {
	background-image: url(../imagenes/px1.gif);
	background-repeat: no-repeat;
	background-color: #ebebeb;
	width: 180px;
	min-height: 50px;
	height: auto!important;
	height:50px;
	margin: 0px;
	position: absolute;
	top: 0px; 
	right: 0px;
}

#boton_buscar {
	position:absolute;
	background-image:url(../imagenes/boton_enter.gif);
	width:44px;
	height:18px;
	background-position:right;
	display:block;
	border:0px;
	border-color:#000000;
	left:127px;
	margin:5px;
	margin-top:8px;
}
#box_buscar {
	position:absolute;
	width:120px;
	border:0px auto;
	padding-top:5px;
	display:block;
	font-size:10px;
	margin-right:2px;
	margin-left:4px;
	margin-top:8px;
	line-height:10px;
}

/* FOOTER */
#footer {
	background-image: url(../imagenes/foot_fm.gif);
	background-repeat:repeat-x;
	font-size:11px;
	color:#000;
	width:766px;
	height: 50px;
	/*position: absolute;
	bottom: 0px;
	left: 14px;*/
	margin-top: 10px;
	margin-left: 14px;
}

#footer p {
	padding: 10px;
	float: left;
}

#footer p a {
	color: #666666;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}

#logito {
	background-image:url(../imagenes/logito.gif);
	width:80px;
	height:35px;
	margin-top:1px;
	border:0;
	float:right;
	}

#paginacion {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	font-weight:bold;
	text-align:right;

	}

#paginacion a {
	color:#666;
	margin:3px;
	text-decoration:none;
	}

#paginacion a:hover {
	color:#000000;
	}
	
#paginacion a.seleccionado {
	color:#000000;
	}