.normal {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
.normal-azul {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	color: #426CE4;
	text-decoration: none;
	text-align: justify;
}
.enlace {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	text-decoration: none;
	cursor: hand;
	color: #426CE4;

}

.enlace A:link {color:#426CE4;}
.enlace A:active {color:#FF0000;}
.enlace A:hover {color:#FF0000;}


.pequeño {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
.tituloportada {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #426CE4;
	font-weight: bold;
	text-transform: none;
}
.enlace2 {
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #426CE4;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.nav-azul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	background-color: #426CE4;
}
.nav-negro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}
.box {
	border: 1pt solid #426ce4;
}
.negrita {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	font-weight: bold;
}
.titulo-pagina {

	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	line-height: normal;
	color: #426CE4;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
.negrita-azul {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	color: #426CE4;
	text-decoration: none;
	text-align: justify;
	font-weight: bold;

}
.enlace3 {

	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	font-style: normal;
	text-decoration: none;
	cursor: hand;
	color: #426CE4;
}
.actualizacion {

	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	font-style: normal;
	color: #FF0000;
	text-decoration: none;
	text-align: left;
}
#textonovedades{
	width:95%;
	margin-left: 0px;
	background-color : #ffffff;
	float:none;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	margin-right: 0px;
	padding: 12px;
}
#titnovedades {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #600;
	font-weight: bold;
	text-transform: none;
	text-align: left;
}
#textoemergencias{
	width:95%;
	margin-left: 0px;
	background-color : #ffffff;
	float:none;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	color: #900;
	text-decoration: none;
	text-align: justify;
	margin-right: 0px;
	padding: 12px;
}
#titemergencias {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #C00;
	font-weight: bold;
	text-transform: none;
	text-align: left;
}

.degradadoizda {  
	background-image: linear-gradient(left , #BFCEF5 0%, #EDF2FF 50%, #FFFFFF 75%);
	background-image: -o-linear-gradient(left , #BFCEF5 0%, #EDF2FF 50%, #FFFFFF 75%);
	background-image: -moz-linear-gradient(left , #BFCEF5 0%, #EDF2FF 50%, #FFFFFF 75%);
	background-image: -webkit-linear-gradient(left , #BFCEF5 0%, #EDF2FF 50%, #FFFFFF 75%);
	background-image: -ms-linear-gradient(left , #BFCEF5 0%, #EDF2FF 50%, #FFFFFF 75%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		right bottom,
		color-stop(0, #BFCEF5),
		color-stop(0.5, #EDF2FF),
		color-stop(0.75, #FFFFFF)
	);
}
.degradadodcha {  
	background-image: linear-gradient(right , #BFCEF5 0%, #EDF2FF 50%, #FFFFFF 75%);
	background-image: -o-linear-gradient(right , #BFCEF5 0%, #EDF2FF 50%, #FFFFFF 75%);
	background-image: -moz-linear-gradient(right , #BFCEF5 0%, #EDF2FF 50%, #FFFFFF 75%);
	background-image: -webkit-linear-gradient(right , #BFCEF5 0%, #EDF2FF 50%, #FFFFFF 75%);
	background-image: -ms-linear-gradient(right , #BFCEF5 0%, #EDF2FF 50%, #FFFFFF 75%);
	
	background-image: -webkit-gradient(
		linear,
		right bottom,
		left bottom,
		color-stop(0, #BFCEF5),
		color-stop(0.5, #EDF2FF),
		color-stop(0.75, #FFFFFF)
	);
    }  

