/* CSS Document */
/*General, lo que tiene en todas las páginas*/
body {
	background-image: url(imagenes/fondoweb.gif);
}
.Estilo5 {font-size: 14;}
.Estilo10 {
	font-weight: bold;
	color: #0066FF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}

a:active {
	text-decoration: none;
}


.cuerpo {border-style:groove; border-color:#0066FF; border-width:thin;}
body,td,th {
	color: #000000;
}
.Estilo14 {color: #000000}
.texto {font-family:"Times New Roman", Times, serif; color:black; font-size:12pt;}
.textochico {font-family:"Times New Roman", Times, serif; color:black; font-size:9pt;}
p {font-family:"Times New Roman", Times, serif; color:black; font-size:12pt;}

/*Tablas*/
.cargonombre {font-family:"Times New Roman", Times, serif; color:#0033FF; font-size:12pt;
color:#0033FF;
border-top-style:dotted; border-top-color:#0066FF; border-top-width:1px;
border-bottom-style:dotted; border-bottom-color:#0066FF; border-bottom-width:1px;
border-left-style:dotted; border-left-color:#0066FF; border-left-width:1px;
border-right-style:dotted; border-right-color:#0066FF; border-right-width:1px;
}
.formatocargo {font-family:"Times New Roman", Times, serif; color:#0033FF; font-size:12pt;
color:#0066FF; border-bottom-style:dotted; border-bottom-color:#0066FF; border-bottom-width:1px;
border-left-style:dotted; border-left-color:#0066FF; border-left-width:1px;
border-right-style:dotted; border-right-color:#0066FF; border-right-width:1px;}

.formatocargoenlace {font-family:"Times New Roman", Times, serif; color:#0033FF; font-size:12pt;
color:#0000FF; border-bottom-style:dotted; border-bottom-color:#0066FF; border-bottom-width:1px;
border-left-style:dotted; border-left-color:#0066FF; border-left-width:1px;
border-right-style:dotted; border-right-color:#0066FF; border-right-width:1px;}
