/*LAYOUT PRICIPAL*/
*
{
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
}
html
{
	height: 100%;
    overflow-y: scroll;
}
body
{
    height: 100%;
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
    background: url(img/body-bg.jpg) center repeat-y;
}
body.print
{
    background: #FFF;
    font-size: 11px;
}
#body
{
	min-height: 100%;
	position: relative;
}
header
{
    height: 424px;
}
#content
{
    padding-bottom: 68px;
}
footer
{
    width: 100%;
    height: 68px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.wrapper
{
    width: 960px;
    margin: auto;
    position: relative;
}

/*COMUNES*/
.left
{
	float: left;
}
.right
{
	float: right;
}
.clear
{
	clear: both;
    height: 0;
    overflow: hidden;
}
.botom-left
{
    position: absolute;
    bottom: 0;
    left: 0;
}
.botom-right
{
    position: absolute;
    bottom: 0;
    right: 0;
}
h1
{
    margin: 12px 0 12px 39px;
    padding: 0 5px;
    border-left: 11px solid #DC911B;
    line-height: 34px;
    font-weight: bold;
    font-size: 16px;
    color: #3E639B;
}
h1 div
{
    margin-top: -15px;
    font-weight: normal;
    font-size: 14px;
}
h2
{
    padding: 0 20px;
    background-color: #EAEEF1;
    line-height: 50px;
    font-weight: bold;
    font-size: 16px;
    color: #DC911B;
}
h2.orange
{
    line-height: 42px;
    background-color: #DC911B;
    font-size: 14px;
    color: #FFF;
}
h3
{
    margin-bottom: 1px;
    background-color: #1A1A1A;
    line-height: 49px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
}
h3.orange
{
    margin: 0;
    padding: 10px 0;
    background-color: #DC911B;
    line-height: normal;
}
h4
{
    padding-bottom: 25px;
    font-weight: bold;
    font-size: 14px;
    color: #3E639B;
}
p
{
    color: #1A1A1A;
    padding-bottom: 25px;
}
p.tab
{
    padding-left: 45px;
}
a
{
    color: #DC911B;
    text-decoration: none;
}
a:hover
{
    color: #3E639B;
}
ul, ul li
{
    list-style: none;
}
.input-group
{
    margin-bottom: 13px;
}
label
{
    width: 101px;
    height: 37px;
    display: block;
    line-height: 37px;
    font-weight: bold;
    font-size: 16px;
    color: #1A1A1A;
}
input[type=text], input[type=password], textarea
{
    height: 35px;
    padding: 0 8px;
    border: 1px solid #575757;
    font-family: Arial, Verdana, sans-serif;
    font-size: 16px;
    color: #1A1A1A;
    resize: none;
}
.select
{
    padding: 8px 0;
    background-color: #FFF;
    border: 1px solid #575757;
}
select
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 16px;
    color: #1A1A1A;
}
input[type=submit], input[type=reset], input[type=button]
{
    height: 45px;
    padding: 0 35px;
    background-color: #3E639B;
    font-weight: bold;
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
    color: #FFF;
    cursor: pointer;
}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover
{
    background-color: #000;
}
.text-error
{
    text-align: center;
    font-weight: bold;
    color:  #BF0411;
}
.text-ok
{
    text-align: center;
    font-weight: bold;
    color:  #333;
}
.text-bold
{
    font-weight: bold;
}
.text-blue, .texto-azul
{
    color: #3E639B;
}
.text-orange, .texto-naranja
{
    color: #DC911B;
}
.text-info
{
    padding-top: 8px;
    text-align: right;
    font-size: 12px;
    color: #1A1A1A;
}
.text-left
{
    text-align: left !important;
}
.text-right
{
    text-align: right !important;
}
.text-center
{
    text-align: center !important;
}
.cuadro-azul
{
    padding: 10px;
    background-color: #3E639B;
    color: #FFF;
}
.cuadro-naranja
{
    padding: 10px;
    background-color: #DC911B;
    color: #FFF;
}

