/*abd01*/

/*contenedores*/
div.principal {
	width:				830px; 
    margin-left:		auto;
	margin-right:		auto;
	margin:auto;
	padding-bottom:		20px; 
	padding-top:		0px;
	background-color:	#FFFFFF;
}

/*body*/
body {
	text-align:			center;
	background-color:	#363636;
}

/*encabezados*/
h1{ 
	font-weight:		bold;  
    font-family:		"Letter Gothic Std";
	font-size:			26pt;
   	text-align:			left; 
	color:				#363636;
	margin:				0px 35px 10px 20px;
}

/*h1.indice{ 
	font-weight:		bold;  
    font-family:		"Arial";
	font-size:			18pt;
   	text-align:			center; 
	color:				#000000;
	margin:				0px 20px 40px 10px;
}*/

/*estilos*/
span.grisEnc{
	color:			#666666;
	font-family:	"Arial";
	font-size:		40pt;
	font-weight:	bold;
}
span.amarilloEnc{
	color:			#CC9933;
	font-family:	"Arial";
	font-size:		22pt;
}

/*tablas*/
table.tblNavegacion{
  margin:       0px 0px 5px 0px;   
  padding:      0px; 
  height:		15px;
  width:		830px;
}
table.centro{
	width:			785px;
	margin:			auto;
}

/*ligas*/
a:link{
	text-decoration: none;
}
a:active{
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}

/*Imagenes*/
img.borde{
	border:			0px;
}
