﻿@charset "utf-8";
.botonera ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	background-position: right top;
	background-repeat:  no-repeat;
	float: left;
	width: 100%;
}
.botonera li, .botonera em, .botonera a {
	list-style-image: none;
	list-style-type: none;
	display: block;
	background-repeat: no-repeat;
	float: left;
}
#Principal .botonera li {
	margin: 0px 1% 5px 0px;
	padding: 0px;
	background-position: left top;
	background-repeat: repeat;
	width: 32.2%;
}
.botonera em {
	background-position: right top;
	width: 100%;
}
.botonera a {
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	text-align: center;
}
#Principal li.jsCol1 {
}
#Principal li.jsCol2 {
	margin-left: 0.5%;
}
li.jsCol3 {
	float: right;
}
