/* CSS GENERIC */
body {
	background-image:url(../images/bkg.jpg); 
	background-repeat: repeat-x;
	background-position:top left;
	background-color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
}
input { 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#26517D;
	background-color:#FFFFFF;
	border: 1px solid #26517D;
	padding: 0 2px 0 2px;
}
a.GenericButton {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	background-color:#2264A4;
	border: 1px solid #FFFFFF;
	padding: 2px 6px 2px 6px;
}
a.GenericButton:hover {
	color:#26517D;
	background-color:#FFFFFF;
	border: 1px solid #2264A4;
}
#Container {
	width:900px;
	height:auto;
	overflow:hidden;
	clear:both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 45px;
}
#Top {
	width:900px;
	height:112px;
	margin: 0px auto;
	clear:both;
}
#TopItems {
	width:350px;
	height:112px;
	float:left;
}
#TopLogo {
	width:257px;
	height:70px;
	float:left;
	clear:both;
	margin: 6px 0 0 0;
	background-image:url(../images/TopLogo.gif); 
	background-repeat: no-repeat;
	background-position:top left;
}
#TopSearch {
	width:400px;
	height:30px;
	margin: 0px auto;
	clear:both;
}
#SearchItems {
	float:left;
	padding: 6px 5px 0 0px;
}
#SearchIcon {
	float:left;
	padding: 3px 5px 0 0px;
}
#TopMenuContainer {
	width:316px;
	height:112px;
	float:right;
}
#MenuItem {
	width:77px;
	height:112px;
	float:left;
	padding: 0 1px 0 1px;
}
#MainContainer {
	width:900px;
	height:auto;
	overflow:hidden;
	margin: 0px auto;
	background-color:#FFFFFF;
}
#MainLeftColumn {
	width:216px;
	height:auto;
	overflow:hidden;
	float:left;
}
#MainRightColumn {
	width:684px;
	height:auto;
	overflow:hidden;
	float:right;
}
#Footer {
	width:100%;
	height:44px;
	/* margin: -10px auto; */
	clear:both;
	background-repeat: repeat-x;
	background-position:left top;
	background-color:#3F3F3F;
	position:fixed;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/BkgFooter.jpg);
	z-index: 10;
}
#FooterContainer {
	width:100%;
	height:39px;
	margin: 0px;
	padding-top: 5px;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#FooterContainer h3{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	font-style:normal;
	text-align:center;
	margin: 0px;
	padding: 0px;
}
#FooterContainer a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
	text-align: center;
}
#FooterContainer a:hover{
	text-decoration:underline;
}
/* END CSS GENERIC */

