@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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:fixed;
}
.oneColFixCtrHdr #container {
	width: 785px;  /* 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.png);
	height: 190px;
	padding: 0;
}

.oneColFixCtrHdr #menus {
	width: 785px;
	height: 35px;
	background-image:url(../images/rellenomenu.png);
	padding: 0;
	margin: 0;
}

.oneColFixCtrHdr #botonera {
	width: 785px;
	height: 35px;	
	margin: 0;
}

.oneColFixCtrHdr #estado_pagina {
	width:  785px;
	height: 20px;	
	margin: 0;
	padding: 0;
	text-align:right;
	background-image:url(../images/relleno.gif);
	background-repeat:repeat-y;	
}

.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:#FFFFFF;
	background-image:url(../images/rellenohome.png);
	background-repeat:repeat-y;
	text-align: justify;
}

.oneColFixCtrHdr #mainContent p{
	margin: 0 10px;
	color:#333333;
	font-size:0.8em;
	font-weight:bold;
}

.oneColFixCtrHdr #mainContent p b{
	color:#FF0000;
}


.oneColFixCtrHdr #mainContent h2{
	margin: 0 10px;
	color:#000099;
	font-size:0.9em;
	font-weight:bold;
}

.oneColFixCtrHdr #footer {
	padding: 10px;
	background:#FFFFFF;
	background-image:url(../images/rellenomenu.png);
	height: 20px;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	padding: 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;
}