#contenido {
	font-family: Tahoma;
	color: #333;
	font-size: 12px;
	text-align: justify;
	background:#FFF;
	padding-left: 40px;
	padding-right:40px; 
}

#contenido h1 {
	font-size: 24px;
	color: #f27d00;	text-transform: lowercase;
}

#contenido h2 {
	font-size: 14px;
	color: #000000;
}

#contenido .par {
	background:#FFEEDD;
}

#contenido .impar {
	background:#FF0000;
}

body {

                margin: 0px;

                padding: 0px;

                border: 0px;

                background:#686868 url(images/bg.jpg) repeat-y scroll center top;

}

 

#botonera {

                background: url(images/botonera_bg_normal.gif) repeat-x scroll left;

                height:30px;

}

 

#botonera li {

                display:inline;

                margin:0;

}

#botonera li a:hover {
	background: url(images/botonera_bg_over.gif) repeat-x scroll left top;
	color: #000;
}

 

#botonera .current {

                background: url(images/botonera_bg_current.gif) repeat-x scroll left top;

                color: #fff;

}

#botonera li a{
                color: #686868;
                float:left;
                height:20px;
                padding-top: 10px;
				padding-right:20px;
				padding-left:20px;
                text-decoration:none;
                font: bold 10px Verdana, Helvetica, Arial, sans-serif;

}

 

#botonera ul {

                list-style-image:none;

                list-style-position:outside;

                list-style-type:none;

                margin:0;

                padding:0;

}
