#contenedor {
	margin: auto;
	width: 760px;
}
#encabezado {
	background-image: url(../imagenes/encabezado2.gif);
	height: 100px;
	width: 758px;
	margin-top: 10px;
	padding-left: 250px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#enlace1 {
	background-image: url(../imagenes/enlace3.gif);
	width: 760px;
	height: 32px;
	padding-top: 10px;
}
#cuerpo {
background-color: #FFFFFF;
width: 760px;
}
#enlace1 ul {
	overflow: hidden;
	height: 28px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 110px;
}
#enlace1 li {
	float: left;
	list-style: none;
}
#enlace1 li a {
	color: #6699CC;
	margin: 1px;
	display: block;
	text-indent: -9000px;
	height: 25px;
	text-decoration: none;
}
#inicio{
	width: 127px;
	background-image: url(../png/inicio.png);
}
#qsomos{
	width: 127px;
	background-image: url(../png/qsomos.png);
}
#galeria {
	width: 127px;
	background-image: url(../png/productos.png);
}
#infope {
	width: 127px;
	background-image: url(../png/consejos.png);
}
#contacto{
	width: 127px;
	background-image: url(../png/contacto.png);
}

#inicio a:hover{
	background-image: url(../png/hinicio.png);
}
#qsomos a:hover{
	background-image: url(../png/hqsomos.png);
}
#galeria a:hover {
	background-image: url(../png/hproductos.png);
}
#infope a:hover {
	background-image: url(../png/hconsejos.png);

}
#contacto a:hover {
	background-image: url(../png/hcontacto.png);
}
#info-index {
	background-color: #CCCCCC;
}

/* Contenido de Lineas */
#contenido-index-cat {
	width: 469px;
	font-family: "Trebuchet MS";
}
#linea-hogar {
	background-image: url(../imagenes/interiores/index-catalogo/l-ho-2.png);
}
#linea-automotriz {
	background-image: url(../imagenes/interiores/index-catalogo/l-ho-2.png);
}

.lho1 {
	background-image: url(../imagenes/interiores/index-catalogo/l-ho-1.png);
	padding-bottom: 15px;
	padding-left: 25px;
	display: block;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-position: top;
}
.lauto1 {
	background-image: url(../imagenes/interiores/index-catalogo/l-ho-1.png);
	padding-bottom: 15px;
	padding-left: 25px;
	display: block;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-position: top;
}
#cont-lineas {
	padding-left: 10px;
	padding-right: 10px;
}
.lho3 {
	background-image: url(../imagenes/interiores/index-catalogo/l-ho-3.png);
	display: block;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 33px;
	text-indent: -9000px;
}
/* Final de contenido de linea*/

#pie {
	background-image: url(../imagenes/pie-osc.gif);
	height: 117px;
	width: 760px;
	font-size: 12px;
	color: #08105A;
}
#mytabla-box{
	border-color: #7b9ebd;
	border-style: solid;
	border-width: 1px;
	background-color: #F8F8F9;
}
TD.infoBoxHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #31417B;
/*	background-color: #bbc3d3;*/
	background-image: url(images/infobox/medio.gif);
}
.boxText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

#mycategorias {
	background-image: url(../imagenes/imagenes-prod-oscom/cajas/fondo.png);
	width: 124px;
}
/* Formulario */
#formulario {
	text-align: left;
	padding-left: 70px;
}	
#formulario input {
    width:200px;
    background:#F1F1F1;
    border:1px solid #336CCC
}

#formulario textarea {
    float:left;
    padding:0;
    margin:10px;
    background-color:#F1F1F1;
    border:1px solid #336CCC;
    width:200px;
    height:120px
}
#formulario input#submit {
    border:1px solid #336CCC;
    border-top-color:#CCC;
    border-left-color:#CCC;
    padding:0.15em;
    background-color:#0075EF;
    color:#FFF;
    margin:10px 0;
    width:100px;
    font:bold 100% Verdana, Helvetica, Arial, sans-serif
}
#formulario input#submit:active {
    border:1px solid #B5CCBA;
    border-top-color:#999;
    border-left-color:#999;
    background-color:#ADD3FF
}
#formulario input:hover, textarea:hover {
    background:#FAFBFC
}
#formulario input:focus, textarea:focus {
	border:1px solid #666;
	background-color:#FFF;
}
.tex-igv {
	font-size: 12px;
}

/*Codigo Css para botones en Inglés */
#home{
	width: 127px;
	background-image: url(../png/english/home.png);
}
#about-us{
	width: 127px;
	background-image: url(../png/english/about-us.png);
}
#our-products{
	width: 127px;
	background-image: url(../png/english/our-products.png);
}
#advices {
	width: 127px;
	background-image: url(../png/english/advices.png);
}
#contact-us{
	width: 127px;
	background-image: url(../png/english/contact-us.png);
}

#home a:hover{
	background-image: url(../png/english/hhome.png);
}
#about-us a:hover{
	background-image: url(../png/english/habout-us.png);
}
#our-products a:hover {
	background-image: url(../png/english/hour-products.png);
}
#advices a:hover {
	background-image: url(../png/english/hadvices.png);

}
#contact-us a:hover {
	background-image: url(../png/english/hcontact-us.png);

