/*#rt-top-surround .rt-container {
	background-image: url("/joomla/images/fondo_cabecera.png");
	background-repeat: no-repeat;
	background-size: cover;

	 background: #2e434e; 
}
*/

body {
	 
	 color:#000;
}
 
ul.inter-linea-list li {
	line-height: 30px;
}
 
.column, .gf-menu li:hover, .gf-menu li.active:hover {
	background: #FAFAFA; 
} 

#rt-top-surround {
	/*color: #ffffff;*/
}


#rt-logo {

	background: url("http://www.fundacionpoliciaespañola.es/images/cabecera.png") center no-repeat !important;
	width: 1175px;
  	height:200px;
  }

.bx-wrapper {
	margin-bottom: 10px!important;
}

.menu-block  {
	
	background: url("http://www.fundacionpoliciaespañola.es/images/bandera.png") right no-repeat #2e434e !important;
    border-right: 50px solid transparent;

}

/* Smartphones */


@media only screen and (max-device-width : 700px){

#rt-logo {
	background: url("http://www.fundacionpoliciaespañola.es/images/cabecera_movil.png") center no-repeat   !important;
 	width: 300px;
  	height: 84px;
}
 
   
.menu-block  {
	background: #2e434e !important;

}
  
}


@media only screen and (max-device-width : 768px) and (min-device-width : 701px) and (orientation: portrait) {

#rt-logo {
	background: url("http://www.fundacionpoliciaespañola.es/images/cabecera_tablet_portrait.png") center no-repeat   !important;
 	width: 740px;
  	height: 141px;
}

.layout-mode-responsive .gf-menu.l1 > li > .item {
    font-size: 14px!important;
}

.gf-menu .item {
	padding: 4px 5px!important;
}

.menu-block  {
		background-size: 50px 24px!important;
		border-right: 35px solid transparent;
}
    
}

@media only screen and (max-device-width : 1024px) and (min-device-width : 701px) and (orientation: landscape) {

#rt-logo {
	background: url("http://www.fundacionpoliciaespañola.es/images/cabecera_tablet_landscape.png") center no-repeat   !important;
 	width: 925px;
  	height: 141px;
}
	

.menu-block  {
		
		border-right: 35px solid transparent;
}
 
  
}




