* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Estilos Pagina */
html {
		font-size: 0.8rem;
}

body {
    background-image: url("img/carbon_fibre.png");
	background-attachment: fixed;
    background-repeat: repeat;
	margin: 0 auto;
    font-family: 'Pathway Gothic One', sans-serif;
    }

div#pagina{
    margin: 0 auto;
    position: relative;
    max-width:960px; 
    min-width:320px;
}

p {
    font-family: 'Carrois Gothic SC', sans-serif;
    }

h4 {
    text-align: center;
    font-size: 1.5rem;
    font-family: 'Pathway Gothic One';
    color: rgba(60, 185, 199, 0.63);
    margin: 0;
    margin-top: 2.4%;
    margin-bottom: 1rem;
    }

a {
    text-decoration: none;
    color: inherit;
    }

.fin {
    font-size: .8em
    }

/* REDES SOCIALES*/
section#redes {
    width: 3%;
    margin-left: .5% ;
    float: left;
    }
section#redes ul {
    list-style: none;
    padding: 0;
    margin: 0;
    }
section#redes ul li img {
    width: 110%;
    }

/* HEADER */
header {
    height: 50px;
    width: 100%;
    background-color: rgba(196, 196, 196, 0.71);
    position:fixed;
    z-index: 10;
    }
header #barra {
	max-width:960px; 
    min-width:320px;
    margin: 0 auto;
	}
header #barra #logo-header a{
	float:left;
    height: 50px;
    padding: 6px;
}
#navegador {
    float: right;
    }

#menu > ul {
    padding: 0;
    margin: 0;
}
#menu > ul li {
  display: inline-block;
}
#menu > ul li.has-sub:hover ul {
  display: block;
}
#menu > ul li.has-sub ul {
  display: none;
  width: 150px;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #b0b0b0;
}
#menu > ul li.has-sub ul li {
  display: block;
  font-size: 1.1rem;
}

#menu > ul li a {
  display: block;
  font-family: 'Pathway Gothic One';
  padding: 14px 24px 11px 24px;
  text-decoration: none;
  color: rgb(0, 0, 0);
  height: 50px;
  font-size: 1.2rem;
}

#menu > ul li a:hover {
  background: #000;
  color: #2cdce8;
}

/* CONTENIDO */
section#caja {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 10px;
    position: relative; 
}

#contenedorhome {
    width: 88%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.37);
    padding: 17px;
    padding-top: 0px;
    top: 60px;
    float: left;
    margin-left: 6%;
}

/* HOME */
h1.titulohome {
    font-size: 4em;
    font-family: 'Pathway Gothic One', sans-serif;
    color:#2eb7cb;
    line-height: .1rem;
    text-align: center;
    }
.vermas {
    font-weight: 900;
    color: #2eb7cb;
    }

div#principal{
    padding: .5%;
    float: left;
    }
#principal img {
    width: 66%;
    float: left;
    margin: 0;
    }
#principal p {
    width: 34%;
    float: left;
    }

div#secundario{
    padding: .5%;
    margin-left: 9%;
    float: left;
}
#secundario img {
    width: 66%;
    float: left;
    margin: 0;
    }
#secundario p {
    width: 34%;
    float: left;
    }

.fondoblanco {
    background-color: white;
    padding-bottom: 1rem;
    float: left;
    }

.fondoblanco2 {
    background-color: white;
    float: right;
    }

.fondoblanco2 p {
    padding: 1% 2% 0 2%;
    margin: 0;
    }

.anchocolumna-home, .cajitascelestes {
    width: 33.3%;
}

.cajitascelestes {
    padding: .4rem;
    float: left;
    margin-bottom: 2%;
    text-align: center; 
    }

.fondoblanco h2 {
    font-weight: 300;
    font-size: 1.3rem;
    margin: 0;
    padding-top: .6rem;
    }

.fondoblanco2 h2 {
    font-family: 'Carrois Gothic SC', sans-serif;
    color: #39e6eb;
    background-color: rgb(244, 81, 81);
    font-size: .9rem;
    margin: 0;
    margin-top: 1rem;
    padding-left: 1.3rem;
    float: left;
    width: 34%;
    }

.botonfacebook {  
    padding: 1rem;
    font-size: 1.5rem; 
    float: left; 
    width: 49.8%; 
    text-align: center; 
    }

.fondoceleste {
    background-color: rgb(255, 93, 93);
    }
.fondomagenta {
    background-color: rgb(0, 0, 0);
    }
.fondoamarillo {
    background-color: rgb(48, 209, 221);
    }

/* FOOTER */

#contenidofooter {
    padding: 1%;
    max-width:960px; 
    min-width:320px;
    margin: 0 auto;
    text-align: center;
    padding: 0%;
    padding-left: 1%;
    padding-right: 1%;
    }

footer {
    width: 100%;
    color: rgb(172, 172, 172);
    float: left;
    }

/* Contenedor ingresantes */
.ingresar {
    width: 350px;
	padding: 20px;
	background-color: #99a1a7;
	}

/* Estilos etiquetas y Tick */
label {
	font-size: 2rem;
	font-family: 'Pathway Gothic One', serif;
	color:#fff;
	}
	
.tick {
	font-size: 1rem;
	font-family: 'Pathway Gothic One', serif;
}		

/* Estilos generales */
input[type="text"],
input[type="password"],
input[type="consulta"],
input[type="submit"],
input[type="button"]  {
	width: calc(100%);
	margin:10px 0 10px 0;
	padding:10px;
	border: solid 1px #16a085;
	font-size: 1.2rem;
    font-family: 'Pathway Gothic One', serif;
	background-color:#ecf0f1;
	}	

/* Botones */
input[type="submit"],
input[type="button"] {
	position:relative;
	width:calc(50% - 13px);
	background-color:#16a085;
	border:none;
	color:#000;
	
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
	
input[type="submit"]:active,
input[type="button"]:active{
	
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
	
    position:relative;
    top:7px;
	
    -webkit-box-shadow: 0px 2px 0px #16a085;
    -moz-box-shadow: 0px 2px 0px #16a085;
    box-shadow: 0px 2px 0px #16a085;
}	
	
input[type="submit"] {
	float:right;
	}	

/* Estilos tick cajita */
		
input[type="checkbox"] {
	-webkit-appearance: none;
    border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	position: relative;
}

input[type="checkbox"]:active, .input[type="checkbox"]:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

input[type="checkbox"]:checked {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}

input[type="checkbox"]:checked:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #99a1a7;
}