/*HEADER*/
header .wrapper
{
    height: inherit;
}
header #logo
{
    position: absolute;
    top: 69px;
    left: 10px;
}
header nav.top
{
    width: 480px;
    height: 42px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #3F639B;
}
header nav.top ul
{
    float: right;
}
header nav.top ul li
{
    float: left;
}
header nav.top ul li.selected
{
    background-color: #1A1A1A;
}
header nav.top ul li a
{
    display: block;
    padding: 0 25px;
    line-height: 42px;
    color: #FFF;
}
header nav.top ul li a:hover
{
    background-color: #1A1A1A;
}
header nav.main
{
    width: 480px;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
header nav.main ul li
{
    width: 120px;
    height: 100px;
    float: left;
    background-color: #3F639B;
    line-height: 100px;
    text-align: center;
    font-size: 12px;
}
header nav.main ul li a
{
    width: 100%;
    height: 100%;
    display: block;
    border-left: 1px solid #FFF;
    border-top: 1px solid #FFF;
    color: #FFF;
}
header nav.main ul li a.t
{
    border-top: 0;
}
header nav.main ul li a.f
{
    border-left: 0;
}
header nav.main ul li a:hover
{
    background-color: #1A1A1A;
}
header nav.main ul li a.selected
{
    background-color: #1A1A1A;
}
header figure
{
    width: 480px;
    height: 382px;
    position: absolute;
    bottom: 0;
    right: 0;
}
header figure figcaption
{
    height: 100px;
    /*background-image: url(img/figcaption.png);*/
    background-repeat: no-repeat;
    background-position: 29px center;
    text-align: left;
    line-height: normal;
}
header figure figcaption .pad
{
    line-height: 100px;
    /*padding-left: 155px;*/
    text-align: center;
}
header figure figcaption .pad.double
{
    line-height: normal;
    padding-top: 25px;
    padding-left: 155px;
    text-align: left;
}
header figure figcaption.logo
{
    background-image: url(img/logo-bn.png);
}
header figure figcaption.figcaption
{
    background-image: url(img/figcaption.png);
}
header figure figcaption.logo .pad
{
    padding-left: 155px;
    text-align: left;
}

/*CONTENT*/
aside
{
    width: 240px;
}
section
{
    width: 720px;
}
.full
{
    width: auto;
}
.half
{
    width: 480px;
}
article
{
    padding: 20px 11px 0 11px;
}
figure
{
    height: 242px;
    position: relative;
}
figure figcaption
{
    width: 100%;
    height: 42px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,0.56);
    text-align: center;
    line-height: 42px;
    font-size: 22px;
    font-weight: bold;
    color: #1A1A1A;
}
figure figcaption.auto
{
    height: auto;
    line-height: normal;
    padding: 10px 0;
}
.sep
{
    height: 1px;
    margin: 0 11px;
    background-color: #3E639B;
}
.sep.black
{
    height: 16px;
    margin: 0;
    background-color: #000;
}
.date
{
    margin-bottom: 25px;
    font-size: 13px;
    font-weight: bold;
    color: #333;
}
.box-blue
{
    background-color: #3E639B;
}
.box-blue .info
{
    padding: 25px 0;
    text-align: center;
}
.box-blue .info p
{
    padding: 0;
    font-weight: bold;
    font-size: 22px;
    color: #FFF;
}
.box-blue .info p.small
{
    font-size: 14px;
}
.box-blue .info p.smaller
{
    font-size: 12px;
}
.box-white
{
    background-color: rgba(255,255,255,0.59);
}
.box-orange
{
    background-color: #DC911B;
    font-weight: bold;
    color: #FFF;
}
.arrow-orange-down
{
    height: 20px;
    background: url(img/ico-arrow-orange-down.png) no-repeat 64px;
}
table
{
    margin: 0 5px;
}
table th, table td
{
    text-align: center;
    font-size: 13px;
    color: #1A1A1A;
}
table th
{
    padding: 10px 0;
    font-weight: bold;
    color: #3E639B;
}
table td.orange
{
    padding: 5px 0 10px 0;
    border-top: 1px solid #DC911B;
    color: #DC911B;
}
table td.blue
{
    height: 22px;
    border-top: 1px solid #3E639B;
    border-bottom: 1px solid #3E639B;
    font-size: 14px;
    font-weight: bold;
    color: #3E639B;
}
table td.text-bold
{
    font-size: 12px;
}
a.btn-blue
{
    display: block;
    background-color: #3F639B;
    font-size: 12px;
    color: #FFF;
}
a.btn-blue:hover
{
    background-color: #1A1A1A;
}
a.btn-orange
{
    display: block;
    background-color: #DC911B;
    text-align: center;
    font-size: 14px;
    color: #FFF;
}
a.btn-orange:hover
{
    background-color: #1A1A1A;
}
a.btn-grey
{
    display: block;
    background-color: #EAEEF1;
    font-size: 12px;
    color: #1A1A1A;
}
a.btn-grey:hover
{
    background-color: #1A1A1A;
    color: #FFF;
}
a.btn-black
{
    display: block;
    background-color: #1A1A1A;
    text-align: center;
    font-size: 14px;
    color: #FFF;
}

