*{
	font-family: Arial,Helvetica,sans-serif;
}
h1,h2,h3,h4,h5,h6{
	font-family: "Trebuchet MS",Helvetica,sans-serif !important;
	margin-top: 0px !important;
}

::-ms-clear {
  display: none;
}

/* width */
::-webkit-scrollbar {
    width: 0px;
}
/* Track */
::-webkit-scrollbar-track {
    background: transparent; 
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: transparent; 
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: transparent; 
}

.margin_auto{
	margin-right: auto;
    margin-left: auto;
}
.no_padding{
	padding: 0px !important;
}
.no_padding_right{
	padding-right: 0px;
}
.no_margin{
	margin: 0px;
}
.no_visible{
	display: none;
}
.no_scrollable{
	overflow: none;
}
.fixed{
	position: fixed;
}
.block{
	display: block;
}
.inline{
	display: inline;
}
.inline_block{
	display: inline-block;
}
.absolute{
	position: absolute;
}
.relative{
	position: relative;
}
.bottom{
	bottom: 1px;
}
.right{
	right: 0px;
}
.top{
	top: 0px;
}
.left{
	left:0px;
}
.margin-top-10{
	margin-top: 10px;
}

img	{
	height: auto;
	max-width: 100%;
}
a {
    text-decoration: none!important;
}
.btn{padding: 7px 25px !important;}
/*Colores*/
.bg_blue{
	background: #002C50;
	border: none;
	color: #fff;
}
button.bg_blue,button.bg_blue:hover,a.bg_blue,a.bg_blue:hover{
	background: #f8981d;
	border: none;
	color: #fff;
}

.bg_white{
	background: #ffffff;
}
.bg-dark{
	background: rgb(7,29,73);
}
.btn-outline-primary {
    color: rgb(0,113,141);
    border-color: rgb(0,113,141);
}
.btn-outline-primary:hover {
    background-color: rgb(0,113,141);
    border-color: rgb(0,113,141);
}
.rs_block_eventos{
    float: right;
}

/*Alineaciones*/
.padding_10px{
	padding: 10px 10px 10px 10px;
}
.padding_ud_10px{
	padding: 10px 0px 10px 0px;
}
.padding_lr_10px{
	padding: 0px 10px 0px 10px;
}
.margin_10px{
	margin: 10px 10px 10px 10px;
}
.margin_ud_10px{
	margin: 10px 0px 10px 0px;
}
.margin_lr_10px{
	margin: 0px 10px 0px 10px;
}
.margin_top10{
	margin-top: 10px;
}
.margin_top55{
    margin-top: 55px;
}
.margin_bottom30{
    margin-bottom: 30px;
}
.margin_bottom25{
    margin-bottom: 25px;
}
.padding_top10{
	padding-top: 10px;
}