/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.cuerpo{

    position: relative;
    padding-top:5px;
    background-color: #fff;
    background-image:  url(../img/fondo.jpg);
    background-position: top center;
}

.contenido{

    position: relative;   
    margin: 0 auto;
    width: 900px;
    height: 880px;
    background-color: #fff;
    box-shadow: 3px 3px 3px #636262;
}

.contenido2{

    position: relative;   
    margin: 0 auto;
    top:0px;
    width: 900px;
    height: 1275px;
    background-color: #fff;
    box-shadow: 3px 3px 3px #636262;
}

.cabeza{

    position: relative;
    margin: 0 auto;
    width: 900px;
    height: 180px;
    bottom: 10px;
    top: 5px;
    bottom: 5px;
    box-shadow: 3px 3px 3px #636262;
}

.imagen{

    position: relative;
    width: 900px;
    height: 180px;
    margin: auto;
    background-image: url(../img/cabezera.png);
    background-repeat: no-repeat;
}

.cabeza div div{
    position: absolute;
    width: 350px;
    right: 10px;
    top: -20px;
    color: #636262;
    font-weight: bold;
    font-size: 20px;
    
}
.cabeza div div a{
    color: #636262;
    text-decoration: none; 
}
.imagen div p{

    font-size: 25px;
}

.horario{

    font-size: 15px !important;
}

.pie{
    
    position: relative;
    font-size: 12px;
    text-align: left;
    bottom: 0px;
    padding: 15px;
    padding-left: 4px; 
    border-top: 4px solid #3d72b9;
    top: 50px;
    width: 885px;
    height: 15px;
    margin:0 auto;
    font-weight: bold;
    color: #3d72b9;
    word-spacing: 2px;
    background-color: #fff;

}

.pie a{
    color: #3d72b9;
    text-decoration: none;
}
.pie div{
    float: left;
}
.pieimg{
    position: absolute;
    clear: right;
    right: 10px;
    
    top: 5px;
}

.contenidosuperior{
    position: relative;
    margin: 0 auto;
    top: 30px;
    width: 97%;
    height: 350px;

}

.navegacion{
    position: relative;
    background-color: #43a1da;
    width: 900px;
    height: 50px;    
    margin: -13px auto 0px;
    box-shadow: 3px 3px 3px #636262;

}

#bfondo{
    background: #fff;
    color: #3d72b9 !important;
    
}

.inicio{
    position: absolute;
    left: 20px;
    top: 25px;
}

.equipo{
    position: absolute;
    left: 100px;    
    top: 25px;
}

.equipamiento{
    position: absolute;
    left: 265px;
    top: 25px;
}

.servicios{
    position: absolute;
    left: 400px;
    top: 25px;
}

.contactar{
    position: absolute;
    left: 505px;
    top: 25px;
}

#boton li{

    display: inline;

}

#boton li a {
    font-family: Arial;
    font-size:15px;
    text-decoration: none;
    padding: 10px;
    border: 1px #fff solid;
    color: #fff;
    border-radius: 6px 6px 0px 0px;
    margin-right: 1em;
}

#boton li a:hover {

    font-weight: bold;
    background: #FFF;
    margin-right: 0.1em;
    color: #3d72b9;
    border-color: #3d72b9;
}

#boton li a:active {

    font-weight: bold;
    background: #3d72b9;
    margin-right: 0.1em;
    margin-top:-1px;
    padding-bottom:10px;
    color: #fff !important;
}

.columna1{

    float: left;
    width: 450px;
    margin-left: 10px;
}

.columtitu1{

    color: #3d72b9;
    font-size: 25px;
    font-weight: bold;
}

.columna2{

    float: right;
    clear: right;
    margin-right: 10px;
    width: 300px;
    z-index: 2;
}

.columna2 div a{

    color: #fff;
    text-decoration: none;
    font-size: 17px;
}

.columna2 div{

    background-color: #3d72b9;
    color: #fff;
    width: 300;
    height: 20px;
    padding: 10px;
}

#parking{
    background-color: #fff;
    color: #000;
    text-align: left;
    height: 220px;
}
#parking div{
    float: right;
    top: 10px;
    background-color: #fff;
}
#direccionp{
    list-style-image: url(../img/Parking.png);
    margin-left: 22px;
    font-weight: bold;
    font-size: 23px;
    line-height: 1;
}
#direccionp li a{
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 23px;
    line-height: 1;
}
.logoase{
  
    margin-left: 10px;
    height: 200px;
}

