/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}




/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/*

font-family: 'Droid Sans', sans-serif;
font-family: 'Droid Sans Mono', sans-serif;
font-family: 'Droid Serif', serif;



font-family: 'AllerRegular', Arial, Helvetica, sans-serif;
*/


@font-face {
    font-family: 'AllerBold';
    src: url('https://cdn2.hubspot.net/hubfs/3808422/Blog/font/Aller-Bold.eot');
    src: url('https://cdn2.hubspot.net/hubfs/3808422/Blog/font/Aller-Bold.eot?#iefix') format('embedded-opentype'),
         url('https://cdn2.hubspot.net/hubfs/3808422/Blog/font/Aller-Bold.woff') format('woff'),
         url('https://cdn2.hubspot.net/hubfs/3808422/Blog/font/Aller-Bold.ttf') format('truetype'),
         url('https://cdn2.hubspot.net/hubfs/3808422/Blog/font/Aller-Bold.svgz#AllerBold') format('svg'),
         url('https://cdn2.hubspot.net/hubfs/3808422/Blog/font/Aller-Bold.svg#AllerBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AllerRegular';
    src: url('https://cdn2.hubspot.net/hubfs/3808422/Blog/font/Aller.eot');
    src: url('https://cdn2.hubspot.net/hubfs/3808422/Blog/font/Aller.eot?#iefix') format('embedded-opentype'),
         url('https://cdn2.hubspot.net/hubfs/3808422/Blog/font/Aller.woff') format('woff'),
         url('https://cdn2.hubspot.net/hubfs/3808422/Blog/font/Aller.ttf') format('truetype'),
         url('https://cdn2.hubspot.net/hubfs/3808422/Blog/font/Aller.svgz#AllerBold') format('svg'),
         url('https://cdn2.hubspot.net/hubfs/3808422/Blog/font/Aller.svg#AllerBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('bebasneue-webfont.eot');
    src: url('bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('bebasneue-webfont.woff') format('woff'),
         url('bebasneue-webfont.ttf') format('truetype'),
         url('bebasneue-webfont.svgz#BebasNeueRegular') format('svg'),
         url('bebasneue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}



body { 
    font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
    font-size:0.8em;
    margin: 0;
    padding: 0;
    color:#333;
}

UL,LI{margin: 0;padding: 0;list-style: none;}
A{text-decoration: none;}
IMG{border:none;margin: 0;padding: 0;}
P{margin: 0;padding: 0 0 15px 0;line-height: 1.4;}

P.parrafodestacado{
    font-size: 130%;
    color: #999;
}

P.parrafodestacado STRONG{
    color: #333;
}

H1{
    font-size: 190%;
    margin: 0;
    padding: 5px 0 10px 0;
    font-weight: normal;
    font-family: 'AllerRegular', Arial, Helvetica, sans-serif;
}

H2{
    font-size: 150%;
    margin: 0;
    padding: 5px 0 20px 0;
    font-weight: normal;
    font-family: 'AllerRegular', Arial, Helvetica, sans-serif;
}

.titulo{
	color: #666666;
	font-weight: bold;
	display:block;
	line-height: 1.4;
}

/*------------------------------------CABECERA*/
UL.idiomas A.on{
	color: #75B8A4 !important;
}

.marcocabecera{
    width: 100%;
    overflow: hidden;
    /*border-top:8px solid #CCF5EB;*/

}

.marcocabecera .cabecera{
    width: 980px;
    margin: 0 auto;
    height: 108px;
    overflow: hidden;
    font-family: 'AllerRegular', Arial, Helvetica, sans-serif;

}

.marcocabecera .cabecera .logo{
    float: left;
    padding-top: 10px;
}

.marcocabecera .cabecera .intranet{
	margin: 5px 0 0 0px !important;
	float:left;
	width:100px;
	overflow:hidden;

}

.marcocabecera .cabecera .intranet A{
	color: #333;
    font-size: 11px;
    font-size: 85%;
	padding-left:10px;
	background: url(https://cdn2.hubspot.net/hubfs/3808422/Blog/images/candado.gif) no-repeat 0 0;
}

.marcocabecera .cabecera .intranet A:hover{
	color: #2EEDC4;
    
}

.marcocabecera .cabecera .superiorheader{
    float: right;
    overflow: hidden;
}

.marcocabecera .cabecera .superiorheader UL{
    float: right;
    overflow: hidden;
    margin-top: 5px;
}

.marcocabecera .cabecera .superiorheader UL LI{
    float: left;
}
.marcocabecera .cabecera .superiorheader UL LI A{
    color: #333;
    font-size: 11px;
    font-size: 85%;
    border-left:1px solid #333;
    margin-left: 5px;
    padding-left: 5px;
}

.marcocabecera .cabecera .superiorheader UL LI A:hover{
    color: #00cc99;
}


.marcocabecera .cabecera .superiorheader UL LI.primero A{border-left:none;}
.marcocabecera .cabecera .superiorheader UL LI.firstnode A{border-left:none;}


.marcocabecera .cabecera .superiorheader UL.level1{
    margin-left: 50px;
}

.marcocabecera .cabecera .superiorheader UL.level1 LI A{
    text-transform: uppercase;
}


.buscaGeneral  {
	margin: 20px 0;
	width:230px;
	float:right;
	text-align:right;
}

.buscaGeneral  INPUT#q{
	background: #FFF url(images/fondo_cajasformularios.jpg) repeat-x 0 0;
    border: 1px solid #BFBFBF;
    font-family: 'AllerRegular', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    padding: 3px;
   border-radius: 1px;
   -moz-border-radius: 1px;
   -webkit-border-radius:1px;
    width: 166px;
	height:13px;
}


.buscaGeneral  INPUT.boton{
	position:relative;
	top:5px;

}




.marcomenuprincipal{
    /*border-top:1px solid #D9D9D9;*/
    width: 100%;
    overflow: hidden;
    background: url(https://cdn2.hubspot.net/hubfs/3808422/Blog/images/fondo_cabecera-1.jpg) repeat-x 0 0;

   /* box-shadow: 0px 3px 3px  #E3E3E3;
    -moz-box-shadow: 0px 3px 3px #E3E3E3;
    -webkit-box-shadow: 0px 3px 3px  #E3E3E3;*/
}

.marcomenuprincipal .menuprincipal{
    width: 980px;
    margin: 0 auto;
    font-family: 'AllerRegular', Arial, Helvetica, sans-serif;
    height: 60px;
}

.marcomenuprincipal .menuprincipal UL{
    width: 980px;
    overflow: hidden;
    height: 60px;
}

.marcomenuprincipal .menuprincipal UL LI{
    float: left;
    text-align: center;
    padding: 0 10px;
    width: 120px;
    height: 50px;
    padding-top: 10px;
}

.marcomenuprincipal .menuprincipal UL LI A{
    color: #666;
    text-transform: uppercase;
    height: 42px;
    display: block;
    float: left;
    width: 120px;
}

.marcomenuprincipal .menuprincipal UL LI A:hover{
    color: #999;
}


.marcomenuprincipal .menuprincipal UL.level0 LI.active A,
.marcomenuprincipal .menuprincipal UL.level0 LI.trail A{
    border-bottom: 8px solid #E2D74D;
}

/*-------------------------------------MENU LATERAL*/

.menulateral{
    width: 200px;
    float: left;
    margin-right: 25px;
	margin-top:5px;
}

.menulateral UL{
    width: 200px;
    overflow: hidden;
}


.menulateral UL LI{
    width: 170px;
    border-bottom: 1px solid #CCC;
    padding: 15px;
    background-color:#fff;
}

.menulateral UL LI.active,
.menulateral UL LI.trail{
	background-color:#fff;
}

.menulateral UL LI.active A,
.menulateral UL LI.trail A{
    font-weight: bold;
	background-color:#fff;
}

.menulateral UL LI A{
    color: #333333;
    font-family: 'AllerRegular', Arial, Helvetica, sans-serif;
    font-size: 110%;
}

.menulateral UL LI A:hover{
    color: #2eedc4;
}

.menulateral UL LI.last{
    border-bottom: none;
}

/****level 2****/
.menulateral UL.level2{
    width: 200px;
    overflow: hidden;
}


.menulateral UL.level2 LI{
    width: 155px;
	border:0 !important;
    padding: 5px 15px 5px 15px;
}

.menulateral UL.level2 LI A{
    font-weight: normal;
	background-color:#fff;
}

.menulateral UL.level2 LI.active,
.menulateral UL.level2 LI.trail{
	background-color:#Fff;
}

.menulateral UL.level2 LI.active A,
.menulateral UL.level2 LI.trail A{
    font-weight: bold !important;
	background-color:#fff;
}

.menulateral UL.level2 LI A{
    color: #333333;
    font-family: 'AllerRegular', Arial, Helvetica, sans-serif;
    font-size: 110%;
}

.menulateral UL.level2 LI A:hover{
    color: #2eedc4;
}

.menulateral UL.level2 LI.last{
    border-bottom: none;
	padding: 5px 15px 0 15px;
}



/*-------------------------------------PIE*/

.marcopiesuperior{
    border-top: 1px solid #CCCCCC;
    background-color: #E2E0DE;
    width: 100%;
    overflow: hidden;
    padding: 15px 0 0 0;
}

.marcopiesuperior UL.mapanavegacion{
    width: 980px;
    margin: 0 auto;
}


.marcopiesuperior UL.mapanavegacion UL.mapanavegacionColumna{
    width: 170px;
    margin: 0 20px 0 0;
	float:left;
}


.marcopiesuperior UL.mapanavegacion LI{
    float: left;
    overflow: hidden;
    text-transform: uppercase;
    margin: 0 15px 15px 0;
}

.marcopiesuperior UL.mapanavegacion LI A{
    color: #333;
}

.marcopiesuperior UL.mapanavegacion LI STRONG{
    padding-bottom: 5px;
    display: block;
}

.marcopiesuperior UL.mapanavegacion LI A:hover{
    color: #999;
	
}
.marcopiesuperior UL.mapanavegacion LI UL{
    overflow: hidden;
    float: none;
}

.marcopiesuperior UL.mapanavegacion LI UL LI{
    overflow: hidden;
    float: none;
    text-transform: none;
    margin-bottom: 5px;
}

.marcopiesuperior UL.mapanavegacion LI.ultimo{
    float: right;
}


.marcopiesuperior UL.mapanavegacion LI.ultimo A{
    text-decoration: underline;
}

.marcopiesuperior UL.mapanavegacion LI.ultimo{
    line-height: 1.4;
}

.marcopieinferior{
    border-top: 1px solid #CCCCCC;
    background-color: #C8C4C0;
    width: 100%;
    overflow: hidden;
    font-family: 'AllerRegular', Arial, Helvetica, sans-serif;
}

.marcopieinferior .pieinferior{
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
    color: #333333;
    padding: 15px 0;
}
.marcopieinferior .pieinferior .copyright{
    float: left;
    font-size: 85%;
}

.marcopieinferior .pieinferior UL.vinculospie{
    float: right;
    overflow: hidden;
}

.marcopieinferior .pieinferior UL.vinculospie LI{
    float: left;
}

.marcopieinferior .pieinferior UL.vinculospie LI A{
    color: #333333;
    border-left: 1px solid #333333;
    margin-left: 10px;
    padding-left: 10px;
    font-size: 85%;
    text-transform: uppercase;
}

.marcopieinferior .pieinferior UL.vinculospie LI A:hover{
    color: #000;
}

.marcopieinferior .pieinferior UL.vinculospie LI.primero A{
    border-left: none;
}


/*-------------------------------------RECURSOS Y ESTRUCTURA GENERAL*/


.desarrollocontenido{
    width: 755px;
    float: right;
    margin-bottom: 20px;
}



.desarrollocontenido .columnaprincipal{
    width: 487px;
    float: left;
}


/*pagina error */
.desarrollocontenido.max{
    width: 100%;
    float: left;
	margin-top: 20px;
    margin-bottom: 20px;
}

.desarrollocontenido.max .columnaprincipal{
	text-align:center;
    width: 100%;
}

.desarrollocontenido.max .parrafoimg {
text-align:center;
    width: 100%;
}

/**/

.columnaapoyo{
    width: 240px;
    float: right;

}

/*.columnaapoyo .bannercolumnaapoyo{
    width: 240px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}*/

.columnaapoyo .banner .contenidobanner{
    width: 210px;
    padding:15px;
    overflow: hidden;
    position: relative;
}

.columnaapoyo .banner.contenidobanner.centrado{text-align: center;}

.columnaapoyo .banner .contenidobanner A{
	color: #333;
  
}

.columnaapoyo .banner .contenidobanner A:hover{
	 color: #2EEDC4;
}

.textodestacado{
    font-size: 140%;
    color: #999;
}

.textodestacado STRONG{
    /*color: #75B8A4;*/
	font-weight:bold;
}

UL.listadodescargas{
    width: 100%;
    overflow: hidden;
    margin: 5px 0;
}

UL.listadodescargas LI{
    margin-bottom: 5px;
    width: 100%;
    overflow: hidden;
}

UL.listadodescargas.conicono LI{padding-left: 30px;}
UL.listadodescargas.conicono LI.amigo{background: url(images/ico_amigo.jpg) no-repeat 0 0;}
UL.listadodescargas.conicono LI.imprimir{background: url(images/ico_imprimir.jpg) no-repeat 0 0;}
UL.listadodescargas.conicono LI.descarga{background: url(images/ico_descarga.jpg) no-repeat 0 0;}
UL.listadodescargas.conicono LI.catalogo{background: url(images/ico_catalogo.jpg) no-repeat 0 0;}

UL.listadodescargas LI.titulo{
    color: #666666;
    font-weight: bold;
    /*font-family: 'AllerRegular', Arial, Helvetica, sans-serif;*/
    font-size: 115%;
}


.peq UL.listadodescargas LI.titulo{
    color: #333333;
    font-weight: bold;
    font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
    font-size: 13px;
}

UL.listadodescargas LI{
    list-style: none!important;
}

UL.listadodescargas LI A{
    float: left;
    overflow: hidden;
}

UL.listadoacciones{
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

UL.listadoacciones LI{
    float: left;
    width: 235px;
}
UL.listadoacciones LI.ultimo{
    margin-right: 0;
    float: right;
}

.doblecolumna{
    width: 100%;
    overflow: hidden;

}

.doblecolumna .columna{
    float: left;
    margin-right: 25px;
}
.doblecolumna .columna P{
    color: #333333;
    font-size: 125%;
    font-weight: bold;
}

.desarrollocontenidoexpandido{
    width: 755px;
    float: left;
    margin-bottom: 20px;
}

 .titulodesarrollocontenidoexpandido{

    color: #75B8A4;
    font-weight: bold;
    font-size: 125%;
    border-bottom:1px solid #75B8A4;
    padding-bottom: 3px;
    margin-bottom: 15px;
}

TABLE{
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
}

TABLE TH{
    background-color: #e5e5e5;
    color: #333333;
    text-align: left;
    vertical-align: top;
    padding: 10px;
    border: 1px solid #CCCCCC;
}
TABLE TD{
    text-align: left;
    vertical-align: top;
    padding: 10px;
    border: 1px solid #CCCCCC;
}

TABLE TD A{
    color: #75B8A4;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'AllerRegular', Arial, Helvetica, sans-serif;
    float: right;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 90%;
    text-decoration:none;
    margin-bottom: 5px;
}

TABLE TD A:hover{
    color: #2EEDC4;
}


.migapan{
    width: 100%;
    overflow: hidden;
    padding: 10px 0 20px 0;
    color: #666;
    font-size: 85%;
}


.migapan SPAN,
.migapan A{
    color: #666;
    margin-right: 5px;
    display: block;
    text-decoration: underline;
    display: inline;
}


CITE{
    background: url(images/comillas.jpg) no-repeat 0 0;
    display: block;
    padding-left: 50px;
}

IMG.consombra{
    box-shadow: 0 4px 3px -2px #AAAAAA;
    -moz-box-shadow: 0 4px 3px -2px #AAAAAA;
    -webkit-box-shadow: 0 4px 3px -2px #AAAAAA;
}


.ocultaelemento{display:none;}

.marcocontenidoprincipal{
    width: 100%;
    overflow: hidden;
    background: #F9F9F8 url('https://cdn2.hubspot.net/hubfs/3808422/Blog/images/fondocontenidoprincipal.jpg') repeat-x 0 0;
}

.marcocontenidoprincipal .contenidoprincipal{
    width: 980px;
    margin: 0 auto;
    position: relative;
}

.cajasombreada{
    width: 100%;
    
    border:1px solid #ccc;

   box-shadow: 0 0 5px #000;
   -webkit-box-shadow: 0 0 5px #999;
   -moz-box-shadow: 0 0 5px #999;
}

.cajasombreadacurva{
    width: 100%;

    border:1px solid #ccc;
    
   box-shadow: 0 0 5px #999;
   -moz-box-shadow: 0 0 5px #999;


   border-radius: 1px;
   -webkit-border-radius:1px;
}

.separador02{
    width: 100%;
    height: 1px;
    overflow: hidden;
}

.separador05{
    width: 100%;
    height: 5px;
    overflow: hidden;
}

.separador10{
    width: 100%;
    height: 10px;
    overflow: hidden;
}

.separador15{
    width: 100%;
    height: 15px;
    overflow: hidden;
}

.separador20{
    width: 100%;
    height: 20px;
    overflow: hidden;
}

.separador30{
    width: 100%;
    height: 30px;
    overflow: hidden;
}

.separador1pixel{
    width: 100%;
    height: 1px;
    border-top: 1px solid #D9D9D9;
}


.titulobanner{
    width: 100%;
    text-transform: uppercase;
    font-family: 'AllerRegular', Arial, Helvetica, sans-serif;
    color: #fff;
    background-color: #B8B2AD;

}
.titulobanner SPAN{
    padding: 5px 15px;
    display: block;
}

A.vertodo{
    color: #75B8A4 !important;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'AllerRegular', Arial, Helvetica, sans-serif;
    float: right;
    background: url(images/flecha-vermas.png) no-repeat 100% 50%;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 90%;
    text-decoration:none;
    margin-bottom: 5px;
}

A.vertodo:hover{
    color: #00CC99!important;
    background: url(images/flecha-vermas_il.png) no-repeat 100% 50%;
}

.contenidoanchototal{
    width: 980px;
    position: relative;
}


.itementidad{
    width: 980px;
    overflow: hidden;
    /*border-bottom: 1px solid #CCCCCC;*/
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    background: #fff;
   box-shadow: 0 0 5px #999;
   -moz-box-shadow: 0 0 5px #999;


   border-radius: 1px;
   -webkit-border-radius:1px;
}

.contenidoanchototal .itementidad{width: 980px;padding-top:15px;}
.desarrollocontenidoexpandido .itementidad{width: 755px;padding-top:15px;}

.contenidoanchototal .itementidad.presentacion .texto{
    float: left;
    width: 460px;
}

.itementidad.presentacion .imagen{
    width: 487px;
    float: right;
}

.itementidad .logo{
    float: left;
    margin-right: 20px;
    text-align: center;
}

.contenidoanchototal .itementidad .logo{width: 270px;}
.desarrollocontenidoexpandido .itementidad .logo{width: 190px;text-align: right;}


.itementidad .texto{
    width: 550px;
    float: left;
}

.contenidoanchototal .itementidad .texto{width: 550px;}
.desarrollocontenidoexpandido .itementidad .texto{width: 440px;}


.itementidad A{
    position: absolute;
    top: 10px;
    right: 10px;
}


.patrocionios{
    width: 980px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
}

.patrocionios div{
    float: left;
    border-right: 1px solid #D9D9D9;
    padding: 20px 0 20px 20px;
    margin-bottom: -1000px;
    padding-bottom: 1000px;
    width: 250px;
    text-transform: uppercase;
}

.patrocionios .fundadores{width: 300px;}
.patrocionios .miembros{width: 302px;}
.patrocionios .colaboracion{width: 300px;border-right: none;}


.patrocionios div UL{
    overflow: hidden;
    padding: 0 0 0 15px;
}

.patrocionios .fundadores UL LI{
    float: left;
    margin: 0 20px 15px 0;
}

.patrocionios .miembros UL LI{
    float: left;
    margin: 0 30px 15px 0;
}

.patrocionios .colaboracion UL LI{
    float: left;
    margin: 0 20px 15px 0;
}

.volver{
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px;
    background: url(images/fondo_volver.png);
}

.volver A{
    display: block;
    background: url(images/flecha-volver.gif) no-repeat 0 50%;
    padding: 0 0 0 10px;
    float: right;
    color: #75B8A4;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'AllerRegular', Arial, Helvetica, sans-serif;
    ;
}

.volver A:hover{
    color: #2EEDC4;
}


.contenidoanchototal .columnaprincipal{
    width: 720px;
    float: left;
}


.contenidoanchototal .columnaprincipal.contenidofichainstituto UL{
    margin-bottom: 15px;
}


.contenidoanchototal .columnaprincipal.contenidofichainstituto UL LI{
    margin-bottom: 15px;
    list-style-image: url(images/imagen-li.png);
    list-style-position: outside;
    margin-left: 15px;
}

.contenidoanchototal .columnaprincipal.contenidofichainstituto UL LI UL{
    margin-bottom: 0;
}


.contenidoanchototal .columnaprincipal.contenidofichainstituto UL LI UL LI{
    list-style-image: url(images/imagen-li-li.png);
}


UL.listadoempresas{
	width:100%;
	overflow:hidden;
	margin-bottom:30px;
	
	}

UL.listadoempresas LI{
	width:236px;
	float:left;
	margin-right:15px;
	
	}
	
UL.listadoempresas LI.ultimo{
	margin-right:0;
	}
	
	
UL.listadoempresas LI IMG{
	margin-right:10px;
	}
	
UL.listadoempresas LI .titulo{
	border-bottom:1px solid #75B8A4;
	color:#75B8A4;
	font-size:140%;
	margin-bottom:15px;
	overflow:hidden;

	}
	
UL.listadoempresas LI .titulo .imagenSector{
	width:54px;
	float:left;
	
	
	}	
UL.listadoempresas LI .titulo .tituloSector{
	width:175px;
	float:right;
	position:relative;
	overflow:hidden;

	height:65px;
	}	
	
UL.listadoempresas LI .titulo .tituloSector SPAN{
	position:absolute;
	bottom:5px;
	left:0;
	
	}		
		
UL.listadoempresas LI A{
	float:left;
	}
	


/*****FICHA EMPRESA******/

.desarrollocontenido .columnaprincipal.contenidofichaempresa{
	width:487px;
	min-height:400px;
}



.desarrollocontenido .columnaprincipal.contenidofichaempresa UL{
    margin-bottom: 15px;
}


.desarrollocontenido .columnaprincipal.contenidofichaempresa UL LI{
    margin-bottom: 15px;
    list-style-image: url(images/imagen-li.png);
    list-style-position: outside;
    margin-left: 15px;
    line-height: 1.4;
}

.desarrollocontenido .columnaprincipal.contenidofichaempresa UL LI UL{
    margin-bottom: 0;
}


.desarrollocontenido .columnaprincipal.contenidofichaempresa UL LI UL LI{
    list-style-image: url(images/imagen-li-li.png);
}

.desarrollocontenido .columnaprincipal.contenidofichaempresa .titulodesarrollocontenidoexpandido{
	padding-left:5px;
}

.desarrollocontenido .columnaprincipal .titulodesarrollocontenidoexpandido.galeria,
.titulodesarrollocontenidoexpandido.galeria{
	padding-left:38px;
	line-height:25px;
    background: url(images/galeria.png) no-repeat 5px 0px;
}

.desarrollocontenido .columnaprincipal .titulodesarrollocontenidoexpandido.video,
.titulodesarrollocontenidoexpandido.video{
	padding-left:38px;
	line-height:25px;
    background: url(images/video.png) no-repeat 5px 0px;
}


.desarrollocontenido .columnaprincipal.contenidofichaempresa .titulodesarrollocontenidoexpandido.especificacionesTecnicas{
	padding-left:38px;
	line-height:25px;
    background: url(images/empresa_especificacionesTecnicas.png) no-repeat 5px 0px;
}

.desarrollocontenido .columnaprincipal.contenidofichaempresa .titulodesarrollocontenidoexpandido.beneficios{
	padding-left:38px;
	line-height:25px;
    background: url(images/empresa_beneficios.png) no-repeat 5px 0px;
}

.desarrollocontenido .columnaprincipal.contenidofichaempresa .titulodesarrollocontenidoexpandido.aplicaciones{
	padding-left:38px;
	line-height:25px;
    background: url(images/empresa_aplicaciones.png) no-repeat 5px 0px;
}

.desarrollocontenido .columnaprincipal.contenidofichaempresa .titulodesarrollocontenidoexpandido.sectores{
	padding-left:38px;
	line-height:25px;
    background: url(images/empresa_sectores.png) no-repeat 5px 0px;
}
/***/

.contenidoanchototal .columnaprincipal .video_textodestacado{
    width: 720px;
    overflow: hidden;
}

.contenidoanchototal .columnaprincipal .video_textodestacado .video{
    width: 470px;
    float: left;
    margin-right: 25px;
}

.contenidoanchototal .columnaprincipal .video_textodestacado .textodestacado{
    width: 200px;
    float: left;
}


#fichaEmpresaNav {
	position:relative;
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	line-height:1em;
	margin-bottom:15px;
	border-bottom:1px solid #cccccc;
}

#fichaEmpresaNav LI {
	float:left;
	margin:0;
	padding:0;
	list-style-image: none;
    list-style-position: outside;
	position:relative;
	top:1px;
}

#fichaEmpresaNav A {
	display:block;
	color:#444;
	text-decoration:none;
	background:#e1e0de;
	margin:0;
	padding:0.25em 1em;
	border-left:1px solid #cccccc;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	min-width:155px;
	text-align:center;
	
}

#fichaEmpresaNav A.on {
	font-weight:bold;
	background:#f1f0ee;
	border-bottom:1px solid #f1f0ee;

}

#fichaEmpresaNav A:hover,
#fichaEmpresaNav A:active,
#fichaEmpresaNav A.here:link,
#fichaEmpresaNav A.here:visited {
	background:#bbb;
	border-bottom:1px solid #bbb;
}

#fichaEmpresaNav A.here:link,
#fichaEmpresaNav A.here:visited {
	position:relative;
	z-index:102;
}

P A{
color: #333;
    text-decoration: underline;
}

P A:hover{
color: #666;
}

FORM#buscarempresa{
    margin: 0;
    padding: 0;

}

