div {
	clear: both;
}

.textoNormal{
font-family:Arial,sans-serif;
font-size:12;
color: #414141;
text-align:justify;
}

.textoNormalBold{
font-family:Arial,sans-serif;
font-size:12;
color: #414141;
font-weight:bold;
}

.textoNormalItalic{
font-family:Arial,sans-serif;
font-size:12;
color: #414141;
font-style:italic;
}

.textoTitular{
font-family:Arial,sans-serif;
font-weight:bold;
font-size:18;
color: #881166;
}

.textoAvisos{
font-family:Arial,sans-serif;
font-size:11;
color:#003399;
}

.textoTitulo{
font-family:Verdana;
font-weight:bold;
font-size:24;
color: #881166;
}

.avisoCentrado{
margin-left:75;
margin-right:75;
}

.tipoBoton{
background-color:#CEEAF2;
color:#003366;
font:bold;
border-style:solid;
border-width:1px;
margin-bottom:0.3em;
padding: 0em 0.5em 0em 0.5em;
}

.tipoForm{
background-color:#CEEAF2; 
border: solid 1px #7799BB;
float:left;
margin-left:0.3em;
margin-right:0.3em;
margin-bottom:0.3em;
}

.textoLabel{
font-family:Arial,sans-serif;
font-size:12;
color: #414141;
float:left;
width:40%;
text-align:right;
margin-bottom:0.3em;
margin-top:0.2em;
}