* {
	padding: 0; 
	margin: 0; 
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#container{ 
	margin: 0 auto;
	width: 923px;
}

#header{
	padding: 0px;
	height: 128px;
	margin: 10px 0px 0px 0px;	/* top right bottom left */
	width:100%;
}

#linea-superior{
	background-color: #036;
	height:10px;
}

#top-nav{
	background:url(../img/sitiocompleto_05.png) no-repeat;
	width:923px;
	height:118px;
}
#top-nav ul{
	padding-left: 0;
	margin-right: 20px;
	color: white;
	float: right;
}

#top-nav ul li { 
	display: inline; 
	padding: 0.1em 0.3em;
	float: right;
}

#top-nav ul li a{
	color: white;
	text-decoration: none;
}

#top-nav ul li a:hover{
	text-decoration:underline;
}

#main-nav{
	background:url(../img/sitiocompleto_06.png) no-repeat;
	width:713px;
	height:33px;
	float:left;
}

#main-nav ul{
	padding-left: 0;
	margin: 6px 0 0 18px;	/* top right bottom left */
	color: #0b5089;
	font-weight:bold;
}

#main-nav ul li { 
	display: inline; 
	padding: 0.1em 0.3em;
	color: #0b5089;
}

#main-nav ul li a{
	color: #0b5089;
	text-decoration: none;
}

#main-nav ul li a:visited{
	color: #0b5089;
	text-decoration:none;
}

#main-nav ul li a:hover{
	text-decoration:none;
	color: #6297c3;
}

#lema-top{
	width:712px;
	height:73px;
	background:url(../img/lema-top.png) no-repeat;
	border-left:#CCCCCC solid 1px;
	background-position:left top;
	float:left;
}

#rueda{
	background:url(../img/rotary-wheel-bottom.png) no-repeat;
	width:210px;
	height:106px;
	float:right;
}

#title h1{
	color:#0f64ab;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	padding-top:30px;
	margin-left:235px;
}

#content{
	width: 921px;
	height:400px;
	clear:both;
	border-left:#CCCCCC solid 1px;
	border-right:#CCCCCC solid 1px;	
}

#content #leftcolumn{ 
	float: left;
	color: #333;
	margin: 0px 0px 0px 0px;	/* top right bottom left */
	width: 235px;
	height:100%;
	background:url(../img/lema-bottom.png) no-repeat;
	background-position:left top;
}

#content #leftcolumn #leftcontent{
	/*border-left:#CCCCCC solid 1px;*/
	margin-top:107px;
}

#content #leftcolumn #leftcontent #links-izq{
	margin: 20px 0px 20px 50px;
	list-style: none;
	text-align:left;

}

#content #leftcolumn #leftcontent #links-izq li{
	margin-top: 5px;
	padding-left: 15px;
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: 0.1em;
	font-weight:bold;
	font-size:11px;
}

#content #leftcolumn #leftcontent #links-izq li a{
	color: #000;
	text-decoration: none;
}

#content #leftcolumn #leftcontent #links-izq li a:visited{
	color: #000;
	text-decoration:none;
}

#content #leftcolumn #leftcontent #links-izq li a:hover{
	text-decoration:underline;
}

#content #rightcolumn{ 
	width: 686px;
	float: right;
	/*border-right:#CCCCCC solid 1px;*/
}

#content #rightcolumn #cabecera { 
	background-image: url(../img/cabecera.png);
	background-repeat:no-repeat;
	width: 660px; 
	height:8px;
}

#content #rightcolumn #contenido { 
	background-image: url(../img/content.png);
	background-repeat: repeat-y;
	width: 660px;
	height:90%;
	margin:0px;
}

* html #content #rightcolumn #contenido { 
	margin-top:-8px;
}

#content #rightcolumn #contenido #texto{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-align:justify;
	width:400px;
	padding:20px 10px 20px 20px;	/* top right bottom left */
}

table.mesa-directiva{
	width:85%;
	text-align:center;	
}

table.mesa-directiva td{
	border: 1px solid #666666;
	width:33.3%;
}

table.mesa-directiva tr.cargo{
	background-color:#036;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

table.mesa-directiva tr.nombre{
	background-color:#EAEA5D;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

span.clasificacion{
	color:#666666;	
}

#content #rightcolumn #contenido #globo{
	float:right;
	background:url(../img/post-it.png) no-repeat;
	width:202px;
	height:170px;
	margin-right:10px;
	margin-top:0px;
}

#content #rightcolumn #contenido #galeria{
	clear:both;
	padding:20px 0px 0px 40px;	/* top right bottom left */
}

#content #rightcolumn #pie { 
	background-image: url(../img/footer.png);
	background-repeat:no-repeat;
	width: 660px; 
	height:8px;
}

#footer{
	clear:both;
	background-color: #036;
	height:10px;
}

