/* CSS Document */



body {
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-image: url(../images/bg_gral.gif);
}


.sesionamos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.titles {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
}

.listados {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

.titulosazules {
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #00AEEF;
	font-size: 17px;
	font-weight: bold;
}

.titulosgrises {
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}


.titulobluenavy {
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #005DAA;
	font-size: 16px;
	font-weight: bold;
}



.pie {color: #FFFFFF}


.textonormal {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.tablas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}


a:link {
	color: #005DAA;
	}

a:visited {
	color: #005DAA;
}
a:hover {
	color: #ED1C24;
	
}

ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.7em;
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

li {
	list-style-image: url(images/bullet.gif);
	margin-left: 0px;
	padding-left: 0px;
}



.listasinternas ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.listasinternas li {
	list-style-image: url(images/bullet1.gif);
	font-size: 12px;
	margin-left: 0px;
	padding-left: 0px;
}









			
