/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	background-color:#FFFFFF;
	font-family: 'Calibri', Sans-Serif, Arial;
}

#cabeceram{
	background: rgb(15,152,142);
	background: -moz-linear-gradient(90deg, rgba(15,152,142,1) 0%, rgba(0,100,170,1) 50%, rgba(29,142,96,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(15,152,142,1) 0%, rgba(0,100,170,1) 50%, rgba(29,142,96,1) 100%);
	background: linear-gradient(90deg, rgba(15,152,142,1) 0%, rgba(0,100,170,1) 50%, rgba(29,142,96,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0f988e",endColorstr="#1d8e60",GradientType=1);
	display:none;
}

#cabecerad{
	background: rgb(15,152,142);
	background: -moz-linear-gradient(90deg, rgba(15,152,142,1) 0%, rgba(14,147,145,1) 26%, rgba(0,100,170,1) 76%, rgba(29,142,96,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(15,152,142,1) 0%, rgba(14,147,145,1) 26%, rgba(0,100,170,1) 76%, rgba(29,142,96,1) 100%);
	background: linear-gradient(90deg, rgba(15,152,142,1) 0%, rgba(14,147,145,1) 26%, rgba(0,100,170,1) 76%, rgba(29,142,96,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0f988e",endColorstr="#1d8e60",GradientType=1);
}

#estrellasd{
/*	background-image:url(../img/menu/estrellasd.png);
	background-repeat:no-repeat;
	background-size:auto;
	background-position:center;*/
	
	background-image: url(../img/login/estrellas.png);
	background-repeat: repeat-x;
	background-size: auto;
	background-position: center;	
}

.menu-burger{
	font-size:25px;
	line-height:36px;
	float:right;
	margin-right:10px;
	cursor:pointer;
	
}

.menu-noburger{
	font-size:25px;
	line-height:36px;
	float:right;
	margin-right:10px;
	display:none;
	cursor:pointer;
}

.logo_galaxia {
	margin-left: 10px;
	float:left;
}

.logo_carburos {
	margin-right: 10px;
	float:right;
}


.separadorgris {
	height:22px;
	background-color:#efefef;
}

.separadorgris2 {
	height:5px;
	background-color:#efefef;
}

ol,ul {
	list-style:none;
	margin-bottom: 0px;
	padding: 0px;
}

.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}


.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.columnas {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.hidden {
	display: none;
}




html{ height:100%; }
body{ min-height:100%; padding:0; margin:0; position:relative; }

footer{ background:#FFFFFF; }

/* Trick: */
body {
  position: relative;
}

body::after {
  content: '';
  display: block;
  height: 50px; /* Set same as footer's height */
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
}

a, a:hover, a:visited{
	color:#009ee1;
	}
	
a:visited{
	text-decoration:none;
	}	
	
	
.enlaces, .enlaces:hover, .enlaces:visited{
	color:#000000;
	}
	
.enlaces:visited{
	text-decoration:none;
	}		