/*  BANNERS  */
.floatleft  { float:left; }
.floatright { float:right; }



.views-field-title a
{ 
	font-size:20px;
    font-weight: bold;
    line-height: 105% !important;
    display: block;
}

.view-dom-id-5584ac1bf1d4980465d7f7101c6f43ae .views-field-title a
{
	font-size:27px !important;
}
 
.views-field-field-resumen
{
	color:#444444;
	font-size:15px;
	line-height:130%; 
}

/* Reusable column setup */
.col {
    border:0px solid rgba(0,0,0,0);
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -moz-background-clip:padding-box !important;
    -webkit-background-clip:padding-box !important;
    background-clip:padding-box !important;
}
 
 
/* Two column setup */ 

#frontmain #main_twocol
{
	width: 66% !important; 
    float: left !important; 
}

#frontmain #main_twocol .main_left {
    width: 58.5% !important;
    float: left !important;;
    display: block;
    overflow: hidden !important;
}

#frontmain #main_twocol .main_center {
    float: right !important;
    display: block;
    width:34%;
    margin-left:2%;
    margin-right:0px !important; 
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
    padding-left: 2%;
    padding-right: 2%;
    overflow: hidden !important;
}




    /* 1. 24 Column Grid 0px - 959px 
    ----------------------------------------------------------------------------- 
    
    Span 1:    4.16666666667%
    Span 2:    8.33333333333%
    Span 3:    12.5%
    Span 4:    16.6666666667%
    Span 5:    20.8333333333%
    Span 6:    25.0%
    Span 7:    29.1666666667%
    Span 8:    33.3333333333%
    Span 9:    37.5%
    Span 10:    41.6666666667%
    Span 11:    45.8333333333%
    Span 12:    50.0%
    Span 13:    54.1666666667%
    Span 14:    58.3333333333%
    Span 15:    62.5%
    Span 16:    66.6666666667%
    Span 17:    70.8333333333%
    Span 18:    75.0%
    Span 19:    79.1666666667%
    Span 20:    83.3333333333%
    Span 21:    87.5%
    Span 22:    91.6666666667%
    Span 23:    95.8333333333%
    Span 24:    100%
    
    ----------------------------------------------------------------------------- */

 
        
        .col {
            margin-left:0%;
        	padding:0 1%;
        }
        
        .row .col:first-child {
            margin-left:0;
        }
        
        
        /*
        Add your semantic classnames in alongside their corresponding spans here. e.g.
        
        .span_3,
        .my_semantic_class_name {
            ...
        }
        */
        
        .span_1 {
            width:4.16666666667%;
        }
        .span_2 {
            width:8.33333333333%;
        }
        .span_3 {
            width:12.5%;
        }
        .span_4 {
            width:16.6666666667%;
        }
        .span_5 {
            width:20.8333333333%;
        }
        .span_6 {
            width:25.0%;
        }
        .span_7 {
            width:29.1666666667%;
        }
        .span_8 {
            width:33.3333333333%;
        }
        .span_9 {
            width:37.5%;
        }
        .span_10 {
            width:41.6666666667%;
        }
        .span_11 {
            width:45.8333333333%;
        }
        .span_12 {
            width:50.0%;
        }
        .span_13 {
            width:54.1666666667%;
        }
        .span_14 {
            width:58.3333333333%;
        }
        .span_15 {
            width:62.5%;
        }
        .span_16 {
            width:66.6666666667%;
        }
        .span_17 {
            width:70.8333333333%;
        }
        .span_18 {
            width:75.0%;
        }
        .span_19 {
            width:79.1666666667%;
        }
        .span_20 {
            width:83.3333333333%;
        }
        .span_21 {
            width:87.5%;
        }
        .span_22 {
            width:91.6666666667%;
        }
        .span_23 {
            width:95.8333333333%;
        }
        .span_24 {
            margin-left:0;
            width:100%;
        }
 
/* FRONT LAYOUT NORMAL */ 

.main_left
{
    width:37.5%;
    float:left;
    display:block;
    overflow:hidden !important;
}

.main_center 
{
    float:left; 
    display:block;
    width:22%;
    margin-left:2%;
    margin-right:2%;
    border-left:1px solid #EFEFEF;
    border-right:1px solid #EFEFEF;
    padding-left:2%;
    padding-right:2%;  
    overflow:hidden !important;
}

.main_right
{ 
    display:block;
    width:32%;
    min-width:300px;
    float:right;
    overflow:hidden;
}

/* FRONT LAYOUT OPINION */ 

#opinion .block-views
{
  border:1px solid #DDDDDD;
} 


#block-views-2-opinion-block
{
  float:left;
  width:37.5%;
}
#block-views-2-opinion-block-1
{
  margin-left:2%;
   width:26%;
  float:left;
  display:block;
}
#block-views-2-opinion-block-2
{
  float:right;
  width:32%;
} 