FORM#buscarempresa INPUT{
    margin: 0 0 10px 0;
    background: url(images/fondo_busquedaempresa.jpg) no-repeat 0 0;
    border: none;
    width: 200px;
    height: 30px;
    font-family: 'AllerRegular', Arial, Helvetica, sans-serif;
    font-size: 125%;
    color: #666666;
    padding-left: 6px;

}

FORM#buscarempresa INPUT.boton{
    width: auto;
    height: auto;
    background: none;
    padding-left: 0;
    margin-bottom: 0;
}


UL.acordeon{
    margin-bottom: 15px;
    width: 100%;
}

UL.acordeon LI .nombre{
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #75B8A4;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

UL.acordeon LI .nombre A{
    color: #75B8A4;
    font-size: 16px;
    font-weight: bold;
    background: url(images/ico_acordeon.gif) no-repeat 0 0;
    padding: 5px 0 5px 25px;
    display: block;
    float: left;
}

UL.acordeon LI A.flecha{
    background: url(images/flecha-acordeon.gif) no-repeat 0 0;
    width: 8px;
    height: 4px;
    float: right;
    padding: 0;
    display: block;
}

UL.acordeon LI A.flecha.abierta{
    background-position: 0 -4px;
}


UL.acordeon LI UL{
    margin-bottom: 15px;
}


UL.acordeon LI UL LI{
    margin-bottom: 15px;
    list-style-image: url(images/imagen-li.png);
    list-style-position: outside;
    margin-left: 15px;
    overflow: visible;
}


UL.acordeon LI UL LI UL{
    margin-bottom: 0;
}

UL.acordeon LI UL LI LI{
    list-style-image: url(images/imagen-li-li.png);
}


.triplefoto{
    width: 100%;
    overflow: hidden;
	margin-bottom:45px;
}


.triplefoto .itemtriplefoto{
    width: 235px;
    float: left;
}


.triplefoto .itemtriplefoto{
    margin-right: 25px;
}

.triplefoto .itemtriplefoto A.vertodo{
    float: left;
}


.triplefoto .itemtriplefoto.ultimo{
    margin-right: 0;
}

.itemeenlacesinteres{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.itemeenlacesinteres .titulo{
    border-bottom: 1px solid #75B8A4;
    color: #75B8A4;
    font-size: 125%;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 3px;
    width: 100%;
}

.itemeenlacesinteres UL{
    width: 100%;
    overflow: hidden;
}

.itemeenlacesinteres UL LI{
    width: 48%;
    float: left;
    list-style-image: url("images/imagen-li.png");
    list-style-position: outside;
    margin-bottom: 15px;
    margin-left: 15px;
}

.itemeenlacesinteres UL LI A{
    color: #333333;
    text-decoration: underline;
}

.itemeenlacesinteres UL LI A:hover{
    color: #000;
}
/*------------------------------------HOME*/
.columnashome{
    width: 980px;
    padding-top: 20px;
}

.columnashome .columnaizquierdahome{
    width: 720px;
    float: left;
}

.columnashome .columnaizquierdahome .carrusel{
    width: 720px;
    background-color: #000;
}

.columnashome .columnaizquierdahome .carrusel UL{
    width: 720px;
    overflow: hidden;
    background-color: #E5E5E5;
}

.columnashome .columnaizquierdahome .carrusel UL LI{
    float: left;
    font-family: 'AllerRegular', Arial, Helvetica, sans-serif;
}

.columnashome .columnaizquierdahome .carrusel UL LI A{
    font-weight: bold;
    padding: 5px 18px;
    display: block;
    float: left;
}

.columnashome .columnaizquierdahome .carrusel UL LI A:hover{
    color: #fff;
}


.columnashome .columnaderechahome .bannerimagen A{
    position: absolute;
}

.columnashome .columnaizquierdahome .noticiasdestacadas{
    width: 720px;
}

.columnashome .columnaizquierdahome .noticiasdestacadas{
    width: 720px;
    overflow: hidden;
    background: #fff url(images/pixelfondo.gif) repeat-y 360px 0;
}

.columnashome .columnaizquierdahome .noticiasdestacadas .izquierda{
    width: 330px;
    float: left;
    padding: 15px;
}

.columnashome .columnaizquierdahome .noticiasdestacadas .izquierda .titulo{
    font-size: 140%;
    font-weight: bold;

}

.columnashome .columnaizquierdahome .noticiasdestacadas .izquierda IMG{
    margin-bottom: 15px;
}


.columnashome .columnaizquierdahome .noticiasdestacadas .izquierda P.fecha{
    color: #999999;
    font-style: italic;
    padding-bottom: 5px;
}

.columnashome .columnaizquierdahome .noticiasdestacadas .izquierda A{
    color: #333;
    text-decoration: none;
	
}

.columnashome .columnaizquierdahome .noticiasdestacadas .izquierda .leermas{
    text-decoration: underline !important;

}

.columnashome .columnaizquierdahome .noticiasdestacadas .izquierda A:hover{
    color: #999;
}

.columnashome .columnaizquierdahome .noticiasdestacadas .derecha{
    width: 359px;
    float: left;
}

.columnashome .columnaizquierdahome .noticiasdestacadas .derecha UL.listadonoticias{
    width: 359px;
    overflow: hidden;
}

.columnashome .columnaizquierdahome .noticiasdestacadas .derecha UL.listadonoticias LI{
    border-bottom: 1px solid #D9D9D9;
    width: 329px;
    padding: 15px;
    overflow: hidden;
}

.columnashome .columnaizquierdahome .noticiasdestacadas .derecha UL.listadonoticias LI A{
    text-decoration: none;
	/*font-weight:bold;*/
}

.columnashome .columnaizquierdahome .noticiasdestacadas .derecha UL.listadonoticias LI.ultimo{
    border-bottom: none;
}


.columnashome .columnaizquierdahome .noticiasdestacadas .derecha UL.listadonoticias LI .imagen{
    width: 70px;
    float: left;
    margin-right: 10px;
}

.columnashome .columnaizquierdahome .noticiasdestacadas .derecha UL.listadonoticias LI .imagen IMG{
    border: 1px solid #D9D9D9;
    padding: 3px;
}

.columnashome .columnaizquierdahome .noticiasdestacadas .derecha UL.listadonoticias LI .texto{
    width: 235px;
    float: left;
    /*font-weight: bold;
    font-size: 110%;*/
    padding-left:12px;

}

.columnashome .columnaizquierdahome .noticiasdestacadas .derecha UL.listadonoticias LI .texto.noimagen{
    width: 319px;
    float: left;
    font-weight: bold;
    font-size: 110%;
}

.columnashome .columnaizquierdahome .noticiasdestacadas .derecha UL.listadonoticias LI .texto P.fecha{
    color: #999999;
    font-style: italic;
    padding-bottom: 5px;
    font-size: 90%;
    font-weight: normal;
}

.columnashome .columnaizquierdahome .videos_testimonios{
    width: 720px;
}


.columnashome .columnaizquierdahome .videos_testimonios .videos{
    width: 350px;
    float: left;
    /*background: #fff;*/
}





.columnashome .columnaizquierdahome .videos_testimonios  .contenidovideos{
    width: 315px;
    padding: 15px 15px 0 15px;
    overflow: hidden;
	background: #fff;
}

.columnashome .columnaizquierdahome .videos_testimonios  .contenidovideos .titulo{
    font-size: 140%;
    font-weight: bold;
}

.columnashome .columnaizquierdahome .videos_testimonios  .contenidovideos UL.listadovideos{
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
}

.columnashome .columnaizquierdahome .videos_testimonios  .contenidovideos UL.listadovideos LI{
    float: left;
    margin-right: 11px;
}

.columnashome .columnaizquierdahome .videos_testimonios  .contenidovideos UL.listadovideos LI.ultima{
    margin-right: 0;
}

.columnashome .columnaizquierdahome .videos_testimonios  .contenidovideos UL.listadovideos LI IMG{
    border: 1px solid #ccc;
    padding: 5px;
	cursor:pointer;
}

.columnashome .columnaizquierdahome .videos_testimonios .testimonios{
    width: 350px;
    float: right;
}



.columnashome .columnaizquierdahome .videos_testimonios  .contenidotestimonios{
    width: 350px;
    overflow: hidden;
    background: #fff;
}

.columnashome .columnaizquierdahome .videos_testimonios  .contenidotestimonios UL{
    width: 345px;
    overflow: hidden;
}
.columnashome .columnaizquierdahome .videos_testimonios  .contenidotestimonios UL LI{
    width: 315px;
    padding: 15px;
    overflow: hidden;
   /* border-bottom: 1px solid #D9D9D9;*/
}

.columnashome .columnaizquierdahome .videos_testimonios  .contenidotestimonios UL LI.ultimo{
    border-bottom: none;
}

.columnashome .columnaizquierdahome .videos_testimonios  .contenidotestimonios UL LI P.autor{
    font-weight: bold;
    padding-left: 50px;
}

.columnashome .columnaizquierdahome .videos_testimonios  .contenidotestimonios .textotestimonios .vertodo{
    margin-top:10px !important;
}

/***/
.columnashome .columnaderechahome{
    width: 240px;
    float: right;

}

.banner{
    width: 240px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    background:#fff;
    border:1px solid #ccc;
}

.bannerH{
    width: 720px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}


.columnashome .columnaderechahome a.vertodo,
.columnaapoyo a.vertodo{
    padding: 5px 10px 0 0;
    margin-bottom: 5px;
	z-index:100 !important;
}

.columnashome .columnaderechahome .banner.bannerempresas .empresa{
    width: 240px;
	height:75px;
    text-align: center;
}

.columnashome .columnaderechahome .banner.bannerinstitutos .instituto{
    width: 240px;
	height:75px;
    text-align: center;
}

.menulateral .banner{
    width: 180px;
    text-align: center;
	padding: 10px 10px;
}

.menulateral .banner SPAN{
	color:#75B8A4;
	font-size:18px;
	font-weight:bold;
	text-transform: uppercase;
    font-weight: bold;
    font-family: 'AllerRegular', Arial, Helvetica, sans-serif;
	
}

.menulateral .banner A{
	color:#000;
	font-weight:bold;
}

.menulateral  .banner  A:hover {
    color: #999999;
}

.menulateral  .banner  A.vertodo{
    color: #75B8A4;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'AllerRegular', Arial, Helvetica, sans-serif;
    float: right;
    background: url(images/flecha-vermas.png) no-repeat 100% 50%;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 90%;
	text-decoration:none;
}

.menulateral  .banner  A.vertodo:hover{
    color: #2EEDC4;
    background: url(images/flecha-vermas_il.png) no-repeat 100% 50%;
}



.menulateral  .banner .tagcloud{
	list-style:none;
	display:inline;
}

.menulateral  .banner .tagcloud A{
	color: #75B8A4;
        text-transform: uppercase;
}

.menulateral  .banner .tagcloud A:hover{
	color: #2EEDC4;
}

.menulateral  .banner .tagcloud li{
	margin:0;padding:0;
	margin-right:5px;
	border:0 !important;
	display:inline;
}

.menulateral  .banner .tagcloud li.tagsize1 A{
	font-size:13px;
}

.menulateral  .banner .tagcloud li.tagsize11 A{
	font-size:18px;
}

/****/

.banner.banneragenda UL{
    width: 240px;
}

.banner.banneragenda UL LI{
    border-bottom: 1px solid #D9D9D9;
    padding:15px;
}

.banner.banneragenda UL LI P.fecha {
    color: #999999;
    font-style: italic;
    padding-bottom: 5px;
}

.banner.banneragenda UL LI A {
    color: #999999;
    text-decoration: underline;
}
.banner.banneragenda UL LI A:hover {
    color: #000;
}

.banner.banneragenda UL LI.ultimo{
    border-bottom: none;
}



.columnashome .columnaderechahome .banner.bannersiguenos UL{
    width: 210px;
    overflow: hidden;
    padding: 15px;
}

.columnashome .columnaderechahome .banner.bannersiguenos UL LI{
    float: left;
    margin-right: 10px;
}

.columnashome .columnaderechahome .banner.bannerimagen A{
    position: absolute;
    right: 0;
    bottom: 5px;
}



.desarrollocontenido .columnaapoyo .banner.bannersiguenos UL{
    width: 210px;
    overflow: hidden;
    padding: 15px;
}

.desarrollocontenido .columnaapoyo .banner.bannersiguenos UL LI{
    float: left;
    margin-right: 10px;
}

.desarrollocontenido .columnaapoyo .banner.bannerimagen A{
    position: absolute;
    right: 0;
    bottom: 5px;
}

	
/*-----------------------*/
/*                       */
/* PARRAFO TEXTOIMAGEN   */
/*                       */
/*-----------------------*/
	
.parrafoimg {

	font-size:13px;

	position: relative;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
	width:100% ;
	padding-right:1px;
	overflow:hidden;
	overflow:hidden;
	padding-bottom:10px;

	*z-index: -1!important;

}	
	.parrafoimg H3  {
		font-size: 16px;
		color:#000;
		font-weight:bold;
	}
	
	.parrafoimg  STRONG  {
		color:#333;
	}

	.parrafoimg .contentImageGeneral  {
		
		height:auto;
	}	

	.parrafoimg .imagen_izquierda  {
		float:left ;
		margin-right: 10px;
		margin-bottom: 4px;
		padding-right: 7px;
		height:100%;
        text-align: left;
	}		

	.parrafoimg .imagen_derecha  {
		float:right;
		padding: 0 0 7px 15px;
		margin-bottom:-10px;
                text-align: right;
	}

     .parrafoimg .imagen_centro  {
		float:none;
                clear: both;
		padding: 15px;
		margin-bottom:-10px;
                text-align: center;
                width: auto !important;
	}

	
	.parrafoimg .imagen_derecha  IMG{
		margin:0!important;
		padding:0!important;
	}	
	
	

	.parrafoimg .imagen_derecha  IMG,
	.parrafoimg .imagen_izquierda IMG{
		/*border:4px solid #000;*/
	}
	
	.parrafoimg .imagen_izquierda  Img{
		text-align:left;
	}

	.parrafoimg P { 
		/*text-align: justify;*/
		margin: 15px 0 5px 0 !important;
		padding : 0 !important;
	}

	.parrafoimg  Span.piefoto{
            display: block;
            text-align: justify;
            margin: 0!Important;
            padding:0!important;
            color: #000;
            font-size:9px;
			line-height:12px !important;
        }
        .parrafoimg .imagen_centro Span.piefoto{
            text-align: center;
        }
	

.parrafoimg  .nada {
	background: white;
}	

.parrafoimg  .subir  {
	color: #aaaaaa !important;
	background: white;
	padding-right: 15px;
	float:right;
}	


 .parrafoimgLink  {
	color: black !important;
	margin-left: 1px;
	padding-left: 10px;
	padding-right: 15px;
	text-decoration:none;
}

.parrafoimgLink:hover  {
	color: #75B8A4 !important;
}

.parrafoimg .parrafoimgLink a:hover {
	color: #800000 !important;
}


.parrafoimg UL{
	border-bottom:none;
	padding-bottom:0;
	padding-left:10px;
	padding-bottom:10px;
	
	}


.parrafoimg UL LI{
    /*list-style-image: url(images/imagen-li.png);
    padding: 0 0 10px 10px;*/
    list-style-image: url("images/imagen-li.png");
    list-style-position: outside;
    margin-bottom: 15px;
    margin-left: 10px;
	line-height: 1.4;
	}

.parrafoimg UL LI UL LI{
    /*list-style-image: url(images/imagen-li.png);
    padding: 0 0 10px 10px;*/
    list-style-image: url("images/imagen-li-li.png");
	}

.parrafoimg UL LI UL{
    padding-top: 10px;
    padding-bottom: 0;
	}


.parrafoimg UL LI A{
	color: #777;
	text-decoration:underline;
	}


.parrafoimg UL LI A:hover{
	color:#AAA;
	}
	

/*
.parrafoimg  li {
margin:0;
 padding:0;
 list-style-image:url(../images/estructura/li01.gif) !important;
 margin-left:40px !important;
 list-style-position:outside !important;
}	

.parrafoimg li strong{
	color:#333333;
}
*/
.parrafoimg b{
	color:#333333;
}

.parrafoimg UL{
	margin-bottom:10px !important;
}


.parrafoimg TABLE.certificaciones{
    border-collapse: collapse;
    border-top: 1px solid #DCDFDF;
    margin-top: 10px;
}
.parrafoimg TABLE.certificaciones TD{
    border-bottom: 1px solid #DCDFDF;
    border-collapse: collapse;
    padding: 15px 0;
}

.parrafoimg TABLE.certificaciones.sinlineas{
	border-top:none;

}

.parrafoimg TABLE.certificaciones.sinlineas TD{
    border-bottom: none;
}

.parrafoimg TABLE.certificaciones TD A{
    color:#777;
    text-decoration: underline;
}
.parrafoimg TABLE.certificaciones TD A:hover{
    color:#AAA;
}

/*-----------------------DONDE ESTAMOS*/
.izquierdadondeestamos{
	width:470px;
	float:left;
	}
	
.izquierdadondeestamos{
	width:470px;
	float:left;
	}
	
	
.izquierdadondeestamos .titulo {
    border-bottom: 1px solid #75B8A4;
    color: #75B8A4;
    font-size: 125%;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 3px;
    width: 100%;
}

.izquierdadondeestamos UL {
    overflow: hidden;
    width: 100%;
}

.izquierdadondeestamos UL LI {
    list-style-image: url("images/imagen-li.png");
    list-style-position: outside;
    margin-bottom: 15px;
    margin-left: 15px;
}

.izquierdadondeestamos UL LI A{
	color: #333333;
    text-decoration: underline;
}

.izquierdadondeestamos UL LI A:hover{
	color: #000;
}
	
.derechadondeestamos{
	width:470px;
	float:right;
	}
	
.derechadondeestamos .googlemaps{
	width:430px;
	padding:20px;
        background: #fff;
	}
	
	

/*-----------------------CONTACTA*/



FORM#formulariocontacto{
    margin: 0;
    padding: 0;
	width:720px;
}


FORM#formulariocontacto INPUT,
FORM#formulariocontacto TEXTAREA
{
    margin: 0 0 10px 0;
    background: #FFF url(images/fondo_cajasformularios.jpg) repeat-x 0 0;
    border: 1px solid #BFBFBF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #666666;
    padding: 6px;
	
   border-radius: 1px;
   -moz-border-radius: 1px;
   -webkit-border-radius:1px;
}

FORM#formulariocontacto TEXTAREA
{
	width:706px;
	height:100px;
}


FORM#formularioformulariocontacto INPUT.caja01{width:398px;}
FORM#formulariocontacto INPUT.caja02{width:278px;}
FORM#formulariocontacto INPUT.caja03{width:518px;}
FORM#formulariocontacto INPUT.caja04{width:158px;}
FORM#formulariocontacto INPUT.caja05{width:216px;}
FORM#formulariocontacto INPUT.caja06{width:390px;}
FORM#formulariocontacto INPUT.caja07{width:398px;}

FORM#formulariocontacto INPUT.boton
{
    width: auto;
    height: auto;
    background: none;
    padding-left: 0;
    margin-bottom: 0;
	border:none;
	padding:0;
}


FORM#formulariocontacto .lineaformulario
{
	width:100%;
	overflow:hidden;
}

FORM#formulariocontacto .lineaacepto LABEL
{
	margin-left:10px;
}

FORM#formulariocontacto .lineaformulario LABEL
{
	display:block;
	margin-bottom:5px;
}

FORM#formulariocontacto .lineaformulario .itemformulario
{
	margin-right:15px;
	float:left;
}

FORM#formulariocontacto .lineaformulario .itemformulario.ultimo
{
	margin-right:0;
}

FORM#formulariocontacto .error{
	color:red;

}

