/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.textoazul {
	color: #005C96;
}

.textoblanco {
	color: #FFFFFF;
	background-color: #005C96;
}

input.login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#FFFFFF;
	border: 0;
	color: #005C96;
}

input.boton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#005C96;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	cursor: pointer;
}

a:link, a:visited {
	color: #005C96;
	white-space: nowrap;
	text-decoration: underline;
}

a:hover, a:active {
	color: #CCDEEA;
	white-space: nowrap;
	text-decoration: underline;
}

a.enlaceblanco:link, a.enlaceblanco:visited {
	color: #FFFFFF;
	white-space: nowrap;
	text-decoration: underline;
}

a.enlaceblanco:hover, a.enlaceblanco:active {
	color: #CCDEEA;
	white-space: nowrap;
	text-decoration: underline;
}

a.enlaceservicio:link, a.enlaceservicio:visited {
	color: #005C96;
	white-space: nowrap;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma;
}

a.enlaceservicio:hover, a.enlaceservicio:active {
	color: #005C96;
	white-space: nowrap;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma;
}

.menu {
	display: inline;
	height: 3px;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	cursor: pointer;
}

a.enlacemenu:link, a.enlacemenu:visited {
	color: #005C96;
	white-space: nowrap;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

a.enlacemenu:hover, a.enlacemenu:active {
	color: #FFFFFF;
	white-space: nowrap;
	background-color: #005C96;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

a.enlacemenuactivo:link, a.enlacemenuactivo:visited, a.enlacemenuactivo:hover, a.enlacemenuactivo:active {
	color: #FFFFFF;
	white-space: nowrap;
	background-color: #005C96;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.titulo1 {
	color: #005C96;
	white-space: nowrap;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}