body[style] {top:0 !important; position:absolute !important; min-width:100% !important;}


/* ***************************************************************************************************** */
/* CONTENT CSS */


@font-face {
    font-family: 'museo';
    src: url('../fonts/museo500-regular-webfont.woff2') format('woff2'),
         url('../fonts/museo500-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* Global Reset */
html,body,div,span,applet,object,p,blockquote,pre,
a,abbr,h1,h2,h3,h4,h5,h6,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,map{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	width: auto;
}


.menu li a{
	text-transform: uppercase;
}
/*pre, code {
 box-sizing:border-box;
 -moz-box-sizing:border-box;
 webkit-box-sizing:border-box;
 white-space: pre-wrap;  
 white-space: -moz-pre-wrap; 
 white-space: -pre-wrap; 
 white-space: -o-pre-wrap; 
 word-wrap: break-word; 
 width:100%; overflow-x:auto;
}*/

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

/* remember to define focus styles! */
:focus { outline:0; }
ul { list-style:none; }

ol {list-style: upper-alpha;}

ol li{
	padding-top: 0;
	padding-right: 0;
	padding-left: 20px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	display: block;
	margin: 0 0 0 5px;
	background-position: 0 5px;
	background-image: url(../images/bullets.png);
}
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse:separate;border-spacing:0; }
caption,th,td { text-align:left;font-weight:normal; }
blockquote:before,blockquote:after,
q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

html{
	font-family: 'Montserrat', sans-serif;


	
	
}


BODY{
	font-family: 'Montserrat', sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	margin-top: 0px;
	font-size: 16px !important;
	
	


}

body.interna{


}

P, div[itemprop="articleBody"]{
	line-height: 35px !important;
	padding: 0 0 18px 0;

}

h1, h2, h3, h4, h5, h6{
	color:#000000;
    text-align: left;
    line-height: 40px;
    font-family: Museo;

}
H1{

}
H2{
	padding:0;
	margin:0;
	font-size:20px;

}

h2.item-title a, h1.item-title a{
    color: #000000;
    font-size:31px;
    display: block
}

h2 a{
	margin-bottom: 20px;
}
H3{
	font-size:18px;
	font-weight:bold;

}

h4{
	font-size: 16px;
	font-weight: normal;
}

a{
	text-decoration: none;
	color: #0059B2;
}


a:hover{
	text-decoration:underline;
}


.titulo{
   color:#4E4949;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    position: relative;
    display: block;
    padding: 0 0 10px 0;
}

.titulo::after{
    content: ' ';
    width:70px;
    background-color:#EF3232;
    height:2px;
    position: absolute;
    bottom:0;
    left:0
}
a.siguiente{
		
	font-weight:bold;
	float:right;
	clear:both;
	padding-left:25px;
	background-repeat:no-repeat;
	background-position:0 50%;
}

a.siguiente:hover{
	text-decoration:underline;	
}



table.formato{
	border:0;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	
}

table.formato td{
	border-right:1px solid #CCC;
	
}



table.formato .head{
	background-repeat:repeat-x;
	background-color:#18B1F9;
	text-align:center;
	
	
}

table.formato .head p{
	color:#FFF;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
	font-size:15px;
	text-shadow:#333 1px 1px 2px;
	text-align:center !important;
	
	
}

table.formato .head td{
	text-align:center;
}

table.formato .head td{
	padding-top:5px;
	padding-bottom:10px;
}

table.formato .contenido{
	background-color:#ECEDF0;
}

table.formato .titulo{

}

table.formato .titulo p{
	font-weight:bold;
	font-size:18px;
	color:#0D6A8E;
}

.siguiente{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size:16px;
	font-weight:bold;
		
	
}


.nofloat{
    width:auto !important;
}

/*content item*/

.contentItem {
    position: relative;
    display: block;
    float: left;
    clear: both;
    cursor: pointer;
    width: 100%;
}

.contentItem, .contentItem .item-title a, .contentItem .result-title a, .contentItem .result-title, .contentItem .page-header a{
    
    transition: all 0.5s;
}

.contentItem:hover .item-title a, .contentItem:hover .result-title a, .contentItem:hover .result-title, .contentItem:hover .page-header a, .newsFlashItem:hover .newsflash-title{
    color:#EF3232 !important;
    /*font-size:40px;*/
    text-decoration: none !important;
}

.contentItem:hover img, .newsFlashItem:hover img {
    opacity: 0.8;
}


.contentItem img{
    position: relative;
    transition: all 0.3s;
    border-radius: 6px;
}

.items-row .contentItem::after{
    background:#CCD42F;
content: '';
display: block;
width: 0;
height: 3px;
transition: width .3s ease-in;
position: absolute;
bottom: 0;
left: 0;
}

.items-row .contentItem:hover::after{
   width:100%;
}

.newsFlashItem{
    background: #F7F7F7 0% 0% no-repeat padding-box;
border-radius: 6px;
    padding:22px 22px 25px 22px;
    display: block;
    clear: both;
    margin-bottom:18px;
    
    float: left;
    width:calc(100% - 44px);
    transition: all 0.5s;
    

}

.newsFlashItem:hover{
    text-decoration: none;
}

.newsFlashItem:hover img{
    border-color:#CCD42F;
}

.newsFlashItem .newsflash-title{
    font-size:20px !important;
    line-height:25px;
    margin-bottom:13px;
    transition: all 0.5s;
    
}


.newsFlashItem img{
    display: block;
    clear: both;
    float: none;
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
    min-width: auto !important;
    border-bottom:3px solid #EF3232;
    transition: all 0.3s;
}


    @media (max-width:768px){
        .newsFlashItem .newsflash-title{
    font-size:15px !important;
    line-height:20px !important;

    }
        
        .newsflash.module-news p {
line-height: 10px !important;
padding: 0 0 0px 0;
}
        
        div.module-read li a, div.module-related li a{
            font-size:15px !important;
            
        }
        
        
        .prefooter .newsflash-horiz{
            display: block !important;
        }
        
        
        .prefooter .newsFlashItem p{
            font-size: 13px !important;
        }
        
    }

div.module-read {

    background: #EF3232;
    border-radius: 6px;
    padding: 22px 22px 25px 22px;
    color: #FFF !important;
    clear: both;
}

div.module-related {

    background: #efefef;
    border-radius: 6px;
    padding: 22px 22px 25px 22px;
    color: #FFF !important;
    clear: both;
}


div.module-related li a {
    display: block;
    padding: 20px 0;
    color:#333;
    font-family: museo;
    font-size: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.35);
    text-decoration: none;
    transition: all 0.3s;
}


