@charset "utf-8";


html, body {
	background-color:#ffffff;
	color:#202020;
	font-family:'Trebuchet MS', sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	padding:0;
	margin:0;		
	height:100%;
}

.fullscreen {
	width:100%;
	height:100%;
}

.flags_intro  {
	margin:30px 15px 0 15px;
}


/* -------------------------- Top, kalendar, banner -------------------------- */

#topWrap {
	width:800px;
	height:36px;
	float:left;
	line-height:36px;
	text-align:left;	
	background-image:url('../images/topWrap.png');
	background-repeat:no-repeat;
}

#topLeft {
	width:500px;
	float:left;
	}

#topRight {	
	width:300px;
	float:left;
	text-align:right;
}

#banner {
	width:800px;
	height:200px;
	float:left;
	background-image:url('../images/topBanner.png');
	background-repeat:no-repeat;
}





/* -------------------------- Main -------------------------- */
#mainWrap {
	width:100%;
	height:100%;
	background-color:#ffffff;	
}

#mainContainer {
	width:1100px;
	min-height:545px;	
	background-image:url('../images/bgMainContainer.png');
	background-position:bottom right;
	background-repeat:no-repeat;
	padding:25px 0 0 15px;
}

#mainContent {
	width:750px;
	min-height:500px;
	background-color:#d9d9d9;
	float:left;
	padding:25px 25px 25px 25px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#d9d9d9), to(#ffffff));
	background: -webkit-linear-gradient(#d9d9d9, #ffffff);
	background: -moz-linear-gradient(#d9d9d9, #ffffff);
	background: -ms-linear-gradient(#d9d9d9, #ffffff);
	background: -o-linear-gradient(#d9d9d9, #ffffff);
	background: linear-gradient(#d9d9d9, #ffffff);
	-pie-background: linear-gradient(#d9d9d9, #ffffff);
	
	behavior: url('../styles/PIE.php');
}



/* -------------------------- Left -------------------------- */
#leftMenuHeader	{
	width:200px;
	height:90px;
	background-image:url('../images/logo_RCI.png');
	background-position:top right;
	background-repeat:no-repeat;
}


#leftMenuContainer	{
	width:200px; 
	height:auto;
	background: #ffffff;
	position:relative;
	padding-bottom: 0px;
	float:left;	
	font-weight:bold;
	margin-right:25px;
} 



/* -------------------------- Footer -------------------------- */
#footerWrap {
	width:100%;
	height:95px;
	line-height:140%;
	color:#bbbbbb;
	background-color:#202020;
	font-size:13px;
	font-style:normal;
	font-weight:bold;
}

#footerLeft {
	width:25%;
	height:auto;
	float:left;	
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-align:left;	
}

#footerMiddle {
	width:50%;
	height:95px;
	line-height:95px;
	float:left;
	font-size:13px;
	font-style:normal;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}

#footerRight {
	width:25%;
	height:auto;
	float:left;	
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-align:right;
}

.footerTextLeft {
		margin: 10px 10px 10px 10px;
		text-align:left;
}

.footerTextRight {
		margin: 10px 10px 10px 10px;
		text-align:right;
}

#footerWrap a:link, #footer a:visited {
	color:#eeeeee;
}

#footerWrap a:hover{
	color:#ffff00;
	text-decoration:underline;
}



/* -------------------------- Links -------------------------- */
a:link, a:visited {
	color:#9B251B;
	text-decoration:none;
}


a:hover {
	color:#fa720a;
	text-decoration:none;
}
			
									
a img {
	border:none;
} 



/* -------------------------- Headers, text, paragraphs -------------------------- */
.rightSign {
	text-align:right; 
	font-style:italic;
	font-weight:bold;
	margin: 50px 30px 0 0;
}


p {
	text-align: justify;
	line-height: 150%;
}


h1 {
	color:#505050;
	font-size:25px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
}

h2 {
	color:#505050;
	font-size:17px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
}

h3 {
	color:#505050;
	font-size:14px;
	font-weight:bold;	
	margin:0px 0px 10px 0px;
}


.upLetter:first-letter { 
 font-size:20px;
 font-weight:bold;
 margin:0 0 0 0; 
 }
 
 
/* -------------------------- Images, paragraphs -------------------------- */
.opacity {
	opacity: 0.8;
	filter: alpha(opacity=80);
}	
 
.opacity:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}


.bulletMenu	{
  margin: 0px 8px -5px 0px;
}
	

.textList {
margin-left: 10px;
padding-left: 0;
list-style: none;
}

.textList li {
padding-left: 20px;
line-height: 200%;
background: url(../images/bulletText.png) left center no-repeat;
}


.mapa	{ 
	width: 600px;
	height: 350px;
  border: 1px solid #000000;
  margin-top: 20px;
  
  -webkit-box-shadow: #000000 2px 2px 20px;
	-moz-box-shadow: #000000 2px 2px 20px;
	box-shadow: #000000 2px 2px 20px;
	
	behavior: url('../styles/PIE.php');	*/
	}
	


/* -------------------------- Others -------------------------- */
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}