		 
		 .contacto{
	border: 1px solid #CED5D7;
	border-radius: 6px;
	padding: 0px 20px 20px;
	margin-top: 50px;
	background-color: white;
	box-shadow: 0px 5px 10px #B5C1C5, 0 0 0 10px #EEF5F7 inset;
	font-family: Devanagari sangam MN;
	text-align:left;
	font-size: 12px;
	color: #798e94;
	float:right;
	width:300px;
}
.contacto label{
	display: block;
	font-weight: bold;
	font-family: Devanagari sangam MN;
	font-size: 13px;


}
.contacto div{
	margin-bottom: 0px;
}
.contacto input[type='text'], .contacto textarea{
	padding: 7px 6px;
	width: 275px;
	border: 1px solid #CED5D7;
	resize: none;
	box-shadow:0 0 0 3px #EEF5F7;
	margin: 1px 0;
}
.contacto input[type='text']:focus, .contacto textarea:focus{
	outline: none;
	box-shadow:0 0 0 3px #dde9ec;
}
.contacto input[type='submit'], input[type='reset'] {
	font-family: Devanagari sangam MN;
	font-size: 12px;
	color: #798e94;
	border: 1px solid #CED5D7;
	box-shadow:0 0 0 3px #EEF5F7;
	padding: 8px 16px;
	border-radius: 20px;
	font-weight: bold;
	text-shadow: 1px 1px 0px white;
	text-align:center;

	background: #e4f1f6;
	background: -moz-linear-gradient(top, #e4f1f6 0%, #cfe6ef 100%);
	background: -webkit-linear-gradient(top, #e4f1f6 0%,#cfe6ef 100%);
}
.contacto input[type='submit']:hover, input[type='reset']:hover{
	background: #edfcff;
	background: -moz-linear-gradient(top, #edfcff 0%, #cfe6ef 100%);
	background: -webkit-linear-gradient(top, #edfcff 0%,#cfe6ef 100%);
}
.contacto input[type='submit']:active, input[type='reset']:active{
	background: #cfe6ef;
	background: -moz-linear-gradient(top, #cfe6ef 0%, #edfcff 100%);
	background: -webkit-linear-gradient(top, #cfe6ef 0%,#edfcff 100%);
}

	#back-top {
    position: fixed;
    bottom: 30px;
    margin-left: -110px;
}
 
#back-top a {
    width: 49px;
    display: block;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
 
#back-top a:hover {
background:#666;
	cursor: pointer;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.6), 
		inset 0 1px 1px rgba(0,0,0,0.1);
	
}