body{
	background-image: url(imagenes/fondo.jpg);
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #009966;
	text-transform: capitalize;
	font-style: italic;
}
a:link {
	font-weight: bold;
	color: #39995A;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #00CC99;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #009966;
	text-decoration: underline;
}

 a.volver:link {
	font-weight: bold;
	color: #FF3300;
	text-decoration: underline;
}
 a.volver:visited {
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}
 a.volver: hover  {
	font-weight: bold;
	color: #009966;
	text-decoration: none;
}



/* Contenedores*/

#content {
		width: 760px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
	background-image:url(imagenes/logo_agua.jpg);
	background-repeat: no-repeat;
	background-position: right 250px;
}

#header {
background-image:url(imagenes/header.jpg) ;
height:130px;
margin:auto;
}

#cont_derecha{
	float:right;
	width:515px;

margin-right: 20px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

}

#footer {
	margin:auto;
	width:760px;
	height:20px;
	background-color:#FFDFBF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}

/*Botoneras*/

#botonera_top{
background-image:url(imagenes/botonera_top.jpg);
height:31px;
margin:auto;
}

#botonera_top ul {
	margin: 0;
	padding:0;
	list-style: none;

}

#botonera_top li {
	display: inline;	
}

#botonera_top a {
	margin-top: 5px;
	float:left;
	height: 20px;
	width: 107px;
	padding: 0;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	FONT-WEIGHT: bold;
	color: #000000;
	border-right-width: 1px;
	border-right-style: double;
	border-right-color: #FF6633;
}

#botonera_top .fin a {
	border-right: none;		
	}

#b_izquierda {
	float:left;
	padding:15px;
	width:150px;
	height:400px;
	background-image: url(imagenes/fondo_bot.jpg);

}

#b_izquierda ul {
	margin: 0;
	padding:0;
	list-style: none;

}

#b_izquierda li {
	display: inline;
	background-repeat: no-repeat;
}

#b_izquierda a {
	float:left;
	height: 31px;
	width: 144px;
	text-decoration: none;
	padding:2px 0 0 35px;
	text-align: left;
	font-size: 11px;
	FONT-WEIGHT: bold;
	color: #000000;
	background-image: url(imagenes/boton_verde.jpg);
	background-repeat: no-repeat;

	
}
.recuadro_logos {
	border: 1px solid #FF9933;
}
.aclaraciones {
	font-size: 10px;
	line-height: normal;
}
li {
	list-style-type: square;
}
input {
	border: 1px solid #FF9900;
}
strong {
}
textarea {
	border: 1px solid #FF9900;
}
.separador {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #66CC33;
}

