html{
	margin-top: 50px;
}

body{
	background-image: url("../images/Cotton Texture 12.png");
	background-size: 200px;
	background-repeat: repeat;
    font-family: Salsa !important;
    }

	
@font-face {
    font-family: Salsa;
    src: 
    /*local(BankGothic Lt BT) format("truetype");*/
    url("http://pango.epyco.xyz/fonts/Salsa-Regular.ttf") format("truetype");
}

.navText{
	font-size: 24px;
}
.navbar-brand{
  color: #A67B5B !important;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #A67B5B !important;
    background-color: transparent;
}
.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.clearboth{
	clear: both !important;
}
.clearleft{
	clear: left !important;
}
.floatright{
	float: right !important;
}
.floatleft{
	float: left !important;
}
p{
	text-align: left;
	color: #A67B5B;
	text-shadow: 1px 1px #C19A6B;
}

h1{
	font-size: 26px;
	text-align: left;
	color: #A67B5B;
	text-shadow: 1px 1px #404040;
}
h3{
	color: #A67B5B;
	text-shadow: 1px 1px #404040;
	text-align: center;
}
h4{
	text-align: left;
	color: #A67B5B;
	text-shadow: 1px 1px #404040;
}
.cuarenta{
	width:40% !important;
}
.sesenta{
	width:60% !important;
}
.setenta{
	width:70% !important;
}
.ochenta{
	width:80% !important;
}
.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: #A67B5B;
	text-shadow: 1px 1px #404040;
	font-size: 18px;
	text-align: justify;
}
.fiberx{
	background-image: url("../images/Wheat Canvas Texture tile 15_2.png");
	background-size: 200px;
	border-radius: 14px;
	padding: 10px;
	box-shadow: 1px 1px 2px 0px #333333;
}
.overflow{
	overflow: auto;
}
.shadow{
	background-color: rgba(255,255,255,0.3);
	border-radius: 14px;
	padding: 10px;
	margin: 0 auto !important;
}
.shadowCrystal{
	background-color: rgba(255,255,255,0.3);
	border-radius: 14px;
	padding: 10px;
	margin: 0 auto !important;
	box-shadow: 1px 1px 2px 0px #999999;
}
.imgBrand{
	display: block;
	margin: 0px auto;
	width:85%;
	min-width: 100px;
	border-radius: 15px;
	float: inherit;
	clear: both;
	max-height: auto;
}
.imgBaner{
	display: block;
	margin: 0px auto;
	width:70%;
	max-width: 277px !important;
	min-width: 70px;
	border-radius: 15px;
	float: inherit;
	clear: both;
	max-height: 600px;
	box-shadow: 1px 1px 2px 0px #333333;
}
.downloadImg{
	display: block;
	margin: 0px auto;
	width:70%;
	min-width: 70px;
	max-width: 200px;
	border-radius: 15px;
	box-shadow: 0px 0px 10px 1px #09C1E7;
	float: inherit;
	clear: both;
}
#alert{
	color: white;
	animation: alertColors .1s linear infinite;
}
@keyframes alertColors {
	from { color: brown; }
	to { color: sandybrown;}
}
iframe{
  position: relative;
  height: 150vh;
  width: 100%;
  border:none;
  overflow: hidden;
}
#earth {
	padding-top: 5px;
}
#languages {
	display: inline-block;
}
#languages a{
	margin: auto 10px;
}
/*rgba(193,154,107,0.4)###################################################################*/
div#overlay{
	visibility: 0;
    position: fixed;
    z-index: 9;
    width: 100%;
    height:100%;
    top:0px;
    left:0px;
    background-color: rgba(22,22,22,0.9);
    /*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{
	max-width: 80%;
	max-height: 100px; 
}
.lightboxImgShadow{
  filter: drop-shadow(5px 5px 3px #777);
}

li.lightbox{ 
	display: inline-block;
	margin: 10px;
}

#big-image.showing{
    position: fixed;
    display: block;
    z-index: 10;
    max-width: 95%;
    max-height:70%;
    background-color: rgba(193,154,107,0.0);
    padding: 2px;
	border-radius: 15px;
    /*centrar imagen inicio*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /*centrar imagen final*/
}

#caption.showing {
	position: fixed;
    display: block;
	font-size: 24px;
	text-align: center;
	z-index: 11;
	left: 0;
    right: 0;
    top: 92%;
    bottom: 6%;
    color: #A67B5B;
	text-shadow: 1px 1px #404040;
}
