#boton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	line-height: 16px;
	text-align: center;
}
#boton_left {
	background-repeat: no-repeat;
	width: 9px;
	height: 18px;
	float:left;
	}
#boton_right {
	background-repeat: no-repeat;
	width: 9px;
	height: 18px;
	float:left;
	}
.rojo #boton_left {
	background-image:url(../img/botones/boton_rojo_left.gif);
	}
.rojo #boton_text {
	background-color:#D4470F;
	height: 18px;
	float:left;
	}
.rojo #boton_right {
	background-image:url(../img/botones/boton_rojo_right.gif);
	}
.verde #boton_left {
	background-image:url(../img/botones/boton_verde_left.gif);
	}
.verde #boton_text {
	background-color:#999900;
	height: 18px;
	float:left;
	}
.verde #boton_right {
	background-image:url(../img/botones/boton_verde_right.gif);
	}
.gris #boton_left {
	background-image:url(../img/botones/boton_gris_left.gif);
	}
.gris #boton_text {
	background-color:#8D8E90;
	height: 18px;
	float:left;
	}
.gris #boton_right {
	background-image:url(../img/botones/boton_gris_right.gif);
	}

#boton_text {
        line-height:16px;
}
	
#boton_text a {
	color:#FFFFFF}
#boton_text	:link {
	color: #FFFFFF;
	text-decoration: none}
#boton_text	:hover {
	color: #FFCC00;
	text-decoration: none}}
#panel
	{
	position: relative;
	margin-left: 0;
	margin-right: 0;	
	margin-top: 0;
	padding-top: 0;
	text-align: left;
	background-color: #F4F4C5;
	}
#panelcontent
	{
	padding: 1em;
	padding-bottom: 5px;
	}

#panelcontent h1
	{
	margin-top: 0;
	color:#D4470F;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
		
#panelcontent p
	{
	color:#000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(../img/botones/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(../img/botones/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(../img/botones/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(../img/botones/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(../img/botones/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(../img/botones/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(../img/botones/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-color: #F4F4C5;
	background-image:url(../img/botones/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
