*,p, form
{
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 14px;
	color: #333;
}

body
{
	background: url(../img/web-bg.jpg) center repeat-y #fefefe;
}

a
{
	color: #65aa20;
	text-decoration: none;}
.encabezado
{
	background: url(../img/encabezado-bg.jpg) repeat-x;
	height: 160px;
	width: 970px;
}
.encabezado-logo
{
	background: url(../img/encabezado-logo.jpg) left no-repeat;
	height:160px;
}

.columna-der
{
	background: #e9feb1; 
	border-left: 1px solid #c9f84a;
	width:300px;
	min-height: 550px;
	height: 550px !important;
	font-size: 11px;
	color: #7f7f7f;
}

.pie
{
	background: #cccccc;
	border-top: 1px solid #7f7f7f;
	min-height: 50px;
	height: 50px !important;
	width: 972px;
	color: #7f7f7f;
	text-align: center;
}

.pie td {	font-size: 11px; line-height: 150%; }

.pie a {	
	font-size: 12px; 
	color: #7f7f7f;
	text-decoration: none;
	line-height: 150%;
}

h1, h2
{
	/*font-weight: bold;*/
	color: #65aa20;
	padding: 10px 0;
}
h1 { 	font-size: 28px; font-family: Tahoma, Verdana, Arial, Sans-serif; font-weight: normal; letter-spacing: 0.03em;}
h2 { 	font-size: 16px; }

.columna-der .separador { border-bottom: 1px solid #c7fe30; }
.separador { border-bottom: 1px dotted #eeeeee; }
.borde-img
{
	border:1px solid #aeb5ae;
	padding: 1px;
}

input, textarea, select
{
	width: 200px;
	border: 1px solid #454545;
}
.columna-der input, .columna-der textarea
{
	width: 180px;
	border: 1px solid #c9f84a;
}
.form-etiqueta
{
	font-size: 10px;
}
tr.par
{
	background: #eeffc5;
}
tr.impar
{
	background: #f9ffb1;
}
tr.par td, tr.impar td
{
	padding: 5px 10px;
}

input.boton
{
	border: 1px solid #ffffff;
	color: #ffffff;
	width:auto;
	background: #ffa53f;
	padding: 3px 5px;
	letter-spacing: 0.05em;
}

.columna-der input.boton
{
	border: 1px solid #bbff3a;
	color: #82c60d;
	width:auto;
	background: #e2ff8a;
	padding: 3px 5px;
}

.notificacion
{
	padding: 10px 0;
	color: #ff0000;
	text-align: center;
	font-size: 10px;
}

.resaltado
{
	background: #FFFFE0;
}

.pagina
{
	padding: 0 5px;
	border: 1px solid #65aa20;
	margin-right: 1px;	
}
.pagina-actual
{
	padding: 0 5px;
	border: 1px solid #65aa20;
	margin-right: 1px;
	background: #FFFFE0;
}

.comentario-color
{
	color: #65aa20;
}

.texto
{
	line-height: 150%;
}

/* paginador */
.paginador {
	font-size: 9px;
}
/* contador */
.contador {
	font-size: 10px; line-height: 150%; width: 143px;
}

/* novedades index */
a.titulo-nix {
	color: #ffbb22; text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.01em;
}
.copete-nix {
	color: #777777;
	font-size: 12px;
}