div.module-read .titulo{
    color:#FFF;
}

div.module-read .titulo::after{
    background-color:#FFF;
}

div.module-read li a {
    display: block;
    padding: 20px 0;
    color: #FFF;
    font-family: museo;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    text-decoration: none;
    transition: all 0.3s;
}

div.module-read li:last-child a, div.module-related li:last-child a, div.module-read li:last-child a:hover, div.module-related li:last-child a:hover{
    border:none;
}

div.module-read li a:hover{
    color:#CCD42F;
    border-bottom: 1px solid rgba(255, 255, 255, 0.90);
    
}

div.module-related li a:hover{
    color:#0059B2;
    border-bottom: 1px solid #000;
}

.contacto{
	/* aqui va el de contacto */	
}

.contacto p{
	padding-bottom:10px !important;
	margin-bottom: 0px !important;
	line-height:10px !important;
}

a:link, a:active, a:visited{

}
a:hover{

}

.article_column{
	border-bottom: 1px dotted #24A9E0;
	display: block;
	clear: both;
	width: 100%;
	float: left;
		
}

/*gallery*/

.fancybox-opened .fancybox-title {
    visibility:hidden !important;
}

ul.sigFreeClassic li{
	padding:0 !important;
	margin:0 !important;
}

ul.sigFreeClassic img{
	padding:0 !important;
	margin:0 !important;
}

/* ***************************************************************************************************** */
/* TEMPLATE SPECIFIC CSS CODE */

