* {
	margin: 0;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	background-color: white;
	background-image: url(images/img_fondo.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#contenedor {
	text-align: left;
	width: 1000px;
}
/*cabecera*/
#cabecera {
}
/*cuerpo*/
#cuerpo {
	width: 100%;
	height: 380px;
}
a {
	color: #e5322c;
}
a img {
	border: 0;
	margin:0;
}
/*menu*/
#menu {
	width: 280px;
	height: 100%;
	float: left;
	background-image: url(images/img_menu.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#menu ul {
	margin-top: 40px;
}
#menu li {
	clear: both;
	float: right;
	width: 160px;
	list-style: none;
}
#menu a {
	display: block;
	padding: 10px;
	border-bottom: 1px solid white;
	font-size: 12px;
	color: white;
	text-decoration: none;
}
#menu a:hover {
	background-color: #777777;
	background-image: url(images/img_boton.gif);
	background-repeat: repeat-x;
	background-position: top;
}
/*contenido*/
#contenido {
	width: 260px;
	height: 340px;
	padding: 40px;
	padding-bottom: 0;
	float: left;
	background-color: white;
}
h1 {
	font-size: 16px;
	color: #e5322c;
	margin-bottom: 30px;
}
p {
	margin-bottom: 20px;
}
em {
	color: #e5322c;
}
ol {padding-left: 20px;}
/*foto*/
#foto {
	float: left;
	width: 380px;
	background-color: white;
}
/*pie*/
#pie {
	clear: both;
	height: 40px;
	text-align: right;
	background-image: url(images/img_pie.gif);
	background-repeat: no-repeat;
}
#pie img {
	float: left;
}
#pie table {
	text-align: right;
}
#pie td {
	padding: 30px 20px 10px 0; 
}
/*formularios*/
label {
	margin-top: 5px;
	display: block;
	color: #333333;
}
input[type=text], textarea {
	display: block;
	border: 1px solid #bbbbbb;
	margin-bottom: 5px;
}
input[type=submit] {
	padding: 5;
	height: 30px;
	color: white;
	background-color: #e5322c;
	border: 0;
}

