@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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
 
/* No olvides definir estilos para focus */
:focus {
  outline: 0;
}
 
/* No olvides resaltar de alguna manera el texto insertado/borrado */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
 
/* En el código HTML es necesario añadir cellspacing="0" */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a{
	text-decoration:none;
}
body{
	background:#232930;
	
	
	}

header{
	
}
h1{
font-family: 'Loved by the King', cursive;
font-size:110px;
color:#E75113;
text-align:center;
padding-bottom:30px;

	}
h2{
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	color:#fff;
	font-weight:normal;
	text-align:center;
	padding-bottom:80px;
	font-weight:300;
	line-height:130%;
	
	}
.txt p{
	font-size:30px;
	color:#fff;
	font-family:'Open Sans', sans-serif;
	text-align:center;
	padding-bottom:80px;
	font-weight:300;
	line-height:130%;
	}	
img{
	max-width:100%;
	height:auto;
	
	}
#wrapp{
	margin:6% auto;
	max-width:1080px;
	position:relative;
}
.cont{
	padding:20px;
	/*max-width:1080px;
	margin:0 auto;
	position:relative;*/
}
.container{
	width:100%;
	margin-bottom:20px;
}
.imagen{
	width:32.33%;
	height:auto;
	float:left;
	padding-right:1%;
}
.imagen.derecha{
	padding-right:0;
}
.center{text-align:center;}
.clear{
	clear:both;
}
.dovela{
	padding-bottom:50px;
}
@media only screen 
and (max-width : 520px) {
	.imagen{
		display:block;
		float:none;
		width:100%;
		margin:0 auto;
		text-align:center;
		}
	h1{
		font-size:70px;
	}
 
}
@media only screen 
and (max-width : 380px) {

	h1{
		font-size:50px;
	}
 
}