@import url(http://fonts.googleapis.com/css?family=Chivo:400,900);

* { margin: 0; padding: 0; }

body {
	background: #000;
	color: #000;
	font-size: 23px;
	font-family: 'Chivo', sans-serif;
	text-align: center;
}

h1 {
	font-size: 44px;
	font-weight: bold;
	color: #FFF;
}

.split {
	width: 1000px;
	margin: 0 auto;
}

.split-left {
	float: left;
	width: 424px;
	padding: 5px;
}

.split-left li {
	float: left;
	list-style: none;
	padding: 5px;
}

.split-left img {
	border: 1px solid #C4171D;
}

.split-right {
	float: right;
	width: 535px;
	background: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 10px;
	margin-top: 10px;
}

.split-right span {
	font-size: 18px;
	margin-bottom: 15px;
}

.split-right ul {
	list-style-image:url(images/estar.png);
}

.split-right li {
	padding: 7px;
}

.clear {
	clear: both;
}

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-size:28px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow:1px 1px 0px #810e05;
	margin-top: 30px;
}

.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
}

.button:active {
	position:relative;
	top:1px;
}