.asisa{
float: left;
    width: 150px;
}
.sanitas{
    float: left;
    width: 150px;
    margin-left: 120px;
}

.prevision{
    float: left;
    width: 150px;
    margin-left: 130px;
    margin-top: -20px;
}

.mapa1{
    float: left;
    clear: both;
    margin-top: 20px;
    margin-left: 10px;
    height: 350px;
    box-shadow: 3px 3px 3px #636262;
    background-color: white;
}

.mapa2{
    float: left;
    clear: both;
    margin-top: 20px;
    margin-left: 10px;
    height: 314px;
    box-shadow: 3px 3px 3px #636262;
    background-color: white;
}

#datos{

    float: right;
    clear: right;
    width: 400px;
    height: 325px;
    margin-top: 10px;
    margin-right: 10px;
    padding: 5px 0px 0px 25px;
    box-shadow: 3px 3px 3px #636262;
    background-color: white;
    border-top: 1px #636262 solid;
    border-left: 1px #636262 solid;
}

#datos ul li{

    font-size: 20px;
    font-weight: bold;
    color: #636262;
}

#datos ul li a{

    text-decoration: none;
    color: #636262;
}
#presentacion{

    position: relative;
    top: 50px;
    width: 850px;
    margin: 0px auto;
}


.telefono{

    list-style-image: url(../img/telefono.png);
}

#mail{

    list-style-image: url(../img/email.png);
}

#direccion{

    list-style-image: url(../img/autor.png);
}

.contacto{
    
    float: left;       
    box-shadow: 3px 3px 3px #636262;
    padding: 30px 20px 20px 20px;
    margin-top: 10px;
    margin-left: 10px;
    background-color: white;
    border-top: 1px #636262 solid;
    border-left: 1px #636262 solid;
}
.contacto label{

    display: block;
    font-weight: bold;
}

.contacto div{
    margin-bottom: 15px;
}

.contacto input[type='text'], .contacto textarea{
    padding: 7px 6px;
    width: 294px;
    border: 1px solid #CED5D7;
    resize: none;
    box-shadow:0 0 0 3px #EEF5F7;
    margin: 5px 0;
}

.contacto input[type='text']:focus, .contacto textarea:focus{
    outline: none;
    box-shadow:0 0 0 3px #dde9ec;
}

.contacto input[type='submit']{
    border: 1px solid #CED5D7;
    box-shadow:0 0 0 3px #EEF5F7;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: bold;
    text-shadow: 1px 1px 0px white;
    background: #e4f1f6;
    background: -moz-linear-gradient(top, #e4f1f6 0%, #cfe6ef 100%);
    background: -webkit-linear-gradient(top, #e4f1f6 0%,#cfe6ef 100%);
}

.contacto input[type='submit']:hover{
    background: #edfcff;
    background: -moz-linear-gradient(top, #edfcff 0%, #cfe6ef 100%);
    background: -webkit-linear-gradient(top, #edfcff 0%,#cfe6ef 100%);
}

.contacto input[type='submit']:active{
    background: #cfe6ef;
    background: -moz-linear-gradient(top, #cfe6ef 0%, #edfcff 100%);
    background: -webkit-linear-gradient(top, #cfe6ef 0%,#edfcff 100%);
}
/*pagina equipo profesional*/
#tratamiento{
    position: relative;   
    margin: 0 auto;
    width: 900px;
    height: 950px;
    background-color: #fff;
    box-shadow: 3px 3px 3px #636262;
    color: #3d72b9;
}
#tratamiento img{
    
    margin: 25px 10px 10px 10px;
    box-shadow: 3px 3px 3px #636262;
}

.titultratamiento{
    position: relative;
    top: 10px;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
}

.imgizq p{
    float: right;
    padding-top:135px; 
}
.imgder p{
    float: left;
    padding-top:135px; 
    text-align: left;
}
.imgizq{
    
    position: absolute;
    top: 20px;
    left: 20px;

}
.imgder{
    
    position: absolute;
    top:155px;
    right:20px;

}

.foto4{
    position: absolute;
    left: 185px;
}
/* Servicios */
#servicios{
    position: relative;   
    margin: 0 auto;
    width: 900px;
    height: 390px;
    background-color: #fff;
    box-shadow: 3px 3px 3px #636262;
    color: #3d72b9;
}
#servicios div{
    position: relative;
    width: 700px;
    top:10px;
    padding-top: 10px;
    margin: 0 auto;
    font-size: 18px;
}
.servfra{
    font-weight: bold;
}

/* Equipamiento */
#equipamiento{
    position: relative;   
    margin: 0 auto;
    width: 900px;
    height: 2980px;
    background-color: #fff;
    box-shadow: 3px 3px 3px #636262;
    color: #3d72b9;
}

.tituloequi{
    position: relative;
    top: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
}
.listequipa{
    margin: 0 auto;
    width: 784px;
}

.imgequi{
    margin: 0 auto;
    width: 784px;
}
.imgequi p{
    border-bottom: 4px solid #3d72b9;
    font-weight: bold;
    padding-top: 10px;
}
.imgequi img{
    
    margin: 0 auto;
    box-shadow: 3px 3px 3px #636262;
}


/*imagenes*/

/* PUT IN YOUR SLIDER ID AND SIZE TO MAKE LOAD BEAUTIFULLY
   ================================================== */
#featured { 
    position: relative;
    margin: 0 auto;
    top: 10px;
    width: 900px;
    height: 450px;
    background: #000 url('../img/slide/theme/loading.gif') no-repeat center center;
    overflow: hidden;
     }

