* {
	font-family:Arial, Helvetica, sans-serif;
}
body {
	margin:0px;
}
.barras-colores {
	background-image:url('images/barritas-colores.png');width:100%;height:0;
}
#header {
background-image:url('images/bg-titulo.png');width:100%;height:190px;
}
.info-oscuro {
	width:100%;background-color:#2c2c2c;
}
.info-oscuro p {
	color:white;font-weight:bold;text-align:center;padding:20px;font-size:10pt;margin:0px;
}
.titulo {
	background-image:url('images/bg-titulo.png');width:100%;height:46px;text-align:center;
}
.titulo p {
	padding-top:13px;font-size:11pt;color:white;font-weight:bold;
}
.inputs-form {
	background-color:#ebebea;margin:0 auto 0 auto;text-align:center;
}
.controles-forms {
	width:80%;height:31px;border:1px #b7b7b7 solid;
}
form {
	color:#3b4550;font-weight:bold;font-size:11pt;margin:0px;padding:0px;
}
.tabla-ordena-fecha {
	width:95%;height:31px;
}
.info-claro {
	width:100%;background-color:#d8d8d8;
}
.info-claro p {
	color:#4f4f4f;font-weight:bold;text-align:center;padding:20px;font-size:11pt;margin:0px;text-align:center;
}
.info-blanco {
	color:black;font-size:10pt;text-align:center;font-weight:bold;padding-top:12px;padding-bottom:12px;background-color:white;
}
a {
	color:#0078ff;text-decoration:none;
}
#footer {
	background-image:url('images/footer-bg.png');height:37px;
}
img {
	border:0px;
}
ul li {
	color:white;
}
#alertaSI {
	background-color:red;color:white;
}
#alerta-especial {
	background-color:white;width:100%;margin-top:450px;position:absolute;height:24px;z-index:998;
}