@charset "utf-8";
/* CSS Document */


.form {
    width: 100%;
    /* float: right; */
    padding: 0;
}


#contact-form {
	/* float:right; */
	width:100%;
	padding:0px;
	font-family:Verdana, Arial, Geneva, sans-serif;
	font-weight:400;
	color:#fff;
	padding-top:0px;
}


#contact-form input, 
#contact-form number,
#contact-form textarea, 
#contact-form label, 
#contact-form select,
#contact-form option {
	margin-bottom: 14px;
	margin-top:0px;
	color:#fff;
	font-size: 14px;
}

#contact-form label {
	color: hsl(0, 0%, 93%);
	font-size:0.8em;}

/**************Tama?os de todo*****************/

#name,
#email,
#telephone,
#presupuesto, 
#limiteTiempo,
#comentariosP {
	width: 96%;
	height: 50px;
	color: #fff !important;
	background: rgba(0, 0, 0, 0.9);
	border: 1px solid #5f5f5f;
	padding-left:10px;
}


/**********Tama?o y botde de cambos********/

/*#contact-form input,
#contact-form textarea {
	margin-top:0px;
	width:350px;
}


/************COlor de focus de campos*******/
#contact-form input:focus, 
#contact-form date:focus, 
#contact-form textarea:focus {
	border:none;
	background:rgba(255,255,255, 0.9);
	color:#000 !important;
	font-size:16px;
}

/********Tama?o de textarea*******/
#contact-form date {
	width:50px;	
}

#contact-form textarea {
	width: 96%;
	height: 178px;
	resize:none;
	background: rgba(0, 0, 0, 0.9);
	font-family:Verdana, Arial, sans-serif;
	border: 1px solid #5f5f5f;
	font-size: 14px;
	padding-left:10px;
	padding-top:5px;
	color: #000 !important;
}

#contact-form label {
	display:block;
}

/**********Required**********/
#contact-form .required {
	clear:both;
	font-weight:bold;
	color:#000;	
}


/**************Boton************/
#contact-form #submit-button {
	font-family:Verdana, Arial, sanserif;
	font-size: 16px;
	color:#FFF;
	float:right;
	margin-top:0px;
	margin-bottom: 25px;
	margin-right: 4px;
	border:none;
	background: #191919;
	padding: 8px 20px 10px 20px;
	/*border-radius: 10px;*/
	border: 1px solid #444;
	/* letter-spacing: 1px; */
	cursor:pointer;
	transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-ms-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	-webkit-transition: color 0.5s ease;
}

#contact-form #submit-button:hover {
	color:#333;
	background:#FFF;
}

#contact-form #submit-button:active {
	position:relative;
	top:1px;
}

/*#contact-form #loading {
	width:32px;
	height:32px;
	background-image:url(../img/loading.gif);
	display:block;
	right:130px;
	bottom:16px;
	display:none;
}*/


/*****************Errores**********/
#errors {
	border:none;
	padding:0px ;
	margin:0px 0 0 0px;
	display:block;
	width:290px;
	display:none;
	float:left;
	font-size:12px;
	color:#000;
}

#errors li {
	padding:2px;
	list-style:none;	
}

#errors li:before {
	content: ' - ';	
}

#errors #info {
	font-weight:bold;
}

#errors #info:before {
	content: '';	
}


/******************Envio success***************/
#success {
	border:none;
	padding:-11px 0 0 0;
	margin:15px 22px;
	display:block;
	width:200px;
	font-weight:bold;
	display:none;
	float:left;
	font-size:12px;
	color:#FFF;
}

#errors.visible, #success.visible {
	display:block;	
}

#req-field-desc {
	font-size:12px;
}

/* Remove box shadow firefox, chrome and opera put around required fields. It looks rubbish. */
input:required, textarea:required {
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
}

/* Normalize placeholder styles */

/* chrome, safari */
::-webkit-input-placeholder {
	color:#CCC;
	font-style:italic;
}

/* mozilla */
input:-moz-placeholder, textarea:-moz-placeholder {
	color:#CCC;
	font-style:italic;
}

/* ie (faux placeholder) */
input.placeholder-text, textarea.placeholder-text  { 
	color:#CCC;
	font-style:italic;
}




.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/*@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}*/

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}