html {
	height: 100%;
	overflow-x: hidden;
	overflow-y: show;
	background-color: #000000;	
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: "Trebuchet MS", Tahoma;
	color: #000000;
	font-size: 12px;
	text-align: justify;
}
#contenedor {
	width: 100%;
	height: 100%;	
	color: #000000;
}
#cabecera {
	width: 100%;
	height: 192px;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 0;
	visibility: visible;
	background-image: url(img/empresa.jpg);
	background-position: center;
}
#cabecera-prod {
	width: 100%;
	height: 192px;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 0;
	visibility: visible;
	background-image: url(img/productos.jpg);
	background-position: center;
}
#cabecera-ubi {
	width: 100%;
	height: 192px;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 0;
	visibility: visible;
	background-image: url(img/ubicacion.jpg);
	background-position: center;
}
#cabecera-cont {
	width: 100%;
	height: 192px;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 0;
	visibility: visible;
	background-image: url(img/contacto.jpg);
	background-position: center;
}
#centro{
	width: 100%;
	top: 192px;
	left: 0px;
	visibility: visible;
	font-size:13px;
	color: #333333;
	background-image: url(img/fondo.jpg);
	background-position: center;
	position: absolute;
	text-align: justify;
}
.foot{
	width: 100%;
	height: 50px;
	left: 0px;
	visibility: visible;
	background-image: url(img/foot.jpg);
	background-position: center;
	bottom: 0px;
}
.botones {
	margin-left: 5px;
	margin-top: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 20px;
	padding-right: 15px;
	text-align:left center;
	background-color:#999999;
	border:none;
	color: #ffffff;
	font-family: "Trebuchet MS", Tahoma;
	font-size:11px;
	font-weight:bold;
	z-index: 2;
	
}

.radios {
	
	border:none;
	
	color: #ffffff;
	
}
