* {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	text-decoration: none;
	color: #000000;
}
#fondo {
	background: #F0F0F0 url(/images/background.png) repeat-x;
	margin: 0px;
}
#page {
	width: 100%;
}
#aporte {
	height: 24px;
	width: 980px;
	text-align: right;
	padding-top: 8px;
	padding-bottom: 1px;
}
#usuario {
	float: left;
	padding-left: 5px;
	padding-top: 3px;
}
#logo {
	width: 980px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 72px;
}
#logo h1 {
	margin: 0px;
}
#sublogo {
	color: #666666;
	width: 980px;
	text-align: center;
}
#formcat {
	text-align: right;
	padding-bottom: 2px;
	padding-right: 2px;
	width: 978px;
	height: 23px;
}
h2 {
	margin: 0px;
}
.titulo a {
	font-size: 18px;
	font-weight: bold;
	color: green;
}
#transp {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
#popup {
	position: absolute;
	top: 90px;
	left: 50%;
	width: 590px;
	margin-left: -330px;
	height: auto;
	padding: 40px;
}
.boxy-wrapper {
	position: absolute;
	empty-cells: show; 
}
.boxy-wrapper .top-left,
.boxy-wrapper .top-right,
.boxy-wrapper .bottom-right,
.boxy-wrapper .bottom-left,
.boxy-wrapper .top,
.boxy-wrapper .bottom,
.boxy-wrapper .left,
.boxy-wrapper .right { 
	width: 10px;
	background-color: black;
	/* CSS3 standard */
	opacity: 0.48;
	/* for IE */
	filter:alpha(opacity=48);
	padding: 0px;
}
.boxy-wrapper .top-left {
	background: url('/images/boxy-nw.png');
	height: 10px;
}
.boxy-wrapper .top-right {
	background: url('/images/boxy-ne.png');
	height: 10px;
}
.boxy-wrapper .bottom-right {
	background: url('/images/boxy-se.png');
	height: 10px;
}
.boxy-wrapper .bottom-left {
	background: url('/images/boxy-sw.png');
	height: 10px;
}
.boxy-inner {
	background-color: white;
	padding: 10px;
	width: 550px; 
}
.aportes {
	width: 100%;
	padding-bottom: 5px;
}
.up {
	background: url(/images/up.gif) no-repeat 0 0;
	width: 980px;
	height: 7px;
	background-position: bottom;
}
.down {
	background: url(/images/down.gif) no-repeat 0 100%;
	padding-left: 4px;
	padding-bottom: 11px;
	padding-top: 3px;
	width: 976px;
}
#bigimage {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#bigimage a img {
	max-width: 550px;
}
.smallimage {
	max-width: 140px;
	max-height: 140px;
	border: 0px;
}
.imagen {
	background: url(/images/light_grey.gif) repeat;
	border: 1px solid #DADADA;
	width: 140px;
	max-height: 140px;
	text-align: center;
}
.table {
	border: 0px;
	width: 945px;
	height: auto;
	text-align: left;
}
.noboton {
    background: transparent url('/images/small_button.gif') no-repeat scroll top right;
    color: green;
    float: left;
    padding-right: 10px;
	display: block;
	height: 24px;
	text-decoration: none;
    background-position: bottom right;
}
.noboton span {
    background: transparent url('/images/large_button.gif') no-repeat;
    color: green;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 10px;
    background-position: bottom left;
}
.boton {
    background: transparent url('/images/small_button.gif') no-repeat scroll top right;
    color: green;
    float: left;
    padding-right: 10px;
	display: block;
	height: 24px;
	text-decoration: none;
}
.boton span {
    background: transparent url('/images/large_button.gif') no-repeat;
    color: green;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 10px;
}
.boton:active {
    background-position: bottom right;
	outline: none;
}
.boton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 10px;
}
.submit {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	float: left;
	width: 100%;
}
.button {
	background: url(/images/button_tuaporte.gif) no-repeat;
	width: 140px;
	height: 24px;
	border: 0px;
	color: green;
}
.autor {
	font-weight: bold;
	color: green;
}
.comment {
	padding-bottom: 10px;
}
.form {
	width: 100%;
	float: left;
}
.names {
	float: left;
	height: 40px;
	font-weight: bold;
	width: 80px;
	padding-top: 10px;
	color: green;
}
.red {
	color: red;
}
.input {
	float: left;
	height: auto;
	font-weight: bold;
	width: auto;
	padding-top: 10px;
}
.textarea
 {
	float: left;
	height: auto;
	width: auto;
	padding-top: 10px;
}
#fin {
	width: 100%;
}
#info {
	text-align: center;
	color: #666666;
	width: 980px;
	color: green;
}
#pages {
	text-align: center;
	text-decoration: none;
	width: 980px;
	padding-top: 15px;
	padding-bottom: 5px;
}
#footer {
	color: #666666;
	font-size: 9px;
	text-align: center;
	width: 980px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#footer a {
	text-decoration: none;
	color: #666666;
	font-size: 9px;
}