.tinynav { display: none }
    #nav .selected a, #nav2 .selected a { color: red }

/* Large desktop */
@media (min-width: 1200px) {
	.container {
		width: 970px;
	}

	.noticia img{
    	width: 165px;
    	height: 77px;
    }

}

/* Portrait tablet to landscape and desktop */
@media (max-width: 768px){
	header .logo {
	text-align: center;
	}
	header .suscripcion img{
		display: none;
	}

	/*CODIGO SUPERIOR*/
	.inp_cab_1{width: 100%;}
	.inp_cab_2{width: 100%;}
	.inp_cab_3{width: 100%;}
	.inp_cab2{width: 100%;}
}

/* Landscape phone to portrait tablet */
@media (max-width: 990px) {
	.tinynav {
		display: block;

		/**/
		width: 100%;
		height: 34px;
		padding: 6px 12px;
		font-size: 14px;
		line-height: 1.42857143;
		color: #555;
		background-color: #fff;
		background-image: none;
		border: 1px solid #ccc;
		border-radius: 4px;
	}
    #nav, #nav2 { display: none }

    /*NOTICIA*/
    .noticia img{
    	width: 100%;
    }
    /*CODIGO DE SUSCRIPTOR*/
    .text_c1{width: 100%;}
	.text_c2{width: 100%;}
	.text_c3{width: 100%;}
	.text_c4{width: 100%;}

}

/* Landscape phones and down */
@media (max-width: 480px) {

	/*NOTICIA*/
	.noticia{
		border: 0;
		padding: 0;
		margin: 0;
	}
    .noticia img{
    	width: 100%;
    	height: 100%;
    	margin: 20px 0 8px 0;
    }
    /*CODIGO*/
    .text_c1{width: 100%;}
	.text_c2{width: 100%;}
	.text_c3{width: 100%;}
	.text_c4{width: 100%;}

	/*BANNER*/
	.carousel-indicators {
	display: none;
	}

	/*ENLACES DE INTERES*/
	.enlaces_interes img{
		width: 100%;
	}

}