body {
/*	font-family: 'Open Sans'; */
font-family: Arial, Helvetica, sans-serif;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}

embed{ z-index:0;}


/*HEADER */
.Header{
	width:100%;
	display:block;
	float:left;
	margin:0;
	padding:5px 0;
	height:auto;
}
.logo{
  width:100%;	
  padding: 0;
  float:left;
  margin:20px 0;
		
}
.banner728{
  width:100%;
  padding: 0;
  float:right;
  margin:20px 0;
}
.headerbar-social{ padding:8px 0 0 0;}
.headerbar .navbar-form *{
	height:40px;
}

.box_banners{
  width:100%;
  padding: 0;
  float:left;
  margin:0 0 5px 0;
}
.box_banners embed, .box_banners iframe, .box_banners img { 
 max-width: 100%;
 }
 
 .banners_responsive embed, .banners_responsive iframe, .banners_responsive img { 
 max-width: 100%;
 max-height:100%;
 }
 
.box_banner_slide{
  width:100%;
  padding: 0;
  float:left;
  margin:0 0 10px 0;
}

.box_banner_busca {
	max-width:180px;
	height:40px;
	margin:8px 5px 0 0;
}

.box_banner_flutuante{
	max-width:100px;
	height:34px;
	margin:8px 10px 0 0;
}
 
.mesmaLinha{ white-space:nowrap; }
/* CONTAINER */
.texto_cor { color:#3071A9; }
.texto_cor a{ color:#3071A9; }
.box_noticia_destaque{
	width:100%;
	float:left;
	height:auto;
	display:block;
	padding:5px;
}
.title1{
	font-size:2.0em;
	display:block;
	float:left;
	width:100%;
	padding:0;
	font-weight:bold;
}
.subtitle1{
	font-size:1.0em;
	color:#999;
	display:block;
	float:left;
	width:100%;
	padding:0;
}
/* THUMB */
.thumbimg {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.thumbimg > img {
  display: block;
  height: auto;
  max-width: 100%;
}

a.thumbimg:hover,
a.thumbimg:focus {
  border-color: #428bca;
}
.thumbimg > img {
  margin-right: auto;
  margin-left: auto;
}

/*BANNER RESPONSIVO*/
#bannerID embed, #bannerID iframe, #bannerID img { 
  /*max-width: 100%;*/
}
#anunciopopup embed, #anunciopopup iframe, #anunciopopup img { 
  max-width: 100%;
}

/*BOX*/
.barraEmbed{
	display:block;
  	float:left;
	width:100%;
	height:auto;
	padding:5px !important;
	margin:5px 0;
	color:#37414D;
}
.barraEmbed .col-sm-4,.barraEmbed .col-sm-8{ padding:0; }

.box-colunista {width:100%; display:block; float:left; border:1px solid #eee; }
.box-colunista .col-sm-3{ padding:0;}
.box-colunista colunista-img { width:100%; display:block; float:left;}
.box-colunista colunista-perfil { width:100%; display:block; float:left;}






/* SLIDE */
.slider-shop{
	display:block;
	float:left;
	width:100%;
	height:auto;
	margin:10px 0 0 0;
	padding:0;
}
.box-ofertas{
	display:block;
	float:left;
	width:100%;
	height:auto;
		border:1px solid #E1E1E1;

}
.box-ofertas span{ 
	display:block;
	width:100%;
	float:left;
	font-size:1.6em;
	text-transform:uppercase;
	color:#333;
	padding:6px 8px;
	text-align:left;
	font-weight:bold;
	border-bottom:1px solid #E1E1E1;
}
.box-ofertas li{ 
	display:block;
	float:left;
	width:100%;
	height:auto;
	margin:10px 0;
	padding:5px 0;
	border-right:1px dashed #ccc;
}
.box-ofertas li:hover{ background-color:#eee;}
.box-ofertas li:last-child{ border-right:none !important; } 
.bo_1{
	width:100%;
	float:left;
	display:block;
	font-size:1.0em;
	color:#333;
	font-weight:bold;
}
.bo_2{
	width:100%;
	float:left;
	display:block;
	font-size:1.0em;
	color:#666;
}
.bo_3{
	width:100%;
	float:left;
	display:block;
	font-size:1.3em;
	color:#3072AA;
	font-weight:bold;
}


/* CUSTOMIZAÇÃO BOOTSTRAP */
.btn-default {
  color: #333333;
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#F3F3F3));
  background-image: -webkit-linear-gradient(top, #ffffff, 0%, #F3F3F3, 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #F3F3F3 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #F3F3F3 100%);
  background-repeat: repeat-x;
 
  border-color: #F4F4F4 #F0F0F0 #BDBDBD #F0F0F0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#F3F3F3', GradientType=0);
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background: #fff;

}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
   background: #F4F4F4;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}


.breadcrumb{ float:left; width:100%;}

/* FORM LOGIN TOPO */
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* FIM */

.form-control{
}
.form-control:hover{ border: 1px solid #c0c0c0; }
.form-control:focus{border-color:#4d90fe;outline:0;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.3);box-shadow:inset 0 1px 2px rgba(0,0,0,0.3);}




.navbar-home {
	border-color: #275A89;
	
}

.navbar-home .navbar-brand {
  color: #fff;
}

.navbar-home .navbar-brand:hover,
.navbar-home .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-home .navbar-text {
  color: #fff;
}

.navbar-home .navbar-nav > li > a {
  color: #fff;
}

.navbar-home .navbar-nav > li > a:hover,
.navbar-home .navbar-nav > li > a:focus {
  color: #333;
  background-color: #fff;
}

.navbar-home .navbar-nav > .active > a,
.navbar-home .navbar-nav > .active > a:hover,
.navbar-home .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-home .navbar-nav > .disabled > a,
.navbar-home .navbar-nav > .disabled > a:hover,
.navbar-home .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-home .navbar-toggle {
  border-color: #275A89;
}

.navbar-home .navbar-toggle:hover,
.navbar-home .navbar-toggle:focus {
  background-color: #275A89;
}

.navbar-home .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-home .navbar-collapse,
.navbar-home .navbar-form {
  border-color: #275A89;
}

.navbar-home .navbar-nav > .open > a,
.navbar-home .navbar-nav > .open > a:hover,
.navbar-home .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #275A89;
}

.navbar-home .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-home .navbar-nav > .dropdown > a .caret {
  border-top-color: #275A89;
  border-bottom-color: #275A89;
}

.navbar-home .navbar-nav > .open > a .caret,
.navbar-home .navbar-nav > .open > a:hover .caret,
.navbar-home .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-home .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #275A89;
  }
  .navbar-home .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-home .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-home .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #275A89;
  }
  .navbar-home .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-home .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-home .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #275A89;
  }
  .navbar-home .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-home .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-home .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #fff;
    background-color: transparent;
  }
}

