@charset "ISO-8859-1";

/*------------------------------------*\
    CSS Document
        Autor: http://www.internext.es
\*------------------------------------*/

/*------------------------------------*\
    $RESET
\*------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 100%;*/
    /*font: inherit;*/
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*------------------------------------*\
    $GLOBAL
\*------------------------------------*/
body {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    background-color: #efece5;
    color: #4d4d4d;
    -webkit-text-size-adjust: none;
}
a {
    text-decoration: none;
    color: #7f7f7f;
}
a:hover {
    color: #000;
}
.offscreen {
    display: none;
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}
.limpia {
    clear: both;
}

/*------------------------------------*\
    $HEADER
\*------------------------------------*/
.wrapper-header-main {
    width: 100%;
    background-color: #efece5;
}
.header {
    position: relative;
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}
.logo {
    clear: both;
    width: 29.2%;
    margin-left: auto;
    margin-right: auto;
}
.logo img {
    width: 100%;
}
.nav {
    display: none;
}
.navigation-main {
    margin-top: 34px;
    margin-bottom: 10px;
    text-align: center;
}
ul.menuMadre {
    display: inline-block;
}
ul.menuMadre li.menuMadre {
    float: left;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px  #8d8b88 solid
}
ul.menuMadre li.menuMadre.fst {
    border-left: none;
}
ul.menuMadre li.menuMadre a.menuMadre, ul.menuMadre li.menuMadre span.menuMadre {
    color: #8d8b88;
    font-size: 15px;
    display: block;
    height: 16px;
    line-height: 16px;
    width: auto;
    text-transform: uppercase;
}
ul.menuMadre li.menuMadre a.menuMadre:hover {
    color: #666;
}
div.contenedorMenu {
    //display:none;
    float: left;
    width: auto;
    height:0;
    overflow: hidden;
    position: absolute;
    z-index: 9000;
    opacity:0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;

}
ul.submenu {
    background-color: #ddddd0;
    float: left;
    width: 200px;
    margin-top: 10px;
}
ul.submenu li.submenu {
    float: left;
    width: 100%;
    text-align: left;
}
ul.submenu li.submenu a.submenu,  ul.submenu li.submenu span.submenu {
    /*border-bottom: 1px solid #FFF;*/
    color: #8d8b88;
    display: block;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:10px;
    font-size: 14px;
    text-transform: uppercase;
}
ul.submenu li.submenu a.submenu:hover {
    color: #000;
}
ul.submenu2 {
    background-color: #666;
    float: left;
    width: 200px;
    position: absolute;
    margin-left: 200px;
}
ul.submenu2 li.submenu2 {
    float: left;
    width: 100%;
}
ul.submenu2  li.submenu2 a.submenu2, ul.submenu2  li.submenu2 span.submenu2 {
    border-bottom: 1px solid #FFF;
    color: #FFF;
    display: block;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:10px;
    font-size: 15px;
}
ul.submenu2  li.submenu2 a.submenu2:hover {
    color: #333;
}
.buscador {
    clear: right;
    float: right;
    margin-top: 15px;
    height: 25px;
}
.buscador .campo {
    border: none;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    height: 25px;
    background-color: #E5E5E5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;	
    padding: 4px;
    font-size: 14px;
    color: #666;
}
.buscador-menuMadre {
    display: none;
}
.inputbuscador {
    float: left;
    margin-right: 5px;
}
.lupa {
    float: right;
    width: 37px;
    height: 25px;
    background-color: #CCC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;	
}
.languages {
    float: left;
    margin-top: 10px;
    margin-right: 15px;
}
.languages li {
    float: left;
    margin-right: 10px; 
}
.languages a {
    color: #565553;
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
}
.languages a:hover {
    color: #999;
}
.social-navigation {
    float: right;
    margin-top: 10px;
}
/*.social-navigation a {
}*/
.social-navigation li {
    float: left;
    margin-left: 5px;
}
.social-navigation li a img {
    opacity: 0.15;
    filter: alpha(opacity=15); /* For IE8 and earlier */
}
.social-navigation li a img:hover {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.social-navigation-menuMadre, .languages-menuMadre, .social-languages {
    display: none;
}

/*------------------------------------*\
    $CONTENT
\*------------------------------------*/
.h1-title {
    font-size: 36px;
    font-weight: 300;
    line-height: 38px;
    color: #333;
    padding: 2%;
    text-transform: uppercase;
}
.h1-title-madre {
    display: block;
    font-size: 20px;
    font-weight: 300;
    line-height: 18px;
    padding: 2% 2% 0 2%;
    color: #c7c7c7;
    text-transform: uppercase;
}
.h1-title-madre a {
    color: #999;
}
.h1-title-madre a:hover {
    color: #000;
}
.h1-title-nombre-pagina {
    display: block;
}
.h2-title {
    font-size: 14px;
	line-height: 16px;
    color: #999;
    font-weight: 400;
    text-transform: uppercase;
}
.h2-title a {
    color: #7f7f7f;
}
.h2-title a:hover {
    color: #000;
}
.h2-title--2 {
	clear: both;
    width: 96%;
    padding: 15px 2%;
	font-size: 18px;
	font-weight: 300;
	text-transform: none;
}
.h2-title--3 {
    text-align: center;
}
.h3-title {
    font-size: 16px;
    line-height: 18px;
    color: #000;
}
.article-1 .h2-title {
    padding: 30px 0 15px 3.1%;
}
.article-1 .h3-title {
    margin-bottom: 10px;
}
.article-3 .h2-title {
    font-size: 16px;
    color: #999;
    font-weight: 400;
    margin-bottom: 15px;
}
.article-aside-1 .h2-title {
    padding: 30px 0 15px 0;
}
.article-aside-2 .h2-title {
    margin-top: 40px;
    border-top: 1px #CCCCCC dotted;
    padding-top: 15px;
    padding-bottom: 15px;
}
.list-1 .h3-title {
    margin-bottom: 10px;
}
.list-2 .h3-title {
    margin-bottom: 10px;
}
.list-2 .f4 {
    clear: left;
}
.list-links-2 .h3-title {
    font-size: 18px;
    line-height: 20px;
}
.text-item-list-1-article-aside-2 .h3-title {
    margin-bottom: 10px;
}
.text-item-list-2 .h2-title, .text-item-list-3 .h2-title {
    margin-bottom: 5px;
}
.text-item-list-1 .h2-title {
    margin-bottom: 10px;
}
.content {
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF;
}
.article-1 {
    width: 65.3%;
    float: left;
}
.article-2 {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.article-3 {
    float: left;
    margin-left: 2%;
    width: 63.333%;
}
.article-4 {
    float: left;
    margin-left: 2%;
    width: 65.333%;
}
.article-5 {
    float: left;
    margin-left: 2%;
    width: 71.5%;
}
.article-aside-1 {
    width: 30.666%;
    float: left;
    margin-left: 2%;
}
.article-aside-2 {
    float: left;
    margin-left: 2%;
    width: 30.666%;
}
.article-aside-3 {
    float: left;
    margin-left: 2%;
    width: 22.5%;
}
.article-aside-3 .text {
	margin-bottom: 20px;	
}
.photo-article-aside-3 {
    margin-bottom: 20px;
}
.photo-article-aside-3 img {
    width: 100%;
}
.photo-article-5 {
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom: 20px;	
}
.photo-article-5 img {
    width: 100%;
	border: 1px  #CCCCCC solid;
}
.slider{
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
}
.slider, .photo-large {
    max-width: 980px;
    margin: 0 auto;
}
.photo-large img {
    width: 100%;
}
.photo {
    margin-bottom: 40px;
}
.photo img {
    width: 100%;
}
.article-aside-1 .text p {
}
.article-aside-1 .text ul {
    font-size: 13px;
    line-height: 15px;
    color: #999;
}
.text-item-list-2-article-1 .text p {
    font-size: 13px;
    line-height: 15px;
    color: #999;	
}
.text-item-list-2 .text p {
    font-size: 14px;
    line-height: 16px;
    color: #999;	
}
.text-sm {
	margin-bottom: 20px;
}
.list-1 {}
.item-list-1 {
    margin-left: 2%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #cccccc;
}
.list-2 {}
.item-list-2 {
    width: 22.5%;
    float: left;
    margin-left: 2%;
    margin-bottom: 20px;
}
.item-list-4 {
    width: 23%;
    float: left;
    margin-left: 1.6%;
    margin-bottom: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
}
.list-4 .f4 {
    margin-left: 0;
}
.photo-item-list-4 img {
    width: 100%;
}

.photo-item-list-4 img:hover {
    opacity: 0.7;
}

.item-list-3 {
    width: 30.666%;
    float: left;
    margin-left: 2%;
    margin-bottom: 20px;
}
.list-links-1 {
    font-size: 14px;
    line-height: 16px;
}
.list-links-2 {}
.list-links-2 li {
    margin-top: 10px;
}
.list-links-2 li:first-child {
    margin-top: 0;
}
.read-more {
    font-size: 14px;
    text-align: right;
    margin-top: 20px;
}
.date {
    color: #999;
    font-size: 13px;
    margin-bottom: 5px;
}
.date--article {
    padding: 0 2%;
    margin-bottom: 20px;
}
.doc-format {
    color: #999;
    font-size: 13px;
}
.text-news-home {
    font-size: 14px;
    line-height: 16px;
    color: #000;
}
.item-list-1-article-1 {
    float: left;
    width: 46.9%;
    margin-bottom: 20px;
    margin-left: 3.1%;
}
.item-list-2-article-1 {
    float: left;
    width: 30.2%;
    margin-bottom: 20px;
    margin-left: 3.1%;
}
.item-list-1-article-aside-2 {
    width: 100%;
    margin-bottom: 20px;
}
.photo-item-list-1 {
    float: left;
    width: 22.5%;
}
.photo-item-list-1 img {
    width: 100%;
}
.photo-item-list-2 {
    margin-bottom: 10px;
}
.photo-item-list-2 img {
    width: 100%;
}
.photo-item-list-2 img:hover {
    width: 100%;
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}
.photo-item-list-3 {
    margin-bottom: 10px;
}
.photo-item-list-3 img {
    width: 100%;
}
.photo-item-list-1-article-1, .photo-item-list-1-article-aside-2 {
    float: left;
    width: 50%;
    margin-right: 2%;
    /*margin-bottom: 10px;*/
}
.photo-item-list-1-article-1 img, .photo-item-list-1-article-aside-2 img {
    width: 100%;
}
.photo-item-list-2-article-1 {
    margin-bottom: 20px;
}
.photo-item-list-2-article-1 img {
    width: 100%;
}
.text-item-list-2-article-1 {
}
.text-item-list-1 {
    float: left;
    width: 71.5%;
    margin-left: 2%;
}
.text-item-list-2 {}
.text-item-list-3 {}
.item-list-docs {
    /*background: url(../img/doc-icon.png) no-repeat left 2px;*/
	list-style-image: url(../img/doc-icon.png);
	list-style-position: inside;
    line-height: 20px;
    margin-bottom: 10px;
}
.item-list-link {
    background: url(../img/link-icon.png) no-repeat left 2px;
    line-height: 20px;
    padding-left: 20px;
    margin-bottom: 10px;
}
.text {
    line-height: 20px;
	text-align: justify;
}
.article-3 .text {
    margin-bottom: 40px;
}
.list-2 .text {
    margin-bottom: 10px;
}
.text strong {
}
.text em {
    font-style: italic;
}
.text--2 {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.text ul {
    list-style-type: disc;
    margin: 20px 0;
    padding-left: 15px;
}
.text ul li {
    margin-bottom: 5px;
}
.text ol {
    list-style-type: decimal;
    margin: 20px 0;
    padding-left: 15px;
}
.text ol li {
    margin-bottom: 10px;
}
.content-form {
    float: left;
    width: 47%;
    margin-left: 2%;
    margin-top: 40px;
}
.formulario {
    width: 100%;
}
.formulario li {
    float: left;
    margin-bottom: 2%;
    margin-right: 2%;
    width: 47%;
}
.formulario label {
    font-size: 14px;
    color: #808080;
}
.formulario input[type=text], .formulario textarea, select {
    font-size: 14px;
    color: #666;
    width: 100%;
    border: 1px #CCC solid;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;	
    margin-top: 5px;
    padding: 5px;
}
.formulario input:focus[type=text], .formulario textarea:focus {
    border: 1px #000 solid;
}
.formulario textarea {
    height: 156px;
}
.formulario li.w100 {
    width: 96%;
}
.button {
    border: none;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;	
    background-color: #bababa;
    padding: 5px 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}
.button:hover {
    background: #4a8d85;
}
.button:active {
    background: #e5e5e5;
    color: #000000;
}
.text--intro {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.text-intro-bold {
    margin-bottom: 40px;
}
.content-map {
    float: left;
    width: 47%;
    margin-left: 2%;
    margin-top: 40px;
}
.mapa-google {
    width: 100%;
    height: 290px;
}
#map-canvas {
    height: 100%;
}
small {
    font-size: 14px;
}
.address {
    color: #999;
    font-size: 14px;
    line-height: 18px;
}
.paginacion {
    padding: 0 2%;
    overflow: hidden;
}
.paginacion ul {
    float: left;
    overflow: hidden;
}
.paginacion ul li {
    float: left;
    margin-right: 4px;
}
.boton_pag {
    display:inline-block;
    color: #ffffff;
    background: #3cc3b2;	
    font-size: 12px;
    font-weight: bold;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 6px 10px;	
}
.boton_pag:hover  {
    background: #4a8d85;
    color:#FFFFFF;
}
.bactivo  {
    background: #999;
    color:#FFFFFF;
}
.boton_pag span {
    font-weight:normal;
}
.bnr-group {}
.list-bnr {}
.item-list-bnr {
    margin-bottom: 20px;
}
.item-list-bnr img {
    width: 100%;
}
.welcome {
    padding: 20px;
}
.title-welcome {
    font-size: 36px;
    font-weight: 300;
    color: #333;
    text-transform: uppercase;
    text-align: center;
}
.text-welcome {
    font-size: 13px;
    line-height: 17px;
    color: #b2b2b2;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: justify;
    letter-spacing: -0.06px;	
}
.text-auxiliar {
    font-size: 12px;
    line-height: 14px;
    color: #999;
    margin-bottom: 40px;
}
.envio {
    border: none;
}

/*------------------------------------*\
    $FOOTER
\*------------------------------------*/
.wrapper-footer-social {
    width: 100%;
}
.container-social {
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: auto;
    background-color: #FFF;
    text-align: center;
}
.social {
    width: auto;
    display: inline-block;
}
.social-share {
    float: right;
}
.social-share li {
    float: left;
    margin-right: 20px;
}
.social-share li a img {
    opacity: 0.30;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}
.social-share li a img:hover {
    opacity: 0.60;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}
.text-social {
    float: right;
    margin-right: 10px;
    padding-top: 3px;
    font-size: 14px;
    color: #ccc;
}
.footer {
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.wrapper-footer-corporate {
    width: 100%;
    background-color: #efece5;
}
.title-footer1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;    
    color: #FFFFFF;
    margin-bottom: 10px;
}
.text-footer1 {
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    color: #FFFFFF;
}
.text-copy {
    font-size: 14px;
    line-height: 18px;
    color: #969591;
    text-align: center;
}
.legal {
    font-weight: normal;
}
.development {
    float: right;
    font-size: 13px;
    color: #999;	
}
.container-footer1 {
    width: 67.3%;
    display: table-cell;
    background-color: #666;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}
.container-footer2 {
    width: 32.7%;
    display: table-cell;
    background-color: #666;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    color: #FFF;
    text-align: right;
}
.container-footer2 .span1 {
    font-size: 22px;
    font-weight: 600;
}
.container-footer2 .span2 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}
.container-footer2 .span3 {
    font-size: 14px;
    font-weight: 300;
}
.container-footer2 .span4 {
    font-size: 11px;
    font-weight: 300;
    margin-bottom: 10px;
}
.container-footer2 .span5 {
    font-size: 13px;
    font-weight: 600;
}
.container-footer3 {
    position: relative;
    background-color: #efece5;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
}
.breadcrumb-arrow {
    color: #ccc;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;	
}
.video {
	overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
	margin-bottom: 20px;
}
.video iframe, .video object, .video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.nav-footer {
    font-weight: 400;	
}
.nav-footer a {
}
.nav-footer a:hover {
    color: #000;
}
.credits {
    position: absolute;
    right: 0;
    font-size: 12px;
    vertical-align: middle;
    color: #cccbc5;
}
.pin-it {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
/*------------------------------------*\
    TABLES
\*------------------------------------*/
.equip table {
    width: 100%;
    color: #7F7F7F;
    line-height: 18px;
}
.equip table tr {
    border-top: 1px solid #ccc;
}
.equip table td {
    padding-bottom: 10px;
    padding-top: 10px;
}
.logos-audiovisual table {
	width: 100%;
}
.logos-audiovisual td {
	text-align: center;
}
.logos-audiovisual img {
	width: 100%;
	max-width: 140px;
}

/*------------------------------------*\
    bnr2 (Home)
\*------------------------------------*/
.wrapper-bnr2 {
    width: 100%;
    max-width: 980px;
    border-top: 1px  #FFFFFF solid;
    height: 175px;
    overflow: hidden;
}
.item-bnr2 {

    width: 16.666%;
    float: left;
    border-left: 1px #FFFFFF solid;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;	

    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;

}
.item-bnr2.f4 {
    width: 33.333%;	
}
.item-bnr2.f2 {
    width: 33.333%;	
}
.item-bnr2:first-child {
    border-left: none;
}
.photo-item-bnr2 img {
    width: 100%;
}

@media (max-width: 980px) {	
    .navigation-main {
        display: none;
        clear: both;
        float: none;
        margin-right: 0;
        margin-top: 0;
    }
    .logo {
        margin-top: 20px;
        margin-bottom: 20px;
        /*		float: left;
                margin-left: 20px;*/
    }	
    /*    .nav {
            display: block;
            float: right;
            margin-top: 4px;
            margin-right: 14px;
        }*/
    .nav {
        display: block;
        position: absolute;
        top: 20px; 
        right: 20px;
    }
    .nav a {
        display: block;
        color: #7f7f7f;
    }
    .nav_col_left {
        display: table-cell;
        vertical-align: middle;
        text-transform: uppercase;		
    }
    .nav_col_right {
        display: table-cell;
    }
    ul.menuMadre {
        float: none;
        display: block;
        background-color: #ddddd0;
    }
    ul.menuMadre li.menuMadre {
        /*border-top: 1px solid #FFF;*/
        float: none;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;		
    }
    ul.menuMadre li.menuMadre a.menuMadre, ul.menuMadre li.menuMadre span.menuMadre {
        color: #8d8b88;
        height: auto;
        line-height: 36px;
        text-align: center;
    }
    ul.menuMadre li.menuMadre a.menuMadre:hover {
        color: #000;
    }
    div.contenedorMenu {
        float: none;
        width: 100%;
        position: relative;
    }			
    ul.submenu li.submenu a.submenu,  ul.submenu li.submenu span.submenu {
        float: none;
        padding:10px;
        text-align: center;
    }
    ul.submenu {
        float: none;
        width: 100%;
        margin-top: 0;
    }
    ul.submenu li.submenu {
        background-color: #d2d2b9;
        float: none;
        width: 100%;
    }	
    ul.submenu2 {
        float: none;
        width: 100%;
        position: relative;
        margin-left: 0;
    }
    ul.submenu2 li.submenu2 {
        float: none;
        background-color: #d8f3f0;
    }
    ul.submenu2  li.submenu2 a.submenu2, ul.submenu2  li.submenu2 span.submenu2 {
        float: none;
        width: 100%;
        padding: 10px;
        text-align: center;
    }
    ul.submenu2  li.submenu2 a.submenu2 {
        color: #333;
    }
    ul.submenu2  li.submenu2 a.submenu2:hover {
        color: #666;
    }
    .social-navigation, .languages {
        display: none;
    }
    .social-navigation li {
        float: left;
        margin-left: 0;
        margin-right: 4px;
    }
    .social-navigation-menuMadre {
        float: left;
    }
    .social-navigation-menuMadre li {
        float: left;
        margin-top: 4px;
        margin-right: 10px;
    }
    .social-navigation-menuMadre li a {
        display: block;
    }
    .social-navigation-menuMadre li a img {
        opacity: 0.35;
        filter: alpha(opacity=35); /* For IE8 and earlier */
    }
    .social-navigation-menuMadre li a img:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); /* For IE8 and earlier */
    }
    .social-languages {
        display: block;
        text-align: center;
    }
    .container-social-languages {
        display: inline-block;
        padding-bottom: 10px;
    }
    .languages-menuMadre {
        float: left;
    }
    .languages-menuMadre li {
        float: left;
        margin-left: 10px; 
    }
    .languages-menuMadre a {
        color: #8d8b88;
        font-size: 12px;
        line-height: 36px;
        text-decoration: none;
    }
    .languages-menuMadre a:hover {
        color: #fff;
    }
    .buscador-menuMadre	{
        display: block;
        text-align: center;
    }
    .container-buscador-menuMadre {
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .buscador {
        display: none;
    }
    .buscador-menuMadre .campo {
        border: none;
        width: 100%;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
        height: 25px;
        background-color: #E5E5E5;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;	
        padding: 4px;
        font-size: 14px;
        color: #666;
    }			
}

@media (max-width: 768px) {
    .logo {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .item-list-2 {
        width: 30.666%;
    }	
    .article-2 {
        margin-bottom: 20px;
    }	
    .article-1 .h2-title {
        padding-top: 10px;
    }
    .article-aside-1 .h2-title {
        padding-top: 10px;
    }
    .header {
        padding-bottom: 0;
    }
    .list-2 .f4 {
        clear: none;
    }
    .list-2 .f3 {
        clear: left;
    }
    .wrapper-bnr2 {
        height: 140px;
    }			
}

@media (max-width: 480px) {
    .logo {
        margin-top: 20px;
        width: 45%
    }
    .article-1 {
        width: 96.9%;
        float: none;
        margin-top: 20px;
    }
	.article-5 {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 96%;
	}	
	.article-aside-3 {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 96%;
	}	
    .container-footer1 {
        display: none;
    }
    .container-footer2 {
        width: 100%;
        display: block;
    }
    .article-aside-1 {
        width: 96%;
        float: none;
        margin-left: 2%;
        margin-right: 2%;
    }
    .photo-item-list-1-article-1 {
        float: none;
        width: 100%;
        margin-right: 0;
    }
	.photo-article-aside-3 {
		float: left;
		width: 35%;
		margin-right: 4%;
	}	
    .item-list-2 {
        width: 47%;
    }
    .article-3 {
        width: 96%;
    }
    .article-4 {
        width: 96%;
    }
    .article-aside-2 {
        width: 96%;
    }
    .article-aside-1 .text p {
        margin-bottom: 20px;
    }	
    .item-list-1 {
        float: left;
        width: 47%;
        border-bottom: none;
    }
    .photo-item-list-1 {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .formulario li {
        float: none;
        margin-bottom: 2%;
        margin-right: 0;
        width: 100%;
    }
    .text-item-list-1 {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .h1-title-nombre-pagina {
        padding-top: 10px;
    }
    .text-intro-bold {
        margin-bottom: 20px;
    }
    .wrapper-footer-social {
        text-align: center;
    }
    .social {
        width: auto;
        display: inline-block;
    }
    .list-2 .f3 {
        clear: none;
    }
    .list-2 .f2 {
        clear: left;
    }
    .item-list-4 {
        width: 32%;
		margin-left: 2%;
    }
	.list-4 .f4 {
		margin-left: 2%;
	}
    .list-4 .f3 {
		margin-left: 0;   
    }
    .list-4 .f2 {    
    }
    .wrapper-bnr2 {
        height: 85px;
    }
	.logos-audiovisual {
		margin-bottom: 40px;
	}					
}

@media (max-width: 320px) {
    .logo {
        margin-top: 15px;
        margin-bottom: 15px;
        width: 55%
    }
    .nav {
        top: 30px; 
    }
    .nav_col_left {
        display: none;	
    }
    .social-share {
        margin-top: 5px;
    }
    .item-list-2-article-1 {
        width: 96.1%;
    }
    .photo-item-list-2-article-1 {
        float: left;
        width: 50%;
        margin-right: 2%;		
    }
    .item-list-1 {
        float: none;
        width: 96%;
        border-bottom: 1px dotted #CCCCCC;
    }
    .photo-item-list-1 {
        float: left;
        width: 48%;
        margin-right: 2%;
    }
    .text-item-list-1 {
        float: none;
        width: 100%;
    }
    .item-list-3 {
        width: 96%;
    }
    .item-list-4 {
        width: 48.75%;
		margin-left: 2.5%;
    }
	.list-4 .f4 {
	}
    .list-4 .f3 {
		margin-left: 2.5%;   
    }
    .list-4 .f2 {
		margin-left: 0;    
    }
    .content-form {
        float: none;
        width: 96%;
    }
    .content-map {
        float: none;
        width: 96%;
    }	
    .mapa-google {
        height: 240px;
    }
    .wrapper-bnr2 {
        height: 55px;
    }	
}