/* GENERAL */
*{
	margin:0;
	padding:0;
	outline:none;
}
body {
	font: normal 11px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	color: #FFF;
	padding:0;
	margin:0;
	background:#fff url(../images/general/bg-body.gif) repeat-x;
}
img {
	border:0;
}

a   { 
	outline: none;
	color: #FFF;
	text-decoration:none;
}

table,
tr,
td {
	border: 0;
 	border-collapse: collapse;
 	vertical-align: top;
}

p {
	margin-bottom: 18px;
}
.container {
	overflow: auto;
}

.alignleft {
	float: left;
	margin: 320px 0 0 30px;
}

.alignright {
	float: right;
	margin: 175px 30px 0 0;
}

.hide {
	display:none;
}
h1 {
	text-transform: uppercase;
	padding: 2px 0;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 18px;
}
th {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 5px 5px 0;
	text-align:right;
	
}
td {
	padding: 5px 0;
}
.input-text {
	width: 150px;
	border: 1px solid #a5acb2;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 2px;
}
.button{
	width: 154px;
	height: 30px;
	color: #fff;
	text-align:center;
	border: 0;
	padding-top:2px;
	font: normal 18px "Trebuchet MS", Arial, sans-serif;
	background: transparent url(../images/general/bg-bottom-154.png) no-repeat left top;
}
/* LAYOUT */
#conference,
#infocenter {
	width: 556px;
	height: 354px;
	margin: 10% auto 0 auto;
}
#conference {
	background: transparent url(../images/general/bg-acceso-conference.png) no-repeat;
}
#infocenter {
	background: transparent url(../images/general/bg-acceso-infocenter.png) no-repeat;
}

#foot {
	color: #000;
	margin-top: 10px;
	font: bold 11px "Trebuchet MS", Arial, sans-serif;
	text-align:center;
}
#foot a{
	color: #fe911b;
}