/* CSS Document */

/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com 
   Addition by Christian Montoya - www.christianmontoya.net */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
		
        font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address, img {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}


/*************************  --------*/


html { font-size:100.01%; }
body {
	font-size:12px;
	background-color:#f5f5f5;
	color:#757373;
	line-height:1.4em;
	background-image: url(../images/background2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align:center;
}
a:link{color:#918f8f;
font-size:12px;}
a:visited{color:#918f8f;
font-size:12px;}
a:hover{
color:#666666;
}
table{
padding:0;
margin:0;
}

td, tr{
padding:0;
margin:0;
}

img{
border:none;
padding:0;
margin:0;
} 

#container{
text-align:left;
width:1000px;
margin:0 auto;

}

/* -------------------------- head -----------------------------*/

#head {
	height:201px;
	width:1000px;
	background-image: url(../images/background_head3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/*#head.home{background-image: url(../images/background_head3h.jpg);
}*/

#head h1 {
margin:0;
padding:0;
}

#logo {width: 139px;
	height: 115px;
	background-image: url(../images/logo_head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:0px;
	margin-left:50px;
	float:left;
	}
#logo a {width: 142px;
	height: 134px;
	display: block;
	text-indent:-9999px;
	}


#navigation {
	font-size:11px;
	position:relative;
	float:right;
	margin-top:17px;
	/*padding-right:150px;*/
	height:27px;
	/*border: 1px solid #0000FF;*/
	width:720px;

}
#navigation ul {
	list-style:none;
}
#navigation ul li{

		display:inline;
      margin:0;
      padding:0;
	  height:27px;
}

#navigation ul li a{
font-weight:bold;
	float:left;
	margin:0;
	padding:0px 0 0 18px;
	height:22px;
	
	margin-right:5px;
	text-decoration:none;
	background-image: url(../images/menuback.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
}
#navigation ul li a span {font-size:12px;  /* <<<<<<<<<<<<<<< tab font */
	float:left;
	display:block;
	margin:0;
	padding:3px 18px 0px 0px;
	height:19px;
	color:#fff;
	background-image: url(../images/menuback.gif);
	background-repeat: no-repeat;
	background-position: right top;
    
	  }



#navigation ul li a:hover span, #navigation ul li.on a span {
      color:#333;
      }
    #navigation ul li a:hover, #navigation li.on a {
      background-position:0% -22px;
      }
    #navigation ul li a:hover span, #navigation li.on a span {
      background-position:100% -22px;
      }


/* submenu */
#navigation li ul{
	display: none;
	/*background-color:#FF0000;*/
	/*background-image: url(../images/back_li.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;*/
	width:610px;
	margin-right:50px;
	
	
}

#navigation li.on ul{
display:block;
}

#navigation li.off ul, #navigation li.on ul {
	/*put the subnavs below and hide them all*/
 
  position: absolute;
	top: 20px;
	height: 24px;
	left: 0px;
	padding-top: 5px;
	padding-left:14px;
	/*border: 1px solid #FF0000;	*/
	/*background-color:#0000CC;*/
	
}


#navigation ul li ul li a {
  /*for all links in the list*/
  /*color: #f90;*/
  font-weight: bold;
  display: block;
  height: 15px;
  width: 100px;
  /*border: 1px solid #29497b;
  padding: 5px;*/
  font-size:12px; /*second level font size*/
  
}

#navigation li.on ul a, #navigation li.off ul a {
	float: left;
	/*ie doesn't inherit the float*/
  border: 0;
	color: #333333;
	width: auto;
	margin-right: 3px;
	margin-left:0px;
	padding:0 4px 5px 4px;
	background:none;/*background-color:#FF0000;*/
	display:block;
	/*text-align:center;
	
	max-width:100px;*/
	
}

#navigation li.off:hover ul, #navigation li.sfhover ul { 
  display: block;
  z-index: 6000;
  /*width:640px;*/
}

#navigation li li.off a:hover,
#navigation li li:hover a,
#navigation li li.sfhover a {
text-decoration:underline;
  /*color: #f90;*/
}

#navigation li.off ul, #navigation li.on ul {
  /*put the subnav below*/
  /*top: 33px;
  *top: 44px; /*reposition for IE*/
}



#second_level_navigation{
	font-size:12px;
	position:relative;
	float:right;
	height:27px;
	width:730px;
	margin-top:0px;
}


#second_level_navigation ul {
	list-style:none;
}
#second_level_navigation ul li{
	display:inline;
    margin:0;
    padding:0;
    height:27px;
}

#second_level_navigation ul li a:link{
	color:#333333;
	font-weight:bold;
	font-size:12px;
	float:left;
	margin:0;
	padding:0px 0 0 15px;
	height:22px;
	margin-right:5px;
	text-decoration:none;
}
#second_level_navigation ul li a:visited{
	color:#333333;
	font-weight:bold;
	font-size:12px;
	float:left;
	margin:0;
	padding:0px 0 0 15px;
	height:22px;
	margin-right:5px;
	text-decoration:none;
}
#second_level_navigation ul li a:hover{
	color:#333333;
	font-weight:bold;
	font-size:12px;
	float:left;
	margin:0;
	padding:0px 0 0 15px;
	height:22px;
	margin-right:5px;
	text-decoration:underline;
}