/* CSS MENU LEFT */
#MenuLeftContainer {
	width:172px;
	height: auto;
	margin: 0px auto;
	overflow:hidden;
	padding: 12px 0px 12px 0px;
}
#MenuLeftTitle {
	padding:10px 0px 0px 0px;
	margin:0px auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:normal;
	color: #FFFFFF;
	text-align:center;
}
#MenuLeftTop {
	width:172px;
	height: 16px;
	margin: 0px auto;
	background-image:url(../images/MenuLeftTop.png);
	background-repeat:no-repeat;
	background-position:top;
}
#MenuLeftBottom {
	width:172px;
	height: 20px;
	margin: 0px auto;
	background-image:url(../images/MenuLeftBottom.png);
	background-repeat:no-repeat;
	background-position:top;
}
#MenuLeftItems {
	width:172px;
	height: auto;
	overflow:hidden;
	margin:0px auto;
}
.divLevelOne {
	margin-top: 0px;
}
.divLevelOne ul {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.LinkLevelOne li {
	display:inline;
	width:172px;
}
.LinkLevelOne li a {
	display:block;
	padding:0px 0px 2px 10px;
	margin: -2px 0px 0px -40px;
	list-style-type: square;
	text-decoration:none;
	background:url(../images/MenuLeftBkg.gif) bottom left repeat-x #FFFFFF;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #26517D;
}
.LinkLevelOne li a:hover {
	color: #000000;
	font-weight:bold;
}
/* END CSS MENU LEFT */

/*HOME CONTENT*/
.MenuLeftHomeBkg {
	background:url(../images/BkgMenuLeft.gif) 0px 0px no-repeat #FFFFFF;
}
#HomeMainBanner {
	width:684px;
	height: 235px;
	margin: 0px auto;
	overflow:hidden;
	background:url(../images/BkgLibroSemana.jpg) 0px 0px no-repeat;
}
#HomeNewsContainer {
	width:684px;
	height: auto;
	margin: 0px auto;
	overflow:hidden;
	background:url(../images/BkgContenido.gif) 0px 0px no-repeat;
}
#HomeNewsTop {
	width:645px;
	height: 48px;
	margin: 0px auto;
	padding: 25px 0 0 0;
}
#HomeNewsTitle {
	width:171px;
	height: 48px;
	float:left;
	background:url(../images/TitleNovedades.jpg) 0px 0px no-repeat;
}
#HomeNewsLine{
	width:474px;
	height: 48px;
	float:right;
	background:url(../images/TitleNovedadesLine.gif) 0px 0px repeat-x;
}
#HomeAcordeonBox {
	width:646px;
	height: 193px;
	margin: 0px auto;
	padding: 10px 0 0 0;
}
#HomeAcordeonLeft{
	width:38px;
	height: 193px;
	float:left;
}
#HomeAcordeonBkg{
	width:570px;
	height:193px;
	float:left;
	background:url(../images/AcordeonBkg.jpg) 0px 0px repeat-x;
}
#HomeAcordeonRight{
	width:38px;
	height:193px;
	float:left;
}
#HomeDestacadosBox {
	width:645px;
	height: auto;
	margin: 0px auto;
	overflow:hidden;
	padding: 10px 0 0 0;
}
#HomeDestacadoOne {
	width:288px;
	height: auto;
	float:left;
	overflow:hidden;
}
#HomeDestacadoTwo {
	width:288px;
	height: auto;
	float:right;
	overflow:hidden;
}
#HomeDestacadoTop {
	width:288px;
	height: 22px;
	margin: 0px auto;
	border-bottom: 1px solid #26517D;
	text-align:center;
	clear:both;
}
.HomeDestacadoRecomendamos {
	background:url(../images/TitleRecomendamos.jpg) center 0px no-repeat;
}
.HomeDestacadoPromociones {
	background:url(../images/TitlePromociones.jpg) center 0px no-repeat;
}
#HomeDestacadoOne h3  {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#26517D;
	font-style:normal;
	clear:both;
	margin: -1px 0 0 0;
}
#HomeDestacadoTwo h3  {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#26517D;
	font-style:normal;
	clear:both;
	margin: -1px 0 0 0;
}
#HomeDestacadoPic {
	width:83px;
	height: auto;
	float:left;
}
#HomeDestacadoTexto {
	width:200px;
	height: auto;
	float:right;
	overflow:hidden;
}
#HomeDestacadoTextoTop {
	width:200px;
	height: 7px;
	margin: 0px auto;
	background:url(../images/DestacadoTop.gif) 0px 0px no-repeat;
}
#HomeDestacadoTextoBkg{
	width:180px;
	height: auto;
	margin: 0px auto;
	overflow:hidden;
	padding: 0 10px 0 10px;
	background-color:#E1E1E1;
}
#HomeDestacadoTextoBottom {
	width:200px;
	height: 7px;
	margin: 0px auto;
	background:url(../images/DestacadoBottom.gif) 0px 0px no-repeat;
}
#HomeDestacadoTextoBkg p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	font-style:normal;
	/*text-align:justify;*/
	line-height: 13px;
}
#HomeDestacadoTextoButton{
	width:180px;
	height: auto;
	margin: 0px auto;
	text-align:right;
}
/*END HOME CONTENT*/

/*INSIDE PAGES*/
.MenuLeftInsideBkg {
	background:url(../images/BkgMenuLeftInside.gif) 0px 0px no-repeat #FFFFFF;
}
#HeaderInside {
	width:684px;
	height: 138px;
	margin: 0px auto;
}
#HeaderTitle {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	color:#FFFFFF;
	font-style:normal;
	padding: 40px 0 0 0;
}
.QuienesHeaderBkg {
	background:url(../images/BkgQuienesSomos.jpg) 0px 0px no-repeat;
}
.ContactoHeaderBkg {
	background:url(../images/BkgContacto.jpg) 0px 0px no-repeat;
}
.CarroComprasHeaderBkg {
	background:url(../images/BkgCarroCompras.jpg) 0px 0px no-repeat;
}
.CatalogoHeaderBkg {
	background:url(../images/BkgCatalogo.jpg) 0px 0px no-repeat;
}
#InsideMainBox {
	width:650px;
	height: auto;
	margin: 0px auto;
	overflow:hidden;
	padding: 12px 0px 0px 0px;
}
#InsideMainBox p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#003366;
	font-style:normal;
	text-align:justify;
	line-height: 14px;
}

