@charset "UTF-8";
/* CSS Document */

html,body{
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	height:100%;
	}

#contenedor{
	width:554px;
	height:100%;
	position:relative;
	}

.superior{}
.info{}

.producto{overflow:hidden;
position:relative;}

.box_txt{
	background:url(../images/flech2.jpg) no-repeat top;
	width:285px;
	float:left;
	display:inline;
	margin:0 0 10px 60px;
	padding-bottom:30000px;
	margin-bottom:-29990px;
	border-top:#999 dashed 1px;
	padding-top:10px;
	}
	
.box_txt span{
	font-size:10px;
	font-weight:bold;
	}
	
.box_txt p{
	font-size:11px;
	line-height:20px;
	}
	
.box_txt p a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#990000;
	text-decoration:none;
	font-weight:bold;
	}
	
.box_txt h2{
	font-size:12px;
	color:#000;
	font-weight:bold;
	}
	
.box_txt h3{
	font-size:11px;
	color:#000;
	}
	
.box_txt ul{
	list-style:none;
	margin:0;
	padding:0;
	font-size:11px;
	}
	

.box_img{
	background:#000;
	width:197px;
	float:right;
	padding-bottom:30000px;
	margin-bottom:-30000px;
	}
	
.imgs{
	border-left:#690000 solid 20px;
	border-right:#690000 solid 20px;
	padding-bottom:30000px;
	margin-bottom:-30000px;
	}
	
.imgs img{
	display:block;
	margin:auto;
	padding-top:5px;
	}

.lupa {
     margin: 0;
     padding: 0;
     width: 27px;
     height: 27px;
	 text-indent:-999px;
	 background:url(../images/zoom.jpg) 0 0 no-repeat;
}

.lupa a {
	margin:5px 0 0 0;
     width: 100%;
     height: 100%;
     display: block;
     text-decoration: none;
	 background:url(../images/zoom.jpg) 0 0 no-repeat;
}

.lupa a:hover {
     background-position: 0 -26px;
}
.lup a:active {
     background-position: 0 0;
}


.agotado p{
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	color:#F00;
	text-align:center;
	line-height:40px;
	border:#F00 dashed 2px;
	padding:5px;
	width:200px;
	position:absolute;
	top:50px;
	left:80px;
	z-index:2;}
