/**************************
*		GENERAL           *
***************************/

*{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

body{
	font-family: arial,serif,sans-serif;
	background-image: url("../img/fondo.jpg");
	text-align: center;
	border: 0px;
	margin: 0px;
	padding: 0px;
	color:#585757;
	font-size:11px;
}

h2{
	color:#456E21;
	font-weight: bold;
	font-size: 12px;
	padding-top: 8px;
	margin-left: 13px;
}

p{
	margin-bottom:9px;
}

#general{
	background-color: #FFFFFF;
	width: 603px;
	border-left: solid #FFFFFF 3px;
	border-right: solid #FFFFFF 3px;
	text-align: left;
	padding-bottom: 25px;
}

#menu{
	height: 38px;
	width: 100%;
	border-top: solid #FFFFFF 3px;
	border-bottom: solid #FFFFFF 3px;
	background-color: #6F6A3E;
}

#imagenes_superiores{
	width:100%;
}

/**************************
*		MENÚ              *
***************************/

#menu ul{
	list-style-type:none;
	margin-top:13px;
	margin-left:13px;
}

#menu li{
	display:block;
	float:left;
	margin-left:8px;
	margin-right:8px;
}

/**************************
*		CUERPO            *
***************************/

#content_sup{
	width:373px;
}

#separadores{
	width:100%;
	height:45px;
	background-color:#AEC160;
}

#lateral_derecho{
	width:229px;

}

#content{
	padding-left: 25px;
	padding-top: 40px;
	padding-right: 25px;
}

#content p{
	padding-right: 5px;	
}

	/**************************
	*		SUBMENÚ           *
	***************************/ç
	
	#submenu{
		margin-top:25px;
		height: 21px;
	}
	
	#submenu ul{
		list-style-type:none;
	}
	
	#submenu li{
		margin-top:1px;
		display:block;
		float:left;
		background-image: url("../img/submenu_rep.jpg");
		background-repeat: repeat-x;
	}
		
	#submenu a{
		text-decoration: none;
		color:#999999;		
	}
	
	#submenu a:hover{
		text-decoration: underline;
	}
