/* ----------------------------------------------------------------------------------------------------- */
/* default styles */
body {
	margin: 18px 0 15px 0;
	font-family: Arial, Helvetica;
	font-size: 12px;
	background: #444f59;
	color: #070707;
}
br {
	clear: both;
}
ul {
	list-style-type: none;
	overflow: hidden;
}
img, ul, li, form, fieldset, legend, h1, h2, h3, h4, h5, h5, p, hr {
	margin: 0;
	padding: 0;
	border: 0;
}
input, textarea, select {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
a {
	outline: 0;
}
br {
	clear: both;
}


#wrapper_top {
	width: 922px;
	height: 20px;
	margin: 0 auto -9px auto;
	background: url(../images/wrapper_top.jpg);
	position: relative;
	z-index: 1;
}
#wrapper_bottom {
	width: 922px;
	height: 20px;
	margin: -9px auto 0 auto;
	background: url(../images/wrapper_bottom.jpg);
	position: relative;
	z-index: 1;
}
#wrapper {
	width: 900px;
	margin:auto;
	padding: 0 11px;
	background: #edebdf url(../images/wrapper.jpg);
	position: relative;
	z-index: 3;
}

#menu {
	background: url(../images/fondo_menu.jpg) 448px 75px no-repeat;
	padding-bottom: 10px;
}
#menu li {
	float: left;
}
#menu li a {
	display: block;
	padding: 33px 20px 11px 21px;
	border-bottom: 1px #bcc9cd solid;
	background: url(../images/separador_menu.png) -1px 32px no-repeat;
}
#menu li a.first {
	padding: 33px 20px 11px 22px;
	background: url(../images/separador_menu.png) -10px 32px no-repeat;
}
#menu li a.activelink, #menu li a:hover {
	background: #bcc9cd;
}


#navbar {
	padding: 0 0 0 12px;
}
#navbar li {
	float: left;
	font-family: small fonts;
	text-transform: uppercase;
	font-size: 7px;
	padding: 0 0 0 12px;
	background: url(../images/separador_navbar.jpg) bottom left no-repeat;
	letter-spacing: 1px;
}
#navbar li.first {
	background: url(../images/separador_navbar.jpg) -50px -50px no-repeat;
}
#navbar li a {
	color: #717476;
	text-decoration: none;
}


#header {
	height: 95px;
	overflow: hidden;
}
#header a img {
	float: left;
	margin: 24px 0 0 21px;
}
#header div {
	float: right;
	width: 380px;
	text-align: right;
	font-size: 11px;
	margin: 0 22px 0 0;
	line-height: 14px;
	padding-right: 55px;
	padding-bottom: 3px;
	background: url(../images/iconos.png) no-repeat right -2px;
	position: relative;
}
#header div #facebook {
	display: block;
	position: absolute;
	top: 1px;
	right: 5px;
	text-indent: 9000px;
	width: 30px;
	height: 30px;
}
#header div #twitter {
	display: block;
	position: absolute;
	top: 39px;
	right: 5px;
	text-indent: 9000px;
	width: 30px;
	height: 30px;
}
#header div a img {
	float: right;
	margin: 0 0 0 0;
}
#header div p {
	clear: right;
	color: #4f84a9;
}
#header div span {
	display: block;
	color: #717476;
}
#header div span a {
	color: #717476;
	text-decoration: none;
}


#main {
	height: 218px;
	background: url(../images/fondo_principal.jpg) no-repeat;
	padding: 0 0 2px 0;
	border-bottom: 1px #bcc9cd solid;
}