/*---------------------------------PLANO INTERACTIVO*/


.menulateralplano,
.menulateralsecundarioplano{
    float: left;
    margin-right: 15px;
}

.menulateralplano{width: 200px;}
.menulateralsecundarioplano{width: 280px;}

.menulateralplano UL{
    width: 200px;
    overflow: hidden;
}

.menulateralsecundarioplano UL{
    width: 280px;
    overflow: hidden;
}


.menulateralplano UL LI,
.menulateralsecundarioplano UL LI{
    border-bottom: 1px solid #CCC;
    padding: 15px;
    background-color: #fff;
}

.menulateralplano UL LI{width: 170px;}

.menulateralsecundarioplano UL LI{width: 250px;}

.menulateralplano UL LI.active,
.menulateralsecundarioplano UL LI.active{
	background-color:#F4F3F2;
}

.menulateralplano UL LI.active A,
.menulateralsecundarioplano UL LI.active A{
    font-weight: bold;
	background-color:#F0F0F0;
}

.menulateralplano UL LI A,
.menulateralsecundarioplano UL LI A{
    color: #333333;
    font-family: 'AllerRegular', Arial, Helvetica, sans-serif;
    font-size: 110%;
}

.menulateralplano UL LI A:hover,
.menulateralsecundarioplano UL LI A:hover{
    color: #75B8A4;
}

