body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
	background-position: center top;
	background-color: #4F341F;
	background-image: url(imagenes/fondo-2.jpg);
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}

#wrap {
	background-image: url(imagenes/fondo.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#contenedor {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 25px;
}
#cabecera {
	margin-bottom: 25px;
	width: 900px;
	clear: both;
}
#col-izq {
	width: 250px;
	float: left;
	padding-left: 25px;
}
#col-izq .banner {
	margin-bottom: 15px;
}

.industria-peletera {
	margin-top: 25px;
	background-image: url(imagenes/fondo-lista.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
}
.industria-peletera  ul {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #575757;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #575757;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.industria-peletera  li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 15px;
	background-image: url(imagenes/flecha-lista.gif);
	background-repeat: no-repeat;
	text-indent: 25px;
	margin-left: 15px;
	background-position: 0px 2px;
}
.industria-peletera  li  a {
	text-decoration: none;
	color: #BEBCBB;
}
.industria-peletera    li    a:hover  {
	text-decoration: underline;
}


#col-dcha {
	float: right;
	width: 550px;
	margin-right: 25px;
}
#col-dcha p {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 12px;
	line-height: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#col-dcha a {
	color: #FFF;
	}
#video {
	padding: 10px;
	border: 1px dashed #333333;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom: 25px;
}
#video p {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 11px;
}

#footer {
	width: 900px;
	clear: both;
	text-align: right;
}
#footer img {
	margin-right: 25px;
}

.clear {
	clear: both;
}
.nota {
	color: #666;
}

