body{
	background-image: url(imagenes/bg.gif);
	
}
#menu{
	background-image: url(imagenes/menu_fondo.jpg);
	background-repeat: repeat-y;
}
body a{
	color: #003568;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
   font-weight: bold;	
}
#contenido{
   background-color: #E9E6D5;
}
.titulo{
   color: #003568;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	padding: 5px 5px;
}
.conten{
	color: #757575;
	padding: 5px 5px;
	text-align: justify;
}
.formuingres{
	color: #834425;
   font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
#sie{
	background-color: #003568;
	color: White;
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
}
#sie a{
	color: White;
	text-decoration: none;
}
#sie a:hover{
	text-decoration: underline;
}