/*
 * SimpleModal Contact Form
 * http://simplemodal.com
 *
 * Copyright (c) 2013 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 */

/* Overlay */
#contact-overlay {
	background-color:#000;}

/* Container */
#contact-container {
	font: 16px/22px arial,
	Verdana, Arial; 
	text-align:left; 
	width:410px;
	border: 5px solid #FC5E40;
	height: auto!important;
	padding: 30px;
	background: url(../img/bg-patron.jpg) repeat;
	width: 390px !important;
	border-radius:12px;
}
.simplemodal-wrap{
	overflow: hidden !important;
	height: auto !important;
}
.campos{
	display: block;
	margin-bottom: 3px;
	width: 409px;
	height: 48px;
}
.contact-text{
line-height: 18px;
    margin-top: 18px;
    margin-bottom: 25px;
    color: white;
    font-size: 15px;
    font-family: arial;
}
.icono-form{
	display: block;
	background: green;
	width: 75px;
	height: 24px;
	float: left;
}
#contact-container .contact-content {
	color:#ddd; 
	height:auto !important;
}
#contact-container h1 {
    color: #fff;
    font-size: 23px;
    line-height: 25px;
	margin: 0 auto;
	padding: 0 0 6px 12px;
	text-align: center;
	display: block;
	width: auto;
}
#contact-container span	{
	color: #20B14F;
}
.campos-botones{
    display: block;
    /* margin-left: 72px; */
    margin: 0 auto;
    margin-top: 20px;
    width: 220px;
}
#contact-container .contact-loading {
	background:url(../img/contact/loading.gif) no-repeat; 
	height:55px; 
	margin:-3px 0 0 190px; 
	padding:0; 
	position:absolute; 
	width:54px; 
	z-index:8000;}
#contact-container .contact-message {
	text-align:center;
	height: auto !important;
	color: white;
	font-size: 13px;
	display: block;
	margin-top: 10px;
}
#contact-container .contact-error {
	background: #000;
	border: 2px solid #31A031;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	margin: 0 auto;
	padding: 4px;
	width: 92%;
	margin: 14px auto 14px auto;}
#contact-container br {
	clear:both;
}
#contact-container form {
	margin:10px 0 0 0;
	 padding:0;
	}
#contact-container label {
	clear: left;
	display: block;
	padding-right: 4px;
	text-align: left;
	width: 70px;
	font-size: 14px;
	color: white;
	float: left;
}
.contact-input{
	margin: 0;
	width: 379px;
}
#contact-container .contact-input {
    background: #eee;
    border: 1px solid #fff;
    font-family: arial;
    float: left;
    padding: 8px;
    margin-bottom: 10px;
    margin-top: 3px;
    width: 100%;
    margin-left: 5px;
    box-sizing: border-box;
}
#contact-container textarea {
	height: 114px;
	margin: 0 0 0 5px !important;
}
#contact-container .contact-cc {
	cursor:default; 
	font-size:14px; 
	vertical-align:top;}
#contact-container .contact-top { 
	height:13px; 
	margin:0; 
	padding:0; 
	-webkit-border-top-left-radius:8px; 
	-webkit-border-top-right-radius:8px; 
	-moz-border-radius-topleft:8px; 
	-moz-border-radius-topright:8px; 
	border-radius:8px 8px 0 0;}
#contact-container .contact-bottom {
	background-color:#333; 
	font-size:12px; 
	height:13px; 
	line-height:12px; 
	text-align:center; 
	-webkit-border-bottom-right-radius:8px; 
	-webkit-border-bottom-left-radius:8px; 
	-moz-border-radius-bottomright:8px; 
	-moz-border-radius-bottomleft:8px; 
	border-radius:0 0 8px 8px;}

#contact-container .contact-bottom a,
#contact-container .contact-bottom a:link,
#contact-container .contact-bottom a:active,
#contact-container .contact-bottom a:visited {
	color:#666; 
	position:relative; 
	top:-4px; 
	text-decoration:none;}
#contact-container .contact-bottom a:hover {
	color:#888;}

#contact-container .contact-button {
	background:#20B14F; 
	border:0; 
	color:#fff; 
	cursor:pointer; 
	font-size:14px; 
	margin:4px 0 0 4px; 
	text-align:center; 
width: 102px;
    height: 33px;
}
#contact-container .contact-button:hover {background:#ff4622;}
#contact-container a.modal-close,
#contact-container a.modal-close:link,
#contact-container a.modal-close:active,
#contact-container a.modal-close:visited {
	color: #999;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	text-decoration: none;
	right: -16px;
	top: -19px;
	display: block;
	width: 37px;
	height: 37px;
	text-indent: -9999999px;
	overflow: hidden;
	background: url(../img/equis.png) no-repeat;
}
#contact-container a.modal-close:hover {
	color:#ccc;
}