.menulateralplano UL LI.last,
.menulateralsecundarioplano UL LI.last{
    border-bottom: none;
}


.plano{
	width:980px;
	height:382px;
	/*background: #FFF url(images/plano-interactivo.jpg) repeat-x 0 0;*/
}


/* Start Map CSS
=====================================================================*/
#mapback {
	position: absolute;
	display: block;
	padding: 7px 15px;
	bottom: 0px;
	right: 0px;
	background: #A0C423;
	color: white;
	font-family: arial, sans-serif;
	font-size: 14px;
}
#map a.bullet {
	display: none;
	position: absolute;
	display: block;
	width: 41px;
	height: 48px;
	background-image: url('images/punto.png');
	background-repeat: no-repeat;
	z-index: 2;
}
/*
#map a.yellow {  background-position: 0px -15px; }
#map a.green   {  background-position: 0px -30px; }
#map a.blue     {  background-position: 0px -45px; }
#map a.purple {  background-position: 0px -60px; }


#map a.bullet:hover { text-decoration: none; }
/*
#map div.popup{
	display: none;
	position: absolute;
	top: 67px;
	left: 176px;
	width: 225px;
	height: 310px;
	background: url(../images/map/popup.png) no-repeat;
	z-index: 10;
}

#map div.yellow { background-position: -225px 0px } 
#map div.green   { background-position: -450px 0px } 
#map div.blue     { background-position: -675px 0px } 
#map div.purple { background-position: -900px 0px } 

#map div.popup h3 {
	display: block;
	padding: 8px 13px 13px 13px;
	color: white;
	font-size: 17px;
}
#map div.yellow h3 { color: black; }

#map div.popup div.popupcontent{
	position: absolute;
	top: 54px;
	height: 256px;
	padding: 0 15px;
	overflow: auto;
	overflow: visible; /* Thanks Kevin Mario! */
	font-family: arial;
	font-size: 13px;
	line-height: 18px;
}
#map div.popup div.popupcontent p{
	margin: 10px 0;
	width: 195px;
}
#map div.popup div.popupcontent a {
	color: blue;
	border-bottom: 1px dotted blue;
}
#map div.popup div.popupcontent a:hover {
	text-decoration: none;
	}
