/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;	
}

p
{
 text-align:justify;
}

a:link {
    font-weight:bold;
    color:#FAE817;
	text-decoration:none;	
	
}
a:visited {
	font-weight:bold;
	color: #FAE817;
	text-decoration: none;
}
a:hover {
	font-weight:bold;
	color:#CCCCCC;
	text-decoration:underline;
}
a:active {
	font-weight:bold;
	color: #FAE817;
	text-decoration: none;
}


img
{
 border:none;
}

.Reducido 
{
	font-size: xx-small;	
	color:#33338B;
	font-weight:bold;
}

.Texto
{
 color:#FAE817;
 font-size:x-small;
}

UL
{
  list-style:none;
}

.titulo
{
	color:#00FF00;
	font-size:24px;
}

.Puntero
{
  cursor:pointer;
}