body{
	width:100%;
	margin:auto;
	color:#3868D8;
	font-family: 'Arial';
}
body h1{
	font-size:40px;
	color:#31343C;
}
body h2{
	color:#414840;
}
.container{
	width:100%;
	border-bottom-style:solid;
	text-align:center;
	border-bottom-width: 30px;
}

.container img{
	width:370px;
	padding:16px;
	margin:auto;
}

.mainText{
	width:700px;
	text-align:center;
	margin:auto;
	font-size:13px;
	margin-bottom:30px;
	color:#7C7C7C;
}
.botonRojo{
	width:130px;
	height:30px;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	margin-top:30px;
	margin:auto;
	padding-top:10px;
	background-color:#B00000;
	color:#fff;
}
.botonRojo a{
	text-decoration:none;
	color:#fff;
}

  .secondTitle{
	font-style:none;
	font-size:25px;
}
.container2{
	width:100%;
	text-align:center;
}
.fotos{
	width:500px;
	margin:auto;
	display:inline-block;
}
.fotos img{
	margin-right:20px;
	width:100px;
}
body .music{
	display:none;
}
.footer{
	width:100%;
	text-align:center;
	color:#646464;
	font-size:14px;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
 
.clearfix:after {
  clear: both;
}
 
.clearfix {
  *zoom: 1;
}