/* Content */
body {
	background-image: url(/images/gfx/back.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #2a2a2a;
}
img {
	behavior: url(/scripts/pngbehavior.htc)
}
a{
	outline: none;
}
li{
	list-style-image: url(../images/gfx/circ.jpg);
	font-size: 11px;
}
.imputForm{
	background-color: #e8e8e8;
	border: 1px solid #bdbdbd;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}
/* Box an info */ 
.enviada{
	background-color: #cbebd6;
	border: 1px solid #73c674;
	width: 500px;
	padding: 10px;
}

/* Text */
.textMediumSubtitleBold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc0000;
	font-weight: bold;
}
.textMediumDarkGrey{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.textMediumGreen{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #187e00;
}
.textMediumDarkGreyBold{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #2a2a2a;
	font-weight: bold;
}
/* News */
.tituloInscritos{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	background-color: #a21116;
}
.tituloNews{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	background-color: #3c3c3c;
}
.postNews{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.readNews{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff6600;
}
.table {
	border: 1px solid #999999;
	padding: 5px;
}
/* Links */
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc0000;
	text-decoration: none;
}
a:link {
	color: #cc0000;
}
a:visited {
	color: #cc0000;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #cc0000;
}
.orangeLinks a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff6600;
	text-decoration: none;
}
.orangeLinks a:link{
	color: #ff6600;
	text-decoration: none;
}
.orangeLinks a:visited{
	color: #ff6600;
	text-decoration: none;
}
.orangeLinks a:hover{
	text-decoration: underline;
	color: #ff6600;
}
.orangeLinks a:active{
	color: #ff6600;
	text-decoration: none;
}

.yellowLinks a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffcc00;
	text-decoration: none;
}
.yellowLinks a:link{
	color: #ffcc00;
	text-decoration: none;
}
.yellowLinks a:visited{
	color: #ffcc00;
	text-decoration: none;
}
.yellowLinks a:hover{
	text-decoration: underline;
	color: #ffffff;
}
.yellowLinks a:active{
	color: #ffcc00;
	text-decoration: none;
}

.whiteLinks a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.whiteLinks a:link{
	color: #ffffff;
	text-decoration: none;
}
.whiteLinks a:visited{
	color: #ffffff;
	text-decoration: none;
}
.whiteLinks a:hover{
	text-decoration: underline;
	color: #ffcc00
}
.whiteLinks a:active{
	color: #ffffff;
	text-decoration: none;
}