/*formulario*/

.formulario{
	width: 960px;
	float: left;
	margin-top:0px;
}
form#myform input, form#myform textarea{
	border-radius: 0;
	background: #fff;
	color: #333;
	border:none;
	height: 30px;
	z-index:10;
	
	-webkit-box-shadow: inset 1px 1px 3px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    inset 1px 1px 3px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         inset 1px 1px 3px 0px rgba(50, 50, 50, 0.2);
}

form#myform input:focus, form#myform textarea:focus{
	background: #fff;
	outline: none;
}


#button-fale {
	float: right;
	height: 40px !important;
	background: #888 !important;
	color: #fff !important;
	font-weight: normal;
	border: none;
	font-size:14px;
	padding: 0;
	width: 460px;
	margin-bottom: 30px;
	margin-top: 20px;
	margin-right:9px;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
	
	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	
	-webkit-box-shadow: inset 1px 1px 3px 0px rgba(50, 50, 50, 0.2) !important;
-moz-box-shadow:    inset 1px 1px 3px 0px rgba(50, 50, 50, 0.2) !important;
box-shadow:         inset 1px 1px 3px 0px rgba(50, 50, 50, 0.2) !important;
}

#button-fale:hover{
	background:#1663B3 !important;
}

label {
	font-size: 12px;
	color: #000;
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin-bottom: 3px
}
label.right {
	float: none;
	text-align: right
}
label.inline {
	line-height: 32px;
	margin: 0 0 12px 0
}
.prefix, .postfix {
	display: block;
	position: relative;
	z-index: 2;
	text-align: center;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	height: 32px;
	line-height: 31px
}
a.button.prefix, a.button.postfix {
	padding-left: 0;
	padding-right: 0;
	text-align: center
}
span.prefix, span.postfix {
	background: #f2f2f2;
	border: 1px solid #ccc
}
.prefix {
	left: 2px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
	overflow: hidden
}
.postfix {
	right: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
	background-color: #fff;
	font-family: inherit;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	color: rgba(0,0,0,0.75);
	display: block;
	font-size: 14px;
	margin: 0 0 12px 0;
	padding: 6px;
	height: 25px;
	width: 93%;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	padding-left:15px;
	margin-bottom:-10px;
}
input[type="text"].oversize, input[type="password"].oversize, input[type="date"].oversize, input[type="datetime"].oversize, input[type="email"].oversize, input[type="number"].oversize, input[type="search"].oversize, input[type="tel"].oversize, input[type="time"].oversize, input[type="url"].oversize, textarea.oversize {
	font-size: 17px;
	padding: 4px 6px
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
	background: #fafafa;
	border-color: #b3b3b3;
	color:#333 !important;
}
input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled] {
	background-color: #ddd
}
textarea {
	height: auto
}
select {
	width: 100%
}
fieldset {
	border: solid 1px #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 12px;
	margin: 18px 0;
	width:910px;
	
}
fieldset legend {
	font-weight: bold;
	padding: 0 3px;
	margin: 0;
	margin-left: -3px
}
.error input, input.error, .error textarea, textarea.error, .error input:focus, input.error:focus, .error textarea:focus, textarea.error:focus {
	border-color: #c60f13;
	background-color: rgba(198,15,19,0.1)
}
.error input:focus, input.error:focus, .error textarea:focus, textarea.error:focus {
	outline-color: #f5797c
}
.error label, label.error {
	color: #c60f13
}
.error small, small.error {
	display: block;
	padding: 6px 4px;
	margin-top: -13px;
	margin-bottom: 12px;
	background: #c60f13;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px
}
form.custom span.custom {
	display: inline-block;
	width: 16px;
	height: 16px;
	position: relative;
	top: 2px;
	border: solid 1px #ccc;
	background: #fff
}
form.custom span.custom.radio {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px
}
form.custom span.custom.checkbox:before {
	content: "";
	display: block;
	line-height: 0.8;
	height: 14px;
	width: 14px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	color: #fff
}
form.custom span.custom.radio.checked:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	background: #222;
	position: relative;
	top: 3px;
	left: 3px
}
form.custom span.custom.checkbox.checked:before {
	content: "\00d7";
	color: #222
}
form.custom div.custom.dropdown {
	display: block;
	position: relative;
	width: auto;
	height: 28px;
	margin-bottom: 9px;
	margin-top: 2px
}
form.custom div.custom.dropdown ul {
	overflow-y: auto;
	max-height: 200px
}
form.custom div.custom.dropdown a.current {
	display: block;
	width: auto;
	line-height: 26px;
	min-height: 28px;
	padding: 0;
	padding-left: 6px;
	padding-right: 38px;
	border: solid 1px #ddd;
	color: #141414;
	background-color: #fff;
	white-space: nowrap
}
form.custom div.custom.dropdown a.selector {
	position: absolute;
	width: 27px;
	height: 28px;
	display: ;
	right: 0;
	top: 0;
	border: solid 1px #ddd
}
form.custom div.custom.dropdown a.selector:after {
	content: "";
	display: block;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: solid 5px;
	border-color: #aaa transparent transparent transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -2px;
	margin-left: -5px
}
form.custom div.custom.dropdown:hover a.selector:after, form.custom div.custom.dropdown.open a.selector:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: solid 5px;
	border-color: #222 transparent transparent transparent
}
form.custom div.custom.dropdown.open ul {
	display: block;
	z-index: 10
}
form.custom div.custom.dropdown.small {
	width: 134px !important
}
form.custom div.custom.dropdown.medium {
	width: 254px !important
}
form.custom div.custom.dropdown.large {
	width: 434px !important
}
form.custom div.custom.dropdown.expand {
	width: 100% !important
}
form.custom div.custom.dropdown.open.small ul {
	width: 134px !important

}

