/* Skin "Simple soft" by Renat Rafikov */
html {
  height:100%;
  overflow-x:hidden;
}
body {
  font-family:arial, sans-serif;
  color:#000;
  background:#f2f2f2;
  height:100%;
}

a { color:#000; }
a:hover { color:#666; }
a:visited { color:#444; }

.inverso a:active, 
.inverso a:visited {
	color:#A8CFEC;
}
.inverso a:hover{
	color:#fff;
}

ul li, ol li {
  padding:0 0 0.4em 0;
}


.container {
  margin:0 auto;
}

.container-fluid {
  margin:0 auto;
  padding-left: 0px;
  padding-right: 0px;
}

.main {
  margin:0 auto;
  max-width:1200px;
}

.header {
	padding:1.5em 0 1em 0;
	position:relative;
  
	background-color: #313131;
	background-image: linear-gradient(to bottom, #000000 0%, #313131 100%); 
	background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0.3) 0%, rgba(49,49,49,0) 100% );
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff323232', endColorstr='#ff6e6e6e', GradientType=0);

	
    border-bottom: 2px solid #8c8c8c;
    color: #fff;
}

.header:before {
  content:"";
  display:block!important;
  background:#313131;
  height:100%;
  width:6000px;
  position:absolute;
  left:-2000px;
  top:0;
  z-index:-1;
}

.header a,
.header a:visited {
	color: #fff;
}

.logo {
  float:left;
  display:inline-block;
  font-size:24px;
  color:#ededed;
}

.login {
  float:right;
  display:inline-block;
  color: #fff;
  font-size: 10px;
}

.menu_main {
  margin:0;
  background-color:#000000;
  height:35px;
  background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.2)));
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 100%);
  background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 100%);
  background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 100%);
  background-image: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 100%);
  
  -webkit-box-shadow:0 9px 5px -17px #777;
  -moz-box-shadow:0 9px 5px -17px #777;
  box-shadow:0 9px 5px -17px #777;
 
  /*border-bottom:1px solid #A8CFEC;*/

}
.menu_main a,
.menu_main a:visited {
  color:#A8CFEC;
  text-decoration:none;
  display:inline-block;
  height:35px;
  line-height:35px;
  padding:0 14px 0 14px;
  font-weight:bold;
}
.menu_main a:hover,
.menu_main a:hover:visited {
  background:#000000;
  color:#fff;
  text-decoration:none;
}
.menu_main li {
  display:inline-block;
  float:left;
  padding:0;
}

.menu_main li.active a,
.menu_main li.active a:hover {
  color:#fff;
  text-decoration:none;
  cursor:default;
}

.hero {
  background:#499cd7;
  color:#fff;
  border-bottom:1px solid #fff;
  padding:10px 0 10px 2%;
  margin:0 0 2em 0;
  position:relative;
}
.hero:before {
  display:block!important;
  background:#499cd7;
  height:100%;
  width:6000px;
  position:absolute;
  left:-2000px;
  top:0;
  z-index:-1;
}

.info {
  padding:0 0 2.5em 0;
}

.article {
  padding:0 0 0 2%;
}

.footer {
  padding:2em 2% 5em 2%;
  color:#666;
  background:#fff;
  position:relative;
}
.footer:before {
  content:"";
  display:block!important;
  background:#fff;
  height:100%;
  width:6000px;
  position:absolute;
  left:-2000px;
  top:0;
  z-index:-1;
  -webkit-box-shadow: #d8d8d8 0px -1px 5px;
  -moz-box-shadow: #d8d8d8 0px -1px 5px;
  box-shadow: #d8d8d8 0px -1px 5px;
}

.copyright {
  width:49%;
  float:left;
}

.menu_bottom {
  width:50%;
  float:right;
  text-align:right;
  margin:0;
  padding:0;
}
.menu_bottom li {
  display:inline-block;
  margin:0 0 0 7px;
}
.menu_bottom li a {
  color:#666;
}
.menu_bottom li a:hover {
  color:#444;
}
.menu_bottom li.active,
.menu_bottom li.active a {
  color:#666;
  text-decoration:none;
  cursor:default;
}


.hero h1 {
  font-size:24px;
  color:#fff;
}

.hero h2 {
  color:#fff;
}

h1, h2 {
  font-weight:bold;
  color:#010101;
}

h3, h4, h5, h6 {
  font-weight:bold;
  color:#010101;
}

h1 {
  font-size:22px;
}

h2 {
  font-size:18px;
}

h3 {
  font-size:16px;
}


a.button,
.button {
  border:1px solid #9a9a9a;
  text-align:center; 
  text-decoration:none;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  -webkit-box-shadow:rgba(0, 0, 0, 0.64) 0px 1px 4px;
  -moz-box-shadow:rgba(0, 0, 0, 0.64) 0px 1px 4px;
  box-shadow:rgba(0, 0, 0, 0.64) 0px 1px 4px;
  background:#ffffff;
  background:-webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#e2e2e2));
  background:-webkit-linear-gradient(#ffffff, #e2e2e2);
  background:-moz-linear-gradient(#ffffff, #e2e2e2);
  background:-ms-linear-gradient(#ffffff, #e2e2e2);
  background:-o-linear-gradient(#ffffff, #e2e2e2);
  background:linear-gradient(#ffffff, #e2e2e2);
  color: #499cd7;
  font-size:14px;
  font-weight: bold;
  padding:5px 14px;
  font-family:verdana, sans-serif;
  display:inline-block;
}
a.button:hover,
.button:hover {
  border:1px solid #5a5a5a;
  background:-webkit-gradient(linear, 0 0, 0 bottom, from(#e2e2e2), to(#ffffff));
  background:-webkit-linear-gradient(#e2e2e2, #ffffff);
  background:-moz-linear-gradient(#e2e2e2, #ffffff);
  background:-ms-linear-gradient(#e2e2e2, #ffffff);
  background:-o-linear-gradient(#e2e2e2, #ffffff);
  background:linear-gradient(#e2e2e2, #ffffff);
}
a.button:active,
.button:active {
  color:#666;
  -webkit-box-shadow:#5a5a5a 0px 3px 5px inset;
  -moz-box-shadow:#5a5a5a 0px 3px 5px inset;
  box-shadow:#5a5a5a 0px 3px 5px inset;
}


a.button_mini, 
.button_mini {
  font-size:10px;
  padding:3px 4px;
}

.button_alto {
  font-size:14px;
  padding:10px 20px;
  font-weight: bold;
}


.recuadro {
  border:1px solid #fafafa;
  text-align:center; 
  text-decoration:none;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  color: #fafafa;
  font-family:verdana, sans-serif;
  display:inline-block;
  font-size:14px;
  padding:10px 20px;
  font-weight: bold;
}




@media only screen and (max-width:480px) { /* Smartphone custom styles */
  .header:before,
  .hero:before,
  .footer:before {
    display:none!important;
  }
}

@media only screen and (max-width:768px) { /* Tablet custom styles */
  .header:before,
  .hero:before {
    display:none!important;
  }
}

.navbar {
    border-radius: 0px;
    margin-bottom: 0px;
    min-height: 10px;
}
.nav {
    margin-bottom: 0px;
}

.navbar h3 {
	color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	
}

/*---------------------------------*/
/*
Back to top button 
*/
#back-top {
	position: fixed;
	right: 2px;
	bottom: 2px;
}
#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 50px;
	height: 50px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(../img/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}
/*---------------------------------*/

