BODY{
	margin: 20px auto 0 auto;
	padding: 0;
	font: 90% Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
	background: #fff url(media/back-body.gif) repeat-y 50% 0;
}


#container{
	text-align: left;
	width: 760px;
	border-top: 0;
	margin: 0 auto;
	background: White;
}

#logo{
	background: #fff url(media/logo-olimpiada-1.gif) no-repeat;
	background-position: 45% 0;
	height: 170px;
	
}

#logo H1{
	display: none;
}

#logo .boulesisicon{
	float: right;
	margin-top: 152px; 
}

#menuhor{
	background: #F4F2E8;
	padding-bottom: 1em;
}

#menuhor ul{
font: bold 95% verdana, arial, sans-serif;
list-style-type: none;
padding-bottom: 24px;
border-top: 2px solid #AFB196;
margin: 0;
}

#menuhor ul li{
float: left;
margin: -2px 4px 2px 4px;
}

#menuhor ul li#active a{
background: #fff; 
color: #000;
border-top: 1px solid #fff;
}

#menuhor a{
float: left;
display: block;
color: #fff;
text-decoration: none;
padding: 4px 10px;
background-color: #AFB196;
border: 1px solid #AFB196;
border-top: none;
}

#menuhor a:hover { 
background: #fff; 
color: #000;
border-top: 1px solid #fff;
}

#content{
	background: #F4F2E8;
	padding: .5em 1.2em;
	margin: 0;
	border-bottom: 2px solid #AFB196;
}

#footer{
	background: #fff;
	padding: .5em 1.2em;
	margin: 20px 0;
	text-align: center;
	font-size: 90%;
}

.side  {
	width: 300px;
	text-align: left;
	background: #EDEAD8;
	border: 1px solid #AFB196;
	margin: 10px
}


.side h3{
background: #AFB196;
font-size: 115%;
text-align: center;
margin: 0 0 5px;
font-style:normal;
color:#FFFFFF
}

.tablalogos td{ padding: 4px;
		width: 100%
}

/* Estilos generales */
a:link{
	color: #4E5D6F;
}

a:hover, a:active{
	text-decoration: none;
	background-color: #AFB196;
	color: White;
}

h1 {
	font-size: 145%;
	margin: .1em 15px 0 0;
	color: #616161;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
}


h2{
	font-size: 105%;
	color: #000;
	padding: .1em 0;
	margin: 1em 0;
	letter-spacing: .1em;
}

h3{
	font-size: 100%;
	font-style: italic;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
}

p{
	font-size: 90%;
	line-height: 155%;
	text-align: justify;
	padding-left: .8em;
}

#content ul, #content ol{
	font-size: 90%;
	line-height: 155%;
	text-align: justify;
}

table.table1 td{
	padding: .2em;
	border-bottom: 1px solid #AFB196;
	vertical-align: center;
}


/* Estilos accesorios */
.highlight { background-color: yellow; }

.spacer{ height: 15px; }

.noshow{ display: none; }

.left, .leftbox{ float: left; }

.right, .rightbox{ float: right; }

.textright{ text-align: right; }

.center{	text-align: center;}

.small{	font-size: 85%;}

.clear {	clear: both;	margin: 0;	padding: 0;}


