html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
}
html{
	background-color: #000000;
	background-image: url(../img/fondo.gif);
	background-repeat:  repeat-x;
	background-position: bottom;
}
body {
	background-image: url(../img/fondo.png) !important;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	border-top: 1px solid black !important;
	border-top: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fondo.png');
	width: 817px;
	height: 489px;
	margin-top: -226px;
	position: relative;
	top: 50%;
	left: 50%;
	margin-left: -408px;
}
#todo{
	width: 780px;
	height: 452px;
	margin: auto;
	margin-top: -226px;
	position: relative;
	top: 50%;
	background-color: #666666;
	border-top: 1px solid #E6E600 !important;
	border-top: none;
	padding: 0px;
}
#cabecera {
	background-color: #E6E600;
	background-image: url(../img/fondocabecera.gif);
	background-repeat:  repeat-x;
	background-position: bottom;
	height: 105px;
	position: relative;
	z-index: 2;
	text-align: right;
	padding: 0px;
}
#cabecera span{
	display: none;
}
h1{
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	display: block;
	margin: 0px;
	padding: 10px;
	height: 44px;
	width: 164px;
	float: left;
}
h2{
	background-image: url(../img/slogan.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	display: block;
	margin: 0px;
	margin-top: 15px;
	padding: 5px;
	height: 12px;
	width: 373px;
	float: left;
	clear: both;
}

#menusup{
	display: inline;
	width: 400px;
	list-style-type: none;
	height: auto !important;
	height: 95px;
	position: relative;
	top: 37px !important;
	top: 52px;
	right: 0px;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	text-align:right;
}
#menusup li{
	display: inline;
	margin: 0px;
	margin-right: 8px !important;
	margin-right: 11px;
	font-size: 0px;
 	line-height: 0px;
}
#menusup li a{
	margin: 0px;
	background-color: #CCCCCC;
	padding: 42.5px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center top;
}
#menusup li a:hover{
	background-position: center bottom;
}
#menusup li a:active{
	padding: 39.5px;
	border: 3px solid white;
	background-position: center -90px !important;
	background-position: center -88px;
}
#menusup #menufilm a{
	background-image:url(../img/film.gif);
}
#menusup #menucinta a{
	background-image:url(../img/cinta.gif);
}
#menusup #menubolsa a{
	background-image:url(../img/bolsas.gif);
}
#menusup #menuotros a{
	background-image:url(../img/otros.gif);
}

#cuerpo{
	color: #FFFFFF;
	background-color: #666666;
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
	height: 276px;
	text-align: left;
}
.texto{
	padding-left: 395px;
	height: 276px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: left top;
}
h3{
	margin: 0px;
	padding: 0px;
	padding-top: 13px;
	margin-bottom: 7px;
	height: 21px;
	background-repeat: no-repeat;
	background-position: left 13px;
}
h3 span{
	display: none;
}
.texto p{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
.texto span{
	color: #D8D046;
}
.texto ul{
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url(../img/vineta.gif);
	margin-right: 10px;
	margin-left: 20px;
}
.texto ul li{
	margin-bottom: 5px;
}
#textoempresa{
	background-image: url(../img/principal.jpg);
}
#textoempresa h3{
	background-image: url(../img/bienvenido.gif);
}
#textoubicacion{
	background-image: url(../img/mapa.gif);
}
#textoubicacion h3{
	background-image: url(../img/ubicacion.gif);
}
#textocontacto{
	background-image: url(../img/almacen.jpg);
}
#textocontacto h3{
	background-image: url(../img/contacto.gif);
}
#textofilm{
	background-image: url(../img/rollos.jpg);
}
#textofilm h3{
	background-image: url(../img/estirable.gif);
}
#textootros{
	background-image: url(../img/cinta.jpg);
}
#textootros h3{
	background-image: url(../img/articulos.gif);
}
form{
	margin: 0px;
}
.campo{
	float: left;
	margin-bottom: 2px;
}
.campo label{
	display: block;
	width: 100px;
	float: left;
	clear: left;
}
.campo input, .campo textarea{
	float: left;
	border: 1px solid black;
	color:#333333;
	font-size: 11px;
	width: 270px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px;
}
.campo textarea{
	height: 68px;
}
.boton{
	text-align: right;
	padding-right: 11px;
}
.boton input{
	background-color: #EDE800;
	font-size: 0px;
	color: #EDE800;
	background-image: url(../img/enviar.gif);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0px;
	padding-right: 94px !important;
	padding-right: 65px;
	padding-bottom: 18px !important;
	padding-bottom: 21px;
	border: none;
	margin: 2px 0px;
}
.nota{
	font-size: 10px;
}
#pie{
	height: 71px;
	background-color: #000000;
	background-image: url(../img/fondopie.gif);
	background-repeat:  repeat-x;
	background-position: bottom;
	position: relative;
	z-index: 3;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}
#menuinf{
	display: inline;
	width: 375px;
	list-style-type: none;
	height: auto !important;
	height: 95px;
	position: relative;
	top: 5px;
	left: 10px;
	margin: 0px;
	padding: 0px;
	text-align:left;
}
#menuinf li{
	display: inline;
	margin: 0px;
	margin-left: 1px;
	font-size: 0px;
 	line-height: 0px;
}
#menuinf li a{
	margin: 0px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#menuinf li a:hover, #menuinf li a:active{
	background-position: center top;
}
#menuempresa a{
	background-image:url(../img/botonempresa.gif);
	padding: 37px 55px;
}
#menuubicacion a{
	background-image:url(../img/botonubicacion.gif);
	padding: 37px 66px !important;
}
#menucontacto a{
	background-image:url(../img/botoncontacto.gif);
	padding: 37px 62px;
}
#menuinf li a span{
	display: none;
}

#pie #direccion{
	padding-top: 0px !important;
	padding: 10px;
	text-align: right;
	margin-top: -5px !important;
	margin: 0px;
}
#pie #direccion p{
	margin: 0px;
	padding: 0px;
}
#pie #direccion a{
	color: #D8D046;
	text-decoration: none;	
}
#pie #direccion a:hover{
	color: #FFFFFF;
}
