body {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	padding-top: 2em;
}

#wrap {
	max-width: 960px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

/* HEAD
____________________________________________________________________	*/

h1 {
	font-size: 1em;
	font-weight: normal;
}

h1 span {
	display: block;
}

/* LINKS
____________________________________________________________________	*/

a {
	text-decoration: none;
	color: #C00;
}
a:hover {
	color: #F99;
}
a:hover img {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.active {
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}

/* MENU 
____________________________________________________________________	*/

#menu {
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 2em;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	display: inline-block;
	padding: 0.5em;
	list-style-type: none;
}


/* SECTION 
____________________________________________________________________	*/

section {
	margin-bottom: 4em;
	padding-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003DA5;
}

h2 {
	font-family: 'Shadows Into Light', cursive;
	font-size: 3em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	line-height: 100%;
}

h3 {
	font-family: 'Shadows Into Light', cursive;
	font-size: 3em;
	text-align: center;
	line-height: 100%;
}

h4 {
	font-family: 'Shadows Into Light', cursive;
	font-size: 3em;
	text-align: center;
	font-weight: normal;
	line-height: 100%;
}

.personas {
	font-weight: bold;
}

.iconmano {
	width: 120px;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

section img {
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

article {
	text-align: left;
	max-width: 640px;
	margin-right: auto;
	margin-left: auto;
}

article p {
	line-height: 1.4em;
	color: #333;
}

article ul {
	line-height: 1.4em;
	color: #333;
}
article li {
	margin-bottom: 1em;
}

figure {
	margin: 0px;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
	color: #333;
	text-align: center;
}

figure p {
	font-size: small;
}

/* FOOTER 
____________________________________________________________________	*/

footer {
	font-size: 0.9em;
	padding-bottom: 2em;
}

footer ul {
	padding: 0px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

footer ul li {
	display: inline-block;
	padding: 0.5em;
	list-style-type: none;
}

.lamanonomas {
	font-family: 'Shadows Into Light', cursive;
	font-size: 2em;
	font-weight: bold;
	}

.partners {
	max-width: 640px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 1em;
}
.partners img {
	width: 100%;
	}

/* STANDART 
____________________________________________________________________	*/

video {
	width: 98%;
}

.containervideo {
	max-width: 640px;
}

.hidden {
	display: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

.hashtag {
	font-style: italic;
}

.cookies {
	font-size: small;
	color: #666;
	margin-bottom: 1em;
}

.scrollup {
	width:40px;
	height:40px;
	opacity:0.7;
	position:fixed;
	bottom:1em;
	right:1em;
	display:none;
	text-indent:-9999px;
	background-image: url(https://www.pepeteran.es/imgs/t_icon_top.png);
	background-repeat: no-repeat;
}

dl, dt {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

dt {
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

dd {
	margin-bottom: 2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: small;
	font-style: italic;
	padding: 0px;
}
.separa {
	background-color: #CCC;
	height: 1px;
	max-width: 640px;
	margin-right: auto;
	margin-left: auto;
}

.fabrizio {
	font-size: small;
	color: #666;
	padding-top: 1em;
	text-align: center;
}

@media screen and (max-width: 640px) {
	
	body {
	padding-top: 1em;
}
	#menu {
	font-size: small;
	text-transform: uppercase;
	letter-spacing: 0em;
}
footer ul {
	letter-spacing: 0em;
}

h1, h2, h3 {
	letter-spacing: 0em;
}