/*CATALOG PAGE*/
#CatalogHeaderTitle{
	width:650px;
	height:auto;
	margin: 0px auto;
	overflow:hidden;
}
.HeaderTitleBlue{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#2264A4;
	font-style:normal;
	text-align:left;
	text-transform:uppercase;
}
.itemRow {
	clear:both;
	display:block;
}
#CatalogItemBox{
	width:200px;
	height:auto;
	float:left;
	padding: 5px 8px 5px 8px;
	position: relative;
	overflow: hidden;
}
#CatalogItemBox h3{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#2264A4;
	font-style:normal;
	text-align:left;
	text-transform:uppercase;
	border-bottom: 1px dashed #2264A4;
}
#CatalogItemThumbnail{
	width:100px;
	height:auto;
	float:left;
}
#CatalogItemDescripcion{
	width:90px;
	height:auto;
	float:right;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#2264A4;
	font-style:normal;
	text-align:left;
	line-height:11px;
	padding: 0px 4px 0 6px;
	background-color: #FFFFFF;
}
#CatalogItemPrice {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#2264A4;
	background-color: #CCCCCC;
	padding: 0px 0px 0px 5px;
}
#CatalogItemBoton{
	width:100px;
	height:30px;
	float:left;
	text-align:left;
	padding: 3px 0 0 0;
}
#CatalogPager {
	width:650px;
	height:auto;
	margin: 0px auto;
	overflow:hidden;
	text-align: center;
	clear:both;
	padding: 10px 0 0 0;
}
#CatalogPager h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#2264A4;
	font-style:normal;
	padding: 2px 6px 2px 6px;
}
#CatalogPager a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	font-style:normal;
	padding: 2px 6px 2px 6px;
	background-color:#2264A4;
	text-decoration:none;
}
#CatalogPager span {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#2264A4;
	font-style:normal;
	border: 1px solid #2264A4;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#CatalogPager a:hover {
	color:#FFFFFF;
	background-color:#003366;
}
/*END INSIDE PAGES*/
/*END CATALOG PAGE*/

/*FORM TABLE*/
.FormTable  {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	font-style:normal;
}
.FormTableTitle  {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
	font-style:bold;
	background-color:#003366;
	text-transform:uppercase;
}
.FormTableOdd  {
	background-color:#2264A4;
}
.FormTableEven  {
	background-color:#4D87C1;
}
a.FormTable {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	font-style:normal;
	text-decoration:none;
}
a.FormTable:hover {
	color:#CC0000;
}
.FormTableInput  {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#003366;
	font-style:normal;
	background-color:#FFFFFF;
	border: 0px;
}
.FormTableSelect  {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#003366;
	font-style:normal;
	background-color:#FFFFFF;
	border: 0px;
}
.FormTableTextarea {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#003366;
	font-style:normal;
	background-color:#FFFFFF;
	border: 0px;
	overflow:hidden;
}
/*END FORM TABLE*/
/* ADDED BY AMD */
.CatalogItemMoreInfo{
	width:85px;
	height:100%;
	float:right;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#2264A4;
	font-style:normal;
	text-align:left;
	line-height:14px;
	padding: 0px 4px 0 6px;
	position: absolute;
	top: 45px;
	background-color: #FFFFFF;
	left: 200px;
	z-index: 2;
}
.CatalogItemMoreInfo span{
	text-align:left;
	padding-bottom: 5px;
	display: block;
	clear: both;
}
.CatalogItemMoreInfo b{
	font-size: 11px;
}

.divMoreInfo{
	width:90px;
	height:auto;
	float:right;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#2264A4;
	font-style:normal;
	text-align:right;
	line-height:11px;
	padding: 0px 4px 0 6px;
	background-color: #FFFFFF;
}

/* END ADDED BY AMD */
