* 	{
	text-indent:0px;
	margin:0px;
	padding:0px;
	border:0px;
	font-weight: normal;
	}
p 					{text-align: justify}
h1 					{font-size: 3em; color:#FFCC00; font-weight: normal; text-decoration: none ;
    				text-align: center}
h2 					{font-size: 1.2em; color:black ; font-weight: normal ; text-decoration: none ; 
    				text-align: left}
body       {
	text-align: center;
	height:100%;
	background-color: #395C2D;
}
#global     {
	width:750px;
	margin:0px auto;
	background-color: #365A2A;
}
#cabecera   {}
#desarrollo  {
	background-image: url(objetos/fondo.png);
}
#desarrollo p 	{
			   	margin: 5px 10px 0px 10px;
			   	text-indent: 25px;
				color: #FFFF66;
				font-size: 1.5em;
				}
#contenido  {
	width:550px;
	float:left;
	background-image: url(objetos/fondo.png);
	margin: 20px 6px 3px 7px;
			}
#menu {
	width: 150px;
	float:left;
	text-align:left;
	margin: 3px 10px 3px 18px;
	background-image: url(objetos/menu-parte-inferior.gif);
	background-position: bottom;
	padding-bottom: 5px;
	margin-top: 70;
	top: 5px;
}
#menu li    {list-style:none ; margin: 4px 8px 4px 6px; font-size:1em;
			padding-left: 10px; padding-bottom: 5px}
#menu h1 {
	text-align:left;
	padding-left:15px;
	font-size:1.2em;
	background-image: url(objetos/menu-parte-superior.gif);
	padding-top:7px;
	color: darkred;
	font-weight: bold;
				 }
#menu h2 {
	text-align:left;
	font-size:1.2em;
	color: darkred;
	font-weight: bold;
				 }
#pie {}
a         {color: darkgreen ; text-decoration:none ; display: inline-table}
a:link    {}
a:visited {}
a:hover   {
	color:darkred;
	text-decoration:none;
	font-weight: bold;
}
a:active  {}

