@charset "utf-8";
/* Cuerpo de la Pagina */
body{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #006BBD;
}
.superior1{
	background-image: url(../imagen/superior1.jpg);
	background-repeat:  repeat-x;
	height: 100px;
}
.superior2{
	background-image: url(../imagen/superior2.jpg);
	background-repeat:  repeat-x;
	height: 100px;
}
.centro{
	background-image: url(../imagen/central.jpg);
	background-repeat: repeat;
}
.inferior1{
	background-image: url(../imagen/inferior1.jpg);
	background-repeat:  repeat-x;
	height: 100px;
}
.inferior2{
	background-image: url(../imagen/inferior2.jpg);
	background-repeat:  repeat-x;
	height: 192px;
}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
h2,h3,h4,h5,h6{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
/*Celdas de Contenidos*/
.IzquierdaArriba{
	background-image: url(../imagen/esquinas.png);
	background-position: left top;
	height: 15px;
	width: 15px;
}
.IzquierdaAbajo{
	background-image: url(../imagen/esquinas.png);
	background-position: left bottom;
}
.DerechaArriba{
	background-image: url(../imagen/esquinas.png);
	background-position: right top;
	height: 15px;
	width: 15px;
}
.DerechaAbajo{
	background-image: url(../imagen/esquinas.png);
	background-position: right bottom;
	height: 15px;
	width: 15px;
}
.BordeDerecho{
	background-image: url(../imagen/bordesfondo.png);
	background-repeat:  repeat-y;
	background-position: right;
}
.BordeIzquierdo{
	background-image: url(../imagen/bordesfondo.png);
	background-repeat:  repeat-y;
	background-position: left;
}
.BordeSuperior{
	background-image: url(../imagen/bordesfondo2.png);
	background-repeat:  repeat-x;
	background-position: top;
	height: 15px;
}
.BordeInferior{
	background-image: url(../imagen/bordesfondo2.png);
	background-repeat:  repeat-x;
	background-position: bottom;
	height: 15px;
}
/*Botones del menu productos*/
a.categorias:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	display: block;
	height: 18px;
	text-indent: 5px;
}
a.categorias:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	display: block;
	height: 18px;
	text-indent: 5px;
}
a.categorias:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 18px;
	text-indent: 5px;
	background-color: #504C4D;
}
a.categorias:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	display: block;
	height: 18px;
	text-indent: 5px;
}
/*Pie de Pagina*/
.PiedepaginaNormal{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.Pie:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.Pie:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.Pie:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.Pie:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0066FF;
}
/*Boton Link1*/
a.Boton1:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-image: url(../imagen/botones/boton.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	display: block;
	height: 20px;
	width: 150px;
}
a.Boton1:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-image: url(../imagen/botones/boton.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	display: block;
	height: 20px;
	width: 150px;
}
a.Boton1:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-image: url(../imagen/botones/boton.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	display: block;
	height: 20px;
	width: 150px;
}
a.Boton1:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../imagen/botones/boton.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	display: block;
	height: 20px;
	width: 150px;
}
/*link estandar*/
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.li {
	width: 158px;
	min-height: 100%;
	display: -moz-inline-stack; /* FF2*/
	display: inline-block;
	vertical-align: top; /* BASELINE CORRECCIÓN*/
	margin: 0px;
	zoom: 1; /* IE7 (hasLayout)*/

       *display: inline; /* IE */
	_height: 100%; /* IE6 */
}