*{
	margin: 0;
	padding: 0;
	font-family: roboto;
	font-size: 18px;
}
body{
	overflow-x: hidden;
}
header{
	width:100%; /* Establecemos que el header abarque el 100% del documento */
	overflow:hidden; /* Eliminamos errores de float */
	height:125px;
	background-image:url(img/black2.jpg);
	background-size: auto;

}
.a-color{
	text-decoration: none;
	color:#71049A;
	font-size: 18px;
	font-weight: bold;
}
.a-color:hover{
	text-decoration: none;
	color: #AE11E8;

}
header .wrapper{
	width:100%;
	height:100px;
	margin:auto;
}
header .logo{
	width:20%;
	height:100px;
	float:left;
	margin-top:20px
}
.imagen{
	border: 0;
	margin-top: 20px;
}
#mainNav{
	background: rgba(3,3,3,1);
	background: -moz-linear-gradient(45deg, rgba(3,3,3,1) 0%, rgba(66,66,66,1) 54%, rgba(5,2,5,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(3,3,3,1)), color-stop(54%, rgba(66,66,66,1)), color-stop(100%, rgba(5,2,5,1)));
	background: -webkit-linear-gradient(45deg, rgba(3,3,3,1) 0%, rgba(66,66,66,1) 54%, rgba(5,2,5,1) 100%);
	background: -o-linear-gradient(45deg, rgba(3,3,3,1) 0%, rgba(66,66,66,1) 54%, rgba(5,2,5,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(3,3,3,1) 0%, rgba(66,66,66,1) 54%, rgba(5,2,5,1) 100%);
	background: linear-gradient(45deg, rgba(3,3,3,1) 0%, rgba(66,66,66,1) 54%, rgba(5,2,5,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030303', endColorstr='#050205', GradientType=1 );
}
header ul{
	margin-top:70px;
	margin-left:0px;
}
header li{
	display:inline;
	padding:0 5px 0 5px;
	font-size:16px;
	text-align:justify;
	margin-left:5px;

}
header .main-menu a{
	text-decoration: none;
	color: #FFF;
	padding:5px;
	font-variant:small-caps;
	margin-top:15px;
	margin-right:10px;
}
header .main-menu a:hover{
	text-decoration:underline;
	color: #0CF;
	border-radius:50px;
}
.fondo{
 width: 100%;
 height:150%;
 background-image: url("img/f1.jpg");
 background-size: cover;
 position: relative;
}

.central{
	width:auto;
	height:auto;
	background-color:#ffffff;
	margin-left: auto;
	margin-right: auto;
	border-color:#00C;
	box-shadow:7px 5px #620900;
	-moz-box-shadow:3px 3px  #620900;
	-webkit-box-shadow:4px 4px  #620900;
	text-align: justify;
	font-family: roboto;
	text-rendering: optimizeLegibility;
	text-indent: 20;
}
.addtext{
	font-family:roboto;
	text-align: justify-all;
	font-size:16px;
	text-indent: 0;
}
.texto{
	height:0;
	float: right;
	margin: 0px 20px 0 20px;
	text-align: justify-all;
	font-size:16px;
	font-family: roboto;
	text-indent: 20;
	text-rendering: optimizeLegibility;
}
.text2{
	width:0;
	height:0;
	float: left;
	margin: 0px 20px 0 20px;
	font-family: roboto;
	text-align: justify;
	text-indent: 20;
	text-rendering: optimizeLegibility;
}

.foto{
	margin: 60px 0 0 50px;
	float: left;
	border: 2px solid;
position: relative;
background-color: #A440A4;
}
.cajaboton{
	width: 80%;
	height:300px;
	margin: auto;
	text-align: center;


}

.cajaboton button{
	width: 200px;
	height:50px;
    margin-top: 30px;
}

footer{
	width: 100%;
	height: auto;
  border-top: 2px solid #0000;
    margin:10% 0 0 0;
		position: relative;
}
.footer{
	width:80%;
	height:150px;
	margin:auto auto auto 200px;

}
.f-a{
	width:30%;
	height:70px;
	float:left;
	color:#CCC;
	margin-top:20px;
}
.f-b{
	width:30%;
	height:70px;
	float:left;
	color:#CCC;
	margin-top:20px;

}
.f-c{
	width:30%;
	height:70px;
	float:right;
	color:#CCC;
	margin-top:20px;

}
.division{
	margin:auto;
	top:10px;
	width:70%;
	height:2px;
	background-color: #FFF;
	z-index:1px;
	position: relative;
	border-radius: 2px;
}
.footer-img{
	margin-left:150px;
}

#notyfondo{
	width:100%;
	height:100%;
	background-color: #333;
	opacity:0.8;
	-moz-opacity:0.8;
	-webkit-opacity:0.8;
	z-index:1000;
	position:fixed;
	display:none;
}
#galeria{
	margin-left: 10%;
	width: 78%;
	height:auto;
	float: right;
	margin-top:-10%;
}
.fondo2{
	width:88%;
	height:auto;
	text-align:left;
	z-index:1500;
	background-color: #ffff;
	position:absolute;
	display:none;
	margin-top: 60%;
	margin-left: 10%;
}
#categorias{
	width: auto;
	height: auto;
	margin-top: 10%;
	margin-left: 20px;
	float: left;
}
.btn-show{
	width: 200px;
	height: 70px;
	background-color: #2C29E8;
	border-collapse: collapse;
	color: #ffffff;
}
.btn-show:hover{
   background-color: #5956F7;
}
.sliderfix{
	width: 720px;
	height: 640px;
}
h3{
	font-family: roboto;
	text-decoration: underline;
	padding: 5px;
	margin-left: 12%;
	margin-top: 30px;
}
.boton-subir{
  display: none;
  background: #00974B;
  border: thin solid #fff;
  border-radius:100%;
  position: fixed;
	float: left;
  right: 50px;
  bottom:2px;
  z-index:2000;
}
/*evento hover*/
.boton-subir:hover{
  box-shadow:   0px 2px 10px 0px rgba(255, 255, 255, 0.75);
}
/*estilos para el tag i*/
.boton-subir i{
  color: #fff;
  font-size: 1.5em;
  padding: 10px 10px 10px 7px;
  -ms-transform: rotate(-45deg); /* IE 9 */
  -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
}
.nav2{
	background-color: #fff;
}