.navbar-home .navbar-link {
  color: #275A89;
}

.navbar-home .navbar-link:hover {
  color: #ffffff;
}
/* fim */
.fb-like-box, .fb-like-box * {
    width:100% !important;
	height:260px !important;
	border:none !important;
	border-width:0 !important;
}




/*LISTAGENS */
.boxcoments{ padding:8px;  }
ul#ListaComentarios{ width:100%; padding:0; margin:15px 0; }
ul#ListaComentarios li{ width:100%; height:auto; padding:5px; margin:6px 0; background:#eee; list-style-type:none; cursor:pointer; }
ul#ListaComentarios li:hover{
	background-color: #F5F5F5;
}
ul#ListaComentarios h4{ font-size:1.0em; color:#999; display:block; width:100%; margin:0 0 10px 0; padding:0;}
ul#ListaComentarios p{ font-size:1.2; color:#666; display:block;  width:100%; padding:10px 14px; margin:8px 0; font-style:italic;}
ul#ListaComentarios small{ font-size:1.0; color:#999;}


/*MENU CATEGORIAS */
.menuCat { float:left; width:100%; display:block; }
.menuCat a { font-size:11px; padding:6px 3px; }
.list-group > .bg_guia { background:#394C6C; border:none; color:#fff; text-shadow:1px 1px 1px rgba(0,0,0,0.72); }
.list-group > .bg_guia:hover { background:#394C6C; border:none; color:#fff; text-shadow:1px 1px 1px rgba(0,0,0,0.72); }
.menuCat > a > .badge_guia {background:#394C6C; }

/*MENU RESPONSIVE - JS tinynav
-------------------------------------------------- */

/* styles for desktop */
.tinynav { display: none; width:100%; float:left; }
#nav{ display:none;}
/* styles for mobile */
@media screen and (max-width: 600px) {
    .tinynav { display: block; width:100%; float:left; margin:8px 0; }
	.tinynav { 
	height: 30px;
  -webkit-appearance: none;
  padding: 5px 8px;
  font-size: 13px;
  line-height: 1.2em;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-top-color: #c0c0c0;
  border-radius: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
       -o-transition: none;
          transition: none;
	}
    #nav { display: none; width:100%; float:left;  }
}


/* FRM BUSCA SIDEBAR */

.busca_sidebar{
	
	float: left;
	display: block;
	padding: 8px;
	width: 100%;
	height: auto;
	margin:0 0 10px 5px;
	background-color: #EDEDEC;	
	
}
.busca_sidebar .form-control{
	border-color:#B6B6B6;
	background:#ffffff;
	
}

.busca_sidebar .form-control:focus{ border-color:#FF6C00; }

.busca_sidebar .btnbusca{ border:1px solid #D15900; background:#FF6C00; color:#ffffff; text-shadow:1px 1px 1px rgba(0,0,0,0.72);}

.busca_sidebar .btnbusca:hover{ background:#D15900; color:#ffffff; }

/*NAVBAR PUBLICIDADE*/
.navbar-publicidade{
	float:left;
	display:block;
	width:100%;
	padding:5px;
	height:auto;
	line-height:42px;
	border:2px solid #eeeeee;
	margin:2px 0 10px 0;
	color:#666;
	border-radius: 3px;
	
}
.navbar-publicidade .col-sm-8{ padding:0 2px;}
.navbar-publicidade .col-sm-2{ padding:0 2px;}

.navbar-publicidade  .btn-guia-icon{
	background-color:#394C6D;
	width:50px;
	height:40px;
	margin:0 8px 0 0;
	float:left;
	cursor:pointer;
	display:block;
	background-image:url(../centraldocliente/img/guia_min_t.png);
	background-repeat:no-repeat;
	background-position:center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.72);
	text-transform:uppercase;
	font-size:0.8em;
	text-align:left;
	color:#fff;
	padding:0 5px;
	border-radius:3px;
}
.navbar-publicidade .btn-guia-icon:hover,.navbar-publicidade .btn-guia-icon:focus,.navbar-publicidade .btn-guia-icon:active,.navbar-publicidade .btn-guia-icon.active,.navbar-publicidade .open .dropdown-toggle.btn-guia-icon {  color: #fff;  background-color: #415C8A; outline: 0;  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);}
.navbar-publicidade .btn-guia-icon:active,.navbar-publicidade .btn-guia-icon.active,.navbar-publicidade .open .dropdown-toggle.btn-guia-icon {   background-color: #394C6D;   outline: 0;  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);}

.navbar-publicidade  .btn-cla-icon{
	background-color:#9CC2D5;
	width:50px;
	height:40px;
	margin:0 8px 0 0;
	float:left;
	cursor:pointer;
	display:block;
	background-image:url(../centraldocliente/img/cla_min_t.png);
	background-repeat:no-repeat;
	background-position:center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.72);
	text-transform:uppercase;
	font-size:0.8em;
	text-align:left;
	color:#fff;
	padding:0 5px;
	border-radius:3px;
}
.navbar-publicidade .btn-cla-icon:hover,.navbar-publicidade .btn-cla-icon:focus,.navbar-publicidade .btn-cla-icon:active,.navbar-publicidade .btn-cla-icon.active,.navbar-publicidade .open .dropdown-toggle.btn-cla-icon {  color: #fff;  background-color: #7DACC4; outline: 0;  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);}
.navbar-publicidade .btn-cla-icon:active,.navbar-publicidade .btn-cla-icon.active,.navbar-publicidade .open .dropdown-toggle.btn-cla-icon {   background-color: #9CC2D5;   outline: 0;  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);}


.navbar-publicidade  .btn-imo-icon{
	background-color:#BA0371;
	width:50px;
	height:40px;
	margin:0 8px 0 0;
	float:left;
	cursor:pointer;
	display:block;
	background-image:url(../centraldocliente/img/imo_min_t.png);
	background-repeat:no-repeat;
	background-position:center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.72);
	text-transform:uppercase;
	font-size:0.8em;
	text-align:left;
	color:#fff;
	padding:0 5px;
	border-radius:3px;
}
.navbar-publicidade .btn-imo-icon:hover,.navbar-publicidade .btn-imo-icon:focus,.navbar-publicidade .btn-imo-icon:active,.navbar-publicidade .btn-imo-icon.active,.navbar-publicidade .open .dropdown-toggle.btn-imo-icon {  color: #fff;  background-color: #BD227F; outline: 0;  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);}
.navbar-publicidade .btn-imo-icon:active,.navbar-publicidade .btn-imo-icon.active,.navbar-publicidade .open .dropdown-toggle.btn-imo-icon {   background-color: #BA0371;   outline: 0;  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);}

.navbar-publicidade  .btn-vei-icon{
	background-color:#6A3395;
	width:50px;
	height:40px;
	margin:0 8px 0 0;
	float:left;
	cursor:pointer;
	display:block;
	background-image:url(../centraldocliente/img/vei_min_t.png);
	background-repeat:no-repeat;
	background-position:center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.72);
	text-transform:uppercase;
	font-size:0.8em;
	text-align:left;
	color:#fff;
	padding:0 5px;
	border-radius:3px;
}
.navbar-publicidade .btn-vei-icon:hover,.navbar-publicidade .btn-vei-icon:focus,.navbar-publicidade .btn-vei-icon:active,.navbar-publicidade .btn-vei-icon.active,.navbar-publicidade .open .dropdown-toggle.btn-vei-icon {  color: #fff;  background-color: #8b52b7; outline: 0;  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);}
.navbar-publicidade .btn-vei-icon:active,.navbar-publicidade .btn-vei-icon.active,.navbar-publicidade .open .dropdown-toggle.btn-vei-icon {   background-color: #6A3395;   outline: 0;  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);}

.navbar-publicidade  .btn-emp-icon{
	background-color:#5BA963;
	width:50px;
	height:40px;
	margin:0 8px 0 0;
	float:left;
	cursor:pointer;
	display:block;
	background-image:url(../centraldocliente/img/emp_min_t.png);
	background-repeat:no-repeat;
	background-position:center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.72);
	text-transform:uppercase;
	font-size:0.8em;
	text-align:left;
	color:#fff;
	padding:0 5px;
	border-radius:3px;
}
.navbar-publicidade .btn-emp-icon:hover,.navbar-publicidade .btn-emp-icon:focus,.navbar-publicidade .btn-emp-icon:active,.navbar-publicidade .btn-emp-icon.active,.navbar-publicidade .open .dropdown-toggle.btn-emp-icon {  color: #fff;  background-color: #308f39; outline: 0;  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);}
.navbar-publicidade .btn-emp-icon:active,.navbar-publicidade .btn-emp-icon.active,.navbar-publicidade .open .dropdown-toggle.btn-emp-icon {   background-color: #5BA963;   outline: 0;  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);}

.navbar-publicidade  .btn-eshop-icon{
	background-color:#E85F2D;
	width:50px;
	height:40px;
	margin:0 8px 0 0;
	float:left;
	cursor:pointer;
	display:block;
	background-image:url(../centraldocliente/img/eshop_min_t.png);
	background-repeat:no-repeat;
	background-position:center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.72);
	text-transform:uppercase;
	font-size:0.8em;
	text-align:left;
	color:#fff;
	padding:0 5px;
	border-radius:3px;
}
.navbar-publicidade .btn-eshop-icon:hover,.navbar-publicidade .btn-eshop-icon:focus,.navbar-publicidade .btn-eshop-icon:active,.navbar-publicidade .btn-eshop-icon.active,.navbar-publicidade .open .dropdown-toggle.btn-eshop-icon {  color: #fff;  background-color: #fd9169; outline: 0;  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);}
.navbar-publicidade .btn-eshop-icon:active,.navbar-publicidade .btn-eshop-icon.active,.navbar-publicidade .open .dropdown-toggle.btn-eshop-icon {   background-color: #E85F2D;   outline: 0;  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);}

.navbar-publicidade  .btn-success{
	
	 color: #ffffff;
	  background-color: #05ADEB;
	  border-color: #357ebd;
	  line-height:40px;
	  padding:0;
}

.navbar-publicidade  .btn-success:hover{ background-color: #006DB0; border-color: #006DB0; }


#toTop { border-radius:3px; background:rgba(0,0,0,0.42);  bottom: 10px; color: #fff; cursor: pointer; display: none; font-size: 18px; padding: 8px 13px; position: fixed; right: 10px; text-align: center; width: auto;
}
#toTop:hover {background:rgba(0,0,0,0.62); }




/*TELAS RESPONSIVES
-------------------------------------------------- */

/* Laptop/Tablet (1024px) */
@media only screen and (min-width: 481px) and (max-width: 1020px) and (orientation: landscape) {


}

/* Tablet Portrait (768px) */
@media only screen and (min-width: 321px) and (max-width: 1024px) and (orientation: portrait) {
	
	#resetli img{ padding:5px; }
	

}

/* Phone Landscape (480px) */
@media only screen and (min-width: 321px) and (max-width: 480px) and (orientation: landscape) {
	
	
}

/* Phone Portrait (320px) */
@media only screen and (max-width: 320px) {
	
	
}

/* iPad 3 & 4 Landscape */
@media only screen and (width: 481px) and (width: 1024px) and (orientation: landscape) {
	
}

/* iPad 3 & 4 Portrait */
@media only screen and (width: 481px) and (width: 1024px) and (orientation: portrait) {
	
}

/* iPhone 2G-3GS Landscape */
@media only screen and (width: 481px) and (width: 480px) and (orientation: landscape) {
	
}

/* iPhone 2G-3Gs Portrait */
@media only screen and (width: 481px) and (width: 480px) and (orientation: portrait) {
	
}

/* iPhone 4/4S Landscape */
@media only screen and (width: 569px) and (width: 480px) and (orientation: landscape) {
	
}

/* iPhone 4/4S Portrait */
@media only screen and (width: 569px) and (width: 480px) and (orientation: portrait) {
	
}

/* iPhone 5 Landscape */
@media only screen and (width: px) and (width: 568px) and (orientation: landscape) {
	
}

/* iPhone 5 Portrait */
@media only screen and (width: px) and (width: 568px) and (orientation: portrait) {
	
}
/*************FIM */