body {
	background-color: #eeeeee;
	margin: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}

/* */
#barra-sup {
	margin-left:20px;
	min-height: 50px;
	color: inherit;
	display:block;
	margin:auto;
}

/* Header */
#header {
	color:#fff;
	font-size:30px;
	font-weight:bold;
	text-align: right;
	min-height: 70px;
	background-color: #a24145;
}
.votar {
	padding-top:15px;
	display:block;
}
/* Cuerpo */
#cuerpo {
	background-color: #849c97;
	display:block;
	margin:auto;
	clear: both;
}

/* Menu */
.menu {
	background-color: inherit;
	color: #ffffff;
	font-weight: bold;
	width: 170px;
	float: left;
	height:100%;
}
.menu ul{
	color: inherit;
	width: 120px;
}
.menu li {
	margin-left: -15px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: inherit;
	list-style: none;
}
.menu li a {
	color: #ffffff;
	display: block;
	width: auto;
	text-decoration: none;
}
.menu li a:hover {
	color: #FF9900;
	padding: 0;
}

/* Contenido */
.contenido {
	padding: 10px;
	background-color: #eeeeee;
	color: inherit;
	width: 559px;
	float: right;
}
.colaborar{
	width: 150px;
	height: 30px;
	display: block;
	margin: auto;
	background-color: #ff;
	color: #ff8400;
	font-size: 15px;
	text-align:center;
	padding: 8px 0 0 0;
	border: 1px,;
	border-style: solid;
	border-color: #a24145;
}
a.colaborar {
	text-decoration: none;
}
a:hover.colaborar {
	border-color: #7ed6ff;
}
/* H */
h1 {
	color: #6e9eff;
	font-size: 13px;
	padding-left: 10px;
}
h2 {
	color: #000000;
	font-size: 12px;
	padding-left: 15px;
}
h3 {
	color: #ff8400;
	font-size: 13px;
	padding-left: 15px;
}


/* Varios */
.block { 
	display:block;
	margin:auto;
}
.ayuda{
	font-size: 9px;
	color: #666;
}
.sinbordes { border:0;}
.negrita { font-weight:bold;}
.center {text-align: center;}
.ancho {width: 750px;}
.margen1 {margin: 15px;}
.mini1 {
	float:left;
	background: url(../../imagenes/cabecera.jpg) no-repeat;
	width:470px;
	min-height: 70px;
	text-align:left;
}
.mini2 {float:right; width: 250px; font-size:18px;}
.t60 {	font-size: 60%;}
.t80 {	font-size: 80%;}
.t120 {	font-size: 120%;}
.t200 {	font-size: 300%;}
.m10 { margin-left: 10px;}
.osk { background-color:#de0000;}
.clar { background-color:#00CC00;}

.boton 
{
	width:150px;
	height:40px;
	text-align:center;
	color: #ffffff;
	font-size: 15px;
	margin-left:100px;
	margin-top: 20px;
	float:left;
}

.botonPaypal
{
	width:160px;
	height:51px;
	text-align:right;
	padding-top:33px;
	color: #000000;
	font-size: 10px;
	display:block;
	margin:auto;
	background: url(../../imagenes/paypal.jpg) no-repeat;
}


