/* TOC
 * En este archivo
	General
	Conferencias
	Ciudades
	Titulo Conferencia
	Foto Conferencista
	Bio Conferencista
	Foto Libro Conferencista
	Columna Izquierda
	Contenido Principal
	Footer
*/

/* General */

	body { 
		background: #ccccff;
		font-family: Trajan, Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 70px;
		}

	#wrapper {
		background: url(bg_col_izq.gif) #ffffff repeat-y;
		color: #666666;
		width: 728px;
		border-right: 3px solid #ffffff;
		border-bottom: 3px solid #ffffff;
		border-left: 3px solid #ffffff;
		}
		
/* Conferencias */

	#toprow_left {
		background: #ff9933;
		color: #ffffff;
		width: 200px;
		float: left;
		border-top: 30px solid #ff9933;
		border-bottom: 3px solid #ffffff;
		}

/* Ciudades */

	#toprow_right {
		background: #ffffff;
		color: #000066;
		border-top: 30px solid #ffffff;
		border-bottom: 3px solid #ffffff;
		}

/* Tema Conferencia */

	#toprow_bottom_block1 {
		background: #ffffff;
		color: #ffffff;
		float: left;
		border-right: 3px solid #ffffff;
		border-bottom: 3px solid #ffffff;
		}

/* Foto Conferencista */

	#toprow_bottom_block2 {
		background: #ffffff;
		color: #666666;
		float: left;
		border-bottom: 3px solid #ffffff;
		}

/* Bio Conferencista */

	#toprow_bottom_block3 {
		background: #ffffff;
		color: #ff9933;
		float: left;
		border-bottom: 3px solid #ffffff;
		}

/* Foto Libro Conferencista */

	#toprow_bottom_block4 {
		background: #ffffff;
		color: #666666;
		border-bottom: 3px solid #ffffff;
		}

/* Columna Izquierda */

	#content_left {
		color: #ffffff;
		width: 200px;
		float: left;
		background: #cccc99;
		margin-top: 20px;
		}

/* Enlaces Navigacion Izquierda */

	#navcontainer {
		width: 200px;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		background-color: #cccc99;
		color: #ffffff;
		position: fixed;
		}
		
	#navcontainer ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		border: none;
		}

	#navcontainer li {
		border-bottom: 1px solid #cccc99;
		margin: 0px;
		}

	#navcontainer li a {
		width: 171px;
		display: block;
		padding: 6px 0px 3px 14px;
		color: #cc3300;
		text-decoration: none;	
		background-color: #cccc99;
		background-image: url(nav_arrow_circle.gif);
		background-repeat: no-repeat;
		background-position: top left;
		}

	#navcontainer li a:hover {
		background-color: #cccc99;
		color: #ffff99;
		border-top: 0px solid #efefef;
		border-bottom: 1px solid #ffff99;
		}

	#navcontainer li.inscripcion a {
		font-weight: bold;
		}

/* Contenido Principal */

	#content_right {
		background: #ffffff;
		color: #666666;
		margin-right: 10px;
		margin-bottom: 0px;
		margin-left: 225px;
		line-height: 20px;
		padding-bottom: 30px;
		}

	#content_right p a, #content_right ul li a {
		color: #009900;
		text-decoration: underline;
		}

	#content_right p a:hover, #content_right ul li a:hover {
		color: #009900;
		text-decoration: none;
		}

	ul {
		color: #000066;
		font-weight: bold;
		list-style-position: inside;
		}

	ul li {
		font-weight: normal;
		color: #666666;
		}
		
	h1 {
		font-size: 16px;
		color: #ff0000;
		letter-spacing: 1px;
		}
		
	#content_right em {
		font-weight: bold;
		color: #ff0000;
		}
			
/* Footer */

	#footer {
		background: #ff9933;
		color: #ffffff;
		font-weight: normal;
		height: 100px;
		clear: both;
		border-top: 20px solid #ff9933;
		padding-left: 20px;
		}


