/* CSS Document */
/* CLASES MAIN PAGE */
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #ee1c24;
}
body {
	width: 100%;
	height: 100%;
	background: #fff;
	overflow-y: hidden;
	overflow-x: hidden;
}
img {
	border: none;
}

#demo-text {
	font-weight: bolder;
	color: #FFFFFF;
	float: left;
	font-size: 28px;
	background-image: url(../img/encpcc2.png);
	background-color: #FFF;
	background-repeat: no-repeat;
	padding-top: 9px;
	padding-bottom: 17px;
	padding-left: 150px;
	width: 90%;
}
.header{
	/*	float: left;*/
	width: 100%;
	height: 70px;
	background-color: #FFF;
	padding-top: 5px;
	padding-left: 5px;
}

.header #demo-text sup {
	color: #FFF;
}

#event {
	background-image: url(../img/cuadro.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 135px;
	right: 27px;
	width: 400px;
	height: 60px;
	overflow: hidden;
	float: right;
	padding: 10px 0px 0px 25px;
}
#entertext {
	font-size: 14px;
	font-weight: bold;
}
#event span a{
	color:#EE1C24;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 0%;
	padding-left: 120px;
}
reg {
	font-size: 10px;
}