#map div.popup a.close{
	display: block;
	position: absolute;
	top: 286px;
	left: 15px;
}
#map div.popup a.close img{
	border: none;
	z-index: 100;
}
*/
/**************/


.datosplano{
    width: 465px;
    float: left;
}

.datosplano .separador20{
   width: 100%;
    height: 20px;
    overflow: hidden;
}



.datosplano .contenidoplanos{
    width: 435px;
    padding: 15px;
    overflow: hidden;
    background-color: #fff;
}

.datosplano .contenidoplanos .titulo_otros{
	width:100%;
	overflow:hidden;
}

.datosplano .contenidoplanos .titulo_otros .titulo{
    font-size: 120%;
    font-weight: bold;
	float:left;
	color:#000;
	width:285px;
}

.datosplano .contenidoplanos .titulo_otros .otros{
	width:130px;
	float:right;
}

.buscadorempresa {
    margin-right: 15px;
	float:left;
    position: relative;
    width: 280px;
}

.buscadorempresa .contenidobanner {
    overflow: hidden;
    padding: 15px;
    position: relative;
    width: 250px;
}

.contenidobanner.espacios A {
    color:#666;
	text-decoration:underline;
}

FORM#buscadorempresa INPUT
{
    margin: 0 0 10px 0;
    background: #FFF url(images/fondo_cajasformularios.jpg) repeat-x 0 0;
    border: 1px solid #BFBFBF;
    font-family: 'AllerRegular', Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #666666;
    padding: 6px;
	
   border-radius: 1px;
   -moz-border-radius: 1px;
   -webkit-border-radius:1px;
    width: 235px;
}

