/*
********************************************
* GENERALES
********************************************
*/
body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #666;
	background: #FCF7EE url(../Graficos/Generales/fondo.jpg) no-repeat top center;
	background-attachment: fixed;
}

a {
	color: #DF7607;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #4C4F19;
}

img {
	border:0;
}

h2, h3 {
	margin: 0 0 10px 0;
	font-size: 20px;
	color: #333;
}

h3 {
	margin-bottom: 0;
	font-size: 30px;
}

p {
	margin-top: 0;
}


/*
********************************************
* VARIOS
********************************************
*/
.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

.sin_margin {
	margin-bottom: 0;
}

.separador_parrafo {
	margin-bottom: 40px;
}

.centrado {
	text-align: center;
}


/*
********************************************
* HEADER
********************************************
*/
#contenedor_header {
	width: 100%;
	height: 170px;
}

#adorno_header {
	width: 100%;
	height: 27px;
	border-bottom: 3px solid #D0D19E;
	background-color: #454815
}

#header {
	width: 900px;
	height: 140px;
	margin: 0 auto;
}

#logo_maprex a {
	float: left;
	width: 200px;
	height: 75px;
	margin-top: 37px;
	margin-left: 45px;
	text-indent: -9999px;
	background: url(../Graficos/Generales/logo_maprex-trans.png) no-repeat left top;
}


/*
********************************************
* CONTENEDOR PRINCIPAL
********************************************
*/
#contenedor_principal {
	width: 920px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 12px;
	background: transparent url(../Graficos/Generales/fondo_contenedor_principal_sombra-trans.png) no-repeat;
	background-position: -7px 2px;
}

#contenedor_top {
	width: 900px;
	height: 30px;
	margin: 0 auto;
	margin-bottom: 0;
	padding-bottom: 0;
	background: transparent url(../Graficos/Generales/fondo_contenedor_principal_top-trans.png) no-repeat top center;
}

#contenedor_top_corto {
	width: 900px;
	height: 10px;
	margin: 0 auto;
	background: transparent url(../Graficos/Generales/fondo_contenedor_principal_top-trans.png) no-repeat top center;
}

#contenedor_middle {
	width: 880px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 10px 0 10px;
	background: transparent url(../Graficos/Generales/fondo_contenedor_principal_middle-trans.png) repeat-y top center;
}

#contenedor_bottom {
	width: 900px;
	height: 40px;
	margin: 0 auto;
	margin-bottom: 50px;
	background: transparent url(../Graficos/Generales/fondo_contenedor_principal_bottom-trans.png) no-repeat top center;
}


/*
********************************************
* FOOTER
********************************************
*/
#footer {
	width: 920px;
	height: 48px;
	padding: 42px 50px 0px 50px;
	color: #FFF;
	font-size: .9em;
	background: #B75810 url(../Graficos/Generales/fondo_footer.gif) no-repeat top left;	
}

#footer #copy {
	float: left;
	width: 200px;
	margin-right: 320px;
}

#footer #menu_footer {
	float: left;
	width: 300px;
	text-align: right;
}

#footer #menu_footer a {
	font-weight: normal;
	color: #FFFFCC;
}

#footer #menu_footer a:hover {
	color: #E07608;
}