BODY { 
   font: 10pt Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; 
   margin: 10 0 10 0px; 
   text-align: center; 
   background-color: #ffffff; 
} 
#contenedor{ 
   text-align: left; 
   width: 750px; 
   margin: auto; 
}

#cabecera{ 
	background-color: #fff;
	margin-top: 50px;
	margin-bottom: 25px; 
	padding: 3 3 3 3px;
	text-align:center; 
}

.fuentes{
	color: #909090;
	font-weight:bold;

}
A.enlace, A.enlace:VISITED, A.enlace:ACTIVE, A.enlace:FOCUS, A.enlace:LINK{
	text-decoration: none;
	color:#49e6b;
}
A.enlace:HOVER{
	text-decoration: underline;
	color:#3f7de3;	
} 
#cuerpo{ 
   margin: 12 0 10 0px;
}
 

#principal{ 
  	margin-left: 130px;
  	padding: 4 4 4 4px;
	font-style: italic; 
	width: 482px;
	height:auto;
} 

#pie{ 
/*	padding: 3 10 3 10px; */
	text-align:center;
	color:#ffffff;
}

#pieizq{
	background-color: #ffffff; 
	text-align: right;
	width: 340px;
	float:left;
}
#pieder{ 
   background-color: #ffffff; 
   padding: 5 0 0 0px;
   text-align: left;
   margin-left: 340px;
}

#marco {     
	width: 482px; 
	background-image: url("img/bordecentro.gif"); 
	background-repeat: repeat-y; 
} 

#marcosup { 
    background-image: url("img/bordearriba.gif"); 
    background-position: top center; 
    background-repeat: no-repeat; 
} 

#marcoinf { 
    background-image: url("img/bordeabajo.gif"); 
    background-position: bottom left; 
    background-repeat: no-repeat; 
    padding: 15px 15px 15px 15px; 
} 







