/* CSS Document */

@import url("reset.css");
@import url("texto.css");
@import url("form.css");
@import url("tablas.css");
/*Layout*/

body {
	background:url(../imgs/backBody.jpg) no-repeat #232021 center top;
	margin:0;
	height:100%;
	
}
html {
	height:100%;
}

#container {
	width:960px;
	margin:0 auto;
}

#header {
	width:960px;
	height:350px;
	
}



#botonera {
	width:940px;
	height:30px;
	margin-left:20px;

}

#colIzqHome {
	width:610px;
	float:left;
	margin:15px 0;
	padding:15px 30px 30px 30px;
}
#colIzq {
	width:900px;
	float:left;
	margin:15px 0;
		padding:15px 30px 30px 30px;
}


#colDer{
	width:280px;
	float:right;
	margin:15px 0;
	text-align:right;
}

	
	
#footer {
	border-top:1px solid #f8981d;
	height:25px;
	clear:both;
	padding-top:6px;
	margin-left:20px;
}

.imgLeft {
float:left;
clear:right;
}


.box {
	width:290px;
	float:left;
	margin:20px 5px;

}

.boxInside {
	padding:0 10px 0 10px;
}


.boxProducto {
width:890px;
float:left;
margin:15px 5px;

}

.boxFotoProducto {
width:320px;
float:left;
margin-right:20px;

}

.boxInfoProducto {
width:550PX; float:right;
}

.entry {
margin-bottom:30px;
padding-bottom:15px;
border-bottom:1px solid #f8981d;
}


