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: "" "";
}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }



/* Layout */
BODY {
	background: #3E3E3E;
	font: 1em "Zapf Dingbats", Arial, sans-serif;
	text-align: center;
}

.container {
	width: 960px;
	margin: 4px auto ;
	text-align: left;
}

#LYtopLeft {
	float: left;
	width: 204px;	
	height: 290px;
	background: url(/2008/images/top_left.gif);
}

#LYtopRight {
	float: left;
	width: 756px;
	height: 290px;	
	margin-right: 0px;
	background: url(/2008/images/top_left.jpg);
}

#LYleft {
	float: left;
	width: 204px;
	height: 364px;
	background: url(/2008/images/middle_left.gif);
}

#LYleftTop {
	height: 172px;
}


#LYleftBottom {
	height: 196px;
	background: url(/2008/images/bottom_left.jpg);
}


#LYright {
	height: 364px;
	float: left;
	width: 756px;
	background: url(/2008/images/middle_right.gif);
}

#LYrightTop {
	height: 339px;
}

#LYrightBottom {
	width: 756px;
	height: 29px;
	background: url(/2008/images/bottom_right.gif);
}

/* Style */

#menu
{
	padding: 0 1px 1px;
	margin-left: 2px;
	font: bold 12px Verdana, sans-serif;
	xbackground: gray;
	width: 15em;
}

#menu li
{
	list-style: none;
	margin: 0;
	xborder-top: 1px solid gray;
	text-align: left;
}

#menu li a
{
	display: block;
	padding: 0.25em 0.5em 0.25em 0.15em;
	border-left: 1em solid #ECEADF;
	xbackground: #CCD;
	text-decoration: none;
}

#menu li a:link { color: #448; }
#menu li a:visited { color: #667; }

#menu li a:hover
{
	border-color: #817C65;
	color: #FFF;
	background: #332;
}

#content {
	overflow: auto;
	height: 336px;
	padding-left: 1em;
	margin-right: 12px;
	line-height: 1.25; 
}

#footer {
	font-size: 8pt;
	text-align: center;
	padding: 4px;
}

#footer A {
	color: #060;
}

#footerCopyRight {
	text-align: center;
	font-size: 9pt;
	margin-top: 1em;
	margin-left: 204px;
	color: #777;
}


.presentacion P { margin: 1em; }

.boletin { 
	width: 230px;
	float: left; 
}


.comites, .comites TABLE TD {
	text-align: center;
}

.comites H1 {
	padding: 2em;
	font-size: 120%;
	font-weight: bolder;
	color: #246;
}

.comites H2 {
	margin-top: 1em;
	font-size: 140%;
	font-weight: bolder;
	color: #468;
}

.comites H3 {
	margin-top: .5em;
	font-size: 130%;
	font-weight: bolder;
	color: #246;
}

.comites H4 {
	margin-top: 1em;
	font-size: 100%;
	font-weight: bolder;
	color: #68A;
}

.comites H5 {
	margin-top: 1em;
	font-size: 100%;
	color: #68A;
}

.colaboradores {
	text-align: center;
}

.colaboradores H1 {
	margin: 2em;
	margin-top: 1em;
	margin-bottom: .3em;
	font-size: 140%;
	font-weight: bolder;
	background: #468;
	color: #FFF;
}

.colaboradores P {
	color: #468;
	padding: .2em;
}

.sede {
	text-align: center;
}

.sede H1 {
	margin: .5em;
	font-size: 140%;
	font-weight: bolder;
	color: #468;
}

.sede P {
	color: #468;
	padding: .2em;
}


.programa {
	width: 100%;
}

.programa TH {
	border-right: 1px solid gray;
	padding: 1em;
}

.programa TD {
	padding: 1em;
}

.programa H2 {
	font-weight: bolder;
	font-size: 120%;
	text-align: center;
	background: #468;
	color: #FFF;
}

.programa UL {
	font-size: 80%;
	padding-left: 2em;
	list-style: disc;
}

.programa .moderador {
	font-size: 80%;
	padding: 1em;
}

.programa .moderador I {
	padding-bottom: 1em;
	display: block;
}

.taller {
	width: 100%;
}

.taller TD {
	padding: 1em;
}

.taller H2 {
	font-weight: bolder;
	font-size: 150%;
	text-align: center;
	margin: .5em;
	background: #064;
	color: #FFF;
}


.taller H3 {
	font-weight: bolder;
	font-size: 120%;
	text-align: center;
	color: #064;
	border-bottom: 1px solid gray;
	margin: .5em;
}

.taller P {
	margin: 1em;
}

.taller I {
	font-size: 80%;
	display: block;
	text-align: right;
	padding-right: 4em;
}


.contactar H1 {
	margin: 2em;
	margin-top: 1em;
	margin-bottom: .3em;
	font-size: 140%;
	font-weight: bolder;
	background: #468;
	color: #FFF;
}

.contactar H2 {
	font-weight: bolder;
	font-size: 120%;
	color: #468;
	margin: 1em;
}

.casas {
	margin: 1em;
}

.casas H1 {
	font-size: 120%;
	font-weight: bolder;
	text-align: center;
}

.casas H2 {
	margin-top: 1em;
	font-weight: bolder;
	font-size: 110%;
	color: #468;
}

.casas OL {
	line-height: 1;
	list-style: decimal;
}

.casas LI {
	margin-top: 1.5em;
	font-size: 80%;
	color: #822;
}

.casas P {
	font-size: 80%;
	color: #000;
	font-weight: normal;
}

.yadisponible {
	background: infobackground;
	border: 1px solid black;
	margin-right: 1em;
	padding: .5em;
	text-align: center;
	font-size: 80%;
}

.yadisponible A {
	color: #0085CF;
}

.pIndex {
	text-align: center;
	font-size: 80%;
}

.pIndex A {
	color: #0085CF;
	padding: 4px;
}

.pIndex A:hover {
	color: #FFF;
	background: #0085CF;
}

.timingTaller {
	width: 660px;
	margin: 1em;
}

.timingTaller CAPTION {
	padding-top: 4em;
	color: #0085CF;
	font-size: 120%;
	font-weight: bolder;
	text-align: center;
}

.timingTaller TH
{
	font-weight: bolder;
	padding: .5em;
	text-Transform: capitalize;
	text-align: center;
	background: #eee;
}

.timingTaller TD {
	padding-left: 1em;
	border: 1px solid #eee;
	text-Transform: capitalize;
	text-align: center;
}