FORM#buscadorempresa INPUT.boton{
    width: auto;
    height: auto;
    background: none;
    padding-left: 0;
    margin-bottom: 0;
	border:none;
	padding:0;
}


.buscadorempresa .contenidobanner .resultadoempresa{
	font-size:110%;
	font-weight:bold;
	color:#000;
}


/*****GALERIA******/




UL.galeria{
    overflow:hidden;
    margin:20px 0 0 0;
    padding:0;
}

UL.galeria LI{
    float:left;
    margin:0 15px 20px 0;
	padding-bottom:10px;
    background-color:#FFF;
    padding:5px;
    width:113px;
    height:113px;
    overflow: hidden;
    list-style: none !important;
    position: relative;
}

UL.galeria LI A.descarga{
    text-decoration:none;
    background: url(../img/estructura/flechaboton3.png) no-repeat 0 5px;
    padding-left:10px;
    position: absolute;
    left:0;
    bottom: 0;
    width: 113px;
    height: 15px;
    background: #fff;

    }

UL.galeria LI A:hover
{
    background: url(../img/estructura/flechaboton3hover.png) no-repeat 0 5px;

    }

UL.galeria LI IMG{
    display:block;
}

/******MODALIDADES******/
.modalidades-doblecolumna{
    width: 100%;
    overflow: hidden;

}

.modalidades-doblecolumna .columna{
    float: left;
	width:226px;
    margin: 0 25px 45px 0;
}
.modalidades-doblecolumna .columna .titulo{
    color: #333333;
    font-size: 125%;
    font-weight: bold;
}
.modalidades-doblecolumna .columna .listadodescargas {
    margin-top: 10px;
}

.modalidades-doblecolumna .columna UL li{
    margin-bottom: 5px;
    list-style-image: url(images/imagen-li.png);
    list-style-position: outside;
    margin-left: 15px;
}

.modalidades-doblecolumna .columna UL li.descarga{
    margin-left: 0;
}
/******ALQUILER ESPACIOS******/
.alquilerespacios-doblecolumna{
    width: 100%;
    overflow: hidden;

}

.alquilerespacios-doblecolumna .columna{
    float: left;
	width:226px;
    margin: 0 25px 45px 0;
}

.alquilerespacios-doblecolumna .columna IMG{
    margin-bottom: 10px;
}
.alquilerespacios-doblecolumna .columna .titulo{
    color: #333333;
    font-size: 125%;
    font-weight: bold;
}
.alquilerespacios-doblecolumna .columna .listadodescargas {
    margin-top: 10px;
}