.newsflash img{
	width:100%;
	height:auto;
}

.newsflash.module-news p {
    text-indent: -9999999999999999999px;
    overflow: hidden;
    display: flex;
    line-height:0px !important;
    color:transparent;
}

.newsflash{
	margin:20px 0 40px 0;
}

.newsflash h4{
	text-align: left;
	margin-bottom:15px;
}


.item-image{
	width:100%;
}


/* ***************************************************************************************************** */
/* JOOMLA SPECIFIC CSS CODE */

.pagination, .pagination p.counter{
	padding:0;
	margin:0;
	font-size:12px !important;
    line-height: 25px !important;
}

.pagination ul {
    display: flex;
    margin-left: 0;
    margin-bottom: 0;
	border-radius: 4px;

}

.pagination ul > li {
    display: inline !important;
	background-image:none !important;
    padding:0 !important;
    margin: 0 !important;
}

/*.pagination-next a::after {
    content: "\f105";
    font-family: fontawesome;
    speak: none;
}*/

.pagination ul > li > a, .pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 18px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0;
}

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
    border-left-width: 1px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}

.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
    color: #999;
    background-color: transparent;
    cursor: default;
}


.article_row{
	clear:both;
	padding-top:7px;
}

.leading_separator{
	padding:5px 0;
	width:100%;

}

.article_separator{
	padding:5px 0;
	width:100%;
	clear:both;
}

.separador{
	width:100%;
	padding:0;
	border-bottom:1px dotted #666;
	margin:-10px 0 0 0;
	line-height:0px;
	float:left;
}

.adminform{

}
.author{

}

.banner{
padding: 20px 0 !important;
text-align: center;
background-color: #EEEEEE;
display: block;
clear: both;
}
.bannerfooter{

}
.bannergroup{

}
.bannerheader{

}
.banneritem{
	

}


.blog img{

}
.blog_more{
	clear:both;

}
.blogsection{

}
.breadcrumb a{
	color:#000;
	font-size:12px;
	

}

#breadcrumb {
    margin: 15px 0 20px 0;
    float: left;
    clear: both;
    width:calc(100% - 20px);
    color: #818181;
    background: #efefef;
    padding: 10px;
    border-radius: 5px;
    font-size:12px;
}

.breadcrumb li{
	float:left;	
}

.breadcrumb .divider{
	margin:0 3px;	
}
/*.button{
	background-color: #0099D7;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0;
	padding: 6px 10px;
	color: #FFF;
	text-shadow: #000 0px -1px 0px;
	-moz-text-shadow: #000 1px 1px 0px;
	-webkit-text-shadow: #000 1px 1px 0px;
	font-weight: bold;
	font-size: 16px;

}*/
/*botones*/


button:hover{
	/*background-color:#EE0026;*/
}


.button:hover{
text-decoration: underline;
		
}
p.buttonheading{
	display:none;
	margin:0;
	padding:0;
	line-height:0;

}
.clr{
	clear:both
}
.contentheading{
	font-size: 28px;
	color: #000;
	font-weight: bold;
	padding: 0 0 20px 0;
	margin: 0;

}

.componentheading{
	display:none;
}


#content #contentInterno .contentheading{
	font-size: 22px;
	color: #333333;
	padding: 0 0 20px 0;
	margin: 0 0 0 0;
	letter-spacing: -0.05em;
	clear: both;	
}

.compartir{
    padding: 20px 0 10px 0;
}

#page .contentheading{
	font-size: 60px !important;
	color: #fff !important;
	padding: 10px 0 !important;
	margin: -35px 0 15px 0 !important;
	letter-spacing: -0.05em;
	clear: both;
	display: block;
	border-bottom: 1px solid #24A9E0;
	text-align: right;
	text-shadow: 0px -1px 0px #507025;
	
}
.content_email{

}
.content_rating{

}

.content_rating img{
	width:auto !important;

} 
.content_vote{

}
.contentdecription{

}
.contentpagetitle{
	border:0;
	padding:0;
	margin:0;
}

