body{
margin:0em;
padding:0em;
font-family:Verdana,sans-serif;
font-size: 88%;
font-weight: normal;
font-style: normal;
text-decoration: none;
background-color: #a8afcc;
color: black;
}

/*Estilo de los enlaces */
a, a:link,a:visited{
	text-decoration: none;
	color: blue;
	text-decoration:underline;
}
a:visited{
	text-decoration: none;
	color: purple;
	text-decoration:underline;
}
a:hover,a:focus,a:active{
	text-decoration:underline;
}

/* Fin del estilo de los enlaces */
h1{
	color: #e73071;
	padding:0 0 0.25em 0;
	border-bottom: 3px dashed navy;
	margin-bottom: 1em;
	margin-left: 0%;
	margin-right: 0%;
	font-size:1.7em;	
	background-color: inherit;
	font-variant:small-caps;
	text-align:center;
	margin-top: 25px;
}

h2{
 	color: #e73071;
	padding:0 0 0.2em 0;
	border-bottom: 1.5px groove black;
	margin-bottom: 1em;
	margin-top: 1em;
	margin-right: 9px;
	font-size:1.4em;
	background-color: inherit;
	text-align:left;
}

h3{
 	color: #e73071;
	padding:0;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0%;
	margin-right: 9px;
	font-size:1.3em;
	background-color: inherit;
	text-align:left;
}

h4{
 	color: black;
	padding:0;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0%;
	margin-right: 9px;
	font-size:1.1em;
	background-color: inherit;
	text-align:left;
}
h5{
	font-size:1em;
	color:black;
}


img{
	border:none;
}

caption{
display:none;
}

acronym, abbr{
font-style: normal;
text-decoration:none;
}

strong{
	color: #660000;
	font-style:normal;
	font-weight:bold;
}

table{
border-collapse: collapse;
margin-right: 3%;
margin-left: 3%;
padding:0em;
margin-top:0;
width: 93%;
font-size: 0.8em;
}
th{
padding-right: 1.2em;
width: 10em;
vertical-align: middle;
border-bottom: thin solid #005D5D;
/*padding-top:0.6em;*/
padding: 0.6em;

}
td{
border-bottom: thin solid #005D5D;
padding-top:0.6em;
padding-bottom:1em;
}
td li{
text-align: left;
}
tr{
border-bottom: thin solid #005D5D;
}

/* **************** */
caption {
	display: none;
}


/*FIN*/