/* ---------------------------- */

#contenidos{
clear:both;
}
#main{
width:600px;
padding-left:70px;
float:left;
/*background-color:#FFCC99;*/

}

#main img.left{
	/*border: 1px solid #CCCCCC;*/
	float:left;
	margin:0;
	padding:2px;
}
#main img.right{
	border: 1px solid #CCCCCC;
	float:right;
	margin: 18px 0 14px 25px;
}
#main img.logo{
	border: 1px solid #CCCCCC;
	float:left;
	margin: 15px 5px 5px 0;
}

#main p{ display:block;
margin-left:280px;
}
#main p.intro{margin-left:0px;
padding-top:8px;

}
#main p.medium{margin-left:200px;
padding-top:8px;
}
#main p.right{ display:block;
margin-right:280px;
margin-left:0;
}
#main p.medium_right{ display:block;
margin-right:200px;
margin-left:0;
}
#main p.logo{margin-left:90px;
padding-top:10px;
}


#main h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#f69b0e;
	display:block;
	background-image: url(../images/bulleth1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0 0 0 30px;
	margin-left:-30px;
	margin-bottom:-10px;


	height:22px;
	clear:left;
}





#main div.post{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align:left;
	padding-bottom:10px;
	
}



#rightcolumn{

width:276px;
float:left;
margin-top:6px;
margin-left:25px;
}

#rightcolumn a img{
border:none;

}

#partners h2{
font-size:11px;
color:#999999;
text-align:right;
margin: 0 15px 0 0;
padding:0;
font-weight:normal;
height:5px;
	text-align:left;
}

#partners a img, #partners img{
	border:none;
	margin:0;
	padding:0;
	
}
#partners a{background-image: url(../images/backpart.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	height:82px;
		text-align:left;
}
#partners a:hover{
	background-image: url(../images/backpart_over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
		text-align:left;
}


/****** news ***********/


div.rounds{
	background-image: url(../images/news_back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
		text-align:left;
	
}
div.rounds div.top{
	background-image: url(../images/news.png);
	background-repeat: no-repeat;
	background-position: center top;
	/*height:82px;*/
	padding-left:9px;
	display:block;
}

div.rounds div.top img{border: 1px solid #CCCCCC;
margin:10px 0 5px 0;
padding:0px;

}
img.bigimageinright{border: 1px solid #CCCCCC;
margin:10px 0 5px 9px;
padding:0px;
}


div.rounds div.top_blank{
	background-image: url(../images/news_top2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:5px;
	padding-left:9px;
	display:block;
}

div.rounds h2.news{
text-indent:-9999px;
	height:35px;
	margin-bottom:2px;
	margin-left:0px;
	background-image: url(../images/news_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
		text-align:left;
}
div.rounds h2.activities{  
text-indent:-9999px;
	height:35px;
	margin-bottom:2px;
	margin-left:0px;
	background-image: url(../images/activities.jpg);
	background-repeat: no-repeat;
	background-position: center top;
		text-align:left;
}

div.rounds h2{
color:#f69b0e;
margin-top:2px;
margin-left:12px;
margin-bottom:2px;
font-size:14px;
font-weight:bold;
	text-align:left;

}

div.rounds p{padding-right:25px;
padding-left:12px;
margin:5px 0 0 0;
font-size:11px;
	text-align:left;
}
.news{
color:#f69b0e;
}

div.rounds p.newsend  {
	
	background-image: url(../images/news_bot.jpg);
	display:block;
	color:#757373;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-right:25px;
	padding-bottom:15px;
		text-align:left;
}
.date{color:#757373;
	text-align:left;
}
div.rounds a:link{
font-size:11px;
	text-align:left;
}
div.rounds a:visited{
font-size:11px;
	text-align:left;
}
div.rounds a:hover{
font-size:11px;
	text-align:left;
}
img.icon{
height:12px;
display:inline;
margin:0 0 0 7px;
padding:0;
}

div.rounds h2.promo{
       text-indent:-9999px;
       height:35px;
       margin-bottom:2px;
       margin-left:0px;
       background-image: url(../images/promo.jpg);
       background-repeat: no-repeat;
       background-position: center top;
       text-align:left;
}


/* ---------------- footer -------------------*/


#footer{
	background-image: url(../images/back_footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 14px;
	margin-top:35px;
	height:96px;
	clear:both;
	font-size:10px;
	text-align:left;
}
#footer p{
display:block;
width:940px;
margin:7px auto;

}
#footer a:link{color:#918f8f;
font-size:10px;}
#footer a:visited{color:#918f8f;
font-size:10px;}
#footer a:hover{
color:#666666;
}
#rightcolumn p.language { 
text-align:right;

margin:0 24px 6px 0;
padding:0;
}
#rightcolumn p.language a{ 
	font-size:9px;
	color:#7B7979;
}

#rightcolumn p.language a:hover{  
color:#918f8f;
}