form.custom div.custom.dropdown.open.medium ul {
	width: 254px !important
}
form.custom div.custom.dropdown.open.large ul {
	width: 434px !important
}
form.custom div.custom.dropdown.open.expand ul {
	width: 100% !important
}
form.custom div.custom.dropdown ul {
	position: absolute;
	width: auto;
	display: none;
	margin: 0;
	left: 0;
	top: 27px;
	margin: 0;
	padding: 0;
	background: #fff;
	background: rgba(255,255,255,0.95);
	border: solid 1px #ccc
}
form.custom div.custom.dropdown ul li {
	color: #555;
	font-size: 13px;
	cursor: pointer;
	padding: 3px;
	padding-left: 6px;
	padding-right: 38px;
	min-height: 18px;
	line-height: 18px;
	margin: 0;
	white-space: nowrap;
	list-style: none
}
form.custom div.custom.dropdown ul li.selected {
	background: #cdebf5;
	color: #000
}
form.custom div.custom.dropdown ul li.selected:after {
	content: "\2013";
	position: absolute;
	right: 10px
}
form.custom div.custom.dropdown ul li:hover {
	background-color: #cdebf5;
	color: #000
}
form.custom div.custom.dropdown ul li:hover:after {
	content: "\2013";
	position: absolute;
	right: 10px;
	color: #a3dbec
}
form.custom div.custom.dropdown ul li.selected:hover {
	background: #cdebf5;
	cursor: default;
	color: #000
}
form.custom div.custom.dropdown ul li.selected:hover:after {
	color: #000
}
form.custom div.custom.dropdown ul.show {
	display: block
}
form.custom .custom.disabled {
	background-color: #ddd
}
/*formulario*/

.button{
	width:453px;
	float:left;
	border:none;
	margin-right:30px;
	height:40px;
	position:relative;
	z-index:100;
	
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	text-decoration:none;

background: #de0000; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #de0000 0%, #b70000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#de0000), color-stop(100%,#b70000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #de0000 0%,#b70000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #de0000 0%,#b70000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #de0000 0%,#b70000 100%); /* IE10+ */
background: linear-gradient(135deg,  #de0000 0%,#b70000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0000', endColorstr='#b70000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.button:hover{
background: #000;
}