



.titulo{
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: underline;
	font-size: 12px;
}
.subtitulo{
	font-family: Arial, Helvetica, sans-serif;
	color: #B8B8B8;
	font-size: 12px;
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	color: #CECECE;
	font-size: 10px;
}
.textoMayor {
	font-family: Arial, Helvetica, sans-serif;
	color: #BABABA;
	font-size: 12px;
}


.colorfondo {
	background-color: #505050;
}
BODY
{ color:#000000;
  background-color:#333333;
  scrollbar-face-color:#505050;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-track-color:#EBFFED;
  scrollbar-shadow-color:#000000;
  scrollbar-highlight-color:#000000;
  scrollbar-3dlight-color:#808080;
  scrollbar-darkshadow-Color:#202020;
}
.imgborder {
	border: thin solid #DCDCDC;
	border-color: #DCDCDC;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	border-bottom-width: thin;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #E06363;
	font-size: 12px;
	text-decoration:none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #E06363;
	font-size: 12px;
	text-decoration:none;
}
.thumbnail {
           width:20%;height:20%;margin:0px;border=1px;
}