.alquilerespacios-doblecolumna .columna UL li{
    margin-bottom: 5px;
    list-style-image: url(images/imagen-li.png);
    list-style-position: outside;
    margin-left: 0;
}



/******CARRUSEL INSTITUTOS**************/


.empresa .bx-prev {
	position: absolute;
	top: 20px;
	left: 0;
	width: 31px;
	height: 31px;
	text-indent: -999999px;
	background: url(images/icon_arrow_left.png) no-repeat 0 -31px;
}

.empresa .bx-next {
	position: absolute;
	top: 20px;
	right: 0;
	width: 31px;
	height: 31px;
	text-indent: -999999px;
	background: url(images/icon_arrow_right.png) no-repeat 0 -31px;
}

.empresa .bx-next:hover,
.empresa .bx-prev:hover {
	background-position: 0 0;
}



.bx-window{

	height:80px !important;
}
.bx-window UL LI{
	text-align:center;
	left:0;
	top:0;
		overflow:hidden;
}
.bx-window .pager IMG{
	cursor:pointer;
}

.bx-captions{
	display:none;
}




/****************NEWSROOM************************/


.newsroom .noticiasdestacadas{
    width: 487px;
    overflow: hidden;
    padding-bottom:5px;
    background-color: #fff;
}

.newsroom .noticiasdestacadas .primero{
    float: left;
    padding: 15px;
	border-bottom: 1px solid #D9D9D9;
}

.newsroom .noticiasdestacadas .primero .titulo{
    font-size: 140%;
    font-weight: bold;

}

.newsroom .noticiasdestacadas .primero IMG{
    margin-bottom: 15px;
}


.newsroom .noticiasdestacadas .primero P.fecha{
    color: #999999;
    font-style: italic;
    padding-bottom: 5px;
}


.newsroom .noticiasdestacadas  UL.listadonoticias{
    width: 100%;
    overflow: hidden;
}

.newsroom .noticiasdestacadas  UL.listadonoticias LI{
    border-bottom: 1px solid #D9D9D9;
    width: 100%;
    padding: 15px;
    overflow: hidden;
}

.newsroom .noticiasdestacadas  UL.listadonoticias LI.ultimo{
    border-bottom: none;
}


.newsroom .noticiasdestacadas  UL.listadonoticias LI .imagen{
    width: 70px;
    float: left;
    margin-right: 10px;
}

.newsroom .noticiasdestacadas  UL.listadonoticias LI .imagen IMG{
    border: 1px solid #D9D9D9;
    padding: 3px;
}

.newsroom .noticiasdestacadas  UL.listadonoticias LI .texto{
    width: 370px;
    float: left;
    font-size: 110%;
}

.newsroom .noticiasdestacadas  UL.listadonoticias LI .texto.noimagen{
    width: 450px;
    float: left;
    font-size: 110%;
}

.newsroom .noticiasdestacadas  UL.listadonoticias  .titulo{
	font-weight: bold;
}

.newsroom .noticiasdestacadas  UL.listadonoticias LI .texto P.fecha{
    color: #999999;
    font-style: italic;
    padding-bottom: 5px;
    font-size: 90%;
    font-weight: normal;
}

.newsroom .noticiasdestacadas  A.vermas{
    color: #999999;
    text-decoration: underline;
	font-family: 'Droid Sans',Arial,Helvetica,sans-serif;
	font-size:12px;
}

.newsroom .noticiasdestacadas  A.vermas:hover{
    color: #000;
}

/********VIDEO**********/
.bannervideo{
	padding:15px;
        width: 457px;
}

.bannervideo .titulo{
    font-size:120%;
}

/********Listado noticias*************/
.desarrollocontenido.listanoticias h1 {
	width:500px;
	float:left;
}


.buscaNoticias  {
	width:250px;
	float:right;
	text-align:right;
}

.buscaNoticias  INPUT#buscanoticia{
	background: #FFF url(images/fondo_cajasformularios.jpg) repeat-x 0 0;
    border: 1px solid #BFBFBF;
    font-family: 'AllerRegular', Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #666666;
    padding: 3px;
	
   border-radius: 1px;
   -moz-border-radius: 1px;
   -webkit-border-radius:1px;
    width: 166px;
}


.buscaNoticias  INPUT.boton{
	position:relative;
	top:8px;
}


.desarrollocontenido.listanoticias UL.listadonoticias{
    width: 100%;
    overflow: hidden;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
}

.desarrollocontenido.listanoticias UL.listadonoticias LI{
    border-bottom: 1px solid #D9D9D9 !important;
    width: 100%;
    padding: 15px;
    overflow: hidden;
}

.desarrollocontenido.listanoticias UL.listadonoticias LI.ultimo{
    border-bottom: none;
}


