@charset "utf-8";
a {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #FFCC00;
}
.links {
	background-image: url(images/links.jpg);
	background-repeat:  no-repeat;
	background-position: left top;
	padding: 20px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC00;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FED23E;
}

.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: top;
}

.common {
	font-family: "Trebuchet MS";
	font-size: 14px;
	padding-left:10px;
	padding-right:10px;
	background-image: url(images/content.jpg);
	background-repeat:  repeat;
	background-position: top;
}
.footer {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #ffffff;
		padding-right:20px;

}
.contenido {
	background-image: url(images/content.jpg);
	background-repeat:  repeat-x;
	background-position: top;
}

.orange {
	color: #FF751A;
	font-weight: bold;
	font-size: 14px;
	text-align: center;

}

.blue {
	color: #025CB7;
	font-weight: bold;
	font-size: 14px;
	text-align: left;

}
.pink {
	color: #FF51A8;
	font-weight: bold;
	font-size: 14px;
}
.sun {
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: none;
	border-top-color: #323438;
	border-right-color: #323438;
	border-bottom-color: #323438;
	border-left-color: #323438;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
.tabla {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
