* {
	margin: 0px;
	padding: 0px;
}

//td { border-top: 1px red solid; }

body {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	font-family: "Trebuchet MS";
}

.tableMaquet {
	height: 100%;
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
}

#tdBarraLogoBusq {
	height: 60px;
	border-bottom: 1px #000 solid;
	background: #A9D14D url('pics/topBar.gif') top repeat-x;
}

#tdBajoBarraLogoBusq {

}

#tdSidebar {
	width: 185px;
	border-right: 1px #000 solid;
}

#tdBarraCategorias {
	height: 1px;
	background-color: #4F4F4F;
	border-bottom: 1px #000 solid;
	height: 27px;
	text-transform: uppercase;
	border-top: 1px #999 solid;
}

#tableLogoBusqueda {
	height: 1px;
}

h1 {
	display: none;
}

/* Arregla el centrado vertical de imagenes en el topBar en IE */
#tdBarraLogoBusq img {
	margin-bottom: 0px !important;
	margin-bottom: -5px;
	margin-top: 0px !important;
	margin-top: 1px;
}

.espacio {
	width: 10px;
}

#tdLogo {
	width: 153px;
}

#loquebusca {
	background-color: transparent;
	width: 100%;
	font-weight: bold;
	height: 27px;
	padding-left: 3px;
	font-size: 22px;
	font-family: "Trebuchet MS";
	border: 0px white solid;
}

#inputIzq {
	background: transparent url('pics/inpputborder.gif') center left no-repeat;
	width: 4px;
}

#inputCen {
	background: transparent url('pics/inpputborder.gif') center repeat-x;
}

#inputDer {
	background: transparent url('pics/inpputborder.gif') center right no-repeat;
	width: 4px;
}

#imgBorrar {
	width: 23px;
	height: 18px;
	background-image: url(pics/todo.png);
	background-repeat: no-repeat;
	background-position: -202px -88px;
	border-width: 0px;
}

#InputBoton {
	width: 1px;
	padding-left: 6px;
}

#InputBoton img {
	border-width: 0px;
	width: 106px;
	height: 33px;
	background: transparent url('pics/buttonSearch.gif') center center no-repeat;
}

.topBar {
	font-size: 12px;
	font-family: Arial;
}

.topBar a {
	position: relative;
	text-decoration: none;
	color: #FFF;
	background: transparent url('pics/sombrCats.gif') right repeat-y;
	padding: 3px 6px;
}

.topBar a:hover {
	color: #999999;
}

.topBar span {
	background-image: url(pics/categorias.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

#sidebarInterior {
	overflow: auto;
}

#sobreCategorias {
	text-align: center;
	padding: 8px 0px;
}

#sobreCategorias img {
	margin-bottom: 0px !important;
	margin-bottom: -2px;
}

#divContBotoSide {
	overflow: hidden;
}

#divContBotoSide ul {
	list-style: none;
}

.linkBotonCostado {
	width: 100%;
	display: block;
	padding-top: 3px;
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	color: #000;
}

.linkBotonCostado:hover {
	background-color: #ECF6FC;
}

.linkBotonCostado span {
	background-image: url(pics/webs.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: 5px;
}

.linkSide0 {
	background-color: #FFF;
}

.linkSide1 {
	background-color: #FAFAFA;
}


#links-bajo-iframe {
	height: 30px;
	background-color: #F4F4F4;
	border-top: 1px #DCDCDC solid;
	padding-left: 10px;
}


