
.Titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #114984;
	font-weight: bold;
}
.Subtitulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #114984;
	font-weight: bold;
}
.SubtitulosDestacados {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #114984;
	font-weight: bold;
	text-decoration: underline;
}
.Opciones {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #666666;
	font-weight: bold;
}
.OpcionesDestacados {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FF0000;
	font-weight: bold;
}
a.enlace, a.enlace:link, a.enlace:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration:none;
	font-weight:400;
}
a.enlace:hover{
	text-decoration:underline;
	color:#0033CC;
}

table.bordeSocio{
	border-color: #114984;
	border-style: solid;
	border-width: 2px;
}
table.bordeNoSocio{
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
}
.padding{
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
}
.paddingFormulario{
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
}

.textbox1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #114984;
	font-weight: 900;
	background-color: #E2ECF9;
	text-align: left;
	text-decoration: none;
	padding-right: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
}
.cajaFormulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #114984;
	font-weight: 900;
	background-color: #E2ECF9;
	text-align: left;
	text-decoration: none;
	padding-right: 5px;

}

form{
    margin: 0px;
}
