html{
	margin-top: 50px;
}

body{
	background-image: url("../images/carbon fiber dark 321px.jpg");
	background-size: 160px;
	background-repeat: repeat;
}
.clearboth{
	clear: both !important;
}
.clearleft{
	clear: left !important;
}
.floatright{
	float: right !important;
}
.floatleft{
	float: left !important;
}
.cuarenta{
	width:40% !important;
}
p{
	text-align: left;
	color: white;
	text-shadow: 1px 1px #000000;
}

h1{
	font-size: 18px;
	text-align: left;
	color: white;
	text-shadow: 1px 1px #000000;
}
h3{
	color: white;
	text-shadow: 1px 1px #000000;
	text-align: center;
}
h4{
	text-align: left;
	color: white;
	text-shadow: 1px 1px #000000;
}
.LtrBlanca00 {
	margin: 5% auto;
	padding: 10px;
	color:#fff !important;
	background-color:#135487;
	border-radius: 5px;
	display: inline-block;
}
.LtrBlanca00:hover {
	background-color:#134578;
	text-decoration: none;
}
.list-group-item{
	background-color: rgba(120,120,120,0.2);
	border: solid 1px #343434;
	color: #fff;
	text-shadow: 1px 1px #000000;
	font-size: 12px;
	text-align: justify;
}
.fiberx{
	background-image: url("../images/carbon fiber X 642px.jpg");
	background-size: 100px;
	border-radius: 14px;
	padding: 10px;
}
.logo{
	display: block;
	margin: 0px auto;
	min-width: 100px;
	border-radius: 15px;
	float: inherit;
}
.imgBaner{
	display: block;
	margin: 0 auto;
	width:70%;
	max-width: 277px !important;
	min-width: 70px;
	border-radius: 15px;
	float: inherit;
	clear: both;
	max-height: 600px;
}
.overflow{
	overflow: auto;
}
.sesenta{
	width:60% !important;
}
.shadow{
	background-color: rgba(0,0,0,0.8);
	border-radius: 14px;
	padding: 10px;
	margin: 0 auto !important;
}
#downloadimg{
	max-width: 200px;
}
#alert{
	color: white;
	animation: alertColors .1s linear infinite;
}
@keyframes alertColors {
	from { color: blue; }
	to { color: white;}
}
iframe{
  position: relative;
  height: 150vh;
  width: 100%;
  border:none;
  overflow: hidden;
}
#earth {
	padding-top: 5px;
}
#languages {
	display: inline-block;
}
#languages a{
	margin: auto 10px;
}
/*###################################################################*/
div#overlay{
    position: fixed;
    z-index: 9;
    width: 100%;
    height:100%;
    top:0px;
    left:0px;
    background:black;
    opacity: 0.85;
    /*this is the animation to fade the overlay in gradually over 1 second*/
    transition: opacity 1s ease-in;
}


/*hide overlay and big-image*/
div#overlay.hidden, img#big-image.hidden{ opacity: 0; left:-200%; }

/*resize images and display them as a horizontal list*/
li.lightbox img{ height: 100px; }
li.lightbox{ display: inline-block; margin: 10px; }

#big-image.showing{
    position: fixed;
    display: block;
    z-index: 10;
    max-width: 95%;
    max-height:80%;
    background-color: black;
    padding: 2px;
    /*centrar imagen inicio*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /*centrar imagen final*/
}

#caption.showing {
	position: fixed;
    display: block;
	text-align: center;
	z-index: 11;
	left: 0;
    right: 0;
    top: 92%;
    bottom: 6%;
    color: #fff;
}
