body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font : 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin : 20px 0px 20px 0px;
	text-align: center;
	background-color: #BBBBBB;
	}
#contenedor{
	text-align: left;
	width: 700px;
	background-color : #FFFFFF;
	margin: auto;
	border: 1px solid #000000;
	color: #666666;
	height: auto;
	font-size: 12px;
} 
#cabecera{
	text-align: center;
	background-color: #000000;
	width: 700px;
	height: 188px;
} 
#navegador{
	background : #000000;
	border: none;
	text-align: right;
	white-space: normal;
	width: 686px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	font-weight: bold;
} 
A.enlacenav, A.enlacenav:VISITED, A.enlacenav:ACTIVE, A.enlacenav:FOCUS, A.enlacenav:LINK{
	color: #CCCCCC;
	text-decoration: none;
	font-size: 10px;
} 
A.enlacenav:HOVER{
	color: #CCCCCC;
	text-decoration: none;
	font-size: 10px;
} 
#left_side{
	width:160px;
	background-color : #ffffff;
	float:left;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
	height: 580px;
	padding-top: 5px;
} 
#main_side {
	float: left;
	width: 360px;
	background-color: #FFFFFF;
	height: auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	line-height: 20px;
}
#right_side {
	float: right;
	width: 138px;
	background-color: #FFFFFF;
	height: 580px;
	padding-top: 5px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
	padding-right: 5px;
	padding-left: 5px;
}
#contador {
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
}
#footer {
	border-top-style: none;
	text-align: center;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 700px;
	padding-bottom: 5px;
	padding-top: 5px;
	position: static;
	left: 142px;
	top: 686px;
	font-size: 9px;
}
#sides {
	height: 560px;
	width: auto;
	background-color: #FFFFFF;
}
#menu {
	padding-left: 10px;

}
h1 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
h4 {
	font-size: 10px;
	font-weight: normal;
}

#ajaxticker1{
	width: 130px;
	height: 250px;
	padding: 5px 5px 5px 15px;
	background-color: white;
	font-size: 10px;
	color: #666666;
	font-style: italic;
	text-decoration: none;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: white;
}
