/* CSS Document */
/* This CSS file applies to the CLE page */

*{
margin: 0;
padding: 0;
}

body {
	color:#333;
	background-color:#B56623;
	margin:2px 20px 20px;
	padding:0px;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:  url(images/portada2.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;

	}
	/*font:11px verdana, arial, helvetica, sans-serif;*/
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	font-weight:900;
	color:#666666;
	}
h2 {
	font:bold 12px/16px Verdana, Arial, Helvetica, sans-serif;
	margin:0px 0px 8px;
	padding:0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	}
h3 {
	font:bold 12px/16px Verdana, Arial, Helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
td {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	padding:0px;
	}
ul{
	list-style-type: disc;
	padding-left: 10px;
}
ul>li>ul{
	list-style-type: none;
	padding-left: 18px;
}
	
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

a {
	color:#09c;
	
	font-weight:600;
	text-decoration:none;
	}
	/*font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;*/
a:link {color:#0066CC;}
a:visited {color:#0000CC;}
a:hover {background-color:white;}
  
img{
	position: relative;
}

/* All the content boxes belong to the content class. */
.logo {
	min-width:442px;
	padding:0px;
	z-index:3;
	}
	
.content {
	position:relative;
	width:400;
	min-width:442px;
	margin:0px 240px 10px 144px;
	border:medium double black;
	background-color:white;
	padding:10px;
	z-index:4;
	height: 90;
	}

#navAlpha {
	position:absolute;
	width:130px;
	top:120px;
	left:10px;
	border:1px dashed black;
	background-color:#D8E1FE;
	padding:10px;
	z-index:2;

	voice-family: "\"}\"";
	voice-family:inherit;

	}
	/*		font-size: 80%;font-size: 14px;*/
	
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:130px;}
#navAlpha>p {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #0066CC;
}

#navBeta {
	position:absolute;
	width:220px;
	top:302px;
	right:10px;
	border:1px dashed black;
	background-color:#D8E1FE;
	padding:10px;
	z-index:1;
	voice-family: "\"}\"";
	voice-family:inherit;
	left: 787px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:220px;}

.cleEvents{
	font-weight: bold;
	color: #0000CC;
}
.cleSponsors{
	font-style: italic;
	color: #0000CC;
		line-height: 100%;
}
.cleLimits{
	color: #000000;
	font-weight: bold;
}
.cleContacts{
	color: #000000;
	font-weight: normal;
	line-height: 100%;
}
.cleSections{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 6px;
}
.byline{
font-style: italic;
color: #0000CC;
}
/*just for small pictures */
.photo {
	padding: 6px;
}

.leftheader{
	position: absolute;
	left: 4px;
	top: 4px;
	padding: 2px 2px 6px;
}
.rightheader{
	position: absolute;
	top: 4px;
	right: 4px;
    padding: 2px 2px 6px;
}
