@charset "UTF-8";
body {
	background-image: url(http://chipindustrial.cl/img/footer-bg.jpg);
	color: #000000;
	background-color: #838383;
	background-repeat: repeat-x;
	background-position: left -1px;
	font-family: Helvetica, Arial;
	font-size: 14px;
	text-shadow: 1px 1px 1px #ccc;
	padding-top: 14px;
	padding-right: 29px;
	padding-bottom: 14px;
	padding-left: 29px;
}


.formulario {
	font-size: 14px;
	color: #333333;
	background-color: #FFF;
	background-image: url(http://chipindustrial.cl/img/footer-bg.jpg);
	border: 1px solid #CCCCCC;
	margin-bottom: 8px;
	width: 410px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-repeat: repeat-x;
	background-position: left -3px;
}

h3 {
	font-size: 24px;
	font-weight: normal;
	color: #666666;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


.enviar {
	background-color: #838383;
	background-image: url(http://chipindustrial.cl/img/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: center -20px;
	border: 1px solid #CCCCCC;
	font-size: 16px;
	color: #333333;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}

#ok {
	font-size: 24px;
	font-weight: normal;
	color: #003300;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 52px;
	background-image: url(http://chipindustrial.cl/img/ok.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#alert {
	font-size: 24px;
	font-weight: normal;
	color: #5A0000;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 52px;
	background-image: url(http://chipindustrial.cl/img/alert.png);
	background-repeat: no-repeat;
	background-position: left top;
}