/* CSS Document */

a:link {
	text-decoration: none;
	color:#006699;
}
a:visited {
	text-decoration: none;
	color:#996600;
}
a:hover {
	text-decoration: none;
	color:#FF6633;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

/* tags */

body {
height:"600px";
width:"800px";
}
table {
}

# barra {
width:"200px";
float:"left";
}
# caja {
width:"600px";
float:"right";
}
# uno {
text-align:left;
}
# dos {
width:"800px";
height:"520px";
}
# boton {
background-color:#D6D6AB;
}

/*Clases*/

.texto {
color:#000000;
font:bold 14px Verdana, sans-serif;
}
.textob {
color:#993300;
font:bold 14px Verdana, sans-serif;
}
.texto2 {
font:normal 10px Verdana, sans-serif;
}
.texto3 {
font:bold 16px Verdana, sans-serif;
}
.unica {
float:right;
font:normal 10px Verdana, sans-serif;
}