#flash {
	float: left;
	width: 600px;
	height: 218px;
}
#search {
	float: right;
	width: 220px;
	height: 218px;
	margin: 12px 45px 0 0;
}
#search h2 {
	color: #b10010;
	line-height: 20px;
	font-size: 16px;
	margin: 3px 0 7px 0;
}
#search form input.text, #search form select.select {
	border: 1px #7f9db9 solid;
	float: left;
	height: 17px;
	padding: 1px 0 0 8px;
	font-size: 13px;
	width: 210px;
	margin: 0 0 9px 0;
	color: #050505;
}
#search form select.select {
	width: 220px;
	height: 20px;
	padding: 0 0 0 8px;
}
#search form input.submit {
	float: right;
}
#search_by_word {
	padding: 0 0 8px 0;
	margin: 0 0 16px 0;
	border-bottom: 1px #adadac solid; 
	overflow: hidden;
}


#home {
	overflow: hidden;
	margin: 20px 0;
	background: url(../images/fondo_home.jpg) 301px 0px repeat-y;
}
#home div.news, #home div.speakers, #home div.events {
	float: left;
	padding: 0 30px;
	line-height: 15px;
}
#home div.news h2, #home div.speakers h2, #home div.events h2 {
	color: #b10010;
	text-decoration: none;
	line-height: 20px;
	font-size: 16px;
	margin: 5px 0 10px 0;
}
#home div.news {
	width: 241px;
}
#home div.speakers {
	width: 530px;
	padding: 0 0 0 30px;
}
#home div.news ul li, #home div.speakers ul li, #home div.events ul li {
	margin-bottom: 17px;
	overflow: hidden;
}
#home div.speakers ul li {
	width: 240px;
	float: left;
	height: 100px;
	overflow: hidden;
	padding: 0 25px 0 0;
}
#home div.news ul li a, #home div.speakers ul li a, #home div.events ul li a {
	color: #070707;
}
#home div.speakers ul li a img {
	float: left;
}
#home div.speakers ul li div {
	float: right;
	width: 143px;
}
#home div.speakers ul li div a {
	text-decoration: none;
	font-weight: bold;
}
#home div.events ul li span {
	display: block;
}


#container {
	width: 850px;
	padding: 20px 30px 30px 20px;
	overflow: hidden;
}
#submenu {
	float: left;
	width: 185px;
	padding: 0 0 10px 0;
	background: url(../images/fondo_submenu.jpg) 9px bottom no-repeat;
}
#submenu li {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	background: url(../images/submenu_bullet.jpg) 0px 4px no-repeat;
}
#submenu li a {
	color: #070707;
	text-decoration: none;
}
#submenu li.activelink {
	background: url(../images/submenu_bullet_on.jpg) 0px 4px no-repeat;
}
#submenu li.activelink a {
	font-weight: bold;
}
#submenu li.suboption {
	background: url(../images/submenu_bullet_on.jpg) -500px -500px no-repeat;
	padding: 0 0 0 20px;
}
#content {
	float: right;
	background: #fff url(../images/fondo_contenido_arriba.jpg) no-repeat;
}
#content div.content {
	background: url(../images/fondo_contenido_abajo.jpg) bottom no-repeat;
	padding: 15px 20px;
	width: 602px;
}
#content div.content h1 {
	color: #b10010;
	line-height: 27px;
	font-size: 22px;
	margin: 0 0 15px 0;
}
#content div.content h2 {
	color: #06797d;
	line-height: 21px;
	font-size: 18px;
	margin: -15px 0 15px 0;
}

div.info {
	clear: both;
	overflow: hidden;
	line-height: 15px;
	min-height: 200px;
	height: auto !important;
	height: 200px;

}
div.info p {
	margin: 0 0 15px 0;
}
div.info a {
	color: #c94745;
}
div.info ul {
	margin: 0 0 15px 10px;
	list-style-type: disc;
}
div.info ul li {
	margin: 0 0 0 15px;
}


#page {
	background: url(../images/fondo_pagina.jpg) repeat-x;
	padding: 20px 28px 25px 21px;
	overflow: hidden;
}