a.contentpagetitle:hover{
	border:0;
	color:#666;
}

.contentpane{

}
.contentpaneopen{

}
.contenttoc{

}
.createdate{
	padding:8px 0;
	font-size:13px;

}
.created-date{

}

.cat-children{
	display:none;	
}


.items-leading{
	float:none;
	width:100%;
	clear:both;	
	
}
.date{

}
.input{

}
.inputbox{
	background-color:#2E6C83;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius:5px;
	border:0;
	width:235px;
	padding:5px;
	color:#FFF;
	text-shadow:#000 1px 1px 0px;
	-moz-text-shadow:#000 1px 1px 0px;
	-webkit-text-shadow:#000 1px 1px 0px;
	

}
.intro{

}
.latestnews{

}
.loclink{

}
a.mainlevel:link, a.mainlevel:active, a.mainlevel:visited{


}
a.mainlevel:hover{

}
.message{

}
.metadata{

}
.modifydate{

}
.module{

}
.moduletable{
    margin-bottom: 30px;
    display: flow-root;

}
.mosimage{

}
.mosimage_caption{

}
.mostread{

}
.newsfeed{

}
.outline{

}

ul.pager{
	margin:0 !important;
	padding:0 !important;
}
.pagenav{
padding:0;
margin:0;
width:auto;
}

/*.pagenav li{
	background-image:none !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:0;
	background-color: #0099D7;
	color: #FFF;
	padding: 10px !important;
	font-weight: bold;
	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	background-repeat: no-repeat;
	margin:0 !important;
	transition:all ease 0.2s;

}*/

.pagenav li:hover{
	background-color:#ED1C24;	
}
.pagenav a{
		color:#FFF !important;	
}

.pagenav .next{
float:right;
}
.pagenav .previous{
float:left;

}

.tooltip{
	display:none !important;
}
.pagenavbar{

}
.pagenavcounter{

}
.pathway{
	clear:both;
	color:#FFF;
	font-weight:bold;

}

.highlight{
	font-weight:bold;
	color:#FFF;
	background-color:#EF3232;
	padding:0 3px;
    border-radius: 5px;
		
}

.badge-info{
	font-weight:bold;
	color:#FFF;
	background-color:#EF3232;
	padding:0 6px;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
		
}
.result-title, .result-title a {
    color:  #000000 !important;
    font-size: 30px;
    margin-bottom: 10px;
    font-family: museo;
}
 
 .pull-left{
	float: left;
	/*width: 100%;*/
 }

.blog .pull-left img{
    display: none;
}
 
.result-text {
    margin: 7px 0 10px 0;
    font-size: 16px;
    line-height:30px;
}

.result-created {
    font-size: 12px;
    margin-bottom: 30px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 45px;
}

.pathway a{
	font-weight:normal;	
}

#pathway{

}
.pollstableboarder{

}
.read{

}

#search{
    font-size:21px;
    color:#fff;
    cursor: pointer;
}

#footer #search {
	display: none !important;
}



/*search div*/

.searchDiv {


display: none;
align-items: center;
justify-content: center;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background:rgba(16,16,16,.95);
z-index: 999999;

}

.searchDiv .cerrar{
    position: absolute;
    top:25px;
    right:25px;
    color:#FFF;
    z-index: 99999;
    font-size: 30px;
}


    
.searchDiv .search{
    position: relative;
    width:90%;
}

.form-inline{
    position:relative;
}

.form-inline, .searchDiv .cerrar{
   transition: all 0.5s; 
}

.form-inline::before {

    content: "\f002";
    position: absolute;
    top: calc(50% - 10px);
    left: 5%;
    color: #fff;
    font-family: fontawesome;
    font-size: 20px;
    transition: all 0.5s;

}

.search .inputbox {
    border-radius: 0;
    height: 60px;
    background-color: transparent;
    color:#fff;
    font-weight: bold;
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    font-size: 25px;
    border-bottom: 2px solid #FFF;
    font-family: 'Montserrat';
    display: block;
    transition: all 0.5s;
}

.searchDiv .inputbox{
    width: 75% !important;
    margin:auto;
}

