
body{
	font-size: 16px;
    font-family: 'ubuntu', monospace;
    position: relative;
	background: white;
	
}

header{
	height: 55px;
	background:transparent;/*rgb(0,0,210)*/
}
header h1{
	display: inline-block;
	width: 20%;
	min-width: 200px;
	margin: 0px;
	height: 50px;
	line-height: 50px;
	margin-left:25%;
	margin-top: 15px;
	}
header h1 > *{
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	color: white;
	font-weight: lighter;
	font-size: 0.8em;
	margin: 0px 3px;
	font-weight: bold;
	text-shadow: 0px 0px 0px #000000,
    1px 1px 0px #000000, 2px 2px 0px #000000;
}
header h1 figure{
	height: 40px;
	width: 40px;
	margin: 0px;
}
header h1 figure img{
	height: 100%;
}

#fotogrande #fotograndemostrar{
position: relative;
width: 100%;
height: 50%;
background:transparent;
margin: 0px;
}

#fotogrande #fotograndemostrar img{
position: relative;
width: 120%;
margin-left:-10%;
}

#fotogrande #promo{
position: absolute;
min-width: 80px;
min-height:80px; 
left: 68%;
top:100px;
z-index: 50;
background:url("../img/imagenes/switchwifi/oferta.png") center center no-repeat;
background-size: cover;
}

#fotopequetexto #fotospeques{
	background:transparent;

}

#fotopequetexto #fotospeques .cuadro{
	position:relative;
	width: 175px;
	height: 175px;
	border-radius: 5px;
	border: 1px solid black;
	display: inline-block;
	background: transparent;
	-webkit-perspective: 20px;

}



#fotopequetexto #fotospeques .cuadro .caja{
	position: absolute;
	width: 155px;
	height: 155px;
	transition-duration:0.3s;
	cursor: pointer;
	
}

#fotopequetexto #fotospeques .cuadro .caja:hover{ 
-webkit-transform: translateZ(4px);
}

#fotopequetexto #fotospeques .cuadro #fotopeque1{
top: 6px;
left: 10px;
background:url("../img/2315.png") center center no-repeat;
background-size: cover;
}


#fotospeques .cuadro .cajapeque{
	position: relative;
	height: 40px;
	width: 100%;
	margin-top:6px;
	margin-left: 0px;
	z-index: 50;
	top:129px;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(240,47,23,0) 0%, rgba(0,0,0,0.99) 99%, rgba(0,0,0,1) 100%);
	color: white;
	font-family: 'Ubuntu';
    text-align: justify; 
}

#fotopequetexto #textodescrip{
	position: relative;
	display: inline-block;
    background: transparent;
    width: 100%;
    height: 50%;
    text-align: center;

} 


#fotopequetexto #textodescrip #descrip{
	width: 85%;
	margin-left: 30px;
}

#fotopequetexto #textodescrip p{
	text-align: justify;
	font-family: 'Work+Sans:300';   
}

#videos{
	position: relative;
	text-align: center;
}

iframe{
	height: 80%;
}


#videos #video1{
	position: relative;
	height:300px;
	background: transparent;
}


#videos #video2{
	position: relative;
	height:300px;
	background: transparent;
}



footer {
position:relative; 
height: 150px;
width: 100%;
margin-bottom:0px;
background: black;
color: white;
transition-duration: 0.4s;
margin-top: 20px;
z-index: 90;
text-align: center;
}
footer .rrss{
	margin-top: 15px;
	width: 100%;
	padding-top: 30px;
}

footer .rrss a #face{
	height: 50px;
	width: 50px;
	background:url("../img/fb.ico") center center no-repeat;

}

footer .rrss a #face:before{
	content: "";
	position: relative;
	top:0px;
	left:0px;
	font-size:40px;
	color: white;
}

footer .rrss a #twi{
	height: 50px;
	width: 50px;
	background:url("../img/tw.ico") center center no-repeat;
}

footer .rrss a #twi:before{
	content: "";
	position: relative;
	top:0px;
	left:0px;
	font-size:40px;
	color: white;

}

footer .rrss a #youtu{
	
	height: 50px;
	width: 50px;
	background:url("../img/yt.ico") center center no-repeat;

}

footer .rrss a #youtu:before{
	content: "";
	position: relative;
	top:0px;
	left:0px;
	font-size:40px;
	color: white;

}


footer .rrss a #what{
	
	height: 50px;
	width: 50px;
	background:url("../img/wp.ico") center center no-repeat;

}

footer .rrss a #what:before{
	content: "";
	position: relative;
	top:0px;
	left:0px;
	font-size:40px;
	color: white;

}


footer .rrss a{
	display: inline-block;
	width: 50px;
	height: 50px;
	
}


footer p{
	margin: 30px 0px 0px 0px; 
	font-family: 'Quicksand';
	font-size: 0.8em;
	font-weight: lighter;
}

@media screen and (min-width: 440px){
	body{
	background:white;
}

#fotogrande #promo{
top:6%;
height: 100px;
width: 100px;
}	

}


@media screen and (min-width: 600px){
	body{
	background: white;
}
#fotogrande #promo{
top:7%;
left: 75%;
height: 120px;
width: 120px;
}	

#fotopequetexto #fotospeques{
width: 80%;
margin-left:10%;
}


}

@media screen and (min-width: 767px){
	body{
	background:white;
}

header h1{
	margin-left: 40%;
}

#fotogrande #fotograndemostrar{
	width: 70%;
	left: 30%;
}

#fotogrande #fotograndemostrar img{
	width: 60%;
}

#fotogrande #promo{
	left:55%;
	width: 120px;
	height: 120px;
	top:120px;
}


 #fotopequetexto #fotospeques {
 	display: inline-block;
 	width: 50%;
 	background: transparent;
 	margin-left: 0%;
 	padding: 0px;
 	margin: 0px;
 }

#fotopequetexto #fotospeques .cuadro{
	margin-top: 20px;
	margin-left: 30px; 
}


#fotopequetexto #textodescrip{
	display: inline-block;
	width: 49%;
 	
 }

#fotopequetexto #textodescrip h2{
position: relative;
top: 140px;
}

#fotopequetexto #textodescrip #descrip{
position: relative;
top: 140px;

}
iframe{

	height: 100%;
	width: 50%;
}

#videos #video1{
	height: 400px;

}

#videos #video2{
	height: 400px;
	top: 60px;

}

footer .rrss{
	margin-top: 110px;
	
}


@media screen and (min-width: 950px){
body{
	background:white;
}

#fotopequetexto #textodescrip{
top: -90px;
}

}

