* {
	margin: 0 auto;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #24531b;
	background-image: url(images/img_textura.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment: fixed;
	padding-top: 20px;
	color: #444444;
}
/* contenedor */
#contenedor {
	width: 690px;
	margin: auto;
}
/* menu */
#menu {
	width: 80px;
	float: left;
	margin-right: 10px;
}
#menu ul {
	list-style: none;
	padding: 0;
}
#menu li {
	margin-bottom: 10px;
}
#menu a {
	width: 65px;
	height: 65px;
	display: block;
	padding: 4px;
	border: 2px solid white;
	color: #444444;
	background-color: white;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: bottom right;
}
#menu a:hover {
	border-color: #e2e0dc;
}
/* contenido */
#contenido {
	clear: right;
	float: left;
	width: 600px;
	min-height: 530px;
	vertical-align: top;
	background-image: url(images/img_centro.jpg);
	background-color: white;
	background-repeat: repeat-y;
}
#contenido div {
	padding: 10px 70px 20px 70px;
	text-align: justify;
}
#contenido a, #panel_de_control a {
	padding:0;
	margin:0;
	color: blue;
	text-decoration:underline;
	height:auto;
	background-color: white;
}
#contenido a:hover, #panel_de_control a:hover {
	padding:0;
	margin:0;
	color: #5C97FF;
	text-decoration:underline;
	height:auto;
	background-color: white;
}
td {
	vertical-align: top;
}
em {
	font-weight: bold;
}
h1 {
	height: 50px;
	padding-left: 70px;
	padding-top: 200px;
	color: #764d1f;
	font-size: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	background-repeat:no-repeat;
}
h2 {
	margin-top: 30px;
	margin-bottom: 5px;
	color: #764d1f;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
}
h3 {
	margin-top: 1px;
	margin-bottom: 5px;
	color: #764d1f;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
}
hr {
	border: 1px solid #dddddd;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}
strong {
	color: #764d1f;
}
/*pie*/
#pie {
	text-align: center;
	margin-left: 90px;
	margin-bottom: 20px;
}
#pie, #pie strong, #pie a, #pie a:hover {
	color: white;
	boder: 0;
}
#pie a:hover {
	text-decoration: underline;
}
/*panel de control*/
#panel_de_control {
	margin: auto;
	width: 600px;
	background-image: url(images/img_centro.jpg);
	background-color: white;
	background-repeat: repeat-y;
}
#panel_de_control div {
	padding: 0 50px 20px 50px;
}
/*formularios*/
input[type=submit], input[type=button] {
	padding: 5px;
	margin-bottom: 5px;
	color: white;
	background-color:#764d1f;
	border: 0;
}
input[type=submit]:hover, input[type=button]:hover {
	background-color:#976f43;
}

