@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	background-color:#036;
}

#wrap {
	height: 600px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	}

#caja {
	float: left;
	height: 150px;
	width: 200px;}
	
#caja2 {
	float: right;
	height: 150px;
	width: 200px;}
	
#caja2 figure a {
	display:block;
	opacity:0.4;
	transition: All 0.3s ease-out;}

#caja2 figure a:hover {
	display:block;
	opacity:1;
	transition:All 0.3s ease;}		

#caja1 {
	margin-left:100px;
	float: left;
	height: 150px;
	width: 200px;}
img{
	display:block;
	margin:auto;
	margin-left:0px;
	margin-bottom:10px;}



header {
	height: 150px;
	width: auto;
	background-repeat: no-repeat;
	background-position: center;
	padding-top:30px;}

#caja figure a {
	display:block;
	opacity:0.4;
	transition: All 0.3s ease-out;
	
}

#caja figure a:hover {
	display:block;
	opacity:1;
	transition:All 0.3s ease;
}

#caja1 figure a {
	display:block;
	opacity:0.4;
	transition: All 0.3s ease-out;
	
}

#caja1 figure a:hover {
	display:block;
	opacity:1;
	transition:All 0.3s ease;
}
footer{
	width: 100%;
	height: 70px;
	float: left;
	background-color: #000;
	opacity: 0.4;
	position: fixed;
	bottom: 0px;
	text-align: center;
	font-family: "Open Sans", serif;
	font-size: 15px;
	line-height: 20px;
	color: #FFF;
	font-weight: 400;
}

.text_footer a {
	color: inherit;
	text-decoration: none;
}
	
.text_footer a:hover{
	-moz-transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
	color: #07bee6;
}

::-webkit-scrollbar{
  width: 5px;
  background: none;
}
::-webkit-scrollbar-button{
  width:8px;
  height: 0px;
}
::-webkit-scrollbar-track{
  background: #001a34;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb{
  background: #FFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

/* Pseudo-clase */
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(77,161,112,.6);
  
}
#caja_texto {
	font-family: "Montserrat", serif;
	font-size: 15px;
	text-align: left;
	line-height: 20px;
	color: #FFF;
	font-weight: 300;
	padding-right: 10px;
}	
#titulo1 {
	font-size: 24px;
	text-align: left;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing:1px;
}

#titulo2 {
	font-size: 14px;
	text-align: left;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#vol {
	margin-top:20px;
	display:block;
	width:65px;
	float:right;
	text-align: right;
	color: #fff;
}

#vol2 {
	margin-top:2px;
	margin-bottom:10px;
	display:block;
	height:auto;
	float: left;
	text-align: left;
	color: #fff;
	margin-right: 10px;
	
}

#vol2  a {
	font-family: "Montserrat", serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	font-weight: 300;
	color: #FFF;
	background-color: #00315A;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 10px;
	
	
}

#vol2  a:hover {
	font-family: "Montserrat", serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	font-weight: 300;
	color: #FFF;
	background-color: #59C9DE;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 10px;
}

#pasivo{
	font-family: "Montserrat", serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	font-weight: 300;
	float: left;
	background-color: #59C9DE;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 10px;
	display: block;
	margin-right: 10px;
}
