body {
	margin: 0;
	height: 100%;
	font: normal 11px Tahoma;
	color: #555;
	text-align:center;
}
strong{
    color: #111;
}
hr { display: none; }
img {
    border: 0px;
}

a { 
    color:  #555;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}

li { margin-bottom: 1em; }

/***********************************
	CABECERA
***********************************/
#cabecera_wrapper {
	background: url("/images/fondo_cabecera.gif") repeat-x; 
	height: 150px;
	width: 100%;
}
#cabecera{
	height: 150px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}
#cabecera_sombra{
	background: #FBFBFB url("/images/fondo_cabecera_sombra.png") repeat-x; 
	height: 8px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/*
 *  ---------------------------------------------------------
 *  CUERPO
 *  ---------------------------------------------------------
 */	
#cuerpo_wrapper{
	/* No necesario por el momento, quizas si mas adelante */
	clear: both;
	background: #FBFBFB;
	width: 100%;

}
#cuerpo{
    margin-top: -6px;
    background: transparent url("/images/fondo_partitura.gif") 0px -2px repeat-y; 
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	padding: 0px;
	/*border-left: 1px dotted #F0F0F0;*/
	/*border-right: 1px dotted #F0F0F0;*/
	padding: 50px;
	padding-left:130px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: justify;
	width: 780px;  /* box model hack */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 600px;	 
}
html>#cuerpo 	{
	width: 600px;
} 


/*  ---------------------------------------------------------
 *  CAPAS "FLOTANTES"
 *  ---------------------------------------------------------
 */	
#trompa {
    position: absolute;
    margin-left: 600px;
    top: 470px;
    clear: both;
	z-index: 501;
}
#trompa img{
	behavior:	url("/inc/css/png24/png24.htc");
	width: 235px;
	height: 295px;
}
#saxo {
    position: absolute;
    clear: both;
    top: 50px;
    text-align: left;
    height: 50px;
    margin-left: -175px;
	z-index: 500;
}
#saxo img{
	behavior:	url("/inc/css/png24/png24.htc");
	width: 160px;
	height: 400px;
}
/***********************************
	PIE
***********************************/
#pie_wrapper {
	background: url("/images/fondo_pie.png") repeat-x; 
	height: 92px;
	width: 100%;
    clear: both;
}
#pie{
    text-align: left;
	height: 92px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}
#pie_menu{
	height: 37px;
	color: #FFF;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	padding-left: 60px;
}
	#pie_menu ul {
	    margin: 0;
	    padding-left: 0;
	    display: inline;
	    border: none;
	} 
	
    #pie_menu ul li {
    	padding-left: 30px;
	    margin: 0;
	    
	    line-height: 38px;
        
	    text-align: center;
        text-transform: uppercase;
        /*font-weight: bolder;*/
        
	    list-style: none;
	    display: inline;
    }
#pie_menu ul a {
	text-decoration: none;
	color: #FFF;
}
#pie_menu ul a:hover {
	color: #CCC;
}

    
#pie_sombra{
	/*height: 55px;*/
	color: #777;
	padding-top: 4px;
	line-height: 14px;
	text-align: center;
	font-size: 10px;
}
#pie_sombra strong{
	color: #CCC;
	font-weight: normal;
}


/*
    Cabeceras de secciones internas 
*/
#titulo{
    font-size: 10px;
    color: #666;
    padding-bottom: 15px;
    text-transform: lowercase;
}

#titulo a{
    color:  #8C8B70;
    text-decoration: none;
    
}
#titulo a:hover{
    text-decoration: underline;
}    

#lang{
    float: right;
    text-align: right;
}