.principal:hover { text-decoration: none; color: yellow;}
.principal { text-decoration: none; color: black;}

.lazos:hover { text-decoration: underline; font-family: verdana; font-size: 10pt; color: #CE0067;}
.lazos { text-decoration: none; font-family: verdana; font-size: 10pt; color: navy;}

.lazos1:hover { text-decoration: underline; font-family: verdana; font-size: 10pt; color: red;}
.lazos1 { text-decoration: none; font-family: verdana; font-size: 10pt; color: black;}

.correo:hover { text-decoration: underline; font-family: verdana; font-size: 10pt; font-weight: bold; color: blue;}
.correo { text-decoration: underline; font-family: verdana; font-size: 10pt; color: orange;}

.reglas:hover { text-decoration: underline; font-family: verdana; font-size: 8pt; color: blue;}
.reglas { text-decoration: none; font-family: verdana; font-size: 8pt; color: gray;}

a {
  font-family: Verdana; 
  font-size: 10pt;
  text-decoration: none;
  color: red;
}

a:hover {
  font-family: Verdana; 
  font-size: 10pt;
  text-decoration: underline;
  color: blue;
}

a.correo {
  font-family: Wingdings; 
  font-size: 16pt; 
  text-decoration: none;
  color: gray;
}

a.correo:hover {
  font-family: Wingdings; 
  font-size: 16pt; 
  font-weight: bold; 
  text-decoration: none;
  color: black; 
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.cfClass{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #996600;
	text-decoration: none;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #993300;
	text-decoration: none;
}

BODY {
	SCROLLBAR-FACE-COLOR: #CC9966; 
	SCROLLBAR-HIGHLIGHT-COLOR: #CC9966; 
	SCROLLBAR-SHADOW-COLOR: #000000; 
	SCROLLBAR-3DLIGHT-COLOR: #000000; 
	SCROLLBAR-ARROW-COLOR: #ffffff; 
	SCROLLBAR-TRACK-COLOR: #ffffff; 
	SCROLLBAR-DARKSHADOW-COLOR: #CC9966; 
	SCROLLBAR-BASE-COLOR: #ffffff
}

.hosting {
	color:#999933;
	font-size:10px;
	text-align:center;
	
}