@charset "utf-8";
body {
    font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
    /*/background-color: #fff;*/
    background:url(../images/background_texture.jpg) repeat-x;
    margin: 0;
    padding: 0;
    color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
    /*padding-right: 15px;
    padding-left: 15px;*/ /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
    border: none;
}

.franja {
    background-color:#282828;
    height: 15px;
    width: 100%;
    position:relative;
    z-index:999;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
    width: 960px;
    background-color: #FFF;
    margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    box-shadow: 0px 0px 13px 0px #000;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
    overflow: auto;
}
.header .logo {
    padding-left: 30px;
    padding-top: 10px;
    float: left;
}
.header .empresas {
    padding-left: 10px;
    padding-top: 5px;
    float: left;
    margin-left: 15px;
}
.header .empresas .empresa {
    border: solid 1px #000000;
    width:190px;
    height: 72px;
}
.header .header_right {
    float: right;
}
.header .header_right .idioma {
    background-color: #282828;
    font-size: 10px;
    margin-bottom: 10px;
    padding: 4px 4px 4px 10px;
    position: relative;
}
.header .header_right .idioma a {
    color:#fff;
    text-decoration:none;
}
.header .header_right .idioma a:hover {
    text-decoration:underline;
}
.header .header_right .login {
    background-color:#282828;
    float:right;
    height:44px;
    position:relative;
    width:186px !important;
}
.header .header_right .login img {
    left: 40px;
    position: absolute;
    top: 14px;
}
.header .header_right .login .login_texto{
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    left: 63px;
    position: absolute;
    top: 14px;
}
.header .header_right .login .login_texto a{
    color:#333;
    text-decoration:none;
}
.header .header_right .login:hover{
    background-color:#393939;
}
.header .header_buscar {
    float: right;
    margin-right: 55px;
    margin-top: 9px;
    width: 215px;
}
/*.header .header_buscar img {
    left: 12px;
    position: absolute;
    top: 7px;
}

.header .header_buscar form {
    left: 35px;
    position: absolute;
    top: 4px
}
.header .header_buscar form input{
    border: none;
    background-color: #3E77BA;
    float: right;
    color:#FFF;
    padding-top:3px;
    width:180px;
    font-size:12px;
}*/
.header #login{
    color:darkblue;
    float:right;
    font-size:12px;
    margin-right: 5px;
}
.header #datosCliente{
    color: #00008B;
    float: right;
    font-size: 12px;
    margin-right: 15px;
    margin-top: 12px;
}
.header #cerrarSesion{
    color:darkblue;
    cursor:pointer;
    float:right;
    font-size:12px;
    margin-right:15px;
    margin-top:15px;
}
.header #cerrarSesion:hover{
    text-decoration: underline;
}

