.input{
	border : 1px solid Black;
	font-family : Tahoma;
	font-size : 10;
}

.tabla_borde_negro{
	border : 1px solid Black;
}

.navegador{
	font-family : Tahoma;
	font-size : 10;
	color : Black;
	font-weight : bold;
	border-width : 0px 0px 0px 0px;
}

.boton{
	border: 1px solid Black;
	font-family: Tahoma;
	font-size:10;
	background : Silver;
}

.negrita_blanco_small{
	font-family : Tahoma;
	font-size : 10;
	color : White;
	font-weight : bold;
}

.negrita_negro_small{
	font-family : Tahoma;
	font-size : 10;
	color : Black;
	font-weight : bold;
}

.negrita_blanco_normal{
	font-family : Tahoma;
	font-size : 11;
	color : White;
	font-weight : bold;
}

.negrita_negro_normal{
	font-family : Tahoma;
	font-size : 11;
	color : Black;
	font-weight : bold;
}

.negrita_negro_azul{
	font-family : Tahoma;
	font-size : 11;
	color : #020266;
	font-weight : bold;
}

.negrita_negro_italica{
	font-family : Tahoma;
	font-size : 11;
	color : Black;
	font-weight : bold;
	font-style : italic;
}

.negro_normal{
	font-family : Tahoma;
	font-size : 11;
	color : Black;
	font-weight : normal;
}

.negro_italica{
	font-family : Tahoma;
	font-size : 11;
	color : Black;
	font-weight : normal;
	font-style : italic;
}

a {
	text-decoration: none;
	font-family : Tahoma;
	font-size : 11;
	color : Black;
	font-weight : bold;
}

a:hover {
	text-decoration: none;
	font-family : Tahoma;
	font-size : 11;
	color : Gray;
	font-weight : bold;
}


.negrita_blanco_grande{
	font-family : Tahoma;
	font-size : 13;
	color : White;
	font-weight : bold;
}

.negrita_negro_grande{
	font-family : Tahoma;
	font-size : 13;
	color : Black;
	font-weight : bold;
}

.negrita_negro_gigante{
	font-family : Tahoma;
	font-size : 22;
	color : Black;
	font-weight : bold;
}

.normal_negro_grande{
	font-family : Tahoma;
	font-size : 13;
	color : Black;
}

.negrita_negro_titulo{
	font-family : Tahoma;
	font-size : 20;
	color : Black;
	font-weight : bold;
}

.negro_small{
	font-family : Tahoma;
	font-size : 10;
	color : Black;
}

.link_blanco_grande{
	font-family : Tahoma;
	font-size : 13;
	color : White;
	font-weight : bold;
}

.link_blanco_grande:hover{
	font-family : Tahoma;
	font-size : 13;
	color : Black;
	font-weight : bold;
}