@charset "utf-8";
/* CSS Document */
body{
	background-color:#4F4F59;
	margin:0;
}
<!--
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
-->
.footer{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#999999;
}
.footer a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#999999;
}
.footer a:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
}
.mayusculas {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}


/*DIV TESTIMONIOS*/
#mostrarDiv{
	width:99%;
	background-color:#CCC;
	padding:7px;
	margin-top:5px;
	color:#333;
	font-weight:bold;
	text-decoration:none;
	
}
.fondo_contenido_test{
	width:99%;
	background-color:#EBEBEB;
	padding:7px;

}
.texto {
	font-family:"Times New Roman", Times, serif;
}

#listticker{	
	height:295px;
	width:271px;
	overflow:hidden;
	background-color:#FFF;
	padding:0px 0px 0px 0px;;
}

	#listticker li{
		height:150px;		
		list-style:none;
	}
.just {
	text-align: justify;
}