﻿.cursorMano
{
	cursor: pointer;
	cursor: hand;
}

.fuentePeque 
{
	font-family: Segoe UI, Verdana, Trebuchet MS, Tahoma;
	font-size: 9pt;
	color: Yellow;
}

.fuenteNormal 
{
	font-family: Segoe UI, Verdana, Trebuchet MS, Tahoma;
	font-size: 11pt;
	color: White;
}

.fuenteExtra
{
	font-family: Segoe UI, Verdana, Trebuchet MS, Tahoma;
	font-size: 18pt;
	color: White;
}

.fuenteFuerte
{
	font-family: Segoe UI, Verdana, Trebuchet MS, Tahoma;
	font-size: 11pt;
	color: yellow;
	font-weight: bold;
}

.fuenteResalte
{
	font-family: Segoe UI, Verdana, Trebuchet MS, Tahoma;
	font-size: 12pt;
	font-weight: bold;
	color: White;
}

.tBox 
{
	background-color: Black;
	font-family: Segoe UI, Verdana, Trebuchet MS, Tahoma;
	font-size: 11pt;
	color: Yellow;
	border: solid 1px white;
}

.boton 
{
	font-family: Segoe UI, Verdana, Trebuchet MS, Tahoma;
	font-size: 11pt;
	cursor: pointer;
	cursor: hand;
}

a
{
	color: Yellow;
	text-decoration: none;
}

a:active 
{
	color: Red;
}

a:visited
{
	color: Yellow;
}

a:hover
{
	text-decoration: underline;
}
