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

body {
    background: #fff;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 15px;
    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 {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 100%;
    text-transform: uppercase;
    color: #794295;
    margin:0 0 20px 0;
    padding:0;
}
h1 {
    font-size: 30px;
    line-height: 25px;
}
h2 {
    font-size: 27px;
}
p {
    margin: 0 0 20px 0;
    padding: 0;
}
a {
    color: #009999;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.contenedor{
    width: 900px;
    margin: 0 auto;
    overflow: auto;
}
.left{
    float: left;
}
.right{
    float: right;
}
.clear{
    clear: both;
}
.encabezado {
    padding: 15px 0;
    margin-bottom: 10px;
    overflow: auto;
}
.contacto {
    line-height: 25px;
    text-align: right;
    padding-top: 25px;
}
.contacto h2 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    margin: 0;
}
.contacto span {
    font-size: 22px;
    font-weight: 600;
    color: #777;
}
.contacto a {
    font-size: 20px;
}
.panoramico {
    margin-bottom: 40px;
}
.descripcion {
    font-size: 14px;
    line-height: 16px;
    width: 180px;
    margin-right: 20px;
}
.descripcion ul {
    margin-left: -20px;
}
.descripcion li {
    margin-bottom: 15px;
}
.checkups {
    width: 470px;
    margin-right: 30px;
}
.formulario {
    width: 200px;
}
.checkup-tabla {
    width: 100%;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-collapse: separate;
    border-spacing: 0;
}
.checkup-tabla .titulos td:first-child {
    border-right: 1px solid #fff;
}
.checkup-tabla .titulo {
    font-size: 16px;
    font-weight: 600;
    color: #444;
    background: #e5dfec;
    text-align: center;
}
.checkup-tabla td {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.checkup-tabla th {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #794295;
}
.checkup-tabla th:first-child {
    border-right: 1px solid #f5f5f5;
}
.checkup-bullets {
    padding: 0;
    margin: 0;
}
.checkup-bullets li {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    list-style-type: none;
}
.checkup-tabla .precio {
    font-size: 24px;
    font-weight: 700;
    color: #794295;
}
.checkup-tabla .precio span {
    font-size: 20px;
    font-weight: 400;
}
.checkup-tabla .precio small {
    font-size: 12px;
    font-weight: 400;
    color: #666;
}
.frase {
    padding: 30px;
    margin-top: 40px;
    border-top: 1px solid #dddddd;
}
.frase p {
    font-size: 21px;
    font-weight: 600;
    line-height: 28px;
    color: #794295;
    text-align: center;
    width: 700px;
}
.gracias {
    background: #794295;
    font-family: Helvetica, Arial, sans-serif;
    color: #fff;
    text-align: center;
    width:500px;
    padding: 30px;
    margin:20px auto;
}
.gracias h1 {
    font-family: Helvetica, Arial, sans-serif;
    line-height: 35px;
    color: #fff;
}
._separador {
    margin-bottom: 30px;
}
.logobuenfin {
    position: absolute;
    margin: -35px 0 0 -100px;
}

/* formulario
------------------------------------------------------------------------------------------------------- */
input,
textarea {
    font-family: Helvetica, Arial, sans-serif;
    font-size:14px;
    color:#444;
    background:#fcfcfc;
    width:100%;
    height:30px;
    padding:5px;
    margin:0 0 15px 0;
    border:1px solid #e5e5e5;
    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,
.input-captcha:hover {
    background:#fcfbf5;
    border:1px solid #ddd;
}
input:focus,
textarea:focus,
.input-captcha:focus {
    background-color:#fcfbf5;
    border:1px solid #bbb;
}
.enviar {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size:25px;
    font-weight: 400;
    color:#fff;
    background:#333;
    width:100%;
    height:45px;
    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 {
    background:#794295;
    border:0;
    cursor:pointer;
}
.input-captcha {
    width:80px;
    height:30px;
    border:1px solid #e5e5e5;
    padding:5px;
    font-family Helvetica, Arial, sans-serif;
    font-size:12px;
    color:#666;
    margin:5px 0 0 0;
    background-color:#f9f9f9;
    outline:0px;
            border-radius:3px;
    -webkit-border-radius:3px;
       -moz-border-radius:3px;
         -o-border-radius:3px;
        -ms-border-radius:3px;
}
.img-captcha {
    width:100px;
    height:30px;
    border:1px solid #e5e5e5;
    margin:5px 10px 0 0;
            border-radius:5px;
    -webkit-border-radius:5px;
       -moz-border-radius:5px;
         -o-border-radius:5px;
        -ms-border-radius:5px;
}
fieldset {
    display: block;
    border: none;
    margin: 0;
    padding: 0;
}
label {
    display: block;
}

/* Slideshow
------------------------------------------------------------------------------*/
/*--Main Container--*/
.main_view {
    float:left;
    position:relative;
    overflow: auto;
}
/*--Window/Masking Styles--*/
.window {
    height:350px;
    width:900px;
    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:30px;
    right:10px;
    width:150px;
    padding: 0 10px;
    height:20px;
    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:5px;
    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,1);
    vertical-align:middle
}
