/*
* RODAXPOLIESTER.COM - MEDIA
*/

/* Generales para todos los media ----------- */
@media only screen and (min-width : 320px) and (max-width : 1024px) {
	/*body {background:red !important;}*/

 	/*PONER COSAS*/

}


/* Generales para todos los media menores del grid960 ----------- */
@media only screen and (min-width : 320px) and (max-width : 959px) {
	/*@import "fluid_grid.css";*/
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
	/*body {background:lime !important;}*/

	/*PONER COSAS*/

}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	/*body {background:orange !important;}*/

	/*PONER COSAS*/

}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	/*body {background:purple !important;}*/

	/*PONER COSAS*/
}

/* Entre iPads y Smartphones ----------- */
@media only screen and (min-width : 481px) and (max-width : 767px) {
	/*body {background:coral !important;}*/

	/*PONER COSAS*/

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 480px) {
	/*body {background:pink !important;}*/

}
/* Smartphones (landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) {
	/*body {background:green !important;}*/

	/* PONER COSAS */

}

/* Smartphones (portrait) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) {
	/*body {background:cyan !important;}*/

	/* PONER COSAS */

}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
/* STYLES GO HERE */
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
/* STYLES GO HERE */
}

/* iPhone 5 (portrait &amp; landscape)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {

}

/* iPhone 5 (landscape)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
/* STYLES GO HERE */

}

/* iPhone 5 (portrait)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {
/* STYLES GO HERE */
}

/* iPhone 6 (portrait &amp; landscape)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 736px) {

		.blq-cabecera .navbar-default .navbar-collapse  {background:#F57C00; box-shadow: 0 2px 2px rgba(0,0,0,.15); top:inherit;}
		.blq-cabecera .navbar-nav>li>a  {padding-top:5px; padding-bottom:5px; line-height:1.2em; color:#FFF; font-weight:lighter; text-shadow:0 1px 1px rgba(0,0,0,.3)}
		.blq-cabecera .navbar-nav>li>a:hover,
		.blq-cabecera .navbar-nav>li>a:focus { background-color:inherit; color:#FFF}


}

/* iPhone 6 (landscape)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : landscape) {

}

/* iPhone 6 (portrait)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : portrait) {
/* STYLES GO HERE */
}
