@charset "utf-8";
/* CSS Document */

<!--
A:link, A:visited, A:active { text-decoration: none; color: #888888;}
A:hover {text-decoration: none; color: #444444; background-color:#dedede; }
.menu {font-family: Arial, Helvetica, sans-serif;font-size: 18px;color: #888888;}
.titulo-seccion {font-family: Arial, Helvetica, sans-serif;	font-size: 36px; color: #444444;}
.texto {font-family: Arial, Helvetica, sans-serif; font-size: 12px;	color: #444444; }
.texto2 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #111111; }
body {
	background-image: url(contenido-web/images/bg00.jpg);
	background-repeat: repeat-x;
	background-color: #5c7a94;
} 
.text-form {font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #888888;font-weight: bold;}
-->


