/****Form****/

form {
	padding-top: 7px;
}

input, select {
	outline: none;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	font: 13px/22px Arial, Helvetica, sans-serif;
	color: #949393;
	font-style: normal;
	border: none;
    padding: 15px 17px 15px 17px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}


textarea {
	outline: none;
	border: none;
	width: 100%;
	height: 100px;
	background: #fff;
	position: relative;
	resize:none;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	margin: 0;
	font: 13px/22px Arial, Helvetica, sans-serif;
	color: #949393;
	font-style: normal;
	border: none;
    padding: 11px 11px 11px 17px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 1px 3px 0px rgba(0, 0, 0, 0.2);

}


form ._placeholder {
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	font: 13px/22px Arial, Helvetica, sans-serif;
	color: #949393;
	font-style: normal;
	border: 1px solid transparent;
    padding: 10px 16px 10px;
	height: 42px !important;
	width: 100% !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	cursor: text !important;
	display: block;
}

form ._placeholder.hidden {
	display: none;
}

form ._placeholder.focused {
	opacity: 0.3;
}

form .message ._placeholder {
	height: 100% !important;
}

label.camp {
	display: block;
	min-height: 60px;
	clear: left;
	width: 100%;
}

label.camp2 {
	display: block;
	min-height: 60px;
	float:left;
	width: 50%;
	margin:5px 0 0 0;
}

label.camp3 {
	display: block;
	min-height: 60px;
	float:left;
	width: 33.33%;
	margin:5px 0 0 0;
}

label.camp4 {
	display: block;
	min-height: 60px;
	float:left;
	width: 25%;
	margin:5px 0 0 0;
}

label.camp5 {
	display: block;
	min-height: 60px;
	float:left;
	width: 20%;
	margin:5px 0 0 0;
}

@media (max-width: 479px) {
	label.camp2 {
		display: block;
		min-height: 60px;
		clear: left;
		width: 100%;
	}
	
	label.camp3 {
		display: block;
		min-height: 60px;
		clear: left;
		width: 100%;
	}
	
	label.camp4 {
		display: block;
		min-height: 60px;
		clear: left;
		width: 100%;
	}
	
	label.camp5 {
		display: block;
		min-height: 60px;
		clear: left;
		width: 100%;
	}
}

form img{
	width: 200px;
	margin-left: 40%;
	margin-top:10px;
	margin-bottom: 10px;
}

form video{
	width: 320px;
	margin-left: 30%;
	margin-top:10px;
	margin-bottom: 10px;
}

form label.message {
	width: 100%;
	margin-left: 0;
}

