﻿
.labelFormulario
{
    font-family: 'Arial';
    font-size: 12px;
    color: #000080;
}
.labelFormulario10
{
    font-family: 'Arial';
    font-size: 10px;
    color: #000080;
    line-height: 0.8;
}

.labelFormulario10Cur
{
    font-family: 'Arial';
    font-size: 10px;
    color: #000080;
    line-height: 0.8;
    font-style: italic;
}
.labelFormularioError
{
    font-family: 'Arial';
    font-size: 12px;
    color: #ff0080;
}

.textoFormulario
{
    font-family: 'Arial';
    font-size: 12px;
    color: #000080;
}

.textoFormularioDerecha
{
    font-family: 'Arial';
    font-size: 12px;
    color: #000080;
    text-align:right;
}

.tituloSeccionFormulario
{
    font-family: 'Arial';
    font-size: 14px;
    color: #ed7404;
}
.tituloSeccionFormularioGordo
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #9558a5;
    font-weight: bold;
}
.tituloSeccionFormularioGordoCur
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #ed7404;
    font-weight: bold;
    font-style:italic;
}
.tituloSeccionFormulario12It
{
    font-family: 'Arial';
    font-size: 12px;
    color: #9558a5;
     font-style:italic;
}
.textoTituloLista
{
    font-family: 'Arial';
    font-size: 13px;
    color: #660066;
    font-weight: bold;
}


.botonFormulario {
	border-style:  solid;
    border-color: #abc1de;
    border-width:  1px;
    color:#000080; 
	line-height:8px;
	margin:0px 0px 0px 0px;
	padding:11px 1px 11px 1px;
	text-align:center;
	
	
	width:80px;
	display:block;
	text-decoration:none;
	background-color:#e1edfa;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 12px;
    font-family: Arial;
}
.botonFormulario:hover {
	border-style:  solid;
    border-color: #9558a5;
    border-width:  1px;
    color:#660066; 
	line-height:8px;
	margin:0px 0px 0px 0px;
	padding:11px 1px 11px 1px;
	text-align:center;
	
	
	width:80px;
	display:block;
	text-decoration: none;
	background-color:#e1edfa;
    font-style: normal;
    font-variant: normal;
    font-weight:   normal;
    font-size: 12px;
    font-family: Arial;
}