#ColUno {
	float: left;
	width: 140px;
	text-align:center;
	/*background: url(../images/verdechico.jpg) repeat-y center left;*/}
	
#menuPrincipal {
	clear: left;
	width: 130px;
	margin: 5px auto;
	padding: 0;
	font-size: 0.8em;}

#menuPrincipal ul {	
	list-style: none;
	width: 130px;
	margin: 0 0 20px 0;
	padding: 0;}	

#menuPrincipal li {
	text-align: left;

	/*border-bottom: 2px solid #228a57;*/
	/*border-bottom: 2px solid #fff;*/}

#menuPrincipals li a {
	font-weight: bold;
	font-size: 12px;
	height: 15px;
	text-decoration: none;
	color: #505050;
	display: block;
	padding: 7px 0 4px 5px;
	margin-left: 10px;}
#menuPrincipal li a {
	padding: 6px 0 0 5px;;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #505050;
	display: block;
	height: 19px; /*  25 - padding */
	width: 119px; /* 124 - padding */
	background: url("../es/images/index/boton1.jpg") 0 0 no-repeat;
	}

#menuPrincipal li a:hover {
	color:#000000;
	font-size: 12px;
	background: url("../es/images/index/boton2.jpg") 0 0 no-repeat;}
	
