/* CSS Document para formulario contacto */
/*
#contacto {
	margin:0 auto 0 auto; 
	width:700px; 
	background: #FFF; 
	border: 1px solid #000;
	padding: 15px;
	font-size: 12.0pt;
	font-family: "Arial","sans-serif";
} */
.sending {display:none; line-height: 40px; font-weight:bold; color: red;}	
.sending img {padding-right: 0 0 0 10px}
#alert{
	display:none;
	margin-bottom:20px;
	background: #FFC;
	border: 1px solid #000;
	width: 100%;
}
#alert ul li{
    list-style:disc;
    margin-bottom:8px;
    line-height:12px;
	list-style-position: inside;
}
input, textarea {
	padding: 4px;
	font-family: "Arial","sans-serif";
}
.button {
	padding: 5px 25px;
}