nav {background:url(../images/nav_background.png) repeat-x;float:left;margin-top:5px;width:100%}
nav ul {text-align:center;margin-left:70px;}
nav ul li {float:left;display:inline;}
nav ul li:hover {background:#2e2e2c;}
nav ul li a {display:block;padding:10px 16px;color:#fff;font-size:10px;text-decoration:none;}
nav ul li ul {position:absolute;width:160px;background:#2e2e2c;text-align:left;z-index:9999;margin-left:0px;}
nav ul li ul li {margin:0;padding:0;width:160px;}
nav ul li ul li a {display:block;padding:8px 10px;color:#fff;font-size:11px;}
nav ul li ul li:hover a {background:#3E77BA;}
nav ul li ul.fallback {display:none;}
nav ul li:hover ul.fallback {display:block;}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
    clear: both;
    padding: 10px 0;
    overflow: hidden;
}
.index{
    padding-top: 0px;
    padding-bottom: 0px;
}


.segundo_banner{
    height:180px;
    background-color:#367cd1;
    border-bottom:2px solid #0f3065;
    border-top:2px solid #469de0;
}

/* ~~ The footer ~~ */
.footer {
    padding: 10px 15px;
    background-color: #41413f;
}
.footer .footer_texto{
    text-align:left;
    font-size:10px;
    color:#FFF;
}
.footer .footer_texto a{
    font-size:10px;
    color:#FFF;
    text-decoration:none;
}
.footer .footer_texto a:hover{
    text-decoration:underline;
}


.heading_newsletter{
    height:68px;
    background-color:#174a7f;
    background-image:url(../images/sobre.png);
    background-position:left top;
    background-repeat:no-repeat;
    position:relative;
}
.heading_newsletter p{
    font-size:21px;
    color:#94d5f5;
    text-align: right;
    margin-right: 260px;
    padding-top:19px;
}
.heading_newsletter .subtitulo{
    color: #94D5F5;
    font-size: 12px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 29px;
}
.heading_newsletter .formulario{
    background-color:#FFFFFF;
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
    border-top-left-radius:15px;
    border-top-right-radius:15px;
    float:right;
    height:30px;
    position:absolute;
    right:15px;
    top:30px;
    width:225px;
}
.heading_newsletter .formularioErrores{
    float:right;
    height:30px;
    position:absolute;
    right:16px;
    top:7px;
    width:225px;
}
.heading_newsletter .formularioExito{
    float:right;
    height:30px;
    position:absolute;
    right:13px;
    top:7px;
    width:225px;
    color: #73B65A;
    font-size: 11px;
}
.heading_newsletter .formulario img{
    left:13px;
    position:absolute;
    top:9px;
}
.heading_newsletter .formulario form{
    left:40px;
    position:absolute;
    top:3px;
}
.heading_newsletter .formulario form input{
    width:165px;
    height:22px;
    border:none;
}
.contacto{
}
.content .contacto_contenedor{
    display: block;
    overflow: hidden;
}
.content .contacto_contenedor .mapa{
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.content .contacto_contenedor .mapa p{
    position:absolute;
    top:10px;
    left:10px;
    color:#FFF;
    font-size:21px
}
.content .contacto_contenedor .mapa .punto{
    left:106px;
    position:absolute;
    top:165px;
}
.content .contacto_contenedor .mapa a{
    cursor:pointer;
}
.content .contacto_contenedor .formulario_contenedor{
    /*background-image: linear-gradient(top, #D9D9D9 26%, #FFFFFF 69%);
    background-image: -o-linear-gradient(top, #D9D9D9 26%, #FFFFFF 69%);
    background-image: -moz-linear-gradient(top, #D9D9D9 26%, #FFFFFF 69%);
    background-image: -webkit-linear-gradient(top, #D9D9D9 26%, #FFFFFF 69%);
    background-image: -ms-linear-gradient(top, #D9D9D9 26%, #FFFFFF 69%);
    
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.26, #D9D9D9),
            color-stop(0.69, #FFFFFF)
    );*/
    border: 1px solid #DDDDDD;
    float: left;
    margin-left: 10px;
    min-height: 600px;
    overflow: hidden;
    width: 680px;
}
.content .contacto_contenedor .formulario_contenedor .datos_contacto{
    float: left;
    height: 320px;
    overflow: hidden;
    padding: 5px;
    position: relative;
    width: 240px;
}
.content .contacto_contenedor .formulario_contenedor .datos_contacto .datos{
    left: 47px;
    position: absolute;
    top: 30px;
}
.content .contacto_contenedor .formulario_contenedor .datos_contacto .datos p{
    font-size:12px;
    color:#3E77BA;
    margin-bottom:3px;
}
.content .contacto_contenedor .formulario_contenedor .datos_contacto .datos p.titulo{
    font-size:13px;
    color:#999;
}
.content .contacto_contenedor .formulario_contenedor .formulario{
    float: left;
    height: 320px;
    overflow: hidden;
    padding: 5px;
    position: relative;
    width: 358px;
}
.content .exitoContacto{
    background-color:green;
    color:white;
    font-size:13px;
    margin-left:50px;
    margin-top:10px;
    padding:3px;
    text-align:center;
    width: 520px;
}
.content .contacto_contenedor .formulario_contenedor .formulario .form{
    left: 35px;
    position: absolute;
    top: 30px;
}
::-webkit-input-placeholder {
    color: #367CD1;
}
:-moz-placeholder { /* Firefox 18- */
    color: #367CD1;  
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #000;  
}

:-ms-input-placeholder {  
    color: #367CD1;  
}
.content .contacto_contenedor .formulario_contenedor .formulario .form input{
    border: 1px solid #e0e0e0;
    -moz-box-shadow: 2px 3px 10px #e0e0e0;
    -webkit-box-shadow:#E0E0E0 2px 3px 10px;
    box-shadow: 2px 3px 10px #e0e0e0;
    margin-bottom: 10px;
    padding: 5px;
    width: 320px;
    height:25px;
}
.content .contacto_contenedor .formulario_contenedor .formulario .form .inputError{
    border: 1px solid #CC5858;
    -moz-box-shadow: 2px 3px 10px #e0e0e0;
    -webkit-box-shadow:#E0E0E0 2px 3px 10px;
    box-shadow: 2px 3px 10px #e0e0e0;
    margin-bottom: 10px;
    padding: 5px;
    width: 320px;
    height:25px;
}
.content .contacto_contenedor .formulario_contenedor .formulario .form textarea{
    border: 1px solid #e0e0e0;
    -moz-box-shadow: 2px 3px 10px #e0e0e0;
    -webkit-box-shadow:#E0E0E0 2px 3px 10px;
    box-shadow: 2px 3px 10px #e0e0e0;
    margin-bottom: 10px;
    padding: 5px;
    width: 320px;
    height:106px;
    resize:none;
    font-family:Verdana, Geneva, sans-serif;
    font-size: 13px;
}
.content .contacto_contenedor .formulario_contenedor .formulario .form .textareaError{
    border: 1px solid #CC5858;
    -moz-box-shadow: 2px 3px 10px #e0e0e0;
    -webkit-box-shadow:#E0E0E0 2px 3px 10px;
    box-shadow: 2px 3px 10px #e0e0e0;
    margin-bottom: 10px;
    padding: 5px;
    width: 320px;
    height:106px;
    resize:none;
    font-family:Verdana, Geneva, sans-serif;
    font-size: 13px;
}
.content .contacto_contenedor .formulario_contenedor .formulario .form .captcha{
    font-size: 13px;
}
.content .contacto_contenedor .formulario_contenedor .formulario .form input[type="submit"]{
    background-color:#367CD1;
    border:1px solid #AAAAAA;
    float:right;
    height:30px;
    padding:0;
    width:70px;
    color:#FFF;
    border-color:#367CD1;
}
.content .contacto_contenedor .formulario_contenedor .formulario .form select{
    border: 1px solid #AAAAAA;
    margin-bottom: 10px;
    padding: 5px;
    width: 202px;
}
.content .contacto_contenedor .formulario_contenedor .formulario .borde{
    background:url(../images/borde_contacto.png) no-repeat;
    height:164px;
    width:1px;
    position:absolute;
    top:50px;
    left:0;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
    float: left;
    margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* LOGIN BOX */
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#w {
    display: block;
    width: 750px;
    margin: 0 auto;
    padding-top: 30px;
}

#content {
    display: block;
    width: 100%;
    background: #fff;
    padding: 25px 20px;
    padding-bottom: 35px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

/** custom login button **/
.flatbtn-blu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    outline: 0;
    border: 0;
    color: #edf4f9;
    text-decoration: none;
    background-color: #11416F;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    font-size: 11px;
    font-weight: bold;
    padding: 8px 10px 8px 10px;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.flatbtn-blu:hover {
    color: #fff;
    background-color: #367CD1;
}
.flatbtn-blu:active {
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:inset 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow:inset 0 1px 5px rgba(0, 0, 0, 0.1);
}

/** modal window styles **/
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#loginmodal {
    width: 300px;
    padding: 15px 20px;
    background: #f3f6fa;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

#loginform { /* no default styles */ }

#loginform label { display: block; font-size: 12px; color: #7c8291; margin-bottom: 3px; }

.txtfield {
    display: block;
    width: 100%;
    padding: 6px 6px;
    margin-bottom: 15px;
    font-family: 'Helvetica Neue', Helvetica, Verdana, sans-serif;
    color: #7988a3;
    font-size: 12px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
    background-color: #FFF;
    border: 1px solid;
    border-color: #abbce8 #c3cae0 #b9c8ef;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.4);
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.txtfield:focus {
    outline: none;
    color: #525864;
    border-color: #84c0ee;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), 0 0 7px #0039A7;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), 0 0 7px #0039A7;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), 0 0 7px #0039A7;
}

.login_h1 {
    color: #444444;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 25px;
    margin-bottom: 8px;
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.login_h6 {
    color: #444444;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 13px;
    margin-bottom: 8px;
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.error {
    color: red;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 13px;
    text-align: center;
}

.error_list {
    list-style: none;
}

.error_list li {
    color: #CC5858;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 13px;
    text-align: center;
    padding-bottom: 5px;
}
ul {
    list-style: none;
}

/* gmaps modal */
.overlay{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    z-index:1001;
    opacity:0.75;
    -moz-opacity: 0.75;
    /*filter: alpha(opacity=0.75);*/
}
.modal {
    position: absolute;
    top: 45%;
    left: 36%;
    padding: 16px;
    background: #fff;
    color: #333;
    z-index:1002;
    overflow: auto;
    width:520px;
    height:300px;
}



/* NOVEDADES */
.columna-uno {
    width: 919px;
}
.columna-uno .post {
    border-bottom: 1px solid #DDDDDD;
    padding: 20px;
    position: relative;
    width: 919px;
    overflow: hidden;
}
.columna-uno .post h2 {
    font-size: 25px;
    line-height: 120%;
    margin-bottom: 5px;
    float: left;
    width: 800px;
}
.columna-uno .post .fecha {
    float: right;
    font-size: 11px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.thumb {
    text-align: center;
}
h2 a {
    color: #000;
}
.columna-uno .excerpt {
    color: #666666;
    font-size: 0.85em;
    line-height: 1.4em;
    margin: 10px 0;
}
.continuarleyendo {
    float: right;
    padding: 1px;
    margin-right: 9px;
}
.continuarleyendo a {
    background: none repeat scroll 0 0 #EEEEEE;
    color: #444444;
    float: left;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;

}
.continuarleyendo a:hover {
    background: none repeat scroll 0 0 #3E77BA;
    color: #fff;
}

/*FORMULARIO SOLICITUD ALTA*/
ul {
    list-style: none;
}
.banner {
    background-color: #000000;
    float: left;
    width: 250px;
    margin-left: 10px;
}
.formulario_solicitud_alta {
    border: 1px solid #DDDDDD;
    float: left;
    margin-left: 10px;
    padding-left: 10px;
    padding-top: 10px;
    min-height: 588px;
}
.linea {
    border-bottom: 1px solid #DDDDDD;
    width: 98%;
    margin-bottom: 30px;
}
.subtitulo {
    color: #7C8291;
    font-size: 12px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 657px;
    word-wrap: break-word;
}
.formulario_solicitud_alta img {
    position: absolute;
    margin-left: 10px;
    margin-top: 4px;
}
.formulario_solicitud_alta table {
    width: 667px;
}
.formulario_solicitud_alta table th {
    width: 200px;
}
.right {
    text-align: right;
}
.formulario_solicitud_alta input {
    border: 1px solid #e0e0e0;
    -moz-box-shadow: 2px 3px 10px #e0e0e0;
    -webkit-box-shadow:#E0E0E0 2px 3px 10px;
    box-shadow: 2px 3px 10px #e0e0e0;
    margin-bottom: 10px;
    padding: 5px;
    width: 320px;
    height:25px;
}
.formulario_solicitud_alta .inputSolicitudError {
    border: 1px solid #CC5858;
    -moz-box-shadow: 2px 3px 10px #e0e0e0;
    -webkit-box-shadow:#E0E0E0 2px 3px 10px;
    box-shadow: 2px 3px 10px #e0e0e0;
    margin-bottom: 10px;
    padding: 5px;
    width: 320px;
    height:25px;
}
.formulario_solicitud_alta input[type="submit"]{
    background-color:#367CD1;
    border:1px solid #AAAAAA;
    float:right;
    height:30px;
    padding:0;
    width:70px;
    color:#FFF;
    border-color:#367CD1;
    margin-right: 15px;
}
.formulario_solicitud_alta .textarea {
    border: 1px solid #e0e0e0;
    -moz-box-shadow: 2px 3px 10px #e0e0e0;
    -webkit-box-shadow:#E0E0E0 2px 3px 10px;
    box-shadow: 2px 3px 10px #e0e0e0;
    margin-bottom: 10px;
    padding: 5px;
    width: 320px;
    height:106px;
    resize:none;
    font-family:Verdana, Geneva, sans-serif;
    font-size: 13px;
}
.formulario_solicitud_alta .textareaError {
    border: 1px solid #CC5858;
    -moz-box-shadow: 2px 3px 10px #e0e0e0;
    -webkit-box-shadow:#E0E0E0 2px 3px 10px;
    box-shadow: 2px 3px 10px #e0e0e0;
    margin-bottom: 10px;
    padding: 5px;
    width: 320px;
    height:106px;
    resize:none;
    font-family:Verdana, Geneva, sans-serif;
    font-size: 13px;
}
.formulario_solicitud_alta .declaracion {
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    color: #7C8291;
    font-size: 11px;
    margin-bottom: 20px;
    margin-right: 10px;
    margin-top: 20px;
    padding: 10px;
}
.formulario_solicitud_alta .declaracion span {
    font-weight: bold;
}
.errores {
    border: 1px solid #CC5858;
    padding-top: 5px;
    margin-bottom: 20px;
    margin-right: 10px;
}
.exitoSolicitudAlta {
    background-color: #008000;
    color: #FFFFFF;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 3px;
    text-align: center;
    width: 440px;
}
.errorSolicitudAlta {
    background-color: #CC5858;
    color: #FFFFFF;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 3px;
    text-align: center;
    width: 440px;
}

/*FOLLETOS PROMOCIONALES*/
.folletos_promocionales {
    border: 1px solid #E0E0E0;
    width: 940px;
}
.folletos_promocionales tr td {
    font-size: 13px;
    padding: 10px;
}
.folletos_promocionales tr td#descargar {
    text-align: center;
}
.folletos_promocionales tr#even {
    background-color: #E6E6E6;
}

/*INFORMACION UTIL*/
.informacion_util {
    width: 650px;
    margin-top: 90px;
}
.informacion_util tr td {
    border-bottom: 1px dotted #ccc;
}
.informacion_util tr td.ultimo {
    border-bottom: 0;
}
.informacion_util tr td {
    font-size: 13px;
    padding: 10px;
}
.informacion_util tr td#logo {
    text-align: center;
}
.informacion_util tr#even {
    background-color: #E6E6E6;
}
.informacion_util tr td h2.titulo {
    font-size: 14px;
    margin-bottom: 10px;
}
.informacion_util tr td ul li {
    margin-bottom: 5px;
}
.informacion_util tr td ul li.email {
    color: #3E77BA;
}
.informacion_util tr td .web {
    color: #3E77BA;
}
.informacion_util tr td .web:hover {
    text-decoration: underline;
}


/*QUIENES SOMOS*/
.quienes_somos {
    border: 1px solid #DDDDDD;
    float: left;
    margin-left: 10px;
    width: 60%;
    padding: 50px;
    min-height: 498px;
}
.quienes_somos p {
    color: #7C8291;
    font-size: 12px;
    line-height: 2.5;
    margin-bottom: 4px;
}

/*PREGUNTAS FRECUENTES*/
.preguntas_frecuentes {
    float: left;
    margin-left: 10px;
    width: 680px;
}
#accordion {
	margin-left: -10px;
        width: 678px;
}
#accordion .ui-accordion-header {
	background-color: #ccc;
	margin: 0px;
}
#accordion .ui-accordion-header a {
	color: #fff;
	line-height: 42px;
	display: block;
	font-size: 12pt;
	width: 100%;
	text-indent: 10px;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
	border-right: 1px solid rgba(0, 0, 0, .2);
	border-left: 1px solid rgba(0, 0, 0, .2);
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	border-top: 1px solid rgba(250, 250, 250, .2);
}
#accordion .ui-accordion-content {
	width: 100%;
	background-color: #f3f3f3;
	color: #777;
	font-size: 10pt;
	line-height: 16pt;
	box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, .2),
				inset 0px -1px 0px 0px rgba(0, 0, 0, .4);
}
#accordion .ui-accordion-content > * {
	margin: 0;
	padding: 20px;
}
#accordion .ui-accordion-content a {
	color: #777;
}
#accordion .ui-accordion-header {
	background-color: #3E77BA;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3E77BA', endColorstr='#dc621e',GradientType=0 );
        font-size: 13px;
        padding: 5px;
        color: #fff;
}
#accordion .ui-accordion-header:first-of-type a {
	box-shadow: 0px -1px 0px 0px #b85c0f;
}
#accordion .ui-accordion-content:last-of-type {
	box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, .2),
				inset 0px 0 0px 0px rgba(0, 0, 0, .5);
}


