html, body{
	margin:0px;
	padding:0px;
	height: 100%;
	width: 100%;
	max-height:100%;
	background-color: #9A4F32;
	text-align: center;
}#todo {
	width: 760px;
	height: auto;
	text-align: center;
	left: auto;
	right: auto;
}
#cabecera {
	background-color: #97A651;
	height: 125px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/_fondo1.jpg);
}
#cabecera #logo {
	background-color: #5D6C0F;
	height: 103px;
	text-align: center;
}
#todo #cabecera #menu {
	background-color: #B8CA66;
	text-align: right;
	height: 22px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align: -50%;
}
#todo #cabecera #menu a {
	color: #31331E;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
#todo #cabecera #menu a:hover {
	color: #AA3F09;
	text-decoration: underline;
}

#todo #cuerpo {
	background-color: #98A752;
	background-image: url(../images/fondo.jpg);
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	vertical-align: top;
	padding: 20px;
	text-align: justify;
}
#todo #cuerpo a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#todo #cuerpo a:hover {
	color: #33CCFF;
}


#todo #cuerpo h4 {
	text-align: center;
	color: #EAEE9B;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
}
#todo #cuerpo h1 {
	color: #4E2916;
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
}
#todo #cuerpo h2 {
	font-size: 18px;
	text-align: center;
}
#todo #cuerpo img {
	float: right;
	margin-bottom: 25px;
	margin-left: 30px;
	margin-right: 30px;
}
#todo #cuerpo #membrete {
	font-size: 11px;
	text-align: center;
}
#todo #cuerpo td {
	text-align: center;
	padding: 5px;
	width: 130px;
}
#todo #cuerpo #desc {
	background-color: #D8EAA2;
	color: #4E2916;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #003300;
	border-bottom-color: #003300;
}
#todo #cuerpo th {
	background-color: #86914C;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-transform: uppercase;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #003300;
	border-bottom-color: #003300;
}
#todo #cuerpo #thumb {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 100px;
	float: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#todo #cuerpo #item {
	left: 50%;
	right: 50%;
}
#todo #cuerpo #imagen {
	float: none;
	margin: 0px;
	padding: 0px;
}
#todo #cuerpo #ficha #derecha {
	text-align: center;
	padding: 5px;
	margin: 0px;
	width: 250px;
	vertical-align: top;
}
#todo #cuerpo #ficha #izquierda {
	margin: 0px;
	padding: 5px;
	width: auto;
	vertical-align: top;
}
#todo #cuerpo #ficha #izquierda th {
	color: #FFFFFF;
	padding: 5px;
	margin: 0px;
	text-align: left;
	background-color: #737B40;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
#todo #cuerpo #ficha #izquierda td {
	margin: 0px;
	padding: 10px;
	background-color: #BACC82;
	text-align: justify;
	width: auto;
	color: #4E2916;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ACB56F;
	border-right-color: #5B6132;
	border-bottom-color: #5B6132;
	border-left-color: #ACB56F;
}
#todo #cuerpo #ficha #izquierda .titulo {
	color: #006600;
}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #FFFFFF;
}

