* {
padding: 0;
/*background: #F2F55B;*/
margin: 0;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
}
#container{
    background-image:url('/imgs/relleno.gif');
}
#wrapper {
 margin: 0 auto;
 width: 922px;
 background: #F2F55B;
 -moz-box-shadow:4px 4px 3px #ccc;
 -webkit-box-shadow: 4px 4px 3px #ccc;
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#C0C0C0,direction=125,strength=5)";
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#C0C0C0,direction=125,strength=5);
}
#topleft {
 color: #db8600;
 font-style:bold;
 width: 520px;
 float: left;
 padding: 5px;
 border: 1px solid #A39B0A;
 height: 15px;
 margin: 5px 5px 0px 0px;
 /* -moz-box-shadow:4px 4px 3px #EFF326;
 -webkit-box-shadow: 4px 4px 3px #EFF326;
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#EFF326,direction=125,strength=5)";
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#EFF326,direction=125,strength=5);
 background: #F2E92A;*/
}


#header {
 color: #555555;
 width: 682px;
 float: left;
 padding: 10px;
 border: 1px solid #F2F55B;
 height: 93px;
 margin: 5px 5px 5px 0px;
 background: #F2F55B;
}
#menuleft {
 color: #555555;
 width: 436px;
 float: left;
 padding: 10px;
 border: 1px solid #F2F55B;
 height: 10px;
 margin: 0px 5px 5px 0px;
 background: #F2F55B;
}
#buscar{
 font-size:13px;
 color: white;
 width: 446px;
 float: left;
 padding: 5px;
 border: 1px solid #F2F55B;
 height: 20px;
 margin: 0px 0px 5px 0px;
 background: transparent;
 display: block;
 vertical-align:middle;
 background-image: url(../imgs/buscar.png);
}
#cart {
 color: #555555;
 width: 190px;
 float: left;
 padding: 10px;
 border: 1px solid #F2F55B;
 height: 93px;
 margin: 5px 0px 0px 0px;
 background-image: url(../imgs/marco.png);
 background-repeat: no-repeat;
 background-position:center top;
}
#leftcolumn {
 /*color: #f6f6f6;*/
 border: 1px solid #F2F55B;
 background: #8F130B;
 margin: 0px 5px 5px 0px;
 padding: 0px;
 height: 100%;/*350px;*/
 width: 200px;
 float: left;
 text-align: left;
 text-shadow: 2px;
}
#contenido{
 float: left;
 color: #555555;
 border: 1px solid #F2E92A;
 background: #FFFFFF;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 100%;/*350px;*/
 width: 486px;
 display: inline;

}
#rightcolumn {
 color: #555555;
 border: 1px solid #FFF;
 background: transparent;
 margin: 0px 0px 5px 0px;
 padding: 1px;
 height: 480px; /*350px;*/
 width: 190px;
 float: left;
 /*background-image: url(../imgs/postits.png);
 background-repeat: no-repeat;*/
}
#banner {
 width: 900px;
 clear: both;
 height: 100px;
 color: #555555;
 border: 1px transparent #ccc;
 background: #D67C37;
 margin: 0px 0px 5px 0px;
 padding: 10px;
}
#info {
 width: 900px;
 clear: both;
 height: 100px;
 color: #555555;
 border: 1px transparent #ccc;
 background: #D67C37;
 margin: 0px 0px 5px 0px;
 padding: 10px;
}
#footer {
 width: 890px;
 clear: both;
 height: 40px;
 color: #eee;
 border: 1px transparent #ccc;
 background: #FF8923;
 margin: 5px 5px 5px 5px;
 padding: 10px;
}
#copyright {
 width: 900px;
 /*float: left;*/ 
 clear: both;
 color: #555555;
 border: 1px transparent #ccc;
 background: transparent;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

.glossymenu{
list-style-type: none;
margin: 0px 0px 0px 0px;
/*padding: 1px 1px 1px 1px;*/
width: auto;
border: 1px solid #6b0e08;
/*border-bottom-width: 0px;*/
}

.glossymenu li a{
background:  url(../imgs/glossyback.gif) repeat-x bottom left;
font: bold 13px Verdana, "Trebuchet MS", Helvetica, sans-serif;
border-bottom: 1px solid #6b0e08;
color: #f6f6f6;
display: block;
width: 100%-12px;
margin-bottom:0px;
padding-top: 3px;
padding-left: 10px;
text-decoration: none;

}

/*
* html .glossymenu li a{ IE only. Actual menu width minus left padding of A element (10px)
width: 160px;
}
*/

.glossymenu li a:visited, .glossymenu li a:active{
/*color: white;*/
}

.glossymenu li a:hover{
background-image: url(../imgs/glossyback2.gif);
}

.input{
color: #781351;
background: #f7ff7f;
border: 1px solid #FFFFFF
}
.inputbuscar1{
color: #888888;
background: #FFFFFF;
border: 1px solid #FFFFFF;
height: 18px;
font-style:italic;
width: 350px;
}

.logintxt {
 font-style:italic;
 font-size:11px;
}

.botcart{
    background-image:url(imgs/cart1.png);
    height:22px;
    width:117px;
    background-repeat: none;
    color: transparent;
    text-decoration: none;
    padding-top: 5px;
    font-weight: bold;
    }
.botcart:hover{
    background-image:url(imgs/cart2.png);
    }

.botvercart{
    background-image:url(imgs/vercart.png);
    height:22px;
    width:117px;
    background-repeat: none;
    color: transparent;
    text-decoration: none;
    padding-top: 5px;
    font-weight: bold;
    }
.botvercart:hover{
    background-image:url(imgs/vercart2.png);
    }

.menulogin{
	width:200px;height:120px;background-color:#F2E92A;padding:5px 5px 5px 5px;
}

.menulogin #fondologin {
	height:100%;background-color:#F0F0F0;margin:2px 2px 2px 2px;
}

.photo {
	margin: 0px;
	position: relative;
	width: 100%;
	height: 100%;
	float: left;

}
.photo img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
	max-width:150px;
	max-height:150px;
}
.photo span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
	background: url(images/digg-style.gif) no-repeat;
}
.photo a {
	text-decoration: none;
}


.sample1 span {
	width: 28px;
	height: 21px;
	display: block;
	position: absolute;
	top: -12px;
	left: 90px;
	background: url(../imgs/pin.png) no-repeat;
}

.inputbuscar:focus { 
height: 18px;
width: 350px;
background-attachment: scroll;
background-repeat: no-repeat;
border: 1px solid #FFFFFF;
background-image: url("../imgs/search_off.png");
background-position: 5px 1px;
background-color: #fefefe;
padding-left: 2.5em;
font-style:italic;
color:#1e1e1e;
font-weight:normal;
}
.inputbuscar { 
height: 18px;
width: 350px;
border: 1px solid #FFFFFF;
background-attachment: scroll;
background-repeat: no-repeat;
background-image: url("../imgs/search_on.png");
background-position: 5px 1px;
background-color: #f8bf09;
/*outline-width: medium;*/
/*outline-style: none;*/
padding-left: 2.5em;
font-style:italic;
color:#FEFEFE;
font-weight:bolder;
}

.tabla { 
    border: 1px solid #000000;
    padding: 0px;
    empty-cells: show;
    border-spacing:0px
}
.tabla td {
    border-right: 1px solid #000000; 
    padding:3px 3px 3px 3px;    
}

.tabla th {
    color: #db8600;
    border-right: 1px solid #000000; 
    padding:5px 5px 5px 5px; 
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	height: 15px;
}
