html{height:100%;}
body{height:100%; margin:0px;  font-family:Arial, Helvetica, sans-serif; font-size:12px;}
img{border:none;}
/* TIPOGRAFIAS */
.txt-10{font-size:10px;}
.txt-11{font-size:11px;}
.txt-12{font-size:12px;}
.txt-13{font-size:13px;}
.txt-14{font-size:14px;}
.txt-15{font-size:15px;}
.txt-16{font-size:16px;}
.txt-17{font-size:17px;}
.txt-18{font-size:18px;}
.txt-19{font-size:19px;}
.txt-20{font-size:20px;}
.txt-21{font-size:21px;}
.txt-22{font-size:22px;}
.txt-23{font-size:23px;}

/* COLORES */
.Blanco{color:#FFF;}
.Gris{color:#666;}
.Negro{color:#000;}
.GrisClaro{color:#999;}

/* VARIANTES */
.Bold{font-weight:bold;}
.Normal{font-weight:normal;}
.SinSubrayar{text-decoration:none;}
.Subrayar{text-decoration:underline;}
.Italica{font-style:italic;}
.Pointer{cursor:pointer;}
/* PLANTLLA */
.tablaCentrar{
	width:100%;
	height:100%;
}
.loginfb
{
	margin-bottom:5px;
	width:200px; height:45px; background-image:url(../img/fb.png); cursor:pointer; 
}