/* -------------------------------------------------------------
	Streetwires
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description: Diseño basado en CSS 2
	Designer: Eva Jiménez Choque
	E - mail: eva.jmnz@gmail.com
	Filename: style.css
	Version: 1.0
	Date: Ago 26, 2008
------------------------------------------------------------- */
*{
	margin:0;
	padding:0;
}
body{
	background:#F6C267 url(../images/bg_interior.jpg) top left no-repeat;
	font:normal 12px/14px Arial, Helvetica, sans-serif;
}

#contenedor{
	width:800px;
	margin:0 0 0 10px;
}
	#titulo{
	width:191px;
	height:25px;
	color:#FFFFFF;
	font:bold 20px/20px "Courier New", Courier, monospace;
	font-style: italic;
	text-align:center;
	position:absolute;
	padding:5px;
	left: 308px;
	top: 51px;
	overflow: visible;
	}
#cabezera{
	width:770px;
	height:90px;
	float:left;
	clear:both;
}
#menu{
	width:150px;
	float:left;	
}
#contenido{
	width:600px;
	margin:30px 0 0 0;
	padding:10px;
	float:left;
}
	#nav{
		text-align:center;
		margin:10px 0 30px 0;
		float:left;
		clear:both;
		width:600px;
		color:#E96B10;
	}
#footer{
	clear:both;
	float:left;
	text-align:center;
	width:750px;
	margin:30px 0 0 0;
	padding:20px 0 0 0;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
h1{
	font-size:14px;
}
h2{
	font-size:14px;
	color:#BF6516;
}
p{
	margin:20px 0;
	text-align:justify;
}
.img_der{
	float:right;
	margin:0 0 5px 5px;
}
.img_izq{
	float:left;
	margin:0 5px 5px 0;
}
img{
	border:1px solid #FF3300;
}
a{
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}
a:hover{
	color:#BF6516;
}
ul{
	margin:5px 10px;
}
li{
	margin:5px 10px;
}
.titulo{
	font-size:13px;
	font-weight:bold;
}
.no_border{
	border:1px solid #F6C267;
}
.no_border2{
	border:0px solid #F6C267;
}

/* --------------------- Styles Galery ------------------------ */
#catalog{
	width:500px;
	margin:0 auto;
	padding:45px 10px 40px 35px;
	background: url(../images/bg_cat.jpg) left top no-repeat;
	overflow:auto;	
}
#catalog img{
	float:left;
	margin-right:50px;
}
#catalog span{
	display:block;
	width:150px;
	float:right;
}
.bg_product{
	width:160px;
	height:100px;
	background:url(../images/bg_product.jpg) left top no-repeat;
	padding:0px 25px;
	text-align:center;
}

.bg_detail{
	width:500px;
	height:400px;
	background:url(../images/bg_detail.jpg) left top no-repeat;
	overflow:hidden;
	/*padding:20px 0 0 55px;*/
}
.bg_detail img{
	position: absolute;
	clip: rect(5px 360px 310px 0);
	top:220px;
	left:210px;
	z-index:0;
	border:0;
}

