@charset "utf-8";
/* CSS Document */
body {
	background:#FFF;
	color:#af7500;
	font-size: 12px;
	font-family: arial,helvetica, sans-serif;
}

h1 {
	margin: 13px 0 16px 0;
	color: #AF7500;
	font-size:22px;
}
a{
	color:#008000;	
}
#wrapper{
	width:765px;
	margin:0 auto;
}
#menu{
	float:left;
	width:154px;
	padding-top:154px;
	background:url(../images/logo.gif) no-repeat;
	
}
#menu ul{
	margin:0;
	padding:0;
}
#menu li{
	padding:0;
        width:152px;
        height:17px;
	list-style:none;
        background:url(../images/menu_a.gif);
	
}
#menu li.selected{
	background:url(../images/menu_selected.gif);
}
#menu a{
	padding-left:19px;        
	font-family: 'Verdana', 'Arial', 'Helvetica', 'Sans-serif';
	font-size:75%;
	font-weight:bold;
	color: #000000; 
	text-decoration: none;
}
#banner{
	margin-top:41px;
	float:right;
	background:url(../images/banner.jpg)  no-repeat;
	width:610px;
	height:215px;
}
#main{
        height:655px;

	width:765px;
	margin-bottom:15px;
	
}
#left{
	margin-top:55px;
	margin-left:20px;
	float:left;
	background :url(../images/portada.jpg);
	width:307px;
	height:279px;
}
#content{
	width:408px;
	padding:5px 15px 0px 15px;	
	float:right;
}
#main-footer{
	width:765px;
	margin-bottom:25px;
	text-align:center;
}
#footer{
	padding-top:4px;
	font: bold 10px verdana,sans-serif; 
	color: #000; 
	height: 16px; 
	text-align: center;
	background-color: #f2b717;
	width:765px;
}
#footer a{
	color:#000;
	text-decoration:none;
}
#footer a:hover{
	color:#AF7500;
}
#pie {
	text-align: center;
        margin-bottom:10px;
}

#pie p {
	margin: 8px 0;
	color: #1B1B1B;
	font: 10px verdana,sans-serif;
}
#pie a{
	color: #1B1B1B;
	font: 10px verdana,sans-serif;
}
