/* Hoja de estilos CSS predeterminada para un nuevo proyecto de aplicación Web*/
body,td,th {	font-family: Arial;	font-size: 10px;	color: #000000;}body {	background-color: #FFFFFF;	margin-left: 0px;	margin-top: 0px;	margin-right: 0px;	margin-bottom: 0px;}input.esp {
	background: gainsboro;
	border: 1px solid;
	font-family: Arial;
	font-size: 12px;
	border-color: #00008B;
}a.esp:link {	color: #000000;	text-decoration: none;}a.esp:visited {	text-decoration: none;	color: #000000;}a.esp:hover {	text-decoration: underline;	color: #000000;}a.esp:active
{
	color: #000000;
	text-decoration: none;
}a:link {	color: #999999;	text-decoration: none;}a:visited {	text-decoration: none;	color: #999999;}a:hover {	text-decoration: underline;	color: #999999;}a:active
{
	color: #999999;
	text-decoration: none;
}.style2 {color: #999999}.style1
{
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
}

.style3
{
	font-weight: bold;
	font-size: 12px;
	color: #999999;
	font-family: Arial;
}
.style1submenu
{
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
}
.style3submenu 
{
	font-weight: bold;
	font-size: 12px;
	color: #999999;
	font-family: Arial;
}

.style4
{
	font-size: 13px;
	font-family: Arial;
	text-align: justify;
}

.style5
{
	font-size: 13px;
	font-family: Arial;

}

.style6
{
	color: #777777;
	font-size: 12px;
	font-family: Arial;
	text-align: justify;
}


.titulo
{
	font-family: Arial;
	font-weight: bold;
	color: #333399;
	font-size: 12px;	
}
.titulogris
{
	font-weight: bold;
	font-size: 12px;
	color: #999999;
	font-family: Arial;
}
.tituloesp
{
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	font-family: Arial;
}

.puntos
{
	font-size: 12px;
	line-height: 16px;
	font-family: Arial;
}

.centrada
{
	text-align: center;
}

.formul
{
	font-size: 13px;
	color: #333399;
	font-family: Arial;
	background-color: gainsboro;
}

