.fondo-izq {
	background-image: url(imagenes/izquierda.jpg);
	width: 180px;
	background-repeat: no-repeat;
}
.fondo-der {
	background-image: url(imagenes/derecha.jpg);
	width: 180px;
	background-repeat: no-repeat;
}
.fondo-centro {
	background-image: url(imagenes/fondo_principal.jpg);
	width: 600px;
	background-repeat: no-repeat;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #426DBC;
	font-weight: bold;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
.textoCentrado {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
input {
	width: 98%;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 98%;
}
