/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* end reset */

/* 1. layout */

.clear {
	clear: both;	
}

#wrapper {
	position: relative;
	width: 100%;
}

#header_wrapper {
	background: #065d1e url(../images/header_bg.gif);
}

#header {
	width: 780px;
	height: 125px;	
	margin: auto;
	background: url(../images/header.gif) no-repeat;
}

#navigation_wrapper {	
	background: url(../images/menu_bg.gif);	
	margin: 5px 0 0 0;
}

#navigation {
	position: relative;
	width: 780px;
	height: 25px;
	margin: auto;
}

#content_wrapper {
	margin: auto;
	width: 780px;	
}

#content {
	position: relative;
	margin: 30px 0 40px 42px;		
}

#footer_wrapper {
	background: url(../images/footer_bg.gif) repeat-x 0 0;	
}

#footer {
	position: relative;
	margin: auto;
	width: 780px;
	height: 60px;
	padding: 20px 0;	
}

/* type defaults */

body {
	font-family: Helvetica, Arial, sans-serif;	
	color: #333;
	font-size: 12px;
	line-height: 1.5em;
}

p {
	margin-top: 1.5em;
	text-align: justify;
}

strong {
	font-weight: bold;	
}

/* 3. Headers */

#header h1, #header p {
	text-indent: -10000px;
}

#content h2 {
	display: block;
	height: 17px;
	text-indent: -10000px;
}

#content h2#introduccion_header {
	background: url(../images/intro_header.gif) no-repeat 0 0;	
}

#content h2#program_header {
	background: url(../images/program_header.gif) no-repeat 0 0;	
}

#content h2#abstract_header {
	background: url(../images/abstract_header.gif) no-repeat 0 0;
	margin-bottom: 105px;
}

#content h2#coordinadores_header {
	background: url(../images/coordinadores_header.gif) no-repeat 0 0;	
}

#content h2#coordinadores_inner_header {
	background: url(../images/coordinadores_header.gif) no-repeat 0 0;	
	margin-bottom: 105px;
}

#content h2#president_header {
	background: url(../images/president_header.gif) no-repeat 0 0;	
	height: 42px;
	margin-bottom: 87px;
}

#content h2#ponentes_header {
	background: url(../images/ponentes_header.gif) no-repeat 0 0;	
}

#content h2#ponentes_inner_header {
	background: url(../images/ponentes_header.gif) no-repeat 0 0;
	margin-bottom: 105px;	
}

/* 3. Navigation */

#navigation h2 {
	display: none;	
}

#navigation ul {
	position: absolute;
	left: 195px;
}

#navigation ul li {
	display: block;
	height: 25px;
	float: left;
}

#navigation ul li a {
	display: block;
	width: 100%;
	height: 25px;
	text-indent: -10000px;
}

#navigation ul li a:hover {
	background: none;	
}

li#home_nav {
	background: url(../images/home_btn_on.gif);
	width: 77px;
}

a#home_link {
	background: url(../images/home_btn.gif);
}

li#programa_nav {
	background: url(../images/program_btn_on.gif);
	width: 85px;
}

a#programa_link {
	background: url(../images/program_btn.gif);	
}

li#coordinadores_nav {
	background: url(../images/coord_btn_on.gif);
	width: 116px;
}

a#coordinadores_link {
	background: url(../images/coord_btn.gif);	
}

li#ponentes_nav {
	background: url(../images/ponentes_btn_on.gif);
	width: 80px;
}

a#ponentes_link {
	background: url(../images/ponentes_btn.gif);	
}

li#asistencia_nav {
	background: url(../images/asist_btn_on.gif);
	width: 134px;
}

a#asistencia_link {
	background: url(../images/asist_btn.gif);	
}

li#aviso_nav {
	background: url(../images/aviso_btn_on.gif);
	width: 88px;
}

a#aviso_link {
	background: url(../images/aviso_btn.gif);	
}

/* 5 footer */

#footer h2 {
	display: none;	
}

#footer h3 {
	position: absolute;
	height: 47px;
	text-indent: -10000px;
}

h3#medsoc {
	left: 42px;
	background: url(../images/logo_medsoc.gif);
	width: 143px;
}

h3#ucb {
	right: 0;
	background: url(../images/logo_ucb.gif);
	width: 286px;
}

/* 6 program styles */

#program_wrapper, #cv_wrapper {
	margin: -14px 0 0 154px;	
}

#program_wrapper ul li, #cv_wrapper ul li {
	margin-bottom: 15px;	
	background: url(../images/program_marker.gif) no-repeat 0 7px;
	padding-left: 15px;
}

#program_wrapper h3 {
	font-size: 14px;
	font-weight: bold;
	color: #5f976e;
	margin-bottom: 15px;
}

#program_wrapper h4 {
	font-size: 14px;
	font-weight: bold;
	color: #5f976e;
}

#program_wrapper ul li h3 {
	color: #065d1e;
	margin-bottom: 0px;		
}

