﻿body
{
    font-family: Tahoma;
    font-size: 11px;
}

input
{
    font-family: Tahoma;
    font-size: 11px;
	border-width: 0px;
}

select, textarea, button
{
    font-family: Tahoma;
    font-size: 11px;
}

.etiqueta
{
    font-family: Tahoma;
    font-size: 11px;
    color: white;
    padding-left: 30px;
}

.etiquetaSinPadding
{
    font-family: Tahoma;
    font-size: 11px;
    color: white;
    font-weight: bold;		
}

.titulo
{
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;	
    color: white;
}

.respuesta
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
	padding: 10px;
    color: black;
    width: 693;
    padding: 10px;
    border: solid 2px;
    border-color: white;
    background-color: #B3C9D9;
}

.resultado
{
    font-family: Tahoma, Verdana;
    font-size: 11px;
    font-weight: bold;
    color: White;
}
