/* @override http://depapel.cl/uc/uc.css */

@import url('ws-fonts-style.css');

@font-face {
font-family: 'ColaborateThinRegular';
src: url('fonts/ColabThi-webfont.eot');
src: url('fonts/ColabThi-webfont.eot?#iefix') format('embedded-opentype'),
     url('fonts/ColabThi-webfont.woff') format('woff'),
     url('fonts/ColabThi-webfont.ttf') format('truetype'),
     url('fonts/ColabThi-webfont.svg#ColaborateThinRegular') format('svg');
font-weight: normal;
font-style: normal;
}

html { height: 100%; width: 100%; }
	
/* COLORES DE TEXTO */
body { color: #929292; }

/* COLORES DE BACKGROUNDS */		
#mantencion { background-color: #fff; 
box-shadow: 0px 0px 58px rgba(0, 0, 0, 0.45);
 -moz-box-shadow: 0px 0px 58px rgba(0, 0, 0, 0.45);
 -webkit-box-shadow: 0px 0px 58px rgba(0, 0, 0, 0.45); }
.contact_form input[type="text"], 
.contact_form textarea { background: #f9f9f9;
font-family: 'ColaborateThinRegular'; font-size: 16px; }

.contact_form input[type="text"] { width: 155px }

/* BORDERS */
#mantencion { border: 1px solid #e8e7e7; }
.contact_form input[type="text"], 
.contact_form textarea { border: 1px solid #e8e7e7;}
#ajax-contact-form { border-bottom: 1px solid #e8e7e7; }


/* ESTILOS GENERALES */	
body {
	font-family: 'ColaborateThinRegular', Arial, sans-serif;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 2em;
}
#mantencion {
	text-align: center;
	padding: 2em 2em 2em;
	margin: 1em auto;
	max-width: 700px;
}
.textos { font-size: 15px; padding-bottom: 2em }
a { text-decoration: none; }
.enlaces { padding-top: 1em; }
span.datos a { font-size: 14px; padding-right: 1em;
}
/* ICONOS */
.ws-pin-map, .ws-email-envelope,
.ws-clock, .ws-call-phone-square { font-size: 15px; }

.ws-pin-map::before,
.ws-email-envelope::before,
.ws-clock::before,
.ws-call-phone-square::before {
	padding-right: 0.4em;
	font-size: 1em;
	bottom: -2px;
	position: relative; }

h1 {
	clear: both;
	font-size: 24px;
	margin: 30px 0 0 0;
	padding: 0;
	padding-bottom: 7px;
}

/* BOTONES */
.button, .contact_btn, .send_btn  {
	text-decoration: none;
	font-size: 12px !important;
	line-height: 16px;
	padding: 10px 20px;
	cursor: pointer;
	border: 0px solid #939ACD;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	text-transform: uppercase;
}

p {text-align: center; font-size: 18px}
#logo { margin-left: auto;   margin-right: auto; margin-bottom: 40px; }
#contacto { margin-left: auto;   margin-right: auto; padding: 30px 0 }
.clear { clear: both; }
#dev {	margin: 20px auto 0; }
#dev p { text-align: center; font-size: 12px; }

/* CONTACT_FORM */
.contact_form { width: 100%; }
#ajax-contact-form { padding-bottom: 30px; }
.contact_form input[type="text"],
.contact_form textarea {
	/*width:27%;*/
	margin:0 0 19px 16px;
	padding:11px 10px 9px 19px;
	border-radius: 3px;
}
.contact_form input[type="text"]:first-child {margin-left:0 !important;}
.contact_form textarea {
	resize: none;
	margin-left:0;
	width:96%;
	height: auto;
    min-height: 95px;   
}

#note .notification_ok {
	margin-top:20px;
	padding:7px 10px;
	text-align:center;
	text-transform:none;
	background:#3e3e3e;
	font-weight:400;
	font-size:16px;
	color:#fff;
}
#note .notification_error {
	font-size: 16px;
	color:#f00;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
	line-height: 24px;
	background-color: #fefdec;
	border: 1px solid #ffe5aa;
}
input.contact_btn.send_btn {
	text-align: center!important;
	float: right;
}


@media only screen and ( min-width: 701px ) { 
#logo img { max-width: 400px; }
#mantencion { max-width: 600px; }
}
/*
@media only screen and ( max-width: 961px )  { }
@media only screen and ( min-width: 768px ) and ( max-width: 960px ) { }
@media only screen and ( min-width: 480px ) and ( max-width: 767px ) { }*/
@media only screen and ( max-width: 700px ) {
#mantencion { max-width: 600px; margin: 0 auto; margin: 1em 3em; }
.contact_form input[type="text"] {
	width:90%;
	margin-left: 0;
}
.contact_form input[type="text"]:first-child {margin-left:0 !important;}
.contact_form textarea { width: 90%; }
#logo img { max-width: 140px; }

}