.search .video-responsive{
    display: none;
}

section.bfElemWrap{
    margin: 0px 0px 10px 0px !important;
}

.bfLabelLeft label{
    display: block;
    float: none !important;
    font-size: 14px;
}


.bfSubmitButton{
    float: none !important;
}

.bfQuickMode section input[type="text"], .bfQuickMode section textarea, .bfQuickMode section select{
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom:1px solid #ccc;
    height:30px;
    font-family: 'Montserrat', sans-serif, arial, helvetica;
    font-size: 20px;
    float:none;
    display: block;
    transition: all 0.3s ease-in;
}


.bfQuickMode section input[type="text"]:focus, .bfQuickMode section textarea:focus{
    border-bottom:1px solid #CCD42F;
}

#contentInterno .inputbox{
    color:#333333;
    border-bottom: 2px solid #333333;
     width: 90%;
}

.form-inline:hover{
    transform:scale(1.1);
}

.form-inline:hover .inputbox {
    border-color:#EF3232;
}


.form-inline:hover::before, .searchDiv .cerrar:hover{
    color:#EF3232;
}

.element-invisible{
	display:none;
}

.searchintro{
	display:block;
	clear:both;
	padding:10px 0;

}

.controls, .ordering-box, .form-limit, .phrases{
	padding:5px 0;
	display:none;
}
.sections{

}
.sectiontable_footer{

}
.sectiontableentry{
	
}
.sectiontablefooter{

}
.sectiontableheader{

}
.small{
	font-size:10px;

}.smalldark{
	font-size:10px;
	font-weight:bold;

}
a.sublevel:link, a.sublevel:active, a.sublevel:visited{

}
a.sublevel:hover{

}
.title{

}
.wrapper{

}




.item{
	position:relative;
}


div[itemprop="articleBody"]{
	padding-top:7px;
	clear:both;	
}

.readMoreRed{
	float:left;
	padding:0;
	margin:0;

	
		
	
}

.readMoreRed a{
	width:100%;
	text-align:center;

	background-color:#888888;
	color:#FFF;
	float:left;
	display:block;
	transition:all ease-in 0.15s;
	
}

@media screen and (max-width:768px){
	.readMoreRed a{
		font-size:100%;	
			padding:50px 0;
	}
	
	.readMoreRed{
		width:50%
	}
	
	.readMoreRed a:hover{
		font-size:110%;
	}
	
}

@media screen and (min-width:769px){
	.readMoreRed a{
		font-size:120%;	
			padding:100px 0;
	}
	
	.readMoreRed{
		width:25%
	}
	
	.readMoreRed a:hover{
		font-size:130%;
	}
	
}

#banner_left, #banner_right{
	display:none;
}

@media screen and (min-width:1340px){
	#banner_left{
		position: absolute;
		width:160px;
		height: auto;
		display:block;
		top:10px;
		left:10px;
		transition: all 0.3s linear;
		z-index: 9999;
	}
	
	#banner_right{
		position: absolute;
		width:160px;
		height: auto;
		display:block;
		top:10px;
		right:10px;
		transition: all 0.3s linear;
		z-index: 9999;
	}
	
	
}


#button-arriba.show {
    opacity: 1;
    visibility: visible;
    bottom:187px;
    right: 5%;
}

#button-arriba {
    display: inline-block;
    background-color: #CCD42F;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100px;
    position: fixed;
    bottom: 187px;
    right: 0%;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button-arriba i {
	font-size: 20px;
	line-height: 46px;
	color: #fff;
}

#button-arriba:hover, #button-arriba:focus{
    background-color:#EF3232;
    transform:scale(1.2);
}


.readMoreRed a:hover{
	text-decoration:none;
	background-color:#666;
	
}

.morado a{
	background-color:#520A76 !important;
}

.morado a:hover{
	background-color:#8310BA !important;
}

.violeta a{
	background-color:#64266B !important;
}

.violeta a:hover{
	background-color:#983AA3 !important;
}

.rosado a{
	background-color:#CA2944 !important;
}

