
@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body{
	font-family: 'Courier Prime', monospace;
	color: white;

}

h1{
	font-family:Consolas, 'Abril Fatface';
	font-size: 4em;
	text-align: center;
	
	
}

.texto-borde {
  -webkit-text-stroke: 2px black;
  color: transparent; 
}

h2{
	font-family: 'Abril Fatface';
	font-size: 2.5em;
}

h3{
	font-size: 2em;
}
	

.padding-textos{
	padding: 2em;
		 
}

p{
	text-align: center
	
}


img{
	width: 100%;
}

ul {
	text-align: right;
	text-decoration-color: black;
}


footer{
	background-color: black;
	color: white;
	font-size: 1em;
	text-align: center;
	
}


footer h6{
	 color: white;
	font-size: 1em;
	padding: 1em;
	
}	
	
.uno{
	background-image: url("img/about.jpg");
	background-size: cover;
	width: 100%; 
	
		
}

div.uno:hover{
	
	background-image: black, url("img/about.jpg");
	opacity: 0.8;
	
}

.dos{
	background-image: url("img/collage.jpg");
	background-size: cover; 
	width: 100%;
}

div.dos:hover{
	
	background-image: black, url("img/collage.jpg");
	opacity: 0.8;
	
}


.tres{
	background-image: url("img/nocollage.jpg");
	background-size: cover; 
	width: 100%;
}

div.tres:hover{
	
	background-image: black, url("img/nocollage.jpg");
	opacity: 0.8;
	
}


.cuatro{
	background-image: url("img/elisecowen.jpg");
	background-size: cover; 
	width: 100%;
	
}

div.cuatro:hover{
	
	background-image: black, url("img/elisecowen.jpg");
	opacity: 0.8;
	
}
	
.cinco{
	background-image: url("img/sonar.jpg");
	background-size: cover; 
	width: 100%;
		
	}

div.cinco:hover{
	
	background-image: black, url("img/sonar.jpg");
	opacity: 0.8;
	
}
	
.seis{
	background-image: url("img/borntoburn.jpg");
	background-size: cover; 
	width: 100%;
		
}

div.seis:hover{
	
	background-image: black, url("img/borntoburn.jpg");
	opacity: 0.8;
	
}


.siete{
	background-image: url("img/cuarto.jpg");
	background-size: cover; 
	width: 100%;
	
}

div.siete:hover{
	
	background-image: black, url("img/cuarto.jpg");
	opacity: 0.8;
	
}

.ocho{
	background-image: url("img/yahora.jpg");
	background-size: cover; 
	width: 100%;

	
}

div.ocho:hover{
	
	background-image: black, url("img/yahora.jpg");
	opacity: 0.8;
}


.nueve{
	background-image: url("img/colgada.jpg");
	background-size: cover; 
	width: 100%;
	
}

div.nueve:hover{
	
	background-image: black, url("img/colgada.jpg");
	opacity: 0.8;
	
}

.diez{
	background-image: url("img/vimeo.jpg");
	background-size: cover; 
	width: 100%;
	
}

div.diez:hover{
	
	background-image: black, url("img/vimeo.jpg");
	opacity: 0.8;
	
}

.once{
	background-image: url("img/street.jpg");
	background-size: cover; 
	width: 100%;
	
}

div.once:hover{
	
	background-image: black, url("img/street.jpg");
	opacity: 0.8;

}


.titulo{
	text-align: center;
	padding-top: 15%;
	padding-bottom: 15%;
	margin: 2em;
	
}

.titulo2{
	text-align: center;
	margin: 2em;
	padding-top: 10%;
	padding-bottom: 10%;

}

*{box-sizing:border-box;}

		.container{
			width:95%;
			max-width:900px;
			padding:32px 64px;
			margin:auto;
		}

		.social{
			width:48px;
			position:fixed;
			top:50px;
			right:0;
		}


		.social{
			top:50%;
			height:205px;
			margin-top:-100px;
		}


body {
  background-color: #ffdd90;
  background-image: url("img/fondo.png");
}



.contenedor{
    position: relative;
    display: inline-block;
    text-align: center;
}
 
.texto-encima{
    position: absolute;
    top: 10px;
    left: 10px;
}
.centrado{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


body {
  background-color: #ffdd90;
  background-image: url("img/fondo.png");
}


	





