@charset "UTF-8";
/* Reset Navegador */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
/*Fin de reset*/
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display: block;
}
/* Generales */
* {
	border:0;
	margin:0;
	padding:0;
}

html,body {
	/*width:auto;
	height:100%;*/
	font-family:Raleway;
	color:#3d3c3f;
	text-align:justify;
}

header {
	position:relative;
	width:1000px;
	margin:0 auto;
	height:65px;
	border-bottom:1px solid #ccc;
}
header div{padding:15px;}
nav {
	position:relative;
	margin:0 auto;
	width:1000px;
	padding:10px 0;
	border-bottom:1px solid #ccc;
}
nav ul li {
	display:inline;
	font-family:Raleway;
	font-size:13px;
	padding-left:20px;
}
nav ul li:not(:last-child):after{
	position:relative;
	left:10px;
	content:"/";
}
nav ul li  a {
	text-decoration:none;
	color:inherit;
}
nav ul li a{
	display: inline-block;
    position: relative;
}
nav ul li a:after {
	content: '';
	display: block;
	margin: 3px 0 0 0;
	height: 2px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}

nav ul li a:hover:after {
	width: 100%;
	background: #17a9c0;
}
section {
	width:1000px;
}

article {
}
article h1 {
	border-bottom:1px solid #ccc;
}
aside {
	width:1000px;
}

footer {
	position:relative;
	background-color:#f7f7f7;
	width:100%;
	height:100px;
}

header,section,footer,aside,article,nav {
	margin: 0 auto;
	clear:both;
}
p {
	font-size:14px;
	line-height:150%;
}
h1 {
	font-size:60px;
	font-weight:bold;
	padding: 0 0 0 15px;
	margin-bottom:30px;
}
h2 {
font-size:40px;
}
h3 {
	font-size:16px;
	font-weight:bold;
	padding:10px 0;
}
button[type="submit"]{
	background:#17a9c0;
	color:white;
	text-transform:uppercase;
	padding:10px;
	font-size:16px;
	border-radius:10px;
}
/* Clases*/

.left{float:left;}
.right{float:right;}
.center{text-align:center;}
.contact{padding:50px 0 0 0;}
.tel-f{margin:0 20px;}
.mail-f,.tel-f{font-weight:bold;}
.boton {
	background-color: rgba(176,184,30,1);
	-webkit-border-radius: 10px;
      -moz-border-radius: 10px;
           border-radius: 10px;
	text-decoration:none;
	display: inline-block;
	font-size: 24px;
	font-family: Raleway;
	padding:20px 30px;
	line-height: 28px;
	text-align: center;
	color: rgba(255,255,255,1);
	text-transform: uppercase;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.boton img{
	position:relative;
	top:5px;
	padding-right:20px;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.boton img:hover{
	-webkit-transform: rotate(360deg) scale(1.2);
    -moz-transform: rotate(360deg) scale(1.2);
    -o-transform: rotate(360deg) scale(1.2);
    -ms-transform: rotate(360deg) scale(1.2);
    transform: rotate(360deg) scale(1.2);
	position:relative;
	padding-right:20px;
}
.boton:hover {
	background-color: #BDC52B;
}
.boton:active {
}
.client{
	float:left;
	clear:none;
	width:225px;
	margin: 10px 10px 44px;
}
.client h3{
	border-top:1px solid #ccc;
}
.clean:before{
	content: " " !important;
}
.col{
	width:450px;
}
.request{
	clear:both;
}
.request button{
	margin:20px 0;
}
/* Objetos */

#separador{
	border-top:1px solid #ccc;
	margin:2px auto;
	width:1000px;
}

#A{
	width:45%;
	height:100%;
	float:left;
	clear:none;
	padding: 20px;
}
#A ul, #B ul, #C ul{
    list-style: none;
    padding:10px 0 30px 0;
	margin:0;
	font-size: 22px;
}
#A li, #B li, #C li {
    text-indent: -1.3em;
	padding:5px 0 10px 30px;
	border-bottom: 1px solid #CCCCCC;
}
#A li:before, #B li:before,#C li:before {
    position:relative;
	top:3px;
	font-size:28px;
	content: "• ";
    color: #17a9c0;
}
#A > article {
  
}

#B{
	width:45%;
	height:100%;
	float:right;
	clear:none;
	padding: 20px;
}
#C{
	clear:both;
	width:100%;
	min-height:80px;
}
#intro{
	font-size:16px;
	font-weight:bold;
}
#clients {
	margin:20px 0;
	min-height:625px;
}
#clients article p{
	font-size:10px;
}
#location p {
	font-weight:bold;
	padding:5px 0;
}
#location img{
	position:relative;
	top:5px;
	padding-right:10px;
}
#contact-form span{
	font-weight:bold;
	font-size:16px;
	display:block;
	padding:10px 0;
}
#contact-form span:after{
	content:"*";
}
#contact-form input[type="text"],#contact-form input[type="email"],
#contact-form input[type="tel"],#contact-form textarea {
	width:95%;
	background:#f4f4f4;
	margin:0 0 5px;
	padding:10px;
	border-radius:2px;
}
#contact-form textarea{
	width:98%;
}
#map-canvas{
	height:300px;
	margin:0 0 70px;
}
#footer{
	width:1000px;
	padding:20px 0;
	margin: 0 auto;
}
#footer p{
	font-size:12px;
}
#footer p img{
	position:relative;
	top:5px;
	right:5px;
}
.request input {
    margin: 20px 0;
}
input[type="button"] {
    background: none repeat scroll 0 0 #17A9C0;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px;
    text-transform: uppercase;
    cursor: pointer;
}
.client img
{
   width:160px;		
   height:80px;		

}
