@CHARSET "ISO-8859-1";

body {
 font-family: arial;
 font-size: 12px;
 background-color: black;
 color: white;
 background-image:url('../img/Contenido_BG01.jpg'); 
 background-attachment: scroll; 
 background-position: top center;  
 background-repeat: no-repeat; 
 margin: 0px; 
 padding: 0px;
 height: 960px;
}

#bottomBar td {
text-align: left;
}

#bottomBar {
width: 1050px;
}

.bottomBarTitle {
 font-family: arial;
 font-size: 18px;
 color: #20B0FF;
}

#bottomBar li {
 font-family: arial;
 font-size: 12px;
 vertical-align: baseline;
}

#bottomBar a:hover {
 color: blue;
 text-decoration: none;
}

#bottomBar link, visited {
 color: lime;
 text-decoration: none;
}

#bottomBar ul {
	list-style: none;
	/*list-style-image: url("../img/primary_arrow.gif");*/
}

.infoTable td {
	font-family: arial;
 	font-size: 11px;
 	color: white;
 	text-align: justify;
}

.infoTable th {
	font-size: 18px;
	color:  inherit;
	height: 50px;
}

.newsTable th{
 position: relative;
 left: 30px;
}

.newsTable{
 background-image: url('../img/bgs/bgNewsTable.png');
 background-repeat: no-repeat;
 width: 250px;
 height: 300px;
}

.readMoreButton{
 position: relative;
 left: 185px;
 bottom: -5px;
}


