/** { outline: 2px dotted red } 
* * { outline: 2px dotted green }  
* * * { outline: 2px dotted orange }  
* * * * { outline: 2px dotted blue }  
* * * * * { outline: 1px solid red }  
* * * * * * { outline: 1px solid green }  
* * * * * * * { outline: 1px solid orange }  
* * * * * * * * { outline: 1px solid blue }*/

*{
	margin: 0;
 	 padding: 0;
 	 border: 0;
 }
html{
    position: absolute;
    width: 100%;
    height: 100%;
}
body{font-family: 'Montserrat';
	background-size: auto 100%;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
}
h1 {
	font-family: inherit;
    font-weight: 500;
}
header{
	background-color: rgba(255, 255, 255, 0.5);
	padding-bottom: 6px;
    margin-bottom: 5px;
	color: #ffff;
	text-align: center;
}
header div{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
header img{
	padding-top: 6px;
	vertical-align: middle;
	width: 55px;
}
.geoloc{
	padding-top: 15px;
	width: 96%;
	margin: 2% auto;
	text-align: center;
	background-color: rgba(2, 2, 2, 0.2);
	color: white;
}
.info{
	width: 45%;
	display: inline-block;
	vertical-align: middle;
	margin: 5px auto;
}
.info p {
	padding: 5px 0;
} 
.fontS{
	font-size: 0.9em;
	
}
.fontL{
	font-size: 1.3em;
	
    font-weight: bold;
}
.weather{
	
}
#icon_w{
	width: 80%;
	-webkit-animation: parpadeo 1.5s infinite;
	animation: parpadeo 1.5s infinite;
}
.userFile{
	    padding: 15px;
	color: #FFFFFF;
}

/*.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f2fadc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f2fadc;
	box-shadow:inset 0px 1px 0px 0px #f2fadc;
	background-color:#f8faf5;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #b2b8ad;
	display:inline-block;
	cursor:pointer;
	color:#757d6f;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ced9bf;
}
.myButton:hover {
	background-color:#9ba892;
	}*/

/* .project div {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	}
.project div img{
	max-width: 100%;
	max-height: 128px;
	}
*/
/*.thumb {
    height: 75px;
    border: 1px solid #000;
    margin: 10px 5px 0 0;
  }*/

/*Animaciones Keyframes*/

@-webkit-keyframes parpadeo {
	0%, 100% {
		opacity: 1.0;
	}
	50% {
		opacity: 0.3;
	}
}
@keyframes parpadeo {
	0%, 100% {
		opacity: 1.0;
	}
	50% {
		opacity: 0.3;
	}
}


/*Media Querys*/
@media screen and (max-height:450px){
	    
}


@media screen and (min-width:431px){
	header img{
	width: 75px;
	}
	
	header { 
    text-align: left;
	}
	.info{
		width: 20%;
    	margin: 0 2%;
	}
	#icon_w{
		width: 90%;
	}
	
}