/* FONT */

@font-face {
    font-family: 'Megalopolis';
    src: url('../fonts/megalopolisextra-webfont.eot');
    src: url('../fonts/megalopolisextra-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/megalopolisextra-webfont.woff') format('woff'),
         url('../fonts/megalopolisextra-webfont.ttf') format('truetype'),
         url('../fonts/megalopolisextra-webfont.svg#MEgalopolisExtraRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* GENERAL */

body{
	background-color:#f2eff7;
	background-image: url(../images/cortopolis_background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}

a,
a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #0488BC;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

.logo {
	margin-top: 20px;
}

.bigbutton {
	font-family: "Megalopolis", "Arial Black", Arial, Verdana, Helvetica, sans-serif; ;
	font-size: 24px;
	background-color: #543476; 
	border: 1px solid #5f348d;
	box-shadow: 0 -20px 20px rgba(0,0,0,0.2) inset, 0 2px 2px rgba(0,0,0,0.2);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	cursor: pointer;
	padding: 15px 25px 13px; 
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
}

a.bigbutton,
.bigbutton a,
.bigbutton a:link,
.bigbutton a:visited,
.bigbutton a:active{
	color: #FFFFFF;
}

.bigbutton:hover {
	background-color: #623591;
	border: 1px solid #543476; 
}

.bigbutton:active {
	box-shadow: 0 -20px 20px rgba(0,0,0,0.2) inset, 0 2px 2px rgba(0,0,0,0.5) inset;
}

.closed {
	font-family: "Megalopolis", "Arial Black", Arial, Verdana, Helvetica, sans-serif; ;
	font-size: 24px;
	background-color: #543476; 
	border: 1px solid #5f348d;
	box-shadow: 0 -20px 20px rgba(0,0,0,0.2) inset, 0 2px 2px rgba(0,0,0,0.2);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	cursor: default;
	padding: 15px 25px 13px; 
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	box-shadow: 0 -20px 20px rgba(0,0,0,0.2) inset, 0 2px 2px rgba(0,0,0,0.5) inset;
}

a.closed,
.closed a,
.closed a:link,
.closed a:visited,
.closed a:active,
.closed a:hover {
	color: #FFFFFF;
}

.splashbutton {
	color: #FFF;
	height: 15px;
	width: 40px;
	font-family: "Megalopolis", "Arial Black", Arial, Verdana, Helvetica, sans-serif; ;
	font-size: 14px;
	background-color: #543476; 
	border: 1px solid #5f348d;
	box-shadow: 0 -20px 20px rgba(0,0,0,0.2) inset, 0 2px 2px rgba(0,0,0,0.2);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	cursor: default;
	padding: 5px 7px;
	margin: 0 2px;
}

a.splashbutton,
.splashbutton a,
.splashbutton a:link,
.splashbutton a:active,
.splashbutton a:visited {
	color: #FFFFFF;
}

.splashbutton:hover {
	background-color: #743ab1;
	border: 1px solid #543476; 
}

.splashbutton:hover {
	background-color: #623591;
	border: 1px solid #543476; 
}

.splashbutton:active {
	box-shadow: 0 -20px 20px rgba(0,0,0,0.2) inset, 0 2px 2px rgba(0,0,0,0.5) inset;
}

.diseno {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.diseno a,
.diseno a:active,
.diseno a:link,
.diseno a:visited {
	font-weight: normal;
}

.seleccionados {
	text-align: left;
	line-height: 15px;
}

.seleccionados strong {
	font-size: 14px;
	color: #623591;
}

.line {
	padding-bottom: 20px;
}

.seleccionados_title {
	color: #543476;
	font-family: "Megalopolis", "Arial Black", Arial, Verdana, Helvetica, sans-serif; ;
	font-size: 22px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	padding-bottom: 30px;
}




