* {
	margin: 0;
}
html {
	height: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 80%;
	background-image: url(images/img_fondo.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color: #5ca235;
	background-attachment: fixed;
	overflow: scroll;
}
#contenedor {
	margin: auto;
	width: 740px;
	text-align: left;
	background-image: url(images/img_contenedor.jpg);
	background-repeat: repeat-y;
	background-color: white;
}
#cabecera img {
	border: 0;
}
/* menu */

#menu {
	height: 30px;
	padding-top: 8px;
	color: white;
	text-align: center;
	background-image: url(images/img_menu.jpg);
	background-repeat: no-repeat;
}
#menu a {
	padding: 2px 6px 2px 6px;
	border-right: 1px solid #ca829e;
	color: white;
	font-weight: normal;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
.boton {
	height: 30px;
	padding-top: 8px;
	color: white;
	text-align: center;
	background-image: url(images/img_boton.jpg);
	background-repeat: no-repeat;
}
.boton a, .boton_chico a {
	padding: 2px 6px 2px 6px;
	color: white;
	font-weight: normal;
	text-decoration: none;
}
.boton a:hover, .boton_chico a:hover {
	text-decoration: underline;
}
/* contenido */

#contenido {
	padding: 10px 40px 20px 40px;
}
h1, h2, h3 {
	padding-bottom: 20px;
	color: #a62e5e;
	font-weight: normal;
}
h3 {
	font-weight: bold;
}
h4 {
	padding-top: 20px;
	color: #a62e5e;
	font-size: 14px;
}
td, th {
	width: 50%;
	vertical-align: top;
}
th {
	padding-right: 20px;
	border-right: 1px dashed #b0a187;
	font-weight: normal;
}
td {
	padding-left: 20px;
}
/* actividades */
.actividad {
	padding-top: 10px;
	border-top: 1px dashed #b0a187;
	margin-bottom: 10px;
}
.actividad h3 {
	padding: 0;
}
table {
	width: 100%;
}
.actividad th {
	width: 100px;
	margin: 0;
	padding: 0;
	padding-right: 10px;
	border: 0;
}
.actividad td {
	width: 100%;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
/* formularios */
input, textarea {
	border: 1px solid #a62e5e;
	padding: 5px;
}
#enviar, #borrar, .boton_chico {
	width: 90px;
	padding: 0;
	border: 0;
	text-align:center;
	color: white;
	background-image: url(images/img_boton_formulario.jpg);
}
.boton_chico {padding: 7px 0 7px 0;}
/* pie */
#pie {
	text-align: center;
	padding: 0 40px 25px 40px;
	background-image: url(images/img_pie.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#pie strong {
	color: #a62e5e;
}
/* factor n*/
#factorn {
	margin-top: 5px;
	font-size: 9px;
	text-align:center;
}
#factorn a {
	color: black;
	text-decoration: none;
}
#factorn a:hover {
	color: #a62e5e;
	text-decoration: underline;
}
