/* CSS Document */

body {
background:#333333;
}

table {
	width:800px;
	height:600px;
	background:url(images/fondo.jpg);

}

#caja {
	background:#C67F09;
	width:800px;
	height:600px;
	padding:3px;
	margin:30px auto 0px auto;
}
	
#menu {
padding:.4em 0 0 0;
}

.texto {
font:14px "Times New Roman", Times, serif;
text-align:left;
padding-left:30px;
}
.texto2 {
font:14px "Times New Roman", Times, serif;
text-align:center;
}

.texto3 {
font:14px "Times New Roman", Times, serif;
text-align:left;
}
.texto4 {
font:16px "Times New Roman", Times, serif;
text-align:center;
}
.texto5 {
font:16px "Times New Roman", Times, serif;
text-align:right;
}
.titulo {
padding-bottom:30px;
}
.top {
padding-top:30px;
}

		/*ligas*/

a:link {
	color:#006633;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006633;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #006633;
}