@media only screen
and (min-width : 980px) {
  
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container
{
  width: 940px !important;
}

.row-fluid .sidebar-left{margin-left:0;}

.top_menu_contenido .buscar {
    width: 27.0780%;
    margin-left:0px !important;
     float: right;
    text-align: right;
      margin-bottom: 3px;
}

.row-fluid .span4 {text-align:right;}

}







/* iPads (portrait) ---- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* Styles */

}
	
	
	
	
	/* Smartphones (portrait and landscape) ---- */
/* Mobile portrait (320x480) */

@media only screen and (max-width: 480px) {
/* Styles */
.row-fluid .sliderright {margin-left:0px;} 
.registo_ingresar_content {width:223px; float:none;margin:0 auto;}
.redessociales {}


}



/* Mobile landscape (480x320) */

@media only screen and (min-width: 481px) and (max-width: 767px) {

/* Styles */

.registo_ingresar_content {width:223px; float:none;margin:0 auto;}
.redessociales {}


	.row-fluid .span4 {text-align:center;}
	
	
}



 
