.texto_blanco {
	font:;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-style : normal;
	color : White;
}
.texto_blanco_strong {
	font:;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-style : normal;
	color : White;
	font-weight : bold;
}

.texto {
	font:;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-style : normal;
	color : Black;
}
.texto_strong {
	font:;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-style : normal;
	color : Black;
	font-weight : bold;
}

.titulo_blanco {
	font:;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-style : normal;
	color : white;
	font-weight : bold;
}

.texto_blanco_chico {
	font:;
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
	font-style : normal;
	color : white;
}
.texto_blanco_chico_strong {
	font:;
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
	font-style : normal;
	color : white;
    font-weight : bold;
}

.texto_chico_strong {
	font:;
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
	font-style : normal;
	color : black;
    font-weight : bold;
}

.texto_chico {
	font:;
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
	font-style : normal;
	color : black;
}

.titulo_grande {
	font:;
	font-family : Arial, Helvetica, sans-serif;
	font-size : large;
	font-style : normal;
	color : black;
	font-weight : bold;
}

.titulo_muy_grande {
	font:;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-large;
	font-style : normal;
	color : black;
	font-weight : bold;
}

.boton
{
	BACKGROUND-COLOR: #dfeef7;
	BORDER-BOTTOM: 1px solid #206576;
	BORDER-LEFT: 1px solid #206576;
	BORDER-RIGHT: 1px solid #206576;
	BORDER-TOP: 1px solid #206576;
	COLOR: #206576;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10px;
	FONT-WEIGHT: bold;
	LETTER-SPACING: normal;
	cursor: pointer;
}