/*CALENDARIO DE CURSOS*/
#accordion-cursos {
	margin-left: -10px;
        width: 678px;
}
#accordion-cursos .ui-accordion-header {
	background-color: #ccc;
	margin: 0px;
}
#accordion-cursos .ui-accordion-header a {
	color: #fff;
	line-height: 42px;
	display: block;
	font-size: 12pt;
	width: 100%;
	text-indent: 10px;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
	border-right: 1px solid rgba(0, 0, 0, .2);
	border-left: 1px solid rgba(0, 0, 0, .2);
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	border-top: 1px solid rgba(250, 250, 250, .2);
}
#accordion-cursos .ui-accordion-content {
	width: 100%;
	background-color: #f3f3f3;
	color: #777;
	font-size: 10pt;
	line-height: 16pt;
	box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, .2),
				inset 0px -1px 0px 0px rgba(0, 0, 0, .4);
}
#accordion-cursos .ui-accordion-content p {
	padding-left: 10px;
        padding-right: 10px;
        padding-top: 7px;
}
#accordion-cursos .ui-accordion-content p.titulo {
	font-weight: bold;
}
#accordion-cursos .ui-accordion-content p.info {
	padding-bottom: 7px;
}
#accordion-cursos .ui-accordion-content a {
	color: #777;
}
#accordion-cursos .ui-accordion-header {
	background-color: #3E77BA;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3E77BA', endColorstr='#dc621e',GradientType=0 );
        font-size: 13px;
        padding: 5px;
        color: #fff;
}
#accordion-cursos .ui-accordion-header:first-of-type a {
	box-shadow: 0px -1px 0px 0px #b85c0f;
}
#accordion-cursos .ui-accordion-content:last-of-type {
	box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, .2),
				inset 0px 0 0px 0px rgba(0, 0, 0, .5);
}