#speaker {
	width: 454px;
	float: left;
	background: #fff url(../images/fondo_conferenciante_arriba.jpg) no-repeat;
}
#speaker div.speaker {
	background: url(../images/fondo_conferenciante_abajo.jpg) bottom no-repeat;
	padding: 6px 20px 18px 9px;
}
#speaker div.speaker h1 {
	color: #b10010;
	font-weight: normal;
	font-size: 22px;
	line-height: 25px;
}
#speaker div.speaker h2 {
	color: #06797d;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	margin: 0 0 9px 0;
}
#speaker div.speaker img.thumbnail {
	float: left;
}
#speaker div.speaker div.data {
	float: right;
	width: 325px;
}
#speaker div.speaker div.data a img {
	margin-top: 10px;
	float: left;
	clear: left;
}
#speaker div.speaker div.info {
	padding: 17px 0 0 0;
}
#youtube {
	margin: 15px 0 0 0;
	display: none;
}
#features {
	width: 172px;
	border-right: 1px #bcc9cd solid;
	float: left;
	padding: 62px 20px 25px 14px;
}
#features a {
	display: block;
	border-bottom: 1px #bcc9cd solid;
	text-align: center;
	margin: 0 0 15px 0;
}
#features a img {
	margin: 3px 0 4px 0;
}
#features ul li {
	margin: 0 0 13px 0;
}
#features ul li h3 {
	color: #06797d;
	font-size: 14px;
	letter-spacing: -1px;
}
#features ul li a {
	display: inline;
	border: 0;
	margin: 0;
	text-align: left;
	font-size: 11px;
	color: #070707;
}

#actions {
	float: left;
	width: 163px;
	padding: 0 0 0 27px;
}
#actions div {
	border-bottom: 1px #bcc9cd solid;
	padding: 0 0 14px 0;
	margin: 0 0 15px 0;
}
#actions ul li {
	margin: 12px 0 0 0px;
	padding: 0 0 0 10px;
	background: url(../images/submenu_bullet.jpg) 0px 5px no-repeat;
}
#actions ul li a {
	font-size: 11px;
	color: #070707;
}


#list {
	width: 660px;
	float: left;
	background: #fff url(../images/fondo_lista_arriba.jpg) no-repeat;
}
#list div.list {
	background: url(../images/fondo_lista_abajo.jpg) bottom no-repeat;
	padding: 7px 20px 18px 12px;
}
#list div.list h1 {
	color: #b10010;
	font-weight: normal;
	font-size: 22px;
	line-height: 25px;
}
#list div.list h2 {
	color: #06797d;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	margin: 0 0 9px 0;
}
#list div.list ul {
	padding: 10px 0 0 0;
}
#list div.list ul li {
	overflow: hidden;
	margin: 0 0 20px 0;
}
#list div.list ul li a img {
	float: left;
}
#list div.list ul li p {
	float: right;
	width: 528px;
}
#list div.list ul li p strong {
	display: block;
}
#list div.list ul li p a {
	color: #c94745;
}
#list div.list ul li p strong a {
	color: #070707;
	text-decoration: none;
}


#form_filters {
	float: right;
	width: 166px;
}
#form_filters input.text, #form_filters select.select {
	border: 1px #7f9db9 solid;
	float: left;
	height: 17px;
	padding: 1px 0 0 8px;
	font-size: 13px;
	width: 156px;
	margin: 0 0 10px 0;
	color: #050505;
}
#form_filters select.select {
	height: 20px;
	width: 166px;
	padding: 0 0 0 8px;
}
#form_filters input.button {
	float: right;
	margin: 0 0 30px 0;
}
#form_filters strong {
	display: block;
	border-top: 1px #bcc9cd solid;
	padding: 15px 0 6px 0;
	margin: 35px 0 0 0;
}
#form_filters a img {
	float: left;
}


#topics {
	background: url(../images/fondo_lista.jpg) 295px 0px repeat-y;
	padding: 0 !important;
	margin: 20px 0 0 0;
}
#topics li {
	margin: 0 0 10px 0 !important;
	line-height: 14px;
	width: 314px;
	float: left;
}
#topics li a {
	text-decoration: none;
	color: #070707;
}


