@charset "UTF-8";
/* CSS Document */

/*Para el div de centrado total en la pagina de bienvenida*/
.centrador {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 580px;
	overflow: auto;
	border: 0;
	margin-top: -290px;
	margin-left: -400px;
}

/*Centrador de la caja de la pagina estandar*/
.cajatxt {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 460px;
	height: 500px;
	overflow: auto;
	border: 0;
	margin-top: -250px;
	margin-left: -230px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 2;
}
/*Color de fondo de pagina*/
body {
	background-color: #bfbdb2;
	scrollbar-face-color:#bfbdb2;
	scrollbar-highlight-color:#bfbdb2;
	scrollbar-3dlight-color:#bfbdb2;
	scrollbar-darkshadow-color:#008895;
	scrollbar-shadow-color:#bfbdb2;
	scrollbar-arrow-color:#008895;
	scrollbar-track-color:#bfbdb2;
}

/*Estilos de los enlaces*/
a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #008895;
	text-decoration: none;
}
a:active {
	color: #008895;
	text-decoration: none;
}

/*Propiedades de textos*/
.logo1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 32pt;
	color: #333333;
	text-decoration: none;
	line-height: normal;
}

.logo2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 19pt;
	color: #008895;
	text-decoration: none;
	line-height: normal;
}
.link1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	text-decoration: none;
	line-height: 0%;
}
.link2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	text-decoration: none;
	line-height: 5%;
}
.link3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	text-decoration: none;
	line-height: 8%;
}
.grisgra {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-size: 12pt;
}
.grispeq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	text-decoration: none;
}
.azulsecc {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	color: #008895;
	text-decoration: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
}
.equipo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	text-align: left;
	list-style-type: disc;
	line-height: 12pt;

}
.cursiva {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	font-style: italic;
}.cursnegrita {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: italic;
	font-weight: normal;
	line-height: normal;
	text-decoration: underline;	
}
.versales {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	text-decoration: none;
	text-align: left;
	font-variant: small-caps;
	font-weight: bold;
	margin-top: 28pt;
}
