/* CSS Document */
#logosU {
	position:absolute;
	width:100px;
	height:115px;
	z-index:1;
	left: 48px;
	top: 152px;
}
div.coloredbox {
	position:relative;
	z-index:2;
	color: #A85D57;
	background-color: #669966;
}
div.recuadro {
	padding:5px;
	border-style:double;
	border-color:#000000;
	border-width:thick;
	background-image:url(http://www.multialliance.net/assets/fondoverde1.jpg);
	background-repeat:repeat;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #A85D57;
	background-color:#CCFFCC;
	background-image:url(http://www.multialliance.net/assets/fondoverde1.jpg);
	background-repeat:repeat;
}

td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #A85D57;
	background-image:url(http://www.multialliance.net/assets/fondoverde1.jpg);
	background-repeat:repeat;
}
	
a:link {
	color: #0099FF;
}
HR {
    height:5px;
    width:50%;
    background:#446791;
   }
.creditos {font-size: smaller;
color:#999999;}


