/** By Juanplav **/

body {
	background-image:url(imagenes/fondo.png);
	background-repeat:repeat;
	margin: 0 auto;
	padding: 20px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
}
p::selection{
	background-color: #0CF;
}
a,a:visited,a:hover,a:active{
	color:inherit;
	text-decoration:none;
	outline: none;
	border: none !important;
}
#web{
	width:90%;
	max-width:950px;
	min-width:400px;
	margin:0 auto;
	display:block;
}
header {
	background-color: #00BFF0;
	height: auto;
	width: 100%;
	border-bottom: 3px solid #09C;
	vertical-align:top;
	display:block;
}
header nav {
	display:inline-block;
	margin: -15px 0 -20px -20px;
	text-align: left;
	font-size: 25px;
	font-family: 'Signika', sans-serif;
	font-weight: bold;
	text-shadow: 1px 1px 1px #09C, -1px -1px 1px #09C;
	text-transform: lowercase;
	letter-spacing: -1px;
	color:#0FF;
}
header nav ul li {
	color:#FFF;
	display:inline-block;
	list-style-type: none;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    transition: transform 0.5s ease;
}
header nav ul li:hover {
	-webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}
#logo {
	display:block;
	cursor: pointer;
	font-family: 'Signika', sans-serif;
	height: 70px;
	width: 230px;
	padding: 0px;
	margin: 0px 0px 0px -10px;
	font-size: 50px;
	text-transform: none;
	line-height: 70px;
	letter-spacing: -3px;
	text-decoration:none;
	color: #FFF;
	text-align: center;
	background-color:#0CF;
	box-shadow:
		2px 2px 0px #09C,
		4px 4px 0px #09C;
	text-shadow:
	-1px -1px 1px #09C,
	1px 1px 1px #09C,
	2px 2px 0px #09C,
	3px 3px 0px #09C,
	4px 4px 0px #09C;
	transform:skew(-10deg, 0deg) scale(1.0);
	-webkit-transform: skew(-10deg, 0deg) scale(1.0);
	-moz-transform: skew(-10deg, 0deg) scale(1.0);
	-o-transform: skew(-10deg, 0deg) scale(1.0);
	-ms-transform: skew(-10deg, 0deg) scale(1.0);
    -webkit-transition-property: -webkit-transform, color, background-color, text-shadow;
    -moz-transition-property: -moz-transform, color, background-color, text-shadow;
    -o-transition-property: -o-transform, color, background-color, text-shadow;
    transition-property: transform, color, background-color, text-shadow;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}
#logo:hover {
	background-color:#FFF;
	color:#0CF;
	text-shadow:
	-1px -1px 0px #FFF,
	1px 1px 0px #FFF,
	2px 2px 0px #FFF,
	3px 3px 0px #FFF,
	4px 4px 0px #FFF;
	transform:skew(-10deg, 0deg) scale(1.05);
	-webkit-transform: skew(-10deg, 0deg) scale(1.05);
	-moz-transform: skew(-10deg, 0deg) scale(1.05);
	-o-transform: skew(-10deg, 0deg) scale(1.05);
	-ms-transform: skew(-10deg, 0deg) scale(1.05);
}
#subtitulo {
	display:block;
	font-size: 14px;
	font-weight:normal !important;
	letter-spacing: 0px;
	color: #0FF;
	text-transform:none;
	letter-spacing:5px;
}
#idioma {
	display: inline-block;
	width: 80px;
	font-size: 12px;
	font-weight:normal;
	letter-spacing: 0px;
	color: #0FF;
	text-shadow:none !important;
	text-transform: uppercase;
	margin: 0 0 0 100px;
	float:right;
	margin:35px 20px 0 0;
}
#idioma span {
	padding: 2px 5px;
	border: 1px dotted #0FF;
}
#idioma span a:hover {
	color:#FFF;
}
#foto {
	height: 400px;
	width: 100%;
	background-image: url(imagenes/Girls.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
section span {
	font-family: 'Signika', sans-serif;
}
#prequote {
	color:#000;
	font-size: 22px;
	letter-spacing:-1px;
	line-height: 5px;
	text-align:right;
	padding: 240px 30px 0 0;
}
#prequote span {
	background-color: rgba(0, 204, 255, 0.8);
	padding: 0px 5px;
}
#quote {
	color:#000;
	font-size: 50px;
	letter-spacing:-2px;
	text-align:right;
	margin-top: -10px;
	padding-right: 30px;
	line-height: 1px;	
}
#quote span {
	background-color: #FFF;
	padding: 0px 10px;
	box-shadow:	3px 4px 0px #000;
}
footer {
	height: auto;
	width: auto;
	background-color: #0CF;
	border-top: 3px solid #09C;
	border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	margin: 0 0 25px 0 !important;
	padding: 10px 20px 0px 20px;
}
footer section {
	display:inline-block;
	width: 31%;
	height: auto;
	color:#FFF;
	font-size: 12px;
	line-height: 12px;
	text-align:justify;
	vertical-align:top;
}
#foo2 {
	padding: 0 10px;
	margin: 0 5px;
	border-right: 1px dotted #FFF;
	border-left: 1px dotted #FFF;
}
footer img{
	opacity: 0.7;
	border: none !important;
}
footer img:hover{
	opacity: 1;
	border: none !important;
	text-decoration: none;
}
footer span {
	letter-spacing:-1px;
	font-size: 22px;
	text-transform: lowercase;
	color: #FFF;
	text-shadow: 0px 0px 4px #09F;
	line-height:16px;
}


/** Viewport - Media **/

@media screen and (max-width:650px){
	footer section{
		width: 30%;
		font-size:11px;
	}
	footer span{
		font-size:21px;
	}
	body{
		padding: 10px 0 0 0;
	}
	#subtitulo {
		font-size: 13px;
	}
	#quote {
	font-size: 40px;	
	}
}
@media screen and (max-width:550px){
	footer section{
		width: 29%;
		font-size:10px;
	}
	footer span{
		font-size:20px;
	}
	body{
		padding: 5px 0 0 0;
	}
	#subtitulo {
		font-size: 12px;
	}
	#quote {
	font-size: 35px;
	margin-top: -5px;
	}
}
@media screen and (max-width:400px){
	footer section{
		width: 28%;
	}
	footer span{
		font-size:19px;
	}
	body{
		padding: 0;
	}
}