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%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*/////////////////////////////////////////*/

html, body {
	background: #eaeaea url(../images/bg.png) repeat;
	font-size: 12px;
	font-family: 'Indie Flower', cursive;
	min-width: 960px;
	margin: 0;
	padding: 0;
	color: #aaa;
}

.content h1 {
	font-size: 48px;
	color: #000;
	text-shadow: 0px 1px 1px #f4f4f4;
	text-align: center;
	padding: 50px 0 30px;    
}

.content h4 {
    font-size: 25px;
    color: #989898;
    text-shadow: 0px 1px 1px #f4f4f4;
    text-align: center;
    padding: 0px 0 15px;
}

.container {
	margin-top: 20px;
	margin-bottom: 20px;
}

.content1 {
	width: 610px;
	margin-left: auto;
	margin-right: auto;
}

.content2 {
	text-align: center;
}

.content2 img {
	border: 5px solid #e3e1d9;
	border-radius: 3px;
	margin-right: 20px;
}

.slider {
	width: 600px;
	height: 450px;
	border: 5px solid #e3e1d9;
	border-radius: 3px;
	vertical-align: top;
	display: inline-block;
}

.text {
	width: 30%;
	vertical-align: top;
	display: inline-block;
	font-size: 25px;
}

.photo {
	position: absolute;
	animation: round 16s infinite;
	-webkit-animation: round 16s infinite;
	opacity: 0;
}

.social {
	text-align: center;
}

.social img {
	margin: 10px;
}

/* Menú de mierda */ 
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0 auto;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  border-bottom: 3px solid #000;
  padding: 0 5px;
  width: 390px;
  font-family: 'Indie Flower', cursive;
  background: #dddddd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#cssmenu:after,
#cssmenu ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu ul li {
  display: inline-block;
}
#cssmenu.align-right ul li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu ul li a {
  font-size: 20px;
  padding: 15px;
  text-decoration: none;
  color: #0e83cd;
}
#cssmenu ul li:hover a,
#cssmenu ul li a:hover,
#cssmenu ul li.active a {
  color: #333333;
}
@media all and (max-width: 640px) {
  #cssmenu {
    padding: 0;
    border-radius: 0;
    border: 0;
  }
  #cssmenu ul li,
  #cssmenu.align-center,
  #cssmenu.align-right {
    display: block;
  }
}
/* END */

@keyframes round {
	25%{opacity:1;}
	40%{opacity:0;}
}

@-webkit-keyframes round {
	25%{opacity:1;}
	40%{opacity:0;}
}

img:nth-child(1){-webkit-animation-delay:0s; animation-delay:0s;}
img:nth-child(2){-webkit-animation-delay:4s; animation-delay:4s;}
img:nth-child(3){-webkit-animation-delay:8s; animation-delay:8s;}
img:nth-child(4){-webkit-animation-delay:12s; animation-delay:12s;}
img:nth-child(5){-webkit-animation-delay:16s; animation-delay:16s;}