form .error-message, form .empty-message {
	color: #E02A05;
	font-size: 11px;
	line-height:14px;
	width:auto;
	position: absolute;
	z-index: 999;
	top: 10px;
	opacity: 0;
	right: 5px;
	float:left;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

/*#form .message .error-message, #form .message .empty-message {
	bottom: -16px;
}*/


form .invalid .error-message, form .empty .empty-message {
	opacity: 1;
}
	
.phone {
	position: relative;
}

.message br {
	height: 0;
	line-height: 0;
}

form .success-message {
	display: none;
	opacity: 0;
	position: absolute;
	border: 1px solid #dfe1e0;
	background: #fff;
	width: 100%;
	height: 102px;
	text-align: center;
	padding: 38px 10px;
	z-index: 999;
	color: #959ba0;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

form.success .success-message {
	display: block;
	opacity: 1;
}

.success_wrapper {
	position: relative;	
}

form label.error {
	color:#F00;	
}

fieldset {
	width: 95%;
	border: 1px solid #ff0000 !important;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	padding: 5px !important;
	margin: 0px 10px 10px 10px !important;
}

fieldset legend {
	font-size: 16px;
	font-weight: bold;
	color: rgba(0, 0, 0, 1);
}

fieldset.a50 {
	width: 45%;
	border: 1px solid #ff0000 !important;
	float: left;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	padding: 5px !important;
	margin: 0px 10px 10px 10px !important;
}
fieldset.a60 {
	width: 55%;
	border: 1px solid #ff0000 !important;
	float: left;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	padding: 5px !important;
	margin: 0px 10px 10px 10px !important;
}
fieldset.a70 {
	width: 65%;
	border: 1px solid #ff0000 !important;
	float: left;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	padding: 5px !important;
	margin: 0px 10px 10px 10px !important;
}
fieldset.a30 {
	width: 25%;
	border: 1px solid #ff0000 !important;
	float: left;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	padding: 5px !important;
	margin: 0px 10px 10px 10px !important;
}
fieldset.a40 {
	width: 35%;
	border: 1px solid #ff0000 !important;
	float: left;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
	padding: 5px !important;
	margin: 0px 10px 10px 10px !important;
}

/* botones */
.btn{
	display: inline-block;
	padding: 12px 18px 14px 24px;
	font: bold 14px/22px Arial, Helvetica, sans-serif;
	background: #4EA59B;
	color: #fff;
	border-radius: 3px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}

.btnActive{
	background: #575756;
	text-decoration: none;
}


.btn:hover{
	background: #575756;
	text-decoration: none;
}

.btnWhite{
	display: inline-block;
	padding: 12px 18px 14px 24px;
	font: bold 14px/22px Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	color: #575756;
	border-radius: 3px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	}
.btnWhite:hover{
	background: #575756;
	color: #FFFFFF;
	text-decoration: none;
}

.btnRed{
	display: inline-block;
	padding: 12px 18px 14px 24px;
	font: bold 14px/22px Arial, Helvetica, sans-serif;
	background: #F00;
	color: #fff;
	border-radius: 3px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}
.btnRed:hover{
	background: #ffff00;
	color: #000000;
	text-decoration: none;
}

.btnRedm{
	display: inline-block;
	padding: 6px 9px 7px 12px;
	font: bold 14px/22px Arial, Helvetica, sans-serif;
	background: #F00;
	color: #fff;
	border-radius: 3px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}
.btnRedm:hover{
	background: #ffff00;
	color: #000000;
	text-decoration: none;
}

.btnGreen{
	display: inline-block;
	padding: 12px 18px 14px 24px;
	font: bold 14px/22px Arial, Helvetica, sans-serif;
	background: #009d00;
	color: #fff;
	border-radius: 3px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}
.btnGreen:hover{
	background: #ff8080;
	color: #000000;
	text-decoration: none;
}

.btnGray{
	display: inline-block;
	padding: 12px 18px 14px 24px;
	font: bold 14px/22px Arial, Helvetica, sans-serif;
	background: #646464;
	color: rgb(0, 0, 0);
	border-radius: 3px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}
.btnGray:hover{
	background: #000000;
	color: #ffffff;
	text-decoration: none;
}

.error{
	border:1px solid #ff0000;
}

@media (max-width: 479px) {
	label.camp2 {
		display: block;
		min-height: 60px;
		clear: left;
		width: 100%;
	}
	
	label.camp3 {
		display: block;
		min-height: 60px;
		clear: left;
		width: 100%;
	}
	
	label.camp4 {
		display: block;
		min-height: 60px;
		clear: left;
		width: 100%;
	}
	
	label.camp5 {
		display: block;
		min-height: 60px;
		clear: left;
		width: 100%;
	}
}

/** botones con iconos */
.btn-fa {
	padding: 5px 5px 5px 5px;
	width: 32px;
	height: 32px;
	border: solid 1px #575756;
	border-radius: 3px;
	cursor: pointer;
}
.btnIcon {
	padding: 5px 5px 5px 5px;
	width: 32px;
	height: 32px;
	border: solid 1px #575756;
	border-radius: 3px;
	cursor: pointer;
	background-image: url(images/iconsControl.png);
    background-repeat: no-repeat;
    background-color: transparent;
}
.edit{
	background-position: 0 -120px;
}
.delete{
	background-position: 0 -80px;
}