* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url(images/fondo.jpg) repeat-x top left #61a115;
	color: #444444;
}
#contenedor {
	width: 1000px;
	margin: 0 auto;
	background: url(images/menu_out.jpg) repeat-y top left;
}
/*cabecera*/
#cabecera {
	height: 80px;
	padding: 20px;
	background: url(images/cabecera.jpg) no-repeat top left;
}
/*menu*/
#menu {
	width: 240px;
	float: left;
	color: white;
	font-size: 13px;
	background: url(images/menu.jpg) repeat-y top left;
}
#menu ul {
	list-style: none;
	margin-left: 20px;
	border-bottom: 1px solid #dddddd;
}
#menu ul li a {
	display: block;
	padding: 6px 10px 6px 15px;
	color: #222222;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	border-top: 1px solid #dddddd;
}
#menu ul li a:hover {
	display: block;
	background-color: #0d6928;
	background-image: none;
	color: white;
	background: url(images/boton.jpg) repeat-y top left;
}
#menu .boton2 {
	display: block;
	color: #444444;
	background: url(images/boton.jpg) repeat-y top center;
	font-weight: normal;
	border-top: 1px solid #cccccc;
}
#menu .boton3 {
	color: #444444;
	background: url(images/boton.jpg) repeat-y top right;
	font-size: 12px;
	font-weight: normal;
	border-top: 1px solid #bbbbbb;
}
#menu .cierre {
	display: block;
	height: 40px;
	padding: 0;
	background: url(images/menu_pie.jpg) no-repeat top left;
}
#menu div {
	padding: 10px 10px 10px 30px;
	background: none;
}
/*contenido*/
#contenido {
	width: 740px;
	min-height: 550px;
	padding-right: 20px;
	background: url(images/contenido.jpg) repeat-y top right white;
	float: left;
}

#contenido h1 {
	font-size: 30px;
	color: white;
	background-color: #222222;
	padding: 4px 40px 0 40px;
	font-weight: normal;
}
#contenido h2 {
	font-size: 16px;
	padding: 2px 40px;
	color: white;
	background-color: #61a115;
	font-weight: normal;
}
#contenido h3 {
	font-size: 18px;
	color: #61a115;
	line-height: normal;
	font-weight: normal;
}
#contenido h4 {
	font-size: 14px;
	text-transform: uppercase;
	line-height: inherit;
	font-weight: bold;
}
#contenido hr {border-top: 1px solid #cccccc; margin: 30px 0;}
#contenido ul {
	margin-left: 15px;
}
#contenido div {
	padding: 20px 40px;
	line-height: 1.4em;
	border-top: 1px solid  #61a115;
}
#contenido a {color: #61a115;}
#contenido td {vertical-align: top;}
#contenido .botonera {list-style: none; margin: 0; padding-top: 2px;}
#contenido .botonera li {display: block; height: 29px; margin-bottom: 3px; margin-right: 10px;}
#contenido .botonera a, #contenido .boton {width: auto; min-width: 120px; display: block; clear: both; padding: 6px 12px 6px 8px; background: url(images/boton.gif) no-repeat top right #dedede; color: #222222; text-decoration: none;}
#contenido .botonera a:hover, #contenido .boton:hover {background-color: #61a115; color: white;}
#contenido .servicios {height: 100px; background-color: #0099CC; border: 0;}
#contenido .celda {border: 1px solid #dedede; padding: 5px; vertical-align: middle; text-align: center; margin-right: 10px;}
/*pie*/
#pie {
	clear: both;
	color: #222222;
	padding: 40px 0 20px 240px;
	background: url(images/pie.jpg) no-repeat top right #61a115;
}
#pie a {
	color: #222222;
}
#pie strong {color: white; font-weight: normal;}
/*formularios*/
label {
	display: block;
}
input {padding: 5px; background-color: #dedede;}

input[type=text], textarea {
	padding: 5px;
	background-color: #dedede;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input[type=submit] {
	display: block;
	padding: 2;
	border: 0;
}
/*factor ñ*/
#factorn {
	color: white;
	margin-bottom: 5px;
	font-size: 9px;
	background-color: #61a115;
}
#factorn a {
	text-decoration: none;
	font-weight: bold;
	color: white;
}
#factorn a:hover {
	text-decoration: underline;
}
