
a {
	color:#aaaaaa;
}
a:hover {
	text-decoration: none;
	color: #555555;
}

p {
	margin-left: 15px;
}

h1{
	FONT-WEIGHT: bolder;
	FONT-SIZE: 20px;
	COLOR: white;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #003366;
	text-align: center;
	height: 40px;
	text-transform: uppercase;
	padding-top: 5px;
}

h2 {
	FONT-WEIGHT: bolder; 
	FONT-SIZE: 15px; 
	COLOR: white; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #003366;
/*	text-align:center;*/
	height:20px;
	padding-left: 20px;
}


.texto {
	FONT-SIZE: 11px; 
	COLOR: #000066; 
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}
.texto_blanco {
	FONT-SIZE: 11px; 
	COLOR: white; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #003366;
}

.tabla{
	margin-left: 20px;
}

.tabla th {
	background-color: #003366;
	color:#ffffff;
	text-align: center;
}
.tabla td{
	text-align: center;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
	border:1px;
	border-style: solid;
	border-color: #D7D7D7;
	margin:2px;
}

.tituloAzul {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 16px; 
	COLOR: #183b5d; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.centrado {
	text-align: center;	
}
ul {
	list-style-image: url(/img/Duns50M/gen/li-informa.gif);
	margin-bottom: 15px;
}