/* Hoja de estilos aplicable a todas las paginas */
#wrap {
	margin: 0 auto;
	width: 799px;
}
a {
text-decoration: none;
color: #6666CC;
}
a:hover {
text-decoration: underline;
color: #286ea0;
}
a img {
border: 0;
}
.left {
margin: 10px 10px 5px 0;
float: left;
}
.right {
margin: 5px 0 5px 10px;
float: right;
}
.textright {
text-align: right;
}
.center {
text-align: center;
}
.small {
	font-size: 0.8em;
	background-color: #4E76A7;
	color: #FFFFFF;
}
.bold {
font-weight: bold;
}
.hide {
display: none;
}
table {
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size: 12px;
}
