{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B05D0B;
}
body{
	margin: auto;
	background-color: #E2ECEE;
}
.contacto{
	border: 1px solid #CED5D7;
	border-radius: 6px;
	padding: 45px 45px 20px;
	margin-top: 10px;
	background-color: white;
	box-shadow: 0px 5px 10px #B5C1C5, 0 0 0 10px #EEF5F7 inset;
}
.contacto label{
	display: block; 
	font-weight: bold;
}
.contacto div{
	margin-bottom: 15px;
}
.contacto input[type='text'], .contacto textarea{
	padding: 7px 6px;
	width: 294px;
	border: 1px solid #CED5D7;
	resize: none;
	box-shadow:0 0 0 3px #EEF5F7;
	margin: 5px 0;
}
.contacto input[type='text']:focus, .contacto textarea:focus{
	outline: none;
	box-shadow:0 0 0 3px #dde9ec;
}
.contacto input[type='submit']{
	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;
	
	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{
	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{
	background: #cfe6ef; 
	background: -moz-linear-gradient(top, #cfe6ef 0%, #edfcff 100%);
	background: -webkit-linear-gradient(top, #cfe6ef 0%,#edfcff 100%);
}.fuente_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F9F9F9;
}
.fuente_cuerpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444;
}
.fuente_pie-pag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
}

.fuente_cuerpo-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #28727A;
	font-weight: bold;
}
.fuente_titulo_uno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #B05D0B;
	font-weight: bold;
}