#cv_wrapper h3 {
	font-size: 14px;
	font-weight: bold;
	color: #065d1e;
	margin-bottom: 15px;
	float: left;
	width: 270px;
}

p.author {
	margin: 0;
	font-size: 13px;
}

div.program_actions {
	height: 25px;
	margin-top: 3px;
	clear: both;
}

div.cv_actions {
	margin-left: 290px;
	height: 26px;		
}

a.abstract_button {
	display: block;
	float: left;
	text-indent: -10000px;
	width: 73px;	
	height: 24px;	
	background: url(../images/abstract_btn.gif);
}

a.webcast_button {
	display: block;
	float: left;
	text-indent: -10000px;
	width: 70px;	
	height: 24px;		
	background: url(../images/webcast_btn.gif);
	margin-left: 15px;
}

a.cv_button {
	display: block;
	text-indent: -10000px;
	width: 97px;	
	height: 26px;	
	background: url(../images/cv_btn.gif);
}


/* 7. abstract styles */

div#author_wrapper, div#coordinator_wrapper {
	position: absolute;
	top: 0px;
	left: 154px;
	padding: 0 0 0 90px;	
	height: 95px;
}

div.abstract_webcast {
	position: absolute;
	right: 0;
	top: 0;
}

div.abs_genetica {
	background: url(../images/abs_genetica.jpg) no-repeat 0 10px;	
}

div.abs_respuesta {
	background: url(../images/abs_respuesta.jpg) no-repeat 0 10px;	
}

div.abs_endotelio {
	background: url(../images/abs_endotelio.jpg) no-repeat 0 10px;	
}

div.abs_citoquinas {
	background: url(../images/abs_citoquinas.jpg) no-repeat 0 10px;	
}

div.abs_anti {
	background: url(../images/abs_anti.jpg) no-repeat 0 10px;	
}

div.abs_celular {
	background: url(../images/abs_celular.jpg) no-repeat 0 10px;	
}

div.abs_nores {
	background: url(../images/abs_nores.jpg) no-repeat 0 10px;	
}

div.abs_bone {
	background: url(../images/abs_bone.jpg) no-repeat 0 10px;	
}

div.abs_path {
	background: url(../images/abs_path.jpg) no-repeat 0 10px;	
}

div.abs_ruta {
	background: url(../images/abs_ruta.jpg) no-repeat 0 10px;	
}

div.abs_immun {
	background: url(../images/abs_immun.jpg) no-repeat 0 10px;	
}

div.abs_terapias {
	background: url(../images/abs_terapias.jpg) no-repeat 0 10px;	
}

div.cv_garcia {
	background: url(../images/cv_garcia.jpg) no-repeat 0 10px;		
}

div.cv_canete {
	background: url(../images/cv_canete.jpg) no-repeat 0 10px;		
}

div.cv_diaz {
	background: url(../images/cv_diaz.jpg) no-repeat 0 10px;		
}

div.cv_martin {
	background: url(../images/cv_martin.jpg) no-repeat 0 10px;	
}

div.cv_sanchez {
	background: url(../images/cv_sanchez.jpg) no-repeat 0 10px;	
}

div.cv_sanchez_2 {
	background: url(../images/cv_sanchez_2.jpg) no-repeat 0 10px;	
}

div.cv_gonzalez {
	background: url(../images/cv_gonzalez.jpg) no-repeat 0 10px;	
}

div.cv_nadal {
	background: url(../images/cv_nadal.jpg) no-repeat 0 10px;	
}

div.cv_pablos {
	background: url(../images/cv_pablos.jpg) no-repeat 0 10px;	
}

div.cv_miranda {
	background: url(../images/cv_miranda.jpg) no-repeat 0 10px;	
}

div.cv_lories {
	background: url(../images/cv_lories.jpg) no-repeat 0 10px;	
}

div.cv_firestein {
	background: url(../images/cv_firestein.jpg) no-repeat 0 10px;	
}

div.cv_redondo {
	background: url(../images/cv_redondo.jpg) no-repeat 0 10px;	
}

div.cv_baeten {
	background: url(../images/cv_baeten.jpg) no-repeat 0 10px;	
}

div.cv_badosa {
	background: url(../images/cv_badosa.jpg) no-repeat 0 10px;	
}

div#author_wrapper h3 {
	padding-top: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #ffaa5b;
	max-width: 560px;
}

p.abstract_author {
	margin-top: 5px;	
	font-size: 14px;
	font-weight: bold;	
	color: #065d1e;	
}

div#coordinator_wrapper h3 {
	padding-top: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #065d1e;
	max-width: 560px;
}

div#coordinator_wrapper h3.long_bio {
	padding-top: 15px;	
}

p.coord {
	margin-top: 5px;	
	font-size: 14px;
	font-weight: bold;	
	color: #ffaa5b;	
}

h4.reading_header {
	margin: 1em 0 .5em 0;	
}

ul.reading {
	list-style: square;
}

ul.reading li {
	margin: 0 0 .3em 20px;
	text-align: justify;
}

a.dn {
	display: none;	
}