#request {
	width: 849px;
	float: left;
	background: #fff url(../images/fondo_solicitud_arriba.jpg) no-repeat;
}
#request div.request {
	background: url(../images/fondo_solicitud_abajo.jpg) bottom no-repeat;
	padding: 7px 20px 18px 12px;
}
#request div.request h1 {
	color: #b10010;
	font-weight: normal;
	font-size: 22px;
	line-height: 25px;
}
#request div.request h2 {
	color: #06797d;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	margin: 0 0 9px 0;
}
#form_request {
	background: url(../images/fondo_lista.jpg) 395px 0px repeat-y;
	overflow: hidden;
	margin: 15px 0 0 0;
}
#form_request div.column {
	width: 408px;
	float: left;
}
#form_request div.column fieldset {
	margin: 0 0 20px 0;
}
#form_request div.column fieldset h3 {
	color: #007971;
	font-size: 14px;
	float: left;
	margin: 0 0 10px 0;
}
#form_request div.column fieldset div.h3 {
	float: right;
	text-align: right;
	padding: 0 30px 0 0;
}
#form_request div.column fieldset div.h3 a {
	color: #070707;
}
#form_request div.column fieldset div.h3 a span {
	color: #b1081b;
	font-weight: bold;
}
#form_request div.column fieldset label {
	display: block;
	float: left;
	width: 115px;
	padding-right: 10px;
	text-align: right;
	line-height: 19px;
	margin: 0 0 6px 0;
}
#form_request div.column fieldset label span {
	color: #b1081b;
	font-weight: bold;
}
#form_request div.column fieldset input.text, #form_request div.column fieldset select.select, #form_request div.column fieldset textarea.textarea {
	font-size: 12px;
	margin: 0 0 6px 0;
	width: 250px;
	border: #7f9fb8 1px solid;
}
#form_request div.column fieldset select.select {
	width: 252px;
}
#cart {
	border-collapse: collapse;
}
#cart tr td {
	font-size: 11px;
	padding: 2px 3px;
}
#cart tr td a {
	color: #070707;
}
.odd {
	background: #eeece0;
}
#speaker_holder {
	overflow: hidden;
	clear: both;
	display: none;
}
#speaker_holder select#id_speaker {
	float: left;
	margin: 0;
	width: 378px;
}


.page {
	background: url(../images/fondo_pagina.jpg) repeat-x;
}


#news li {
	overflow: hidden;
	margin: 0 0 20px 0;
}
#news li a img {
	float: left;
}
#news li p {
	float: right;
	width: 500px;
}
#news li p strong {
	display: block;
}
#news li p em {
	display: block;
}
#news li p a {
	color: #c94745;
}
#news li p strong a {
	color: #070707;
	text-decoration: none;
}


#frm-contact label {
	display: block;
	float: left;
	width: 110px;
	margin: 0 10px 8px 0;
	text-align: right;
}
#frm-contact label span {
	color: #b1081b;
	font-weight: bold;
}
#frm-contact input.text, #frm-contact select.select, #frm-contact textarea.textarea {
	float: left;
	width: 300px;
	margin: 0 5px 8px 0;
	border: 1px #7f9db9 solid;
	font-size: 13px;
	color: #050505;
}
#zip_code {
	width: 50px !important;
}
#frm-contact p.note {
	font-size: 10px;
	color: #999;
	line-height: 10px;
}


#footer {
	border-top: 1px #bcc9cd solid;
	text-align: center;
	padding: 0 0 18px 0;
}
#footer p {
	background: url(../images/fondo_footer.jpg) 448px 0px no-repeat;
	padding: 25px 0 0 0;
	margin: -11px 0 0 0;
}
#footer a {
	color: #070707;
	text-decoration: none;
}

#spkrs {
	position: relative;
	width: 530px;
	height: 351px;
	overflow: hidden;
}
#spkrs ul {
	position: absolute;
	top: 0px;
	left: 0px;
}