body { 
    padding-top: 70px;     
    background-position: bottom left;
    background-repeat: no-repeat;
    background-attachment:fixed;
	font-family: Sans-Serif;
}

#skin-blur-violate{
	background-image: url("../images/violate.jpg");
}
.ui360 button{

    margin-top:10px;
}
#logo {
    position: relative;
    top: 10px;
    display: block;
    width: 183px;
    height: 30px;
    margin-right: 15px;
    float: left;
    /*border-right: 1px solid rgb(51, 51, 51);*/
}
#header-search-container, #header-right-container {
    position: relative;
    top: 10px;
    margin: 0px 20px 0px 0px;
    overflow: hidden;
}
#contenedor{
    background: rgba(0,0,0,0.35);
	color: white;
    overflow: hidden;
}
#consultas{
    height: 330px;
}
#historial{
    background: rgba(0,0,0,0.35);
	color: white;
    height: 50%;
}
#shortcuts.panel-body .btn:not(.btn-block) { width:120px;margin-bottom:10px; }
a.white:hover,a.white{color:white;text-decoration:none;}
.blue{color: #0191C5;}
.white{color:#ffffff;}
.pink{color: #ff73ed;}
.red{color: #ff0000;}
.green{color: #04B404;}
.orange{color: #FAAC58;}