html { overflow:hidden; }
body { margin: 0; padding: 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #FFF url(imgs/fdgrisblanco.png) repeat-x;
	}
	
#frmContenedor {margin-top:80px;}	
#frmContacto {background:#FFF url(imgs/contacto.png) 0 0 no-repeat;}
	
.titulo {
	margin:5px;
	position:absolute; top:4px; left:10px;
	font-size:12px; color:#FFF;
	}
.frmtitulo {
	font-size:12px; color:#FFF;
	height:30px;
	}

/* MENU SUPERIOR*/
#enlaces {
	width: 620px; height:25px;
	position:absolute; top:5px; right:10px;
	font-size:12px;
	
}
#enlaces a {font-family:  Arial, Helvetica, sans-serif;text-decoration:none; color:#FFF; padding:5px 7px 0px 7px; height:20px;display:block;}
#enlaces a:hover {color:#FFF;background-color:#D26604;}
#enlaces .option {margin:0px 0px; border-left:1px solid #CCC; border-right:1px solid #777;  float:right;background: url(imgs/menubg2.png) 0 0 repeat-x;}


.frmlabel {width:140px; height:30px; padding-left:10px;}
