* {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px}

/* Body Text */
body {
    margin:0px 0px 0px 0px;
    padding:0;   
    background: #ffffff url(img/background.jpg) left repeat-y;      
}

/* Three Columns Layout + header + footer */
#left_column
{
  position: absolute;
  left: 25px;
  top: 100px;
  width: 180px;
  color:black;
}


#main
{
  position:absolute;
  top:100px;
  left: 220px;
  right: 200px;
  color:black;
}

#right_column
{
  position:absolute;
  top: 100px;
  right: 2px;
  width: 175px;
  color:black;
}

#menu
{ 
  position:absolute;
  top:70px;
  left:40px;
  width:80%;
  border-bottom: 1px solid #909090;
  /*padding: 2px;*/
  /*background:#f0f0f0;*/
}

#menu1
{ 
  position:absolute;
  top:2px;
  left:40px;
  border-bottom: 1px solid #909090;
}




/********** Layout end ******************************/

/* Boxes */
#menuBox {
  padding: 2px;
  border: 1px solid black;
  background-color: #f0f0f0;
}

#menuBox1 {
  padding: 2px;
  /*border-bottom: 1px solid #909090;*/
  /*border-top: 1px solid #909090;*/
}

#menuBox2 {
  padding: 2px;
  /*border-bottom: 1px solid #909090;*/
  background: #e0e0ff;
  border-bottom: 1px solid #9090c0;
  /*border-top: 1px solid #909090;*/
}


#sideBox {
  border: 1px solid black;}

#titleBox{
  position:relative;
  color: white;
  background: black;}

/*
#titleContainer{
   position: relative;
   margin-left:40px;
   padding=1px;
}*/

#EntryBox{
  margin:2px 0px 0 0px;
  /*float:left;*/
  position:relative;
  padding:2px;
  width=100%;
  color: white;
  border: 1px solid black;
  color:black;
  background: #e0e0e0;}

#textBox{
  background: #ffffff url(img/bg-box-inv.jpg) right repeat-y;      
  padding:2px;
  /*background: #f0f0f0;*/
}

#newsBox{
  background: #f0f050;
  padding:2px;}


#textBox1{
  border: 1px solid #909090;
  background: #ffffff url(img/bg-box-inv.jpg) right repeat-y;      
  padding:4px;
  /*background: #f0f0f0;*/

}


#singleBox{
  background-color: #f5f5f5;
  color:black;
  border: 1px solid black;
  padding:4px;
}

#exBox{ 
  border: 1px solid #909090;
  background-color:#f0f090;
  padding:4px;
 }

#bottomBar{
  /*float:left;*/
  position:relative;
  /*position:absolute;*/
  /*border: 1px solid black;*/
  border-top: 1px solid black;
  padding: 4px;
  left:0px;
  width:99%;
  margin-left:0px;
  margin-top:50px;
}

/******* Styles ********/

#indentText{
 margin-left:20px;

}

#title {
color:black;
font-weight:bold;
font-size: 18px;}

#mainTitle {
color:black;
font-weight:bold;
font-size: 20px;}

#indentText {
left-margin: 40px;
color:black;
width:98%;
}

#big
{  
  font-size:16px;
  font-weight:bold;
/*  margin-left:10px;*/
  margin-right:10px;
  text-decoration:none;
}

#small
{ 
  font-size:11px;
  color:#505050;
  /*font-weight:bold;*/
  text-decoration:none;
}

#tiny
{ 
  font-size:10px;
}

#veryBig
{  
  font-size:22px;
  font-weight:bold;
  text-align:center;
  margin-right:10px;
  margin-bottom:5px;
  text-decoration:none;
  /*border-bottom: 1px solid #909090;  */
}


h1
{ margin-top:4px;
  padding:2px;
  background:#f0f0f0;
  font-size:16px;
  font-weight:bold;
  border: 1px solid black;
  width: 98%;
  /*border: 1px dotted black;*/
}

h2
{ margin-top:4px;
  padding:2px;
  background:#f0f0f0;
  font-size:10px;
  font-weight:bold;
  border: 1px solid black;
  width: 98%;
  /*border: 1px dotted black;*/

}

h3
{  font-weight:normal;
   border-bottom: 1px solid black;
   width: 98%;   
   padding: 1px;
   margin-bottom: 1px;
   background-color:#f5f5f5;
/*border-bottom: 1px dotted black;*/

}

/* To see imagen in IExplorer ?¿?¿?¿?¿ */
#imageLeft
{
	position:relative;
	float:left;
	padding-right: 6px;
}

#imageRight
{
	position:relative;
	float:right;
}

a:hover {
  background-color: #b0b0ff;
  color:black;
}

