	#sliderDiv,
	#pageContent,
	#FastMenu,
	#container{
		width:80% !important;
		max-width: 2000px;
	}

	#pageContent > div.col-lg-3.col-md-4{
		padding-left: 0 !important;
	}
		#pageContent > div.col-lg-9.col-md-8{
		padding-right: 0 !important;
	}

.dropdown-menu {
    top: 0 !important;
    left: 100% !important;
}


.dropdown-menu  li .dropdown-menu {
    top: auto !important;
    left: 0% !important;
}


@media (max-width: 990px) {
	/* For mobile phones: */
/*	[class*="col-"] {
		width: 100%;
	}*/

	.dropdown-menu {
	    top: auto !important;
	    left: 0 !important;
	}

	body{
	}
	p, table, td{
		font-size: 11px !important;
	}

	.h1, h1 {
    	font-size: 24px !important;
	}

	.h2, h2 {
    	font-size: 20px !important;
	}

	.h3, h3 {
    	font-size: 16px !important;
	}
	

	#sliderDiv,
	#pageContent,
	#FastMenu,
	#container{
		width:90% !important;
		max-width: 2000px;
	}

	#pageContent > div,
	#pageContent > div > .col-md-12{
		margin: 0 auto;
		padding-left: 0;
		padding-right: 0;
	}

	#FastMenu a {
		float: left;
		width: 33.3333%;
	}
	
	.shailan-dropdown-menu .dropdown-horizontal-container, ul.dropdown-vertical li 
	{
		background-color: #19506F;
		height: 100% !important;s
	}

	.content.sub  img {
		max-width: 100% !important;
		width: 100% !important;
		height: auto !important;
	}
	.content.sub table.easy-table.easy-table-minimal img {
	    width: 25px !important;
	    max-width: none !important;
	    height: auto !important;
	}

	.funcionario {
    	display: inline-block !important;
	}

	.funcionario > div.headerFuncionario {
    	width: 100% !important;
	}
	.bodyFuncionario {
    	width: 100% !important; 
    	padding: 0 !important;
	}


	#directorestable img {
	    width: 100% !important;
	}
	#directorestable th{
		width: 25% !important;
	}

}



@media (min-width: 960px) {
	.box.single > p > a > img,
	.box.single img {
		width: 50%;
	    height: auto;
	}


	.sellosNortic{
		text-align: center !important;
	}

/*	img.aligncenter {
		width: 50%;
	    height: auto;
	}

	.box.side > .textwidget > a > img {
				width: 50%;
	    height: auto;
	}

	.content.sub img {
		width: 50%;
	    height: auto;
	}*/

}





@media (max-width: 767px) {
    /*.selloNortic {
        position: relative;
        top: 0px;
        heigth: 100px;
        margin-top: 15px;
    }
    .selloNortic.a2 {
        right: 10px;
    }
    .selloNortic.e1 {
        right: 0px;
    }*/


    .footerescudo {
        position: relative;
        text-align: center;
        padding-top: 15px;
    }

    /*.close-nav ul li {
        float: none;
    }*/
	.close-nav ul li  a{
        float: none;
		font-size: 12px;
		line-height: 12px;
    }
    .selloNorticMovil{
            text-align: center;
        list-style: none;
    }
    .selloNorticMovil a{
        color: white;
		font-size: 10px;
		line-height: 10px;
		font-style: italic;
    }
    .selloNorticMovil a:hover{
        color: yellow;
        text-decoration: none;
    }
    #FastMenu {
       font-size: 8px;
       height: 45px;
    }
	.footer-container
	{
		width: 116%;
		margin-left: -8% !important;
	}

}


@media (max-width: 435px) {
	.imgInPage{
	   width: 100% !important;
	   height:auto !important;
	}
}



/* Responsive para pagina de Funcionarios */






/* Portrait and Landscape */
@media (min-device-width: 800px) 
and (max-device-width: 1280px) {



}

/* Portrait */
@media (max-device-width: 800px) 
and (orientation: portrait) { 

}

/* Landscape */
@media (max-device-width: 1280px) 
and (orientation: landscape) { 

}

