@charset "utf-8";

/* CSS Document */



body {

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	background-color:#F1F5F0;

	background-image:url(../img/bg1.jpg);

	background-repeat:repeat-x;

	background-position:top;

	font-family:"Trebuchet MS";

}

a:link, a:visited, a:active {

	color:#0099FF;

	font-weight:bold;

	text-decoration:underline;

}

a:hover {

	font-weight:#00CCFF;

	text-decoration:underline;

	color:#EA5A8C;

}

.contenido, .contenido font {

	font-family:"Trebuchet MS";

	color:#666666;

	text-align:justify;

	font-size:13px;

}

.mensajes {

	font-family:"Trebuchet MS";

	color:#666666;

	font-size:13px;

}

.tabla {

	background-image:url(../img/bg.jpg);

	background-repeat:no-repeat;

	width:1000px;

	height:680px;

	background-position:top;

	vertical-align:top;

}

a.menu:link, a.menu:visited, a.menu:active {

	color:#FFFFFF;

	font-weight:bold;

	text-decoration:none;

	background-color:#EA5A8C;

	padding:5px;

	margin-right:5px;

	letter-spacing:-1px;

}

a.menu:hover {

	color:#EA5A8C;

	font-weight:bold;

	text-decoration:none;

	background-color:#FFFFFF;

	padding:5px;

	letter-spacing:-1px;

	margin-right:5px;

}