@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Questrial);

body {
    background: #f5f5f5;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #666;
    margin:0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
h1, h2, h3 {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 100%;
    margin:0 0 15px 0;
    padding:0;
}
p {
    margin: 0;
    padding: 0;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #0d5fa9;
    text-decoration: underline;
}
img {
    border: 0;
}
.contenedor{
    width: 1000px;
    margin: -30px  auto 0 auto;
    overflow: auto;
    z-index: 9;
}
.left{
    float: left;
}
.right{
    float: right;
}
.clear{
    clear: both;
}
.encabezado {
    background: #ffb700;
    width: 100%;
    height: 180px;
    padding-top: 40px;
    overflow: auto;
    z-index: 1;
}
.telefono {
    font-family: 'Questrial', Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    text-align: right;
    color: #fff;
    margin: 20px 0 0 70px;
	padding-right: 40px;
}
.formulario {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
    width: 400px;
    padding: 30px;
    background: #0d5fa9;
}
.formulario p {
    font-size: 13px;
}
.formulario h2 {
    font-family: 'Questrial', Helvetica, Arial, sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
    margin-left: 80px;
}
.flecha {
    position: absolute;
    margin: -60px 0 0 -10px;
}
.mitad {
    width: 165px;
}
.servicios {
    background: #fff;
    width: 600px;
    height: 478px;
    padding: 50px;
}
.servicios h2 {
    font-family: 'Questrial', Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 22px;
    color: #444;
}
.servicios ul {
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
    margin-left: -10px;
}
.servicios li {
    list-style-image: url(img/bullet.jpg);
    margin-bottom: 10px;
}
.pie {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #666;
    width: 1000px;
    margin: 12px auto 30px auto;
    overflow: auto;
}

/* formulario
------------------------------------------------------------------------------------------------------- */
input,
textarea {
    font-family: Helvetica, Arial, sans-serif;
    font-size:14px;
    color:#444;
    background:#fcfcfc;
    width:100%;
    height:35px;
    padding:5px;
    margin:3px 0 10px 0;
    border:none;
    /*outline:0px;*/
            border-radius:3px;
    -webkit-border-radius:3px;
       -moz-border-radius:3px;
         -o-border-radius:3px;
        -ms-border-radius:3px;
}
textarea {
    height: 100px;
    padding:5px 0 0 5px;
    resize: vertical;
}
input:hover,
textarea:hover {
    background:#fcfbf5;
}
input:focus,
textarea:focus {
    background-color:#fcfbf5;
}
.enviar {
    font-family: 'Questrial', Helvetica, Arial, sans-serif;
    font-size:25px;
    font-weight: 400;
    text-transform: uppercase;
    color:#333;
    background:#f8e016;
    width:100%;
    height:55px;
    border:none;
    margin-top:20px;
            border-radius:3px;
    -webkit-border-radius:3px;
       -moz-border-radius:3px;
         -o-border-radius:3px;
        -ms-border-radius:3px;
}
.enviar:hover {
    color: #fff;
    background:#222;
    border:0;
    cursor:pointer;
}
fieldset {
    display: block;
    border: none;
    margin: 0;
    padding: 0;
}
label {
    display: block;
}

/* Slideshow
------------------------------------------------------------------------------*/
/*--Main Container--*/
.main_view {
    position: relative;
    width: 1000px;
}
/*--Window/Masking Styles--*/
.window {
    height: 420px;
    width: 1000px;
    overflow: hidden; /*--Hides anything outside of the set width/height--*/
    position: relative;
}
.image_reel {
    position: absolute;
    top: 0;
    left: 0
}
.image_reel img {
    float: left
}
/*--Paging Styles--*/
.paging {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    bottom: 10px;
    left: 350px;
    z-index: 100; /*--Assures the paging stays on the top layer--*/
    text-align: right;
    display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    padding: 2px;
    text-decoration: none;
    color: #fff;
    vertical-align: middle;
    text-shadow: 0 0 4px #333
}
.paging a.active {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,.7);
    vertical-align: middle
}