.rosado a:hover{
	background-color:#DA4560 !important;	
}


.readmore a, a.readmore, .button, .btn {
	color: #FFFFFF;
	padding: 15px 20px;
	margin-bottom: 10px !important;
	transition: all 0.3s ease;
	background-color: #EF3232;
	background-repeat: no-repeat;
	/*display: block !important;*/
	border-radius:5px;
    border:none;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

.icon-search::before{
    content: "\f002";
color:#fff;
font-family: fontawesome;
font-size: 100%;
transition: all 0.5s;
    margin-right:5px;
    
}


.readmore {
	margin: 15px 0;
	display:block;
    float: left;
    clear: both;
}



.readmore a:hover, a.readmore:hover, .button:hover, .btn:hover{
	/*text-decoration: underline;*/
	background-color: #0059B2;
	padding:15px 25px;
	
	
}

/*#slideshow .sprocket-features-desc{
	font-size:18px !important;
	width:50% !important;
	margin:0 auto !important;
}*/

#slideshow .precio, #slideshow .precioPorcion{
	display:none !important;
}

#contentInterno .item-page .sigFreeContainer img{
	width:auto !important;
	border:none !important;	
	
}


ul.sigFreeClassic li.sigFreeThumb{
	background:none !important;
		
}

.item-page img{
    border-radius: 6px;
}


/*panels*/

#newsHome .moduletable.panel1{
	padding:40px 0 20px 0;	
}

#newsHome .moduletable.panel1 h3{
	font-size: 30px;
	color: #0076B8;
	text-align: center;
	padding-bottom: 20px;
}


#newsHome .moduletable.panel2, #contentInterno .panel2{
	padding: 40px 0 20px 0;
	background-color: #10A9E2;
	color: #fff !important;
}

.blue{
	background-color:#2693FF;
	color:#fff !important;
}

#newsHome .moduletable.panel2 h3 , #contentInterno .panel2 h3{
	font-size:30px;
	color:#FFF !important;	
	text-align:center;
	padding-bottom: 20px;
}


#contentInterno .panel2 h4, .panel4 h2{
	color:#FFF !important;	 
}

.bigText{
	font-size:18px !important;
		
}

.logoBg{
	background-image:url(../images/logoBg.png);
	background-repeat:no-repeat;
	background-position:center 50%;
}
	
	



#newsHome .moduletable.panel3, #contentInterno .panel3{
	padding: 40px 0 20px 0;
	background-color:#ccc;
	color: #000 !important;
}

#newsHome .moduletable.panel4, #contentInterno .panel4{
	padding: 40px 0 20px 0;
	background-color:#006DB4;
	color: #FFF !important;
}


/*end panels*/




#auspicio {
    padding: 10px 0 3px 0;
    background-color: #FFF;
    display: block;
    clear: both;
    position: relative;
    bottom: 0;
    z-index: 1;
    width: 100%;
	float:left;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
    text-align:center;

}

/*prefooter*/

.prefooter{
    display: block;
    margin-top:30px;
    float: left;
    clear:both;
    position: relative;
    
}


.prefooter .newsflash-horiz {

    display: flex;
     justify-content:space-between;
    clear: both;
    float: left;

}

.prefooter .titulo{
    margin-bottom: 10px;
}

.prefooter .titulo::after {
	content: ' ';
	width: calc(100% - 100px);
	background-color: #CCD42F;
	height: 2px;
	position: absolute;
	bottom: 50%;
	right: 0;
	left: auto !important;
}

.prefooter .newsflash-image {

    display: block;
    float: left;
    padding: 0;
    margin: 0 20px 0 0;

}

.prefooter .newsflash-image img {

    width: 135px !important;

}

.prefooter .newsFlashItem{
    background-color:rgba(204, 212, 47, 0.41);
    
}

.prefooter .newsflash-title{
    text-transform: uppercase;
}


.prefooter .newsFlashItem p{
    color:#4E4949;
    font-size:13px;
    line-height: 20px !important;
    position: relative;
    vertical-align:bottom;
    display: table-cell;
}

