/* CSS Document */

body
	{
	font-family:Arial;
	font-size:12px;
	margin:0px;
	font-weight:400;}

.palabra_resultado
	{
		color:#FF0000;
		font-weight:400;
		font-size:16px;
		text-transform:capitalize;
	}
.barra
	{
	background-image:url(../barra.gif);
	background-repeat:repeat-x;}
.logo
	{
	margin-bottom:5px;}
.lateral
	{
	background-image:url(../barra_lateral.gif);
	background-repeat:repeat-y;}
a:link, a:visited, a:hover, a:active
	{
	color:#FF0000;
	font-size:14px;;
	font-weight:400;
	text-decoration:underline;
	white-space:nowrap;
	line-height:16px;}
.tabla_menu
	{
	vertical-align:top;}
form#buscar_normal
	{
	padding-top:10px;}
.separador
	{
	height:3px;
	background-image:url(../punto.gif);
	background-repeat:repeat-x;
	background-position:center;}
.arriba
	{
	vertical-align:top;}
.frase_resultado
	{
	font-style:italic;
	color:#666666;
	right:10px;
	}
.agregado
	{
	color:#999999;
	font-weight:100;
	}
.definido
{
font-weight:normal;
right:5px;}
.formulario
{
text-align:right;
text-indent:10px;
vertical-align:top;
}
.titulo
{
font-size:14px;
font-weight:bold;
}
.etiqueta
{
background-color:#FF8080;
color:#ffffff;
padding:20px;
border:3px solid #FF0000;
font-weight:bolder;
}