/*FOOTER*/
footer .wrapper
{
    height: inherit;
    background-color: #3F639B;
}
footer ul
{
    position: absolute;
    top: 0;
    left: 30px;
}
footer ul li
{
    display: inline;
    padding-right: 3px;
    line-height: 68px;
    font-size: 11px;
    color: #FFF;
}
footer ul li a
{
    color: #FFF;
}
footer ul li a:hover
{
    color: #DC911B;
}
footer #footer-logo
{
    position: absolute;
    top: 10px;
    right: 55px;
}
footer a#evoit
{
    position: absolute;
    top: 45px;
    right: 10px;
    font-size: 12px;
    color: #FFF;
}
footer a#evoit:hover
{
    text-decoration: underline;
}

/* INICIO */
.boxhome
{
    margin: 20px 10px;
}
.boxhome a
{
    display: block;
    padding: 30px 0;
    background-color: #3F639B;
    background-image: url(img/logo-white.png);
    background-repeat: no-repeat;
    background-position: -18px center;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.02em;
    color: #FFF;
    transition: background-color 0.2s linear;
}
.boxhome a:hover
{
    background-color: #1A1A1A;
}
.boxhome a p
{
    padding: 0;
    padding-left: 60px;
    margin: 0;
    color: inherit
}
.boxhome.no-logo a
{
    background-image: none;
    font-size: 17px;
}

a.btn-orange.a3418
{
    margin-bottom: 1px;
    padding: 11px 0;
    font-weight: bold;
    font-size: 14px;
}
a.btn-orange.a3418 img
{
    margin: 15px 0;
}
a.btn-orange.home
{
    margin-bottom: 2px;
    padding: 4px 0;
}
.sep-home
{
    height: 5px;
    margin-top: -1px;
    margin-bottom: 2px;
    background-color: #1A1A1A;
}
a.btn-grey.home
{
    height: 49px;
    margin-bottom: 1px;
    background-image: url(img/ico-notification.png);
    background-repeat: no-repeat;
    background-position: 11px -49px;
    text-align: right;
}
a.btn-grey.home:hover
{
    background-position: 11px 0;
}
a.btn-grey.home div
{
    padding: 10px;
}
.email-3418
{
    margin: 12px 39px 12px 0;
    line-height: 34px;
    font-weight: bold;
    font-size: 16px;
}
.a3418 h3
{
    margin-bottom: 20px;
    padding-left: 20px;
    background-color: #3F639B;
    text-align: left;
    line-height: 42px;
    font-size: 14px;
}
.a3418 h3 span
{
    padding-left: 20px;
}
.a3418 table
{
    width: 650px;
    margin: 0 auto 20px auto;
}
.a3418 table td
{
    line-height: 30px;
    text-align: left;
    font-size: 14px;
}
.a3418 table td.td1
{
    width: 50%;
}
.a3418 table td.td2, .a3418 table td.td3
{
    width: 25%;
}
.a3418 table td p
{
    padding: 0;
}
a.btn-blue.home
{
    height: 70px;
    margin-bottom: 2px;
    padding: 0;
    font-size: 14px;
    background-image: url(img/ico-form.png);
    background-repeat: no-repeat;
    background-position: 20px center;
}
a.btn-blue.home.text
{
    height: auto;
    background-image: none;
}
a.btn-blue.home div
{
    float: left;
    margin-top: 10px;
    margin-left: 90px;
    text-align: center;
}
a.btn-blue.home.text div
{
    margin: 0;
    padding: 10px;
    float: none;
}
a.btn-blue.home.cine
{
	background-image: url(img/ico-cine.png);
}

