body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/fondo/f-body.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
}
h1 {
	font-size: 10px;
	text-indent: -9999px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 1px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	color: #0263A6;
	font-size: 20px;
	font-style: normal;
	margin: 0px;
}
h3 {
	font-size: 13px;
	text-align: center;
	color: #FFF;
	background-image: url(../images/fondo/f-h3.gif);
	background-repeat: no-repeat;
	height: 27px;
	margin: 0px;
	padding-top: 10px;
}


/*---------------------------------------------------------------------------
IMAGENES
---------------------------------------------------------------------------*/
.imgder {
	float: right;
	margin: 10px;
	padding: 3px;
	border: 1px solid #CCC;
}
.imgizq {
	margin: 5px;
	float: left;
}
.imagcen {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
a img {border : 0;}
a:link, a:visited {
	color: #00375C;
	text-decoration: none;
}
a:hover, a:active {
	color: #999;
	text-decoration: none;
}

.bco {
	clear: both;
	float: none;
}
#wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/fondo/f-wrap.jpg);
	background-repeat: no-repeat;
}
#head {
	height: 230px;
}
/*---------------------------------------------------------------------------
navegacion
---------------------------------------------------------------------------*/
#nav {
	height: 82px;
	padding-left: 130px;
}
.navDivider {
	height: 30px;
	width: 2px;
	background-image: url(../images/fondo/navdivider.gif);
	background-repeat: no-repeat;
	float: left;
	}
#nav a {
	display: block;
	float: left;
	height: 27px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 12px;
	font-weight: bold;
	}
#nav a:hover, #nav a.on {
	background-image: url(../images/fondo/nav-on.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
/*---------------------------------------------------------------------------
MENU
---------------------------------------------------------------------------*/

#menu {
	float: left;
	width: 240px;
	background-image: url(../images/fondo/f-menu.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 270px;
	padding-left: 10px;
}
#menu ul {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#menu ul li {
	margin-left: 55px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-image: url(../images/auxi/flecha.gif);
}
#menu ul li a {
	font-weight: bold;
	font-size: 13px;
	display: block;
	width: 160px;
}
#menu a:link, #menu a:visited {
	color: #999;
}
#menu a:hover, #menu a:active {
	color: #333;
}
#menu .codigo {
	padding-left: 30px;
	font-size: 11px;
	font-weight: bold;
	color: #666;
}


#destacado {
	float: left;
	background-image: url(../images/fondo/f-destacado.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 270px;
	padding-right: 30px;
	padding-left: 20px;
	width: 260px;
}
#textohome {
	float: right;
	width: 420px;
	margin-left: 20px;
}



/*---------------------------------------------------------------------------
pie
---------------------------------------------------------------------------*/
#pie {
	background-color: #D2D2D2;
	background-image: url(../images/fondo/f-pie.gif);
	background-repeat: repeat-x;
	height: 150px;
}
#pie #direcciones {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#direcciones .textodireccion p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#direcciones .textodireccion {
	text-align: center;
	float: left;
	width: 500px;
	color: #333;
}
#direcciones a:link, #direcciones a:visited {
	color: #0263A6;
}
#direcciones a:hover, #direcciones a:active {
	color: #333;
	background-color: #FFF;
}

/*---------------------------------------------------------------------------
varios
---------------------------------------------------------------------------*/
.txtch {
	font-size: 10px;
	font-weight: bold;
	color: #666;
}
.txtjust {
	text-align: justify;
}
#legal {
	text-align: center;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