/* FRONT LAYOUT OPINION 2 */ 
#block-views-2-opinion-block-3
{
  float:left;
  width:66%; 
}

#block-views-2-opinion-block-4
{
  float:right;
  width:32%;
}
  
  
  
/* FRONT LAYOUT SECCIONES EN GENERAL */ 
.content_twocolumn 
{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */ 
  width:100%; 
}

.content_twocolumn .content_main 
{
  float:left;
  -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;         /* OLD - Firefox 19- */
  width:100%;               /* For old syntax, otherwise collapses. */
  -webkit-flex: 1;          /* Chrome */
  -ms-flex: 1;              /* IE 10 */
  flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */

} 

.content_twocolumn .content_left 
{ 
  margin-left:10px; 
  float:right;
  width:300px;
  min-width:300px;
  float:right;
  overflow:hidden;
}

	
.content_twocolumn .content_main .field-type-image img
{
	width:100%;
	height:auto; 
}


/* FRONT 30%   */ 
#XXX-views-2-opinion-block,
#XXX-views-2-opinion-block-1
{
  float:left;
  border:1px solid red;
  width:32%;
}

#XXXX-views-2-opinion-block-1
{
  margin-left:2%;
  
}

#block-views-2-opinion-block-2
{
  float:right;
  
  width:32%;
}


.owl-item .views-field-field-imagencoleccion, 
.owl-item .views-field-field-titulocoleccion
{
	padding-left:10px;
	padding-right:10px;	
}


#servicios .owl-item img
{
  padding:15px; 
  border:1px solid #ECECEC;
}

.views-field-field-thumbmediano 
{
  display:block;
  max-height:220px;
  overflow:hidden; 
}



/* controversia */
.colfluid .col_3
{
  
  width:29%;
  display:block;
  float:left;
  margin-right:2%; 
}



/* masnoticias */

#block-quicktabs-qt-4-masnoticias
{
    width: 66%;
    float: left;
}

#block-block-425
{
    width:310px;
    float:right;
}

/* region-title */

.region-title {
    text-align: center;
    font-size: 1.4615em;
    line-height: 1em;
    padding: 0.3em 1em;
    border-top: 5px solid #025D83;
    color: #005A85;
}

 
/* bloque especial TV */

.betv_footer_emb
{
  padding:15px;  
}

.betv_footer_emb iframe
{
  width:100% !important;
  max-width: 600px;
  /* height: 100px; */
  max-height: 600px;
}
 
.betv_footer
{
    padding-left: 10px;
    padding-right: 10px;
}

.betv_footer_img
{
  float:left;
}

.betv_footer_txt p
{
  font-size:15px;
}







/* colecciones */
 
.node-type-coleccion .field-name-body 
{
	display:block !important;
	clear:both !important;	
}

.node-type-coleccion  .field-name-field-headerimagen img
{
  height:auto;
  width:100%;
  display:block;
  margin-bottom:20px;
}

.node-type-kiosko  .field-name-field-headerimagen img
{
  height:auto;
  width:100%;
  display:block;
  margin-bottom:20px;
}




.view-id-18_colecciones td
{
  overflow:hidden;
  text-align:center;
  padding:1% !important;
  width:14.1%;
  display:block;
  float:left;
}

.view-id-18_colecciones table,
.view-id-18_colecciones tbody
{
  width:100%;
  display:block;
  clear:both;
}


.view-id-18_colecciones tr 
{
  width:100%;
  display:block;
  clear:both;
}


.view-id-18_colecciones td img
{
  width:95% !important;
}




.cols-4 .view-id-18_colecciones td
{
  overflow:hidden;
  text-align:center;
  padding:2% !important;
  width:20%;
  display:block;
  float:left;
}


 
/* collecciones col 2 */
.page-node-210831  .cols-2 td img {  border:4px solid #ccc; }

.node-type-coleccion .cols-2 .col-1 {  float:left; }
.node-type-coleccion .cols-2 .col-2 {  float:right; }
.node-type-coleccion .cols-2 td img
{
  height:100% !important;
  width:98% !important;
  padding:0px !important; 
  margin:0px !Important;
}
.node-type-coleccion .cols-2 td
{
  padding:0px !important;
  margin:0px !Important;
  width:49.3%; 
  height:auto !important;
  display:block !important;  
}

.node-type-coleccion .cols-2 table {  clear:both; display:block; }
.node-type-coleccion .cols-2 tr
{ 
  min-height:152px; 
  margin-bottom:20px !important;
  clear:both;
  display:block;
  width:100%;
}





/* css coleccion domicilios */

.page-node-210814 .view-id-18_colecciones td
{
  vertical-align:center;
  height:110px; 
  border:1px solid #ccc;
  
}
.page-node-210814 .view-id-18_colecciones td img
{
  width:95% !important;
  max-height:115px;
}