/* ADMINISTRACION */
.email-administracion
{
    margin: 12px 39px 12px 0;
    line-height: 34px;
    font-size: 12px;
}
.box-blue.administracion
{
    width: 239px;
    height: 351px;
}
.box-blue.administracion .info
{
    height: 116px;
    padding-top: 35px;
    padding-bottom: 0;
}
.box-blue.administracion .info p
{
    font-size: 18px;
}
.box-blue.administracion .info p.small
{
    font-size: 14px;
}
.info-administracion
{
    width: 400px;
    margin: 40px;
}
.info-administracion p
{
    padding: 0;
}
a.btn-blue.administracion
{
    height: 49px;
    margin-bottom: 1px;
    background-image: url(img/ico-notification-blue.png);
    background-repeat: no-repeat;
    background-position: 11px 0;
    text-align: right;
}
a.btn-blue.administracion:hover
{
    background-position: 11px 0;
}
a.btn-blue.administracion div
{
    padding: 10px;
}
a.btn-blue.administracion div.single
{
    padding: 0 10px;
    line-height: 49px;
}
a.btn-blue.administracion div.triple
{
    padding: 1px 10px;
}

/* HOTELES */
.box-hoteles
{
    width: 240px;
    height: 358px;
    margin-left: 60px;
    margin-bottom: 15px;
}
.box-hoteles a
{
    width: 100%;
    height: 100%;
    display: block;
    background-color: #EAEEF1;
    background-repeat: no-repeat;
    background-position: 0 0;
    line-height: 626px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #1A1A1A;
    /*
    -webkit-transition:background-color 0.5s;
    transition:background-color 0.5s;
    -webkit-transition:color 0.5s;
    transition:color 0.5s;
    */
}
.box-hoteles a:hover
{
    background-color: #3E639B;
    background-position: -240px 0;
    color: #FFF;
}
.box-hoteles a.hadi
{
    background-image: url(img/hotel-hadi.png);
}
.box-hoteles a.lafalda
{
    background-image: url(img/hotel-lafalda.png);
}
.box-hoteles a.bsas
{
    background-image: url(img/hotel-bsas.png);
}
header figure figcaption .pad.hadi
{
    padding-top: 23px;
    line-height: normal;
}
aside.hotel, section.hotel
{
    height: 726px;
    position: relative;
}
a.btn-orange.hotel
{
    width: 240px;
    height: 242px;
    background-image: url(img/ico-hotel.png);
    background-repeat: no-repeat;
    background-position: center 56px;
    font-weight: bold;
    font-size: 18px;
}
a.btn-orange.hotel div
{
    padding-top: 143px;
    padding-left: 52px;
    padding-right: 52px;
}
.box-blue.hoteles
{
    width: 240px;
    height: 122px;
    background-image: url(img/ico-arrow-right.png);
    background-position: right 7px center;
    background-repeat: no-repeat;
}
.box-blue.hoteles .info
{
    padding-right: 35px;
    text-align: right;
}
a.btn-blue.hotel
{
    width: 240px;
    height: 242px;
    background-image: url(img/ico-hotel.png);
    background-repeat: no-repeat;
    background-position: center 56px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
a.btn-blue.hotel div
{
    padding-top: 135px;
}
a.btn-blue.mutual
{
    background-image: url(img/ico-mutual.png);
}
a.btn-orange.lafalda
{
    width: 240px;
    height: 120px;
    padding: 0;
    background-image: url(img/ico-mutual.png);
    background-repeat: no-repeat;
    background-position: 24px center;
    text-align: left;
    font-weight: bold;
}
a.btn-orange.lafalda.form
{
    margin-bottom: 2px;
    background-image: url(img/ico-form.png);
}
a.btn-orange.lafalda div
{
    padding-top: 38px;
    padding-left: 102px;
}
.box-blue.hoteles.lafalda
{
    height: 242px;
    background-image: none;
}
.box-blue.hoteles.lafalda .info
{
    padding: 0;
    padding-top: 45px;
    text-align: center;
}
.box-blue.hoteles.lafalda .info p.small
{
    padding: 20px 0;
}
.box-bsas
{
    padding-top: 20px;
    padding-left: 26px;
}
.amudoch
{
    width: 479px;
    border-right: 1px solid #3E639B;
}
section.reserva table
{
    width: 100%;
    position: relative;
}
section.reserva table td
{
    padding: 5px 0;
    text-align: right;
    font-size: 14px;
}
section.reserva table td span
{
    padding: 10px;
}
section.reserva table td input[type=text]
{
    width: 370px;
    margin-left: 15px;
}
section.reserva table td input[type=radio]
{
    margin-left: 15px;
}
section.reserva table td .select, section.reserva table td #otro
{
    width: 95px;
    margin-left: 15px;
}
section.reserva table td .select select
{
    width: 100%;
}
section.reserva table.fechas td input[type=text]
{
    width: 169px;
}
section.reserva h3.orange
{
    height: 27px;
    margin: 20px 0;
    padding: 0;
    line-height: 27px;
    text-align: center;
    font-size: 14px;
}
section.reserva p.nota
{
    width: 390px;
    position: absolute;
    top: -5px;
    right: 70px;
    text-align: left;
    padding: 10px;
    border: 1px solid #CCC;
}
section.reserva p.nota span
{
    padding: 0;
}
section.reserva table.personas td
{
    text-align: center;
}
section.reserva table.personas td input[type=text]
{
    width: 80%;
    margin: 0;
}
section.reserva table.personas td textarea
{
    width: 80%;
    height: 120px;
}

/* AFILIADOS */
section.afiliados
{
    min-height: 726px;
    margin-bottom: 34px;
    background: url(img/afiliados.jpg);
    background-size: auto 100%;
}
section.afiliados .margin-top
{
    height: 43px;
}
section.afiliados .box-white
{
    width: 586px;
    margin: auto;
    position: relative;
    padding: 36px 57px;
}
section.afiliados .box-white h1
{
    margin: 35px 140px;
    padding: 0;
    border: 0;
    background: url(img/logo-color-small.png) no-repeat right;
    line-height: 51px;
    font-size: 18px;
}
section.afiliados .box-white h1.largo
{
    margin: 35px 110px;
}
section.afiliados .box-white h1.doble
{
    margin: 35px 125px;
    line-height: 25px;
}
section.afiliados .box-white.login h1
{
    margin: 0 75px 35px 75px;
    background: url(img/logo-color.png) no-repeat right;
    line-height: 77px;
    font-size: 28px;
}
section.afiliados .box-white.login .input-group
{
    padding: 0 100px;
}
section.afiliados .box-white.login .input-group input[type=text], section.afiliados .box-white.login .input-group input[type=password]
{
    width: 267px;
}
section.afiliados .box-white.login .text-error
{
    font-size: 16px;
}
section.afiliados .box-white.login input[type=submit]
{
    width: 240px;
    padding: 0;
}
section.afiliados ul
{
    position: absolute;
    top: 0;
    left: 0;
}
section.afiliados ul li
{
    float: left;
}
section.afiliados ul li a.btn-black, section.afiliados ul li a.btn-blue
{
    width: 349px;
    border-right: 1px solid #FFF;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
}
section.afiliados ul li a.btn-orange
{
    width: 350px;
    line-height: 35px;
}
section.afiliados .menu-login .btn-blue
{
    width: 380px;
    height: 41px;
    margin: auto;
    line-height: 41px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}
section.afiliados .menu-login .text-info
{
    padding-bottom: 30px;
    text-align: center;
}
section.afiliados .box-white.combo label
{
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
}
section.afiliados .box-white.combo .select
{
    width: 250px;
    margin: auto;
}
section.afiliados .box-white.combo .select select
{
    width: 100%;
    text-align: center;
}
section.afiliados p.value
{
    padding: 0;
    line-height: 37px;
    color: #000;
}
section.afiliados .box-white.perfil .input-group label
{
    width: 230px;
    font-size: 14px;
}
section.afiliados .box-white.perfil .input-group input[type=text], section.afiliados .box-white.perfil .input-group input[type=password]
{
    width: 317px;
}
section.afiliados .box-white.perfil input[type=submit]
{
    width: 240px;
    padding: 0;
}
section.afiliados .box-white.sugerencia .input-group label
{
    width: 80px;
    font-size: 14px;
}
section.afiliados .box-white.sugerencia .input-group label.large
{
    width: 100%;
}
section.afiliados .box-white.sugerencia .select select
{
    width: 303px;
}
section.afiliados .box-white.sugerencia textarea
{
    width: 100%;
    height: 130px;
}
section.afiliados .box-white.sugerencia input[type=submit]
{
    width: 240px;
    padding: 0;
}

/* CONTACTO */
.contacto
{
    width: 240px;
    height: 316px;
}
.box-blue.contacto .info p
{
    font-size: 18px;
    padding-top: 15px;
}
.box-blue.contacto .info p.small
{
    font-weight: normal;
}
.box-blue.contacto.internos
{
    background-image: url(img/ico-tel.png);
    background-repeat: no-repeat;
    background-position: center 103px;
}
.box-blue.contacto.internos .info p
{
    padding-top: 155px;
}
.contacto .internos
{
    padding-top: 30px;
    padding-left: 30px;
}
.contacto .internos p
{
    padding-bottom: 22px;
    color: #000;
}
.contacto-form
{
    width: 960px;
    height: 886px;
    background: url(img/contacto.jpg) no-repeat;
}
.contacto-form .margin-top
{
    height: 20px;
}
.contacto-form .box-white
{
    width: 500px;
    margin: auto;
}
.contacto-form .box-white h1
{
    margin: 0 100px;
    padding: 0;
    border: 0;
    background: url(img/logo-color-small.png) no-repeat right;
    line-height: 71px;
    font-size: 18px;
}
.contacto-form .box-white .input-group label
{
    width: 111px;
    padding-left: 20px;
}
.contacto-form .box-white .input-group input[type=text]
{
    width: 325px;
}
.contacto-form .box-white .input-group .select select
{
    width: 340px;
}
.contacto-form .box-white .input-group textarea
{
    width: 325px;
    height: 171px;
}

/*REGISTRO*/
section.registro
{
    min-height: 726px;
    margin-bottom: 34px;
    background: url(img/afiliados.jpg) no-repeat;
}
section.registro .margin-top
{
    height: 20px;
}
section.registro .box-white
{
    width: 500px;
    margin: auto;
}
section.registro .box-white h1
{
    margin: 0 100px;
    padding: 0;
    border: 0;
    background: url(img/logo-color-small.png) no-repeat right;
    line-height: 71px;
    font-size: 18px;
}
section.registro .box-white p
{
    padding: 0 0 5px 0;
}
section.registro .box-white .input-group
{
    margin-bottom: 10px;
}
section.registro .box-white .input-group label
{
    width: 111px;
    padding-left: 20px;
}
section.registro .box-white .input-group input[type=text]
{
    width: 325px;
}
section.registro .box-white .input-group .text-info
{
    padding-right: 25px;
}
section.registro .box-white .input-group .select select
{
    width: 340px;
}
section.registro p.value
{
    padding: 0;
    line-height: 37px;
    color: #000;
}

/* LA MUTUAL */
section.mutual .historia
{
    height: 200px;
    background: url(img/ico-arrow-orange-right.png) no-repeat 22px center;
}
section.mutual .historia p
{
    padding: 23px 0 0 60px;
}
section.mutual p.datos
{
    padding-right: 30px;
}
section.mutual a.btn-blue
{
    width: 240px;
    height: 99px;
    padding: 0;
    border-bottom: 1px solid #FFF;
    background-image: url(img/ico-mutual.png);
    background-repeat: no-repeat;
    background-position: 19px center;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}
section.mutual a.btn-blue div
{
    padding-top: 25px;
    padding-left: 87px;
}
section.mutual .autoridades
{
    padding-left: 15px;
    padding-top: 25px;
    padding-bottom: 12px;
}
section.mutual .autoridades .arrow-orange-down
{
    height: 40px;
    background-position: 10px center;
}
section.mutual .autoridades li
{
    font-size: 12px;
}
section.mutual .box-orange
{
    padding: 39px 0;
}
section.mutual .balance
{
    padding-top: 8px;
}
section.mutual .balance p
{
    padding: 0;
    text-align: center;
    font-size: 12px;
}

/* AFILIACION */
aside.afiliacion .box-blue .info
{
    padding: 35px 15px;
}
aside.afiliacion .box-blue .info p.smaller
{
    text-align: left;
    font-weight: normal;
}
section.afiliacion.full
{
    margin: 40px 0;
}
section.afiliacion.full a.btn-blue
{
    width: 242px;
    height: 255px;
    background-image: url(img/logo-white.png);
    background-repeat: no-repeat;
    background-position: center 152px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
section.afiliacion.full a.btn-blue div
{
    padding-top: 40px;
}
section.beneficios .box-blue .info
{
    padding: 20px 15px;
}
section.beneficios .box-blue .info p
{
    text-align: left;
    font-size: 16px;
}
section.beneficios .box-blue .info p.small
{
    font-weight: normal;
    font-size: 14px;
}
section.beneficios .clear
{
    height: 2px;
}
section.beneficios .box-white .info
{
    padding: 20px 15px;
}
section.beneficios .box-white .info p
{
    padding: 0;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    color: #3E639B;
}
section.beneficios .box-white .info p.small
{
    font-weight: normal;
    font-size: 14px;
}
section.beneficios h3
{
    font-size: 14px;
}

/* FARMACIA */
section.farmacia .box-blue.farmacia
{
    width: 240px;
    margin-right: 10px;
}
section.farmacia .box-blue.farmacia p
{
    font-size: 18px;
}
section.farmacia .box-blue.farmacia p.small
{
    font-weight: normal;
}
section.farmacia .box-farmacia
{
    width: 460px;
}
section.farmacia h3.orange
{
    height: 27px;
    padding: 0 0 0 8px;
    line-height: 27px;
    text-align: left;
    font-size: 14px;
}

/* CONSULTORIOS */
.box-consultorios
{
    width: 239px;
    height: 358px;
    margin-left: 160px;
    margin-bottom: 15px;
}
.box-consultorios a
{
    width: 100%;
    height: 100%;
    display: block;
    background-color: #EAEEF1;
    background-repeat: no-repeat;
    background-position: 0 0;
    line-height: 626px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #1A1A1A;
}
.box-consultorios a:hover
{
    background-color: #3E639B;
    background-position: -239px 0;
    color: #FFF;
}
.box-consultorios a.oftalmologia
{
    background-image: url(img/consultorio-oftalmologia.png);
}
.box-consultorios a.medico
{
    background-image: url(img/consultorio-medico.png);
}
.box-consultorios a.odontologico
{
    background-image: url(img/consultorio-odontologico.png);
}
section.consultorio h1
{
    font-size: 14px;
    font-weight: normal;
}
section.consultorio h1 div
{
    font-size: 16px;
    font-weight: bold;
}
section.consultorio .box-blue.consultorio
{
    width: 240px;
}
section.consultorio .box-blue.consultorio.odontologico
{
    height: 388px;
}
section.consultorio .box-blue.consultorio .info
{
    padding-left: 10px;
    padding-right: 10px;
}
section.consultorio .box-blue.consultorio .info .line
{
    height: 1px;
    overflow: hidden;
    margin: 30px 0;
    background: #FFF;
}
section.consultorio .box-blue.consultorio p
{
    font-size: 18px;
}
section.consultorio .box-blue.consultorio p.small
{
    font-weight: normal;
}
section.consultorio .box-blue.consultorio p.smaller
{
    font-size: 14px;
}
section.consultorio .datos
{
    width: 710px;
}
section.consultorio h3.orange
{
    height: 27px;
    padding: 0 0 0 8px;
    line-height: 27px;
    text-align: left;
    font-size: 14px;
}
section.consultorio table.consultorio
{
    width: 100%;
    margin: 0;
}
section.consultorio table.consultorio td
{
    vertical-align: top;
    padding: 7px 0 7px 8px;
    border-bottom: 1px solid #DC911B;
    font-size: 14px;
    text-align: left;
}
section.consultorio table.consultorio td.grey
{
    border-bottom: 0;
    background-color: #EAEEF1;
}
section.consultorio table.consultorio td .text-info
{
    padding: 0;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
}
section.consultorio .datos-odontologico
{
    width: 470px;
}
section.consultorio .datos-odontologico p
{
    padding: 0;
}
section.consultorio .datos-odontologico p.text-blue
{
    padding-left: 8px;
    padding-bottom: 10px;
}
section.consultorio .sep
{
    margin: 15px 0;
}
section.consultorio .sep-right
{
    padding-right: 10px;
    /*border-top: 1px solid #3E639B;*/
    border-right: 1px solid #3E639B;
}

/* PAGINAS DE INTERES */
table.links
{
    width: 100%;
    margin: 0;
    padding: 0;
}
table.links td
{
    width: 25%;
    height: 160px;
}
table.links td a
{
    display: block;
    margin: auto;
    background-position: 0 0;
    background-repeat: no-repeat;
}
table.links td a.link-1
{
    width: 149px;
    height: 69px;
    background-image: url(img/links-1.jpg);
}
table.links td a.link-1:hover
{
    background-position: 0 -69px;
}
table.links td a.link-2
{
    width: 98px;
    height: 132px;
    background-image: url(img/links-2.jpg);
}
table.links td a.link-2:hover
{
    background-position: 0 -132px;
}
table.links td a.link-3
{
    width: 185px;
    height: 65px;
    background-image: url(img/links-3.jpg);
}
table.links td a.link-3:hover
{
    background-position: 0 -65px;
}
table.links td a.link-4
{
    width: 188px;
    height: 77px;
    background-image: url(img/links-4.jpg);
}
table.links td a.link-4:hover
{
    background-position: 0 -77px;
}
table.links td a.link-5
{
    width: 187px;
    height: 56px;
    background-image: url(img/links-5.jpg);
}
table.links td a.link-5:hover
{
    background-position: 0 -56px;
}
table.links td a.link-6
{
    width: 183px;
    height: 42px;
    background-image: url(img/links-6.jpg);
}
table.links td a.link-6:hover
{
    background-position: 0 -42px;
}
table.links td a.link-7
{
    width: 169px;
    height: 45px;
    background-image: url(img/links-7.jpg);
}
table.links td a.link-7:hover
{
    background-position: 0 -45px;
}
table.links td a.link-8
{
    width: 186px;
    height: 39px;
    background-image: url(img/links-8.jpg);
}
table.links td a.link-8:hover
{
    background-position: 0 -39px;
}
table.links td a.link-9
{
    width: 186px;
    height: 44px;
    background-image: url(img/links-9.jpg);
}
table.links td a.link-9:hover
{
    background-position: 0 -44px;
}
table.links td a.link-10
{
    width: 185px;
    height: 39px;
    background-image: url(img/links-10.jpg);
}
table.links td a.link-10:hover
{
    background-position: 0 -39px;
}
table.links td a.link-11
{
    width: 185px;
    height: 37px;
    background-image: url(img/links-11.jpg);
}
table.links td a.link-11:hover
{
    background-position: 0 -37px;
}
table.links td a.link-12
{
    width: 184px;
    height: 61px;
    background-image: url(img/links-12.jpg);
}
table.links td a.link-12:hover
{
    background-position: 0 -61px;
}
table.links td a.link-13
{
    width: 189px;
    height: 46px;
    background-image: url(img/links-13.jpg);
}
table.links td a.link-13:hover
{
    background-position: 0 -46px;
}
table.links td a.link-14
{
    width: 103px;
    height: 103px;
    background-image: url(img/links-14.jpg);
}
table.links td a.link-14:hover
{
    background-position: 0 -103px;
}
table.links td a.link-15
{
    width: 187px;
    height: 119px;
    background-image: url(img/links-15.jpg);
}
table.links td a.link-15:hover
{
    background-position: 0 -119px;
}
table.links td a.link-16
{
    width: 193px;
    height: 53px;
    background-image: url(img/links-16.jpg);
}
table.links td a.link-16:hover
{
    background-position: 0 -53px;
}
/*
table.links td a.link-17
{
    width: 190px;
    height: 52px;
    background-image: url(img/links-17.jpg);
}
table.links td a.link-17:hover
{
    background-position: 0 -52px;
}
*/
table.links td a.link-18
{
    width: 184px;
    height: 75px;
    background-image: url(img/links-18.jpg);
}
table.links td a.link-18:hover
{
    background-position: 0 -75px;
}
table.links td a.link-19
{
    width: 187px;
    height: 35px;
    background-image: url(img/links-19.jpg);
}
table.links td a.link-19:hover
{
    background-position: 0 -35px;
}
table.links td a.link-20
{
    width: 191px;
    height: 68px;
    background-image: url(img/links-20.jpg);
}
table.links td a.link-20:hover
{
    background-position: 0 -68px;
}
table.links td a.link-21
{
    width: 154px;
    height: 119px;
    background-image: url(img/links-21.jpg);
}
table.links td a.link-21:hover
{
    background-position: 0 -119px;
}
table.links td a.link-22
{
    width: 208px;
    height: 51px;
    background-image: url(img/links-22.jpg);
}
table.links td a.link-22:hover
{
    background-position: 0 -51px;
}

table.links td a.link-23
{
    width: 95px;
    height: 66px;
    background-image: url(img/links-23.jpg);
}
table.links td a.link-23:hover
{
    background-position: 0 -66px;
}
.box-cine{
	border-bottom: 1px solid #3E639B;
	padding-bottom: 20px;
	margin-bottom: 20px
}
.box-cine b{
	font-size: 16px;
}
.box-cine .descripcion{
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #DC911B;
}
.box-cine .descripcion p{
	padding: 0;
}
.legajo_maestro{
	margin: 20px 0;
	padding: 10px;
	border: 1px solid #BBB;
	background-color: #FFF;
}
.legajo_maestro input[type="text"] {
    height: 30px;
    padding: 0 4px;
}
.legajo_maestro input[type="submit"] {
    float: right;
    font-size: 14px;
    height: 32px;
    padding: 0 25px;
}
.legajo_maestro p{
	margin-top: 15px;
	padding: 0;
	text-align: center;
}