@charset "iso-8859-1";
/* CSS Document */

html, body {
	height:100%;
	padding:0;
	margin: 0; /*desactivar si se desean bordes alrededor*//*margin-top: 5px; controlan los bordes alrededor
	margin-right: 5px;  controlan los bordes alrededor
	margin-left: 5px;controlan los bordes alrededor*/
}
body {
	background-color: #890B4D;
}
h1, h2, h3, h4, h5, h6, p, form {
	margin:0 0 .7em
}
h1, h2 {
	text-align:center;
}
#container {
	margin:0 auto;
	text-align:left;
	position:relative;
	margin-top:-20px;                                             /* make space for footer*/
	z-index:0;
	min-height:100%;
	min-width:999px; /* para evitar que la columna del centro sea fluida min-width debe ser igual a max-width*/
	max-width:1030px;
	background-color: #FAF7E7;	                                      /*  center column colur*/
	/*border-right:1px solid #000;          
	/*border-left:1px solid #000;*/
}
#header {
	color:black;
	clear:both;
	position:relative;
	z-index:2;
	width:100%;
	border-top:20px solid #890B4D;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	background-color: #890B4D;
	height: 160px;
}
#botonera{
	position: absolute;
	height: 41px;
	width: 100%;
	visibility: visible;
	bottom: 0;
	background-image: url(img/bot.jpg);
}
#footer {
	min-width:999px; /* para evitar que la columna del centro sea fluida min-width debe ser igual a max-width*/
	max-width:1030px;
	clear:both;
	margin:auto;
	position:relative;
	z-index:2;
	height:19px;
	text-align:center;
	background-color: #890B4D;
	border-bottom-width: 10px;
}
/*if we float the middle column we avoid the ie6 3 pixel jog and also keep columns in normal source order (left,middle right) but we need to use a negative margin offset to make it all fit.*/
#middle {
	float:left;
	width:100%;
	margin-right:20px;                                  /* width of left and right columns */
}
#content {
	width: 720px;
	margin-left: 120px;
	margin-right:20px; 
}
#contentMapa {
	width: 800px;
	margin-left: 60px;
	margin-right:10px;
}

#left {
	width:10px;
	position:relative;
	float:left;
	z-index:2;
}
#right {
	width:10px;
	position:relative;
	float:right;
	z-index:2;
	font-size:11px;
}
/*The following  2 absolute columns that just hold the column colours */
/* there is no need to worry about being removed from the flow because these do not hold content but are just stuck to the parent container and set at 100% height. This ensures that they grow with the parent container. Its a shame that this behaviour doesn't apply to static elements and we'd all be a lot happier. */
#l {
	width:9px;
	height:100%;
	position:absolute;
	bottom:0;
	left:0;                                              /* left column color*/
	z-index:1;
	clear:both;
	background-color: #890B4D;
}
#r {
	position:absolute;
	height:100%;
	right:0;                                              /* right column color*/
	z-index:1;
	width:9px;
	bottom:0;
	clear:both;
	background-color: #890B4D;
}
* html #l, * html #r {
	height:999em;
	bottom:-1px
}
p {
	padding:5px;
}/* some breathing space*/
/* clear without structural mark-up */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* mac hide - force layout in ie \*/
.clearfix {
	display: block;
}
/* End hide */

/*Opera Fix for sticky footer*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-bottom:20px;
}
/* #inner protects any floats in the content from clearing the :before float */
#inner {
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:3;
}
.seccion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #890B4D;
	margin-bottom: 15px;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.footerl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #D268A0;
	text-decoration: none;
}
.footerl:hover {
	color: #FAF7E7;
}
.boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #570631;
	text-decoration: none;
	clip: rect(auto,auto,auto,auto);
	margin-left: 40px;
	margin-right: 40px;
	text-transform: uppercase;
	line-height: 35px;
}
.boton:hover {
	color: #000000;
	text-decoration: underline;
	clip: rect(auto,auto,auto,auto);
	text-transform: uppercase;
}
.subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #979B00;
}
.titulo_centrado {
	font-family: Arial sans-serif;
	font-size: 15pt;
	color: #890B4D;
	text-indent: 30px;
	font-weight: bold;
	text-align: center;
}
#botoneraHome {
	height: 41px;
	width: 100%;
	bottom: 0;
	background-image: url(img/bot.jpg);
}
#container #inner #middle #content .titulo_centrado a {
	color: #890B4D;
	text-decoration: none;
}
