@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#5c883c;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(../images/fondo.jpg);
	background-attachment:scroll;
	background-repeat:no-repeat;
/*	background: url(../images/fondo_abajo.jpg) bottom no-repeat;*/
}
.oneColFixCtrHdr #backgrd2 {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
/*	background: #FFFFFF;*/
	margin:0;
	padding:0;
	height: auto;
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background: transparent url(../images/fondo_abajo.jpg) no-repeat scroll bottom;
}


.oneColFixCtrHdr #container {
	width: 788px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
/*	background: #FFFFFF;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #header {
	background-image:url(../images/cabecera.jpg);
	background-repeat:no-repeat;
	height: 300px;
	width: 788px;
	padding: 0;
	position:relative;
}

.oneColFixCtrHdr #menus {
	width: 788px;
	height: 32px;
	padding: 0;
	margin: 260px 0 0 0;
	position:relative;
	float:left;
}

.oneColFixCtrHdr #estado_pagina h1 {
	margin: 0;
	padding: 5px 10px 0 0;
	text-align:right;
	font-size:0.6em;
	font-weight:bold;
	color:#666666;
}

.oneColFixCtrHdr #mainContent {
	margin: 0;
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#94b17a;
	background-image:url(../images/fondo2.jpg);
	background-repeat:no-repeat;
	text-align: justify;
}

.oneColFixCtrHdr #mainContent p{
	margin: 0 10px;
	color:#666666;
	font-size:0.8em;
	font-weight:bold;
}

.oneColFixCtrHdr #mainContent h1{
	margin: 0 10px;
	color:#000000;
/*	color:#C0CF92;*/
	font-size:1em;
	font-weight:bold;
}

.oneColFixCtrHdr #mainContent h2{
	margin: 0 10px;
	color:#006600;
	font-size:0.8em;
	font-weight:bold;
}

.oneColFixCtrHdr #footer {
	padding: 0px 10px;
	background:#FFFFFF;
	background-image:url(../images/pie.jpg);
	height: 42px;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	padding: 15px 10px 0 0;
	text-align:center;
	font-size:0.8em;
	font-weight:bold;
	color:#FFFFFF;
}

.oneColFixCtrHdr #footer p a{
	color:#FFFF00;
}

.oneColFixCtrHdr #label_contacto{
	float:left;
	margin-left:50px;
	text-align:right;
	padding-top:12px;
	padding-right: 0px;
}

.oneColFixCtrHdr #campos_contacto{
	float:left; 
	margin-left:5px; 
	text-align:left;
	margin-top: 0;
}
