/* CSS Document */
body,td,th {
	font-family: 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
body {
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
	color: #009900;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#pagina {
	width: 840px;
	margin: 0px auto;
	padding: 0px;
}
	#pagina ul.menutop {
		display: block; clear: both; float: none;
		margin: 0px;
		padding: 17px 0px;
		text-align: center;
	}
		ul.menutop li {
			font-size: 13px;
			font-weight: bold;
			text-transform: uppercase;
			display: inline;
			margin: 0px;
			padding: 10px 10px;
		}
			ul.menutop li a {
				color: #00CC00;
			}
	#pagina #cabeza {
		display: block; clear: both; float: none;
		height: 140px;
		margin: 10px auto;
	}
	#pagina #cuerpo {
		display: block; clear: both; float: none;
		margin: 0px;
		padding: 0px;
	}
		#cuerpo #cuerpotop {
			display: block; clear: both; float: none;
			background-image: url(images/bg-cuerpo-top.png);
			height: 30px;
			margin: 0px;
			padding: 0px;
		}
		#cuerpo #cuerpocontenido {
			display: block; clear: both; float: none;
			background-image: url(images/bg-cuerpo.png);
			height: auto !important;
			min-height: 300px;
			*height: 300px;
			margin: 0px;
			padding: 0px 7px;
			font-size: 13px;
		}
		#cuerpo #cuerpobot {
			display: block; clear: both; float: none;
			background-image: url(images/bg-cuerpo-bot.png);
			height: 30px;
			margin: 0px;
			padding: 0px;
		}
	#pagina #pies {
		display: block; clear: both; float: none;
	}
		#pies ul.menubot {
			display: block; clear: both; float: none;
			margin: 5px 0px;
			padding: 0px 15px;
		}
			ul.menubot li {
				font-size: 10px;
				display: inline;
				margin: 0px;
				padding: 0px 7px;
				color: #E0E0E0;
			}
				ul.menubot li a {
					color: #F0F0F0;
				}

#principal {
	display: block; clear: both; float: none;
	margin: 0px;
	padding: 0px;
}
	#principal #columna1 {
		width: 610px;
		float: left;
		background-image: url(images/p-line-vert.jpg);
		background-position: top right;
		background-repeat: repeat-y;
		padding-right: 10px;
	}
		#columna1 #intro {
			display: block; clear: both; float: none;
		}
			#intro #introTexto {
				font-size: 20px;
				line-height: 120%;
				float: left;
				width: 390px;
			}
			#intro #introImagen {
				float: right;
			}
		#columna1 #pasos {
			display: block; clear: both; float: none;
			padding: 0px 5px;
		}
			#pasos .paso {
				width: 190px;
				float: left;
				margin: 0px;
				padding: 0px;
			}
				.paso .pasoimg {
					display: block; clear: both; float: none;
					width: 190px;
					height: 90px;
					background-position: top center;
					background-repeat: no-repeat;
				}
				.paso .pasotexto {
					color: #8C8C8C;
					font-size: 11px;
					margin: 0px;
					padding: 10px;
				}
	#principal #columna2 {
		width: 200px;
		float: right;
	}
		#columna2 ul.listaproductos {
			margin: 0px 20px;
			padding: 0px;
		}
			ul.listaproductos h2 {
				margin: 0px;
				padding: 0px;
				font-size: 20px;
			}
			ul.listaproductos li {
				font-size: 12px;
				margin: 0px;
				padding: 3px 0px;
			}

#paginaGenerica {
	display: block; clear: both; float: none;
	margin: 0px;
	padding: 0px;
}
	#paginaGenerica #columna1 {
		width: 610px;
		float: left;
		background-image: url(images/p-line-vert.jpg);
		background-position: top right;
		background-repeat: repeat-y;
		padding-right: 10px;
	}
		#columna1 h2 {
			font-size: 22px;
			margin: 5px 0px;
			padding: 0px;
		}
		#columna1 .texto {
			font-size: 14px;
			line-height: 140%;
		}
		#columna1 ul.listaProductos1 {
			width: 260px;
			float: left;
			display: block;
			margin: 5px 0px;
			padding: 2px 20px;
			list-style-type: square;
		}
		#columna1 ul.listaProductos2 {
			width: 260px;
			float: right;
			display: block;
			margin: 5px 0px;
			padding: 2px 20px;
			list-style-type: square;
		}
	#paginaGenerica #columna2 {
		width: 200px;
		float: right;
	}
		#columna2 ul.listaproductos {
			margin: 0px 20px;
			padding: 0px;
		}
			ul.listaproductos h2 {
				margin: 0px;
				padding: 0px;
				font-size: 20px;
			}
			ul.listaproductos li {
				font-size: 12px;
				margin: 0px;
				padding: 3px 0px;
			}

.salto {
	display: block; clear: both; float: none;
	height: 0px;
}
.dn {
	display: none;
}