body{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../img/motivo_marron.gif);
}
#contenedor{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	background-color: #FFFFFF;
}
#cabecera{
	height:90px;
	width:776px;
	margin-left:12px;
	background-image:url(../img/cabecera.jpg);
	background-repeat: no-repeat;
	position:relative;
	top: 12px;
}
#cabecera h1, #cabecera a{
	margin:0px;
	display:block;
	width:776px;
	height:90px;
}
.none{
	display:none;
}
#menu{
	width:204px;
	position:relative;
	top:75px;
	left: 12px;
	float: left;
}
#menu li a{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
}
#menu li{
	text-align:left;
	list-style-type:none;
	margin:0px 0px 5px;
	padding:0px;
	width:204px;
	height:30px;
	background-image: url(../img/menu.gif);
	background-repeat: no-repeat;
}
#menu li a:hover {
	color: #E9D2A6;
	text-decoration: underline;
}
#menu ul{
	margin:0px;
	padding:0px;
}
#texto{
	width:530px;
	position:relative;
	top:50px;
	right:12px;
	float:right;
	background-color:F00;
	margin-bottom:100px;
}
#texto p{
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
}
#texto ul{
	font-size:12px;
}
#texto li{
	font-size:12px;
	padding: 0px;
	margin-left: 10px;
}
h2 {
	font-size: 16px;
	color: #5D2F05;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #5D2F05;
	text-align: right;
}
h3 {
	font-size: 12px;
	color: #5D2F05;
}
#pie {
	clear:both;
	/**margin-top:100px;*/
	margin-left:12px;
	background-color:#0F0;
	background-image: url(../img/pie.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 776px;
}
#pie p {
	font-size: 12px;
	color: #C4DBEE;
	text-align: center;
}
#publicidad{
	height: 250px;
	width: 250px;
	float:left;
	margin-right:10px;
}

