#formcontacto{
		display: block;
		position: relative;
		/*background-color: Aqua;*/
		width: 400px;		
		left: 120px;
	}
	form{
		display: block;
		padding:5px 0;
		/*border: 2px solid #C6E9FF;*/
		/*background: #CEF3FB;*/
	}
	.flabel{
		width:180px;
		font-size: 13px;
		/*font-weight: bold;*/
		line-height:23px;
		color: #616161;
		text-align: right;
		padding-right: 15px;
	}
	.ftxt{		
		color:#A1A1A1;
		background-image: url(../Images/fondotxt.gif);
		border: solid;
		border-width: 1px;
		height: 16px;
		width:161px;
		font-size: 13px;
		border-color: #BDBDBD;
	}
	.fselect{		
		color:#A1A1A1;
		background-image: url(../Images/fondotxt.gif);
		border: solid;
		border-width: 1px;
		height: 20px;
		width:164px;
		font-size: 13px;
		border-color: #BDBDBD;
	}
	.ftxtarea{
		color:#A1A1A1;
		border: solid;
		border-width: 1px;
		width:161px;
		height: 65px;
		font-size: 13px;		
		border-color: #BDBDBD;
		background-image: url(../Images/fondotxtarea.gif);
		
	}
	.fboton{
		border: solid;
		border-width: 1px;
		background-image: url(../Images/fondobtn.gif);
		border-color: #A1A1A1;
		color: #616161;
	}
	.fboton .fbotonpdf{
	
		background-image:url(../Images/pdf.gif);
		
	}	