#featured>img,  
#featured>div,
#featured>a { display: none; }




/* CONTAINER
   ================================================== */

div.orbit-wrapper {
    width: 1px;
    height: 1px;
    position: relative; }

div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden }

div.orbit>img {
    position: absolute;
    top: 0;
    left: 0;
    display: none; }

div.orbit>a {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0; 
    display: none; }

.orbit>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */


/* TIMER
   ================================================== */

div.timer {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .6;
    cursor: pointer;
    z-index: 1001; }

span.rotator {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    background: url(../img/slide/theme/rotator-black.png) no-repeat;
    z-index: 3; }

span.mask {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden; }

span.rotator.move {
    left: 0 }

span.mask.move {
    width: 40px;
    left: 0;
    background: url(../img/slide/theme/timer-black.png) repeat 0 0; }

span.pause {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/slide/theme/pause-black.png) no-repeat;
    z-index: 4;
    opacity: 0; }

span.pause.active {
    background: url(../img/slide/theme/pause-black.png) no-repeat 0 -40px }

div.timer:hover span.pause,
span.pause.active {
    opacity: 1 }


/* CAPTIONS
   ================================================== */

.orbit-caption {
    display: none;
    font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif; }

.orbit-wrapper .orbit-caption {
    background: #000;
    background: rgba(0,0,0,.6);
    z-index: 1000;
    color: #fff;
    text-align: center;
    padding: 7px 0;
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%; }


/* DIRECTIONAL NAV
   ================================================== */

div.slider-nav {
    display: block }

div.slider-nav span {
    width: 78px;
    height: 100px;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000;
    top: 50%;
    margin-top: -50px;
    cursor: pointer; }

div.slider-nav span.right {
    background: url(../img/slide/theme/right-arrow.png);
    right: 0; }

div.slider-nav span.left {
    background: url(../img/slide/theme/left-arrow.png);
    left: 0; }

/* BULLET NAV
   ================================================== */

.orbit-bullets {
    position: absolute;
    z-index: 1000;
    list-style: none;
    bottom: -40px;
    left: 50%;
    margin-left: -50px;
    padding: 0; }

.orbit-bullets li {
    float: left;
    margin-left: 5px;
    cursor: pointer;
    color: #999;
    text-indent: -9999px;
    background: url(../img/slide/theme/bullets.jpg) no-repeat 4px 0;
    width: 13px;
    height: 12px;
    overflow: hidden; }

.orbit-bullets li.active {
    color: #222;
    background-position: -8px 0; }
    
.orbit-bullets li.has-thumb {
    background: none;
    width: 100px;
    height: 75px; }

.orbit-bullets li.active.has-thumb {
    background-position: 0 0;
    border-top: 2px solid #000; }

.container {
    position: absolute; 
    top: 50%; 
    left: 50%;
    margin: -300px 0 0 -470px; } 