@charset "utf-8";
body{
	/*background-image: url(grad1.png);
	background-position: top;
	background-repeat:repeat-x;*/
	background-color: #003366;

}
.texto{
	text-align: justify;
	color:#402222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.textoPeque{
	text-align: justify;
	color:#402222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:smaller;
}
.links_barra {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}
.links_info {
	cursor: default;
	}
.pag_seleccionada {
	color:#FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}
.link_admin {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}
a:hover {
	color:#0033FF;
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
}
a:active {
	color:#5353A6;
	text-decoration: none;
}
.negritaAzul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-align: justify;
	color: #0033CC;
	font-weight: bold;
}
.negritaAzul_titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-style: oblique;
	font-weight: normal;
	background-position: bottom;
	color: #5353A6;
	letter-spacing: 2pt;
}


.construccion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	text-align: center;
	background-color: #FFFF00;
}

.titulo1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: bold;
	text-indent: 2px;
	line-height: 30px;
	text-align: center;
	color: #0059B3;
}
.textoNegr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	text-align: justify;
	color: #333333;
	font-weight: bold;
}
.textoNegrGrande {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-align: justify;
	color: #333333;
	font-weight: bold;
}
.textoNegrPeque {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:smaller;
	font-style: normal;
	text-align: justify;
	color: #333333;
	font-weight: bold;
}
.fosfo {
	color:#FF0000;
	font-style: italic;
	font-weight:bold;
	background-color:#CCFF00;
}
.boton_submit {
	color:#000000;
	font-style: normal;
	font-weight:bold;
	background-color:#CCCCFF;
}
.secuencia{
	color:#0000CC;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
}
.secuenciaP{
	color:#990000;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-weight: bold;
	background-color:#00FF00;
	outline: solid red;
	outline-width:thin;
}
.secuenciaPduda{
	color:#000000;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	font-weight: bold;
	background-color:#FF6600;
	outline: solid green;
	outline-width:thin;
}
