BODY {


	background-image:url(./img/fondo1.jpg); 
	background-repeat:repeat-x; 
	background-position:top center;
	background-attachment:fixed;
    	font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
   	margin: 0 0 0 0px;
    	text-align: justify;
    	background-color: #FFF;


}






	a:link {color: #900; text-decoration: none;}
	a:visited {color: #900; text-decoration: none;}
	a:active {color: #900; text-decoration: none;}
	a:hover {color: red;}


.marco2 {
   padding:8px;
   background-color: #f5f5f5;
   width: 200px;
   border-bottom: 1px solid #999999;
   border-right: 1px solid #999999;
} 



p {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 6pt;
        color: #000;
text-align: justify; 

}









h1 {
		FONT-SIZE: 12px;
		font-family: Arial; 
		MARGIN: 0px 0px 0px 0px; 
		COLOR: #999; 
		align: left;

}


h2 {
		FONT-SIZE: 20px;
		font-family: Arial; 
		MARGIN: 0px 0px 0px 0px; 
		COLOR: brown; 
		BORDER-BOTTOM: #999 1px solid;
		align: left;

                               
}

h3 {
		FONT-SIZE: 10px;
		font-family: Arial; 
		MARGIN: 0px 0px 0px 0px; 
		COLOR: #999; 
		align: left;
                               
}


                               


h4 {
		FONT-SIZE: 14px;
		font-family: Arial; 
		MARGIN: 0px 0px 0px 0px; 
		COLOR: #F60; 
		align: left;
                               
}


h5 {
		FONT-SIZE: 16px;
		font-family: Arial; 
		MARGIN: 30px 0px 10px 0px; 
		COLOR: #555;
		font-weight:bold 
		align: left;
	
                               
}

h6  {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 8pt;
	font-weight: bold;
	color: #09F;
	margin: 30px 0px 10px 0px;
}




#cabecera {
	width:800px;
	margin: 10px auto 0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	
}







#contenedor{
    text-align: left;
    width: 600px;
    margin: auto; 
    margin-top: 0px;
    overflow: hidden;
    
}



#cuerpo{
    	margin: 0 0 0 0px;
        overflow: hidden;
	


}



#otrolado{
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 20px;	
    width: 210px;
    _width: 150;
    float: right;
    position: relative;
    z-index: 1;
    
}




#principal{
    margin-top: 20px;
    margin-left: 20px;
    position: relative;
    z-index: 2;
    clear:left;
    width: 300px;
    _width: 290;
    overflow: hidden; 


}

#principal p{

margin: 10 10 10 10px;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 8pt;
        color: #000;
        text-align: justify; 

}

#pie{
    clear: both;   
    text-align:center;
    margin-top: 10px;
    margin-bottom: 50px;
    color: #blue;
    font-size: 6px;
    text-decoration: none;
  

}


