/* CSS Text Document */
:link { color: #FFFFFF }  /* for unvisited links */
  :visited { color: #FFFFFF } /* for visited links */
  a:active { color: #FFFFFF } /* when link is clicked */
  a:hover { color: #FFFFFF } /* when mouse is over link 

*/
  a.plain { text-decoration: none 
}

body {
	margin: 0px;
	padding: 0px;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
}

.titulo { 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 11px; 
color : #FFB22E; 
background-color : #454545; 
text-decoration : none; 
} 

.titulo:link { 
color : #FFB22E; 
text-decoration : none; 
} 
.titulo:hover { 
color : #FFB22E; 
text-decoration : none; 
}

.menu { 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 11px; 
color : #FFFFFF; 
background-color : #161414; 
text-decoration : none; 
} 

.menu:link { 
color : #FFFFFF; 
text-decoration : none; 
} 

.menu a:active { 
color : #FFFFFF; 
text-decoration : none; 

} 
.menu a:hover { 
color : #999999; 
text-decoration : none; 
} 

.menu:visited { 
color : #FFFFFF; 
text-decoration : none; 
} 

.sub_menu { 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 12px; 
color : #FFB22E; 
background-color : #454545; 
text-decoration : none; 
} 

.contenido { 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 11px; 
color : #FFFFFF; 
background-color : #000000; 

} 
.contenido:link { 
color : #FFFFFF; 
} 

.contenido:hover { 
color : #FFFFFF; 
} 

.destacado { 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 11px; 
color : #999999; 
background-color : #161414; 
text-decoration : none; 
} 
.destacado:link { 
color : #999999; 
text-decoration : none; 

} 
.destacado:hover { 
color : #FFFFFF; 
text-decoration : none; 
}
 
.destacado:visited { 
color : #999999; 
text-decoration : none; 
}
 
.creditos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	background-color: #161414;
	text-decoration: none;
} 
.creditos:link { 
color : #CCCCCC; 
text-decoration : none; 

} 
.creditos:hover { 
color : #FFB22E; 
text-decoration : none; 

} 
.creditos:visited { 
color : #CCCCCC; 
text-decoration : none; 
} 

/* Formularios */
.inputbox { 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px; 
 color:  #000000;
 background-color: #FFFFFF; 
 border: 1px solid #000000; 
}

.button {
	width: 170px;
	border : solid 1px #000000;
	background-color: #666666;
	font-weight : bold;
	font-size : 14px;
	color : #FFFFFF;
	padding: 2px;
}
