/* ----- Colors Page ----- */
.grey { color: #5A596E; }
.green { color: #008D7F; }
.fuchsia { color: #008D7F; }
/* ===== Tags ===== */
body {
	color: #5A596E;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg-general.jpg) repeat-x;
}
h1, h2, h3, h4, h5, h6 {
	color: #008D7F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0 0 0.1em 0;
}
h3 { font-size: 22px; }
h4 { font-size: 19px; }
h5 { font-size: 15px; }
h6 {
	font-size: 13px;
	color: #fff;
}
h6 a {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}
p { margin: 0 0 0.5em 0; }
a { color: #5A596E; }
a:hover { color: #AE006E; }
strong {
	color: #AE006E;
	font-weight: bold;
}
label {
	display: block;
	margin: 0 0 5px 0;
}
input {
	color: #5A596E;
	border: none;
	padding: 0 5px;
}
input, select {
	margin: 0 0 10px 0;
	height: 25px;
	line-height: 25px;
}
select { border: solid 1px #CCC; }
button {
	position: relative;
	border: 0;
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
	font-size: 0px;
	z-index: 0;
	background-color: #C1CD23;
	background-image: url(../images/bg-btns.gif);
	background-repeat: no-repeat;
}
button:hover { background-color: #5096CE; }
button span { visibility: hidden; }
ul.horz{overflow: hidden;}
ul.horz li{
	float: left;
	margin: 0 7px 7px 0;
}
.last{margin-right: 0!important;}
.align-center{text-align: center;}
/* ===== Template ===== */
#general {
	width: 960px;
	margin: 0 auto;
}
/* ==== Header ==== */
#header {
	margin: 30px 0 15px;
	overflow: hidden;
	font-size: 15px;
	position: relative;
	height: 135px;
}
.logo {
	height: 130px;
	width: 90px;
	display: block;
	float: left;
	text-indent: -999px;
	overflow: hidden;
	margin: 0 40px 0 20px;
	background: url(../images/bg-logo.gif) no-repeat;
}
.logo a {
	height: 130px;
	width: 90px;
	display: block;
}
.title-header {
	text-indent: -999px;
	overflow: hidden;
	width: 50%;
	float: left;
}
.title-header.aday {
	height: 25px;
	background: url(../images/bg-title-header-aday.gif) no-repeat 0 0;
}
.title-header.register {
	height: 130px;
	background: url(../images/bg-title-header-register.gif) no-repeat 0 28px;
}
.title-header.things {
	height: 130px;
	background: url(../images/bg-title-header-things.gif) no-repeat 0 28px;
}
.title-header.speakers {
	height: 130px;
	background: url(../images/bg-title-header-things-speakers.jpg) no-repeat 0 28px;
	width: 82%;
}
#header p {
	position: absolute;
	left: 150px;
	top: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.6em;
}
/* ==== Content ==== */
#content.register {
	background: #FFF;
	padding: 0 0 45px 0;
}
#nav {
	height: 45px;
	margin: 0 0 35px 0;
	font-weight: bold;
	font-size: 14px;
	background: #C1CD23 url(../images/bg-nav.gif) repeat-x;
	overflow: hidden;
}
#nav ul { }
#nav ul li {
	display: block;
	float: left;
}
.btn-nav {
	height: 45px;
	line-height: 32px;
	width: 230px;
	display: block;
	text-align: center;
}
.btn-nav a {
	color: #fff;
	height: 45px;
	width: 230px;
	display: block;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/btn-nav.gif);
	background-repeat: no-repeat;
	line-height: 35px;
}
.btn-nav a:hover { text-decoration: underline; }
.btn-nav a.noactive {
	text-decoration: none;
	cursor: default;
}
.btn-nav.tickets a { background-position: 0 0; }
.btn-nav.your_account a { background-position: 0 -100px; }
.btn-nav.confirm_order a { background-position: 0 -200px; }
.btn-nav.payment a { background-position: 0 -300px; }
.btn-nav.tickets a.noactive { color: #F8A899; }
.btn-nav.your_account a.noactive { color: #C5C080; }
.btn-nav.confirm_order a.noactive { color: #80C6BF; }
.btn-nav.payment a.noactive { color: #D780B7; }
.btn-nav.tickets { background: #F15D22; }
.btn-nav.your_account { background: #8A8100; }
.btn-nav.confirm_order { background: #008D7F; }
.btn-nav.payment { background: #AE006E; }
.btn-nav.tickets, .btn-nav.your_account, .btn-nav.confirm_order { margin: 0 13px 0 0; }
.btn-nav.tickets a.select, .btn-nav.your_account a.select, .btn-nav.confirm_order a.select, .btn-nav.payment a.select {
	cursor: default;
	color: #fff;
	text-decoration: none;
}
.btn-nav.tickets a.select { background-position: 0 -50px; }
.btn-nav.your_account a.select { background-position: 0 -150px; }
.btn-nav.confirm_order a.select { background-position: 0 -250px; }
.btn-nav.payment a.select { background-position: 0 -350px; }
/* ==== Section ==== */
#section {
	padding: 0 30px;
	overflow: hidden;
}
/* === Section Left === */
#section-left {
	float: left;
	width: 610px;
}

.box-title { height: 50px; }
.box-info {
	padding: 0 0 20px;
	overflow: hidden;
}
.box-tickets {
	margin: 0 0 20px;
	border-bottom: 1px dashed #5B5A6F;
	padding: 0 0 20px;
}
.box-info ul { padding: 10px 0 30px 0; }
.box-info ul li { float: left; }
.box-info ul li a {
	display: block;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	background: #5B5A6F;
	color: #fff;
	text-decoration: none;
	margin: 0 12px 0 0;
}
.box-info ul li a:hover { background: #C1CD23; }
.box-info ul li a.active {
	font-weight: bold;
	background: #C1CD23;
}
.box-panels {
	border: 1px dashed #5B5A6F;
	padding: 10px;
	overflow: hidden;
	margin: 0 0 30px 0;
}
.box-panels ul { }
.box-panels ul li {
	float: left;
	margin: 0 9px 0 0;
	width: 110px;
}
.box-panels ul li.nospace { margin: 0; }
.more-info {
	width: 546px;
	background-color: #F0F4C9;
	background-image: url(../images/bg-more-info.gif);
	background-repeat: no-repeat;
	padding: 30px 20px 20px;
	margin: 10px 0 0;
	position: relative;
}
.more-info.workshop1 { background-position: -491px 0; }
.more-info.workshop2 { background-position: -372px 0; }
.more-info.workshop3 { background-position: -253px 0; }
.more-info.workshop4 { background-position: -134px 0; }
.more-info.workshop5 { background-position: -15px 0; }
.more-info h6 {
	font-size: 15px;
	color: #AE006E;
	margin: 0 0 0.5em 0;
}
.more-info ul li {
	float: none;
	width: auto;
	list-style: none;
	margin: 0 0 0.5em 0;
}
.btn-ticket {
	height: 120px;
	width: 110px;
	display: block;
	color: #fff;
	background: #C1CD23 url(../images/bg-btn-ticket.gif) no-repeat 0 0;
}
.btn-ticket a {
	height: 120px;
	width: 110px;
	display: block;
	color: #fff;
	text-decoration: none;
	background: #5B5A6F;
	cursor: pointer;
}
.btn-ticket a:hover { background: #AE006E; }
.btn-ticket a.select {
	background: #AE006E url(../images/bg-btn-ticket.gif) no-repeat 0 -130px;
	cursor: default;
}
.btn-ticket a.soldout {
	background: #AE006E url(../images/bg-btn-ticket.gif) no-repeat 0 -260px;
	cursor: default;
}
.box-btn-ticket-container {
	height: 120px;
	width: 110px;
	display: table;
	overflow: hidden;
}
.box-btn-ticket-vcenter {
	display: table-cell;
	vertical-align: middle;
}
.box-btn-ticket-vcenter_in {
	width: 90px;
	padding: 0 10px;
	text-align: center;
}
.box-more_info a {
	font-size: 11px;
	height: 15px;
	display: block;
	padding: 5px 0 0 15px;
	background: url(../images/box-more_info.gif) no-repeat 0 7px;
	overflow: hidden;
}
.box-more_info a:hover { background: url(../images/box-more_info.gif) no-repeat 0 -13px; }
.paragraph-tickets {
	margin: 0 0 30px 0;
	display: block;
}
.paragraph-tickets input {
	float:left;
	margin: 0 10px 0 0;
	padding: 0;
	height: 20px;
	line-height: 20px;
}
.paragraph-tickets label {
	float: left;
	height: 20px;
	line-height: 20px;
}
/* === Buttons === */
.box-btn { text-align: right; }
button.btn-sign_in, button.btn-edit {
	height: 25px;
	width: 100px;
}
button.btn-sign_in { background-position: 0 0; }
button.btn-sign_in:hover, button.btn-sign_inHover { background-position: 0 -30px; }
button.btn-edit { background-position: 0 -60px; }
button.btn-edit:hover, button.btn-editHover { background-position: 0 -90px; }
button.btn-continue, button.btn-confirm, button.btn-edit2, button.btn-start_over {
	height: 35px;
	width: 125px;
}
button.btn-continue { background-position: 0 -120px; }
button.btn-continue:hover, button.btn-continueHover { background-position: 0 -160px; }
button.btn-confirm { background-position: 0 -200px; }
button.btn-confirm:hover, button.btn-confirmHover { background-position: 0 -240px; }
button.btn-edit2 {
	background-position: 0 -280px;
	margin: 0 10px 0 0;
}
button.btn-edit2:hover, button.btn-edit2Hover { background-position: 0 -320px; }
button.btn-print_tickets, button.btn-print_receipt, button.btn-print_pdf {
	height: 25px;
	width: 150px;
}
button.btn-print_tickets { background-position: 0 -360px; }
button.btn-print_tickets:hover, button.btn-print_ticketsHover { background-position: 0 -390px; }
button.btn-print_receipt { background-position: 0 -420px; }
button.btn-print_receipt:hover, button.btn-print_receiptHover { background-position: 0 -450px; }
button.btn-print_pdf { background-position: 0 -480px; }
button.btn-print_pdf:hover, button.btn-print_pdfHover { background-position: 0 -510px; }
button.btn-start_over { background-position: 0 -660px; }
button.btn-start_over:hover, button.btn-start_overHover { background-position: 0 -700px; }
input.btn-continue, input.btn-confirm {
	height: 35px;
	width: 125px;
	border: none;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg-btns.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}
input.btn-continue { background-position: 0 -120px; }
input.btn-continue:hover, input.btn-continueHover { background-position: 0 -160px; }
input.btn-confirm { background-position: 0 -200px; }
input.btn-confirm:hover, input.btn-confirmHover { background-position: 0 -240px; }
/* === Section Right === */
#section-right {
	float: right;
	width: 260px;
	margin: 50px 0 0 0;
	position: relative;
}
/* == Summary == */
.box-summary {
	width: 258px;
	border: solid 1px #C1CD23;
	margin: 0 0 20px 0;
}
.box-summary-photo {
	height: 186px;
	width: 258px;
	background: url(../images/photo-summary.jpg) no-repeat;
	text-indent: -999px;
	overflow: hidden;
}
.box-summary-photo2 {
	height: 195px;
	width: 260px;
	background: url(../images/photo-summary2.jpg) no-repeat;
	text-indent: -999px;
	overflow: hidden;
}
.box-summary-text { padding: 15px; }
.box-summary-text-left {
	float: left;
	padding: 5px 0;
}
.box-summary-text-right { float: right; padding: 5px 0; }
/* == Summary == */
#box-time_left {
	border: solid 1px #C1CD23;
	width: 258px;
	background: #F0F4C9;
}
.box-time_left-text {
	height: 60px;
	background: url(../images/bg-box-time_left-text.jpg) no-repeat;
	text-indent: -999px;
	overflow: hidden;
}
.box-time_left-time {
	width: 160px;
	margin: 20px auto;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	color: #fff;
	text-transform: uppercase;
}
.box-time_left-time span {
	font-size: 40px;
	display: block;
}
.box-mins, .box-secs {
	width: 70px;
	margin: 5px;
	padding: 5px 0;
}
.box-mins {
	background: #008D7F;
	float: left;
}
.box-secs {
	background: #AE006E;
	float: right;
}
.box-summary-line {
	margin: 5px 0;
	height: 1px;
	background: #C1CD23;
}
/* ==== Footer ==== */
#footer {
	background: #fff url(../images/bg-footer.jpg) repeat-x 0px 0px;
	padding: 30px 0;
	margin: 0 auto;
	text-align: center;
}
#footer-content {
	width: 960px;
	margin: 0 auto;
}
#footer-content img {
	margin: 20px 0;
	text-align: center;
}

#footer-content a {
	text-decoration: underline;
}
/* ===== Form ===== */
.alert {
	padding: 10px;
	border: solid 1px #F00;
	margin: 0 0 20px 0;
	color: #F00;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/* Alert Login */
.alert-login {
	height: 140px; /* Se puede cambiar*/
	display: table;
	overflow: hidden;
}
.alert-login-vcenter {
	display: table-cell;
	vertical-align: middle;
}
.alert-login-vcenter_in {
	background: #fff;
	padding: 10px;
	border: solid 1px #F00;
	color: #F00;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/* */

.box-form-left, .box-form-right {
	width: 280px;
	margin: 0 0 10px 0;
}
.box-form-left { float: left; }
.box-form-right { float: right; }
.box-form-left input, .box-form-right input {
	width: 268px;
	background:url(../images/bg-inputs.gif) no-repeat 0 -80px;
}
.box-form-left select, .box-form-right select { width: 278px; }
.box-form-left .first_name {
	width: 170px;
	background:url(../images/bg-inputs.gif) no-repeat 0 0;
}
.box-form-left .mi { width: 70px; }
input.mi { background:url(../images/bg-inputs.gif) no-repeat 0 -40px; }
.box-panels p input, .box-panels p label {
	margin: 0;
	border: 0;
	display: inline;
	height: inherit;
}
.box-form-right .zip_code {
	width: 80px;
	background:url(../images/bg-inputs.gif) no-repeat 0 -120px;
}
.box-form-left-forms-left, .box-form-left-forms-left2, .box-form-left-forms-left3 {
	float: left;
	width: 182px;
}
.box-form-left-forms-left2 { width: 130px; }
.box-form-left-forms-left3 { width: 250px; }
.box-form-left-forms-right, .box-form-left-forms-right2, .box-form-left-forms-right3 {
	float: right;
	width: 82px;
}
.box-form-left-forms-right2 { width: 130px; }
.box-form-left-forms-right3 {
	width: 20px;
	height: 18px;
	margin: 2px 0;
	display: block;
	text-indent: -999px;
	overflow: hidden;
	background: url(../images/bg-btn-information.gif) no-repeat 0 0;
}
.box-form-left-forms-right3 a {
	width: 20px;
	height: 18px;
	display: block;
}
.box-form-left-forms-right3 a:hover { background: url(../images/bg-btn-information.gif) no-repeat 0 -20px; }
.box-form-left-forms .box-form-left-forms-right2 select, .box-form-left-forms .box-form-left-forms-left2 .code { width: 128px; }
.box-form-right-forms-left {
	float: left;
	width: 90px;
}
.box-form-right-forms-right {
	float: right;
	width: 170px;
}
.box-form-right .phone_number {
	width: 158px;
	background:url(../images/bg-inputs.gif) no-repeat 0 -160px;
}
.box-form-right .security {
	width: 240px;
	background:url(../images/bg-inputs.gif) no-repeat 0 -200px;
}
p.paragraph-account {
	margin: 0 0 30px 0;
	font-size: 15px;
	color: #008C7F;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* ===== Confirm ===== */
.box-panels .paragraph-confirm { text-align: right; }
.box-confirm-ticket {
	margin: 0 0 10px 0;
	overflow: hidden;
}
.box-confirm-ticket-text {
	float: left;
	height: 130px;
	line-height: 130px;
	width: 110px;
	text-align: center;
}
.box-confirm-ticket-select {
	float: right;
	border-bottom: dashed 1px #5B5A6F;
	padding: 0 0 10px 0;
}
.box-confirm-ticket-select ul li .box-btn-ticket-vcenter_in { color: #5B5A6F; }
.box-confirm-ticket-select ul li .btn-ticket { background: #F0F0F0; }
.box-account-info {
	padding: 4px;
	margin: 0 0 10px 0;
	background: #F0F0F0;
}
.box-account-info {
	margin: 0 0 10px 0;
	padding: 0;
	height: 22px;
	line-height: 22px;
	display: block;
	background: none;
}
.box-account-info.filling { background: #F0F0F0; }
.box-btn p {
	display: inline;
	font-weight: bold;
	color: #AE006E;
	float: left;
	margin: 10px 0 0 245px;
}
.box-btn p.step-1 { margin: 0 0 0 130px; }
/* ===== Confirmation ===== */
.paragraph-confirmation {
	font-weight: bold;
	color: #AE006E;
	margin: 20px 0;
}
/* ===== Thank ===== */
.box-thank-left {
	width: 420px;
	float: left;
}
.box-panels.thank { padding: 25px 10px; }
.box-thank-left.print_tickets { height: 70px; }
.box-thank-left.print_receipt { height: 35px; }
.box-thank-left.print_pdf {
	height: 25px;
	line-height: 25px;
}
.box-thank-right {
	width: 150px;
	float: right;
}
.box-thank-right.print_tickets { margin: 23px 0 0 0; }
.box-thank-right.print_receipt { margin: 5px 0 0 0; }
.box-thank-right.print_pdf { margin: 0; }
.link-summary-photo2 {
	position: absolute;
	left: 0;
	top: 0;
}
.link-summary-photo2 img {
	height: 195px;
	width: 260px;
}
/* ===== Session ===== */
.box-session p {
	font-weight: bold;
	color: #AE006E;
}
.box-thank-right-session {
	display: block;
	float: right;
}
/* ===== Splash ===== */
#content.splash {
	margin: 35px 0 0 0;
	padding: 0 0 45px 0;
	overflow: hidden;
	position: relative;
}
img.link-home {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 612px;
	height: 321px;
}
.box-splash-left-home, .box-splash-left, .box-splash-right { height: 321px; }
.box-splash-left-home, .box-splash-left {
	text-indent: -999px;
	overflow: hidden;
	width: 612px;
	float: left;
	background: url(../images/photo-coming_soon.jpg) no-repeat 0 0;
}
.box-splash-left-home { background: url(../images/photo-home.jpg) no-repeat 0 0; }
.box-right { float: right; }
.box-splash-right, .box-splash-right2 {
	width: 319px;
	text-align: center;
	/*background: url(../images/photo-more_about.jpg) no-repeat left bottom;*/
	background: #fff;
	float: right;
}
.box-splash-right-text {
	height: 30px;
	line-height: 30px;
	background: #008D7F;
}
/* ===== Index ===== */
.box-splash-right2 {
	/*background: url(../images/photo-more_about2.jpg) no-repeat left bottom;*/
	background: #fff;
	height: 161px;
}
.box-login, .box-login-alert {
	background: #AE006E;
	height: 140px;
	margin: 0 0 20px 0;
	color: #fff;
	padding: 0 20px;
	width: 279px;
}
.box-login-alert { position: relative; }
.btn-close-login, .btn-close-more {
	height: 25px;
	width: 25px;
	display: block;
	background: url(../images/bg-btns.gif) no-repeat 0 -540px;
	text-indent: -999px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	right: 10px;
}
.btn-close-more {
	background: url(../images/bg-btns.gif) no-repeat 0 -600px;
	top: 20px;
}
.btn-close-login a, .btn-close-more a {
	height: 25px;
	width: 25px;
	display: block;
}
.btn-close-login a:hover { background: url(../images/bg-btns.gif) no-repeat 0 -570px; }
.btn-close-more a:hover { background: url(../images/bg-btns.gif) no-repeat 0 -630px; }
.box-login p { padding: 10px 0; }
.box-login label {
	display: inline-block;
	margin: 0;
	width: 65px;
}
.box-login a {
	color: #fff;
	font-size: 11px;
}
.box-login a:hover { color: #C1CD23; }
.box-login-form {
	height: 25px;
	margin: 0 0 5px 0;
	overflow: hidden;
}
.box-login-form label { float: left; }
.box-login-form .email {
	width: 198px;
	float: left;
	background: url(../images/bg-inputs.gif) no-repeat 0 -240px;
}
.box-login-form .pass {
	width: 85px;
	float: left;
	background: url(../images/bg-inputs.gif) no-repeat 0 -280px;
}
button.btn-sign_in { float: right; }
.box-login-form.link {
	text-align: right;
	padding: 10px 0 0 0;
	height: auto;
}
/* ===== Deals ===== */
#section.deals { padding: 40px 30px 0; }
.box-deals {
	padding: 20px 0;
	border-bottom: dotted 1px #5B5A6F;
}

/*.box-deals em {
	font-style: italic;
}*/

.box-deals h6 {
	font-size: 13px;
	color: #AC006C;
	font-weight: bold;
	margin: 0 0 0.5em;
}


.speakers img{
border: 1px solid #980065;
}

.speakers .fltlft{
float: left; margin-right: 19px;
}

.speakers p{ margin-bottom:10px;
 
}


.speakers_ttl{ font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
    line-height: 1.6em;
	margin: 0 0 20px;
 
}

.speakers_ttl a{ font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
    line-height: 1.6em;
	margin: 0 0 20px;
 
}

