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

body {
	background-color: #FFFFFF;
	background-image: url(imagenes/bg_principal.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
}

.menu
{
 margin:20px 28px 10px 38px;
 font-family:Arial, Helvetica, sans-serif;
 font-size:14px;
 color:#032435;
}

.menu ul{ list-style:none;}
.menu li{ 
          list-style:none; 
		  diplay:block;
		  float:left; 
		  height:14px; 
		  width:150px; 
		  text-align:center; 
		  border-left:1px solid #FFFFFF;}
		  
.menu a{ color:#032435; text-decoration:none;}
.menu a:visited{color:#032435;}
.menu a:hover{color:#ffffff;}
.menu .activo{ color:#ffffff;}
.idioma{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#032435;}
.contenido
{
 color:#646464;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
}

.contenido p{ margin:20px 10px 10px 26px;}

.contenido li{ color:#2787c8; list-style-image:url(imagenes/flecha.gif); line-height:23px;}
.contenido hr{ margin-left:20px; border-top:#646464 1px dotted; border-bottom:#FFFFFF 1px solid;}
.titulo{ font-family:"Times New Roman", Times, serif; font-size:46px; color:#aeaeae; font-weight:100;}
.subtitulo{ font-size:20px; color:#026396; font-weight:100;}


.soporte { font-size:12px; color:#646464; font-family:Arial, Helvetica, sans-serif;}
.soporte .tituloS {background-image:url(imagenes/barra.gif); height:31px; color:#FFFFFF;}
.soporte .subtituloS{ font-size:24px; font-weight:bold;}
.soporte .subtituloS_sub{ font-size:16px; font-weight:100; color:#026396;}
.soporte a{ color:#1c81b6;  font-weight:bold; text-decoration:none;}

.formulario{margin-left:26px;}
.formulario input, textarea { color:#646464; border:#026396 1px solid;}
.botonF{ width:80px; background-color:#1c81b6; text-align:center; background-image:url(imagenes/bgBoton.gif);}
.botonF a{ color:#FFFFFF; font-size:12px; text-decoration:none;}

.productos{ margin-left:25px;}
.productos table { background-color:#ebf5fb; height:500px; border:solid 1px #368fbe; font-size:12px; color:#646464; font-family:Arial, Helvetica, sans-serif;}
.productos table  th{ color:#FFFFFF; height:35px; font-size:14px; background-color:#1c81b6;}
.foot
{
 font-size:9px;
 color:#FFFFFF;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 background-image:url(imagenes/bg_foot.jpg);
}
.foot a{ text-decoration:none; color:#FFFFFF;}