.desarrollocontenido.listanoticias UL.listadonoticias LI .imagen{
    width: 250px;
    float: left;
    margin-right: 10px;
    padding-right: 10px;
  height: 250px;
  background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.desarrollocontenido.listanoticias UL.listadonoticias LI .imagen IMG{
    border: 1px solid #D9D9D9;
    padding: 3px;
}

.desarrollocontenido.listanoticias UL.listadonoticias LI .texto{
    width: 450px;
    float: left;
    font-size: 110%;
}

.desarrollocontenido.listanoticias UL.listadonoticias LI .texto.noimagen{
    width: 100%;
    float: left;

}

.desarrollocontenido.listanoticias UL.listadonoticias LI .titulo {
    font-size: 110%;
}

.desarrollocontenido.listanoticias UL.listadonoticias LI .texto {
    font-size: 100%;
}

.desarrollocontenido.listanoticias UL.listadonoticias LI .texto P.fecha{
    color: #999999;
    font-style: italic;
	margin-top:5px;
    padding-bottom: 5px;
    font-size: 90%;
    font-weight: normal;
}


.desarrollocontenido .tagsnoticia{
	list-style:none;
	display:inline;
}

.desarrollocontenido .tagsnoticia A{
	color: #75B8A4;
}

.desarrollocontenido .tagsnoticia A:hover{
	color: #000;
}

.desarrollocontenido .tagsnoticia li{
	margin:0;padding:0;
	margin-right:5px;
	border:0 !important;
	display:inline;
}

/*********Listado noticias empresas*********************/
.desarrollocontenido.listanoticiasempresas h1 {
	width:250px;
	float:left;
}

.desarrollocontenido.listanoticiasempresas UL.listadonoticias{
    width: 100%;
    overflow: hidden;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
}

.desarrollocontenido.listanoticiasempresas UL.listadonoticias LI{
    border-bottom: 1px solid #D9D9D9 !important;
    width: 100%;
    padding: 15px;
    overflow: hidden;
}

.desarrollocontenido.listanoticiasempresas UL.listadonoticias LI.ultimo{
    border-bottom: none;
}


.desarrollocontenido.listanoticiasempresas UL.listadonoticias LI .imagen{
    width: 250px;
    float: left;
    margin-right: 10px;
}

.desarrollocontenido.listanoticiasempresas UL.listadonoticias LI .imagen IMG{
    border: 1px solid #D9D9D9;
    padding: 3px;
}

.desarrollocontenido.listanoticiasempresas UL.listadonoticias LI .texto{
    width: 450px;
    float: left;
    font-size: 110%;
}

.desarrollocontenido.listanoticiasempresas UL.listadonoticias LI .texto.noimagen{
    width: 100%;
    float: left;

}

.desarrollocontenido.listanoticiasempresas UL.listadonoticias LI .titulo {
    font-size: 110%;
}

.desarrollocontenido.listanoticiasempresas UL.listadonoticias LI .texto {
    font-size: 100%;
}

.desarrollocontenido.listanoticiasempresas UL.listadonoticias LI .texto P.fecha{
    color: #999999;
    font-style: italic;
	margin-top:5px;
    padding-bottom: 5px;
    font-size: 90%;
    font-weight: normal;
}



/***********ENTREVISTAS AGENDA PARCMEDIOS*****************/

.desarrollocontenido.listagenerico UL.listadonoticias{
    width: 100%;
    overflow: hidden;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
}

.desarrollocontenido.listagenerico UL.listadonoticias LI{
    border-bottom: 1px solid #D9D9D9 !important;
    width: 100%;
    padding: 15px 15px 0 15px;
    overflow: hidden;
}

.desarrollocontenido.listagenerico UL.listadonoticias LI.ultimo{
    border-bottom: none;
}


.desarrollocontenido.listagenerico UL.listadonoticias LI .imagen{
    width: 250px;
    float: left;
    margin-right: 10px;
}

.desarrollocontenido.listagenerico UL.listadonoticias LI .imagen IMG{
    border: 1px solid #D9D9D9;
    padding: 3px;
}

.desarrollocontenido.listagenerico UL.listadonoticias LI .texto{
    width: 450px;
    float: left;
    font-size: 110%;
}

.desarrollocontenido.listagenerico UL.listadonoticias LI .texto.noimagen{
    width: 100%;
    float: left;

}

.desarrollocontenido.listagenerico UL.listadonoticias LI .titulo {
    font-size: 110%;
}

.desarrollocontenido.listagenerico UL.listadonoticias LI .texto {
    font-size: 100%;
}

.desarrollocontenido.listagenerico UL.listadonoticias LI .texto SPAN.fecha{
    color: #999999;
    font-style: italic;
	margin-top:5px;
    padding-bottom: 5px;
    font-size: 90%;
    
	
	font-weight: normal;
}

.desarrollocontenido.listagenerico UL.listadonoticias LI  A.descarga{
    color: #75B8A4;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'AllerRegular', Arial, Helvetica, sans-serif;
    display:block;
    background: url(images/flecha-vermas.png) no-repeat 100% 50%;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 90%;
    text-decoration:none;
    margin-bottom: 5px;
	float:left;
}

.desarrollocontenido.listagenerico UL.listadonoticias LI  A.descarga:hover{
    color: #2EEDC4;
    background: url(images/flecha-vermas_il.png) no-repeat 100% 50%;
}

/*************Enlaces medios*************************/

.itemeenlacesmedios{
    width: 755px;
    overflow: hidden;
    margin-bottom: 20px;
}

.itemeenlacesmedios .titulo{
    border-bottom: 1px solid #75B8A4;
    color: #75B8A4;
    font-size: 125%;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 3px;
    width: 100%;
}

.itemeenlacesmedios UL{
    width: 100%;
    overflow: hidden;
}

.itemeenlacesmedios UL LI{
    width: 345px;
    float: left;
    list-style-image: url("images/imagen-li.png");
    list-style-position: outside;
    margin: 0 0 15px 15px;
	padding: 0 15px 0 0;
}

.itemeenlacesmedios UL LI A{
    color: #333333;
    text-decoration: underline;
}

.itemeenlacesmedios UL LI A:hover{
    color: #000;
}

/*************Descargas multimedia *********************/

.itemdescargasmultimedia{
    width: 755px;
    overflow: hidden;
    margin-bottom: 10px;
}
.itemdescargasmultimedia .titulo{
    font-size: 18px;
    margin: 0;
    padding: 5px 0 5px 0;
    font-weight: normal;
    font-family: 'AllerRegular', Arial, Helvetica, sans-serif;
    margin-bottom: 0;
    padding-bottom: 3px;
    width: 100%;
}


.itemdescargasmultimedia UL{
    width: 100%;
    overflow: hidden;
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
}

.itemdescargasmultimedia UL LI{
    width: 162px;
    float: left;
    list-style-image: none;
    list-style-position: outside;
    margin: 0 15px 15px 0;
	padding: 0 15px 0 0;
}

.itemdescargasmultimedia UL LI.ultimo{
    margin: 0 0 15px 0;

}

.itemdescargasmultimedia UL LI .imagen{
    width: 100%;
	height:auto;
    float: left;
    margin-right: 10px;
	position:relative;
}


.itemdescargasmultimedia UL LI .imagen IMG{
    border: 1px solid #D9D9D9;
    padding: 3px;
}

.itemdescargasmultimedia UL LI .imagen .lupa{
    width: 22px;
	height: 22px;
	position:absolute;
    bottom:7px;
	right:8px;
	border:0;
	padding: 0;
}

.itemdescargasmultimedia UL LI .imagen .lupa IMG{
    bordeR:0;
}


.itemdescargasmultimedia UL LI .titulo{
    font-size: 13px;
    margin: 0;
    padding: 5px 0 5px 0;
    font-weight: normal;
    font-family: 'AllerRegular', Arial, Helvetica, sans-serif;
    padding-bottom: 3px;
	margin-bottom:3px;
    width: 100%;
}

.itemdescargasmultimedia UL LI A{
    color: #75B8A4;
    text-decoration: none;
	float:left;
	
}

.itemdescargasmultimedia UL LI A:hover{
    color: #000;
}

.itemdescargasmultimedia  P.vertodo{
	margin-bottom:5px;
}
/*************PAGINADO***********************/
.paginado{
	width:100%;
	height:40px;
	overflow:hidden;
	margin-bottom:10px;
	}

	
	
.paginado .atras A.bo_atras SPAN,
.paginado .adelante A.bo_adelante SPAN{
	display:none;
	}	
	
.paginado .pagina_paginas{
	width:100%;
	float:left;
	text-align:center;
	padding-top:3px;
	color:#FFF;
	font-weight:bold;
	}	
	
.paginado .pagina_paginas UL{
	overflow:hidden;
	}
	
.paginado .pagina_paginas UL LI{
	margin-right:5px;
	display:inline;
	}	
	
.paginado .pagina_paginas UL LI A{
	color:#999;
	font-weight:bold;
	font-family: "Times New Roman", Times, serif;
	}
		
.paginado .pagina_paginas UL LI A:hover{
	color:#AAA;
	}
	
.paginado .pagina_paginas UL LI A.actual{
	color:#000;
	}

	
	
	/***/
#loginForm  LABEL{
	margin:0 20px 0 30px;

}

#loginForm INPUT{
	background: #FFF url(images/fondo_cajasformularios.jpg) repeat-x 0 0;
    border: 1px solid #BFBFBF;
    font-family: 'AllerRegular', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    padding: 3px;
   border-radius: 1px;
   -moz-border-radius: 1px;
   -webkit-border-radius:1px;
    width: 255px;
	height:13px;
}

#loginForm #username{
	margin-left:30px !important;
}

#loginForm #mgnlUserPSWD{
	margin-left:20px;
}

#loginForm  .buttons,
#loginForm  .mainfields{
	border:0;
}

#loginForm  fieldset{
	margin-bottom:20px;
}

#loginForm .submit{
	margin: 0 0 10px 0;
    background:black none !important;
    border: 1px solid #BFBFBF;
    font-family: 'AllerRegular', Arial, Helvetica, sans-serif;
    font-size: 100%;
	font-weight:bold;
    color: #FFFF00 !important;
	padding:5px;
	width:120px;
	height:30px;
	cursor:pointer;
	margin-left:275px;
}


/*******redes sociales********/
.addthis_toolbox A{
	padding:0 !important;  
	width:100px;
	margin:0 20px 0 0;
	line-height:35px;
}

#at16pm{
	height:320px;
}

#at16pf{
	display:none;
}

#at16meo{
	display:none;
}

/***********BUSCADOR GENERAL*******************/

#buscador h3,
#buscador h4{
	margin-bottom:5px !important;
	padding:0;
}

#buscador UL{
	border-bottom:none;
	padding-bottom:0;
	padding-left:10px;
	padding-bottom:10px;
	
	}


#buscador UL LI{
    /*list-style-image: url(images/imagen-li.png);
    padding: 0 0 10px 10px;*/
    list-style-image: url("images/imagen-li.png");
    list-style-position: outside;
    margin-bottom: 15px;
    margin-left: 10px;
	line-height: 1.4;
	}
	
#buscador UL LI UL{
    padding-top: 0;
    padding-bottom: 0;
	}
	
#buscador UL LI UL LI{
    /*list-style-image: url(images/imagen-li.png);
    padding: 0 0 10px 10px;*/
    list-style-image: url("images/imagen-li-li.png");
	margin-bottom:5px;
	}




#buscador UL LI A{
	color: #777;
	text-decoration:underline;
	}


#buscador UL LI A:hover{
	color:#AAA;
	}

      

.capasombras{
    width: 100%;
    position:relative;
    margin-bottom: 20px;
}

.sombrasuperior
  {
    width: 100%;
    height: 4px;
    background: url(images/sombra-sup.gif) repeat-x 0 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
}

.sombrainferior
  {
    width: 100%;
    height: 4px;
    background: url(images/sombra-inferior.gif) repeat-x 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 50;
}
.sombraizquierda
  {
    height: 100%;
    width: 4px;
    background: url(images/sombra-izda.gif) repeat-y 0 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.sombraderecha
  {
    height: 100%;
    width: 4px;
    background: url(images/sombra-dcha.gif) repeat-y 0 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
}

  .esquina-sup-izda{
    width: 4px;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/esquina-sup-izda.gif) no-repeat 0 0;
    z-index: 100;
}

  .esquina-sup-dcha{
    width: 4px;
    height: 4px;
    background-color: lime;
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/esquina-sup-dcha.gif) no-repeat 0 0;
    z-index: 100;
}

  .esquina-inf-izda{
    width: 4px;
    height: 4px;
    background-color: blue;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(images/esquina-inf-izda.gif) no-repeat 0 0;
    z-index: 100;
}

  .esquina-inf-dcha{
    width: 4px;
    height: 4px;
    background-color: black;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(images/esquina-inf-dcha.gif) no-repeat 0 0;
    z-index: 100;
}


/**captcha**/
.captcha {
	width:550px;
	line-height:20px;
	text-align:left;
	float:left;
	margin:0 0 20px 0;

}

.captcha label{
	width:5500px !important;
}

.captcha img{
	vertical-align:middle;
	float:left;
	margin:0 55px 0 20px;
}

.captcha input#human{
	margin-top:0;
	width:210px !important;
}
				



				
								
								
								