
/*img[src*="https://www.freewebhostingarea.com/images/poweredby.png"] {
	display: none;
}*/

html, body{
	margin: 0;
	padding: 0;
	height: 100%;
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}
/*cambiando bootstrap
navegacion */
.navbar-default{
	background-color: white;
	transition: all 0.5s;+
}
.navbar-header a{
	color: #FFC107 !important;
	font-weight: bold;
}
.navbar-nav li a{
	color:  #212121 !important;
	outline: none;
}
.navbar-nav li a:hover{
	color: #FFC107 !important;
	font-weight: bold;
	transition: all 0.3s;
}
.navbar-default.affix {
    background-color: white !important;
    border-color: rgba(34, 34, 34, 0.1);
}
.navbar-default.affix .navbar-header .navbar-brand {
    color: #222222;
}
.navbar-default.affix .navbar-header .navbar-brand:hover,
.navbar-default.affix .navbar-header .navbar-brand:focus {
	color: #fdcc52;
}

.navbar-default .nav > li > a {
	font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
	color: #222222;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
	color: #fdcc52;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
	color: #fdcc52 !important;
	background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
	background-color: transparent;
}
/*fin navegacion*/
/*mystyle*/
.fullscreen{
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #3F51B5;
	
	background-image: url('../imagenes/antraxfc2.jpg');
	background-position: center;
	background-size: cover;
	
	width: 100%;
	height: 100%;
	text-align: center;
}
.introduccion{
	position: absolute;
	text-align: center;
	bottom: 2%;
	color: #FFFFFF;
	width: 50%;
	left: 25%;

}
.introduccion h1{
	font-size: 1.7em;
	color: #000;
	text-shadow: 0px 0px 10px #fff;
}
.introduccion p{
	font-family: 'Indie Flower', cursive;
	font-size: 1.2em;
	color: rgba(0,0,0,.8);
	text-shadow: 5px 0px 20px #fff;
}
.ubuntu {
	font-family: 'Ubuntu';
}
/*propios galeria*/
.galeria {
	margin-top: 70px;
}

.imagen_galeria {
	width: 100%;
	max-width: 100%;
	max-height: 100px;
	height: 100px;
	min-height: 100px;
	background-position: center center;
	background-size: cover;
	padding-bottom: 3px;
	box-shadow:  2px 2px 3px rgba(0,0,0,.8);
}
.sinpadding [class*="col-"] {
    padding: 3px;
}

.botones_galeria {
	margin: 25px;
}
.alert{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10000;
	width: 100%;
}
.profile-image {
	margin-top: -10px;
	margin-bottom: -10px;
	margin-right: 10px;
}

/*botonos aprobar aportacion*/
.arrow_box {
	position: relative;
	left: 5%;
	background-color: #fff;
	width: 90%;
	max-width: 90%;
	text-align: center;
	height: auto;
	border: 2px solid #0500FF;
	padding: 2%;
	margin-top: 12px;
	border-radius: 5px;
}

.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #0500FF;
	border-width: 13px;
	margin-left: -13px;
}
 .arrow_box .aceptar {
 	margin-right: 10%;
 }
  .arrow_box .denegar {
 	margin-left: 10%;
 }


/*modal agregar aportacion*/
#img_destino{
	margin-right: 0px;
	width: 100%;
	margin-bottom: 10px;
}
.imagen_titulo{
	width: 70%;
	max-width: 80%;
	height: 50px;
	max-height: 50px;
}

.form-center{
	text-align: center;
}
.btn-file {
  position: relative;
  overflow: hidden;
  width: 30%;
  }
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}


/*registro*/
.img_registro {
	max-width: 120px;
	width: 120px;
	min-width: 120px;
	max-height: 120px;
	height: 120px;
	min-height: 120px;
}



/*laptops, pantallas, etc*/
@media (min-width: 768px){
	/*cambiando bootstrap navegacion*/
	.navbar-default{
		background-color: transparent !important;
		padding: 0% 5% 0% 5%;
	}
	.navbar-header a{
		color: black !important;
		font-size: 24px;
		font-weight: bold !important;
		transition: all 0.5s;
	}
	.navbar-default.affix .navbar-header .navbar-brand{
	color: #FFC107 !important;
	font-size: 18px !important;
	font-weight: bold;
	transition: all 0.5s;
	}
	.navbar-nav li a{
	color:  black !important;
	}
	.navbar-default.affix .navbar-nav li a{
		color: #212121 !important;
		transition: all 0.5s;
	}
	.navbar-default .nav > li > a,
	.navbar-default .nav > li > a:focus {
		color: #222222;
	}
	.navbar-default .nav > li > a:hover,
	.navbar-default .nav > li > a:focus:hover {
		color: #fdcc52;
	}
	.navbar-default .nav > li.active > a,
	.navbar-default .nav > li.active > a:focus {
		color: #fdcc52 !important;
		background-color: transparent;
	}
	.navbar-default .nav > li.active > a:hover,
	.navbar-default .nav > li.active > a:focus:hover {
		background-color: transparent;
	}
	/*index*/
	.introduccion {
		width: 50%;
		left: 25%;
	}

	.introduccion h1 {
		
	}


	/*propios galeria*/
	.imagen_galeria {
		width: 100%;
		max-width: 100%;
		max-height: 250px;
		height: 250px;
		min-height: 100px;
		background-position: center center;
		background-size: cover;
	
		
	}
	.sinpadding [class*="col-"] {
    padding: 15px 15px;
	}

	/*botones aprobar galeria*/
	.arrow_box {
		position: relative;
		left: 35%;
		background-color: #fff;
		width: 30%;
		max-width: 70%;
		text-align: center;
		height: auto;
		border: 2px solid #0500FF;
		padding: 2%;
		margin-top: 10px;
		border-radius: 5px;
	}

	#img_destino{
	margin-right: 35px;
	width: 50%;
	,max-width: 50%;
	max-height: auto;
	margin-bottom: 10px;
	}

	.imagen_titulo{		
		min-width: 40%;
		width: 40%;
		max-width: 40%;
		height: 50px;
		min-height: 50px;
		max-height: 50px;
	}
	.btn-file {
		position: relative;
		overflow: hidden;
		width: 20%;
		max-width: 40%;
	}
	.btn-file input[type=file] {
	    position: absolute;
	    top: 0;
	    right: 0;
	    min-width: 100%;
	    min-height: 100%;
	    font-size: 100px;
	    text-align: center;
	    filter: alpha(opacity=0);
	    opacity: 0;
	    outline: none;
	    background: white;
	    cursor: inherit;
	    display: block;
	}



}
/*fin laps tablest*/


	/*eslitos magnific popup*/
    .mfp-with-zoom .mfp-container,
    .mfp-with-zoom.mfp-bg {
      opacity: 0;
      -webkit-backface-visibility: hidden;
      /* ideally, transition speed should match zoom duration */
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
    }

    .mfp-with-zoom.mfp-ready .mfp-container {
        opacity: 1;
    }
    .mfp-with-zoom.mfp-ready.mfp-bg {
        opacity: 0.8;
    }

    .mfp-with-zoom.mfp-removing .mfp-container,
    .mfp-with-zoom.mfp-removing.mfp-bg {
      opacity: 0;
    }
