html{

}
body {
	FILTER:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#FFFFFF',endColorstr='#005197', gradientType='0')
	margin-top: 15px;
}
.Parrafopequenio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.Parrafos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.Ok {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color:#009900;
	font-weight:bold;
}

.ParrafosTitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight:bold;
}
.ParrafosCursivaGris {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	color: #999999;
}
ul{
	list-style-image:url(../images/li.png);
	margin-left:15px;
}
a:link {
	color: #0066b3;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #0066b3;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #f36b21;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #0066b3;
	font-weight:bold;
}
.ablanco:link {
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}
.ablanco:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}
.ablanco:hover {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
.ablanco:active {
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}
th{
	background-color:#FF6600;
	height:30px;
	background-image:url(../images/fondoth.jpg);
}
.formularioresultado{
	background-color:#F4D8BB;
	font-weight:bold;
	border:solid;
	border-color:#7f9db9;
	border-width:1px;

}
.formulariocampos{
	background-color:#e4f5fb;
	font-weight:bold;
	border:solid;
	border-color:#7f9db9;
	border-width:1px;
}
.formularioobligatorio{
	background-color:#BBDEEA;
	font-weight:bold;
	border:solid;
	border-color:#7f9db9;
	border-width:1px;
}
table{
	text-align:left;
}