﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

*{margin:0;padding:0;}

body{
  font-family:'Open Sans',sans-serif;
  width:100%;     
  height:100%; 
}
header {
	padding: 10px 0px 20px 0px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	z-index: 100;
	background: rgba(60, 62, 68, 0.9);
}
.button{
  width:100px;
  background:rgba(250, 184, 28, 0.50);
  display:block;
  margin:0 auto;
  margin-top:1%;
  margin-right:190px;
  padding:10px;
  text-align:center;
  text-decoration:none;
  color:#fff;
  cursor:pointer;
  transition:background .9s;
  -webkit-transition:background .9s;
}

.button:hover{
  background:rgba(250, 184, 28, 0.90);
}

#login{
  width:400px;
  margin:0 auto;
  margin-top:8px;
  margin-bottom:2%;
  transition:opacity 1s;
  -webkit-transition:opacity 1s;
  margin-right:50px;
}

#triangle{
  width:0;
  border-top:12x solid transparent;
  border-right:12px solid transparent;
  border-bottom:12px solid rgba(250, 184, 28, 0.90);
  border-left:12px solid transparent;
  margin:0 auto;
}

#login h1{
  background:rgba(250, 184, 28, 0.90);
  padding:20px 0;
  font-size:140%;
  font-weight:300;
  text-align:center;
  color:#fff;
}

form{
  background:#f0f0f0;
  padding:6% 4%;
}

input[type="text"],input[type="password"]{
  width:92%;
  background:#fff;
  margin-bottom:4%;
  border:1px solid #ccc;
  padding:4%;
  font-family:'Open Sans',sans-serif;
  font-size:95%;
  color:#555;
}

input[type="submit"]{
  width:100%;
  background:rgba(250, 184, 28, 0.90);
  border:0;
  padding:4%;
  font-family:'Open Sans',sans-serif;
  font-size:100%;
  color:#fff;
  cursor:pointer;
  transition:background .3s;
  -webkit-transition:background .3s;
}

input[type="submit"]:hover{
  background:rgba(250, 184, 28, 0.50);
}

a, a:hover {
	text-decoration: none !important;
}
a img {
	border: none !important;
}
#mastfoot {
	padding: 55px 0px;
	background: #222;
}
.row {		
	width:98%;
}
.sliding {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.text-right {
	text-align: right;
}
.credits p {
	font-size: 12px;
	line-height: 19px;
	font-family: "Open_Sans_L";
	color: #555;
	font-weight: normal;
}
img.desaturate { 
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
.col-md-6 {
	width: 100%;
}
.foot-icons ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.foot-icons ul li {
	display: inline-block;
	float: right;
	opacity: 0.3;
	margin-left: 5px;
	-moz-transition: all 1.25s ease;
	-webkit-transition: all 1.25s ease;
	-o-transition: all 1.25s ease;
    transition: all 1.25s ease;
}
.navigation {   
    position:fixed;     
    z-index:1;      
    top:20px;  
}  
.navigation li {    
    color:#333333;      
    display:block;      
    padding: 0 10px;    
    line-height:30px;   
    margin-bottom:2px;      
    font-weight:bold;   
    -webkit-transition: all .2s ease-in-out;    
    border-bottom:1px solid black;      
    text-align:left;    
    width:53px;  
}  
.navigation li:hover,
.active {   
    font-size:25px;     
    cursor:pointer;     
    width:100px!important;  
}

ul li:hover {
  background: #555;
  color: #fff;
}

#page .espacio-chico {    
    height:50px;
    padding: 10px 0px 20px 0px;
}

#page .espacio-medio {    
    height:100px;
    padding: 10px 0px 20px 0px;
}

#page .texto-1 {    
    top: 1.5em;
    left: 0;
    font-size: 3em;
    text-transform: uppercase;
    font-family: 'Neo Sans W02';
    color:black;
    height:60%;
}

#page .texto-2 {    
    top: 1.5em;
    left: 0;
    font-size: 2em;
    text-transform: uppercase;
    font-family: 'Neo Sans W02';
    color:black;
    height:60%;
}

#page .cuadro-medio {
    width: 60%;
    background: rgba(250, 184, 28, 0.90);
    margin-left:30px;
    padding-left:10px;
}