body {
	margin: 0px;
	padding: 0px;
	background: #933 url(../imagenes/fondo-tela.jpg) no-repeat fixed 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 130%;
}

/* @group disposicion */

#contenido {
	margin: 0 0 0 -320px;
	padding: 0;
	width: 645px;
	position: absolute;
	top: 0;
	text-align: left;
	vertical-align: 50%;
	left: 50%;
	height: auto;
	right: 50%;
}

#izquierda {
	margin: 0;
	padding: 0;
	width: 180px;
	height: auto;
	float: left;
	position: fixed;
}

#orla_izquierda {
	background: repeat-x url(../imagenes/orla_tela.gif) 0px center;
	width: 180px;
	height: 20px;
}

#orla_derecha {
	background: url(../imagenes/orla_tela.gif) repeat-x 0px center;
	width: 400px;
	height: 20px;
	margin: 0 30px;
	padding: 0;
}

#derecha {
	width: 460px;
	margin: 0;
	float: right;
	padding: 80px 0 0;
}

#imagen {
	width: 400px;
	height: 260px;
	padding: 0;
	margin: 0 30px;
	text-align: center;
	background: url(../imagenes/textura.gif) repeat;
}

#textos {
	width: 400px;
	height: auto;
	padding: 0 0 10px;
	text-align: justify;
	background: url(../imagenes/textura.gif) repeat;
	margin: 0 30px;
}

#menu_bis {
	width: 180px;
	height: auto;
	padding: 0;
	text-align: justify;
	background: url(../imagenes/textura.gif) repeat;
	margin: 0;
}

#pie {
	width: 400px;
	height: auto;
	margin: 0 30px;
	position: relative;
	text-align: center;
	padding: 0;
}
	
/* @end */

#pie p {
	color: white;
	padding: 0;
	line-height: 100%;
	text-indent: 0;
	margin-top: 5px;
	font-size: 0.7em;
}

p:hover {
	color: black;
}

p {
	color: #46473d;
	text-indent: 15px;
	margin: 0 10px;
	padding: 10px 0;
	font-size: 0.8em;
}

h1 {
	font-size: 1em;
	width: 180px;
	height: 180px;
	position: relative;
	top: 0;
	margin: 0;
	padding: 0;
	background: no-repeat url(../imagenes/logo.gif) #8B0000;
}

h1:hover {
	background: no-repeat url(../imagenes/logo2.gif);
}

h2 {
	width: 400px;
	margin: 0;
	padding: 0;
	height: auto;
	font-size: 1em;
}

#textos ul {
	color: #46473d;
	margin: 0 0 10px;
	text-indent: 0;
	padding-left: 40px;
	list-style: circle;
	font-size: 0.85em;
}

#textos ul:hover {
	color: black;
	margin: 0 0 10px;
}

h3 {
	color: #5A0000;
	border-bottom: 1px dashed black;
	width: 380px;
	margin: 0;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1em;
}

h4 {
	color: #46473d;
	font-weight: bold;
	margin: 5px 0;
	padding-left: 10px;
	font-size: 0.9em;
}

.novedad {
	text-decoration: none;
	color: #5A0000;
}

h2 span, h1 span {
	visibility: hidden;
}

#xmenu span {
	visibility: hidden;
}

/* @group menu */

ul#xmenu {
	width: 180px;
	margin: 0;
	padding: 0;
	list-style: none;
}

 ul#xmenu a {
	display: block;
	width: 180px;
	height: 30px;
	text-decoration: none;
}

#inicio {
	width: 180px;
	height: 30px;
	background: url(../imagenes/menu.gif) 0px 0px;
}

#inicio a:hover {
	width: 180px;
	height: 30px;
	background: url(../imagenes/menu2.gif) 0px 0px;
}

#empresa {
	width: 180px;
	height: 30px;
	background: url(../imagenes/menu.gif) 0px -30px;
}

#empresa a:hover {
	width: 180px;
	height: 30px;
	background: url(../imagenes/menu2.gif) 0px -30px;
}

#productos {
	width: 180px;
	height: 30px;
	background: url(../imagenes/menu.gif) 0px -60px;
}

#productos a:hover {
	width: 180px;
	height: 30px;
	background: url(../imagenes/menu2.gif) 0px -60px;
}

#duyos {
	width: 180px;
	height: 30px;
	background: url(../imagenes/menu.gif) 0px -90px;
}

#duyos a:hover {
	width: 180px;
	height: 30px;
	background: url(../imagenes/menu2.gif) 0px -90px;
}

#escaparate {
	width: 180px;
	height: 30px;
	background: url(../imagenes/menu.gif) 0px -120px;
}

#escaparate a:hover {
	width: 180px;
	height: 30px;
	background: url(../imagenes/menu2.gif) 0px -120px;
}

#pedidos {
	display: none;
}

#pedidos {
	width: 180px;
	height: 30px;
	background: url(../imagenes/menu.gif) 0px -150px;
}

#pedidos a:hover {
	width: 180px;
	height: 30px;
	background: url(../imagenes/menu2.gif) 0px -150px;
}

#contactar {
	width: 180px;
	height: 30px;
	background: url(../imagenes/menu.gif) 0px -180px;
}

#contactar a:hover {
	width: 180px;
	height: 30px;
	background: url(../imagenes/menu2.gif) 0px -180px;
}
	
body#xinicio li#inicio a {
	background: url(../imagenes/menu2.gif) no-repeat 0px 0px;
}

body#xempresa li#empresa a {
	background: url(../imagenes/menu2.gif) no-repeat 0px -30px;
}

body#xproductos li#productos a {
	background: url(../imagenes/menu2.gif) no-repeat 0px -60px;
}

body#xduyos li#duyos a {
	background: url(../imagenes/menu2.gif) no-repeat 0px -90px;
}

body#xescaparate li#escaparate a {
	background: url(../imagenes/menu2.gif) no-repeat 0px -120px;
}

body#xpedidos li#pedidos a {
	background: url(../imagenes/menu2.gif) no-repeat 0px -150px;
}

body#xcontactar li#contactar a {
	background: url(../imagenes/menu2.gif) no-repeat 0px -180px;
}	
/* @end */

/* @group sub menu */

ul#submenu {
	width: auto;
	height: auto;
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	padding-left: 0;
	font-size: 15px;
}

ul#submenu a {
	padding-top: 2px;
	padding-bottom: 2px;
}

ul#submenu li {
	width: auto;
	height: auto;
	padding-left: 30px;
	margin: 0;
	background: no-repeat url(../imagenes/flecha.gif) 10px 0px;
}
	
/* @end */

a.new:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a.new:hover {
	color: #FFFFFF;
	cursor: help;
	text-decoration: underline;
}

a:link {
	color: #46473d;
	text-decoration: underline;
}

a:visited {
	color: #717363;
	text-decoration: underline;
}

a:hover {
	color: white;
	text-decoration: none;
	background: #8b0000;
}

a:active {
	color: black;
	text-decoration: none;
}

/* @group titulares */

#h2inicio {
	width: 400px;
	height: 60px;
	margin: 0;
	padding: 0;
	background: no-repeat url(../imagenes/titular-inicio.gif) 0px 0px;
}

#h2historia {
	width: 400px;
	height: 60px;
	margin: 0;
	padding: 0;
	background: no-repeat url(../imagenes/titular-historia.gif) 0px 0px;
}

#h2equipo {
	width: 400px;
	height: 60px;
	margin: 0;
	padding: 0;
	background: no-repeat url(../imagenes/titular-equipo.gif) 0px 0px;
}

#h2calidad {
	width: 400px;
	height: 60px;
	margin: 0;
	padding: 0;
	background: no-repeat url(../imagenes/titular-calidad.gif) 0px 0px;
}

#h2diseno {
	width: 400px;
	height: 60px;
	margin: 0;
	padding: 0;
	background: no-repeat url(../imagenes/titular-diseno.gif) 0px 0px;
}

#h2servicio {
	width: 400px;
	height: 60px;
	margin: 0;
	padding: 0;
	background: no-repeat url(../imagenes/titular-servicio.gif) 0px 0px;
}

#h2productos {
	width: 400px;
	height: 60px;
	margin: 0;
	padding: 0;
	background: no-repeat url(../imagenes/titular-producto.gif) 0px 0px;
}

#h2escaparate {
	width: 400px;
	height: 60px;
	margin: 0;
	padding: 0;
	background: no-repeat url(../imagenes/titular-escaparate.gif) 0px 0px;
}

#h2contactar {
	width: 400px;
	height: 60px;
	margin: 0;
	padding: 0;
	background: no-repeat url(../imagenes/titular-contactar.gif) 0px 0px;
}

#h2pedidos {
	width: 400px;
	height: 60px;
	margin: 0;
	padding: 0;
	background: url(../imagenes/titular-pedidos.gif) no-repeat 0px 0px;
}

#h2duyos {
	width: 400px;
	height: 60px;
	margin: 0;
	padding: 0;
	background: url(../imagenes/titular-duyos.gif) no-repeat 0px 0px;
}

#h2juvenil {
	width: 400px;
	height: 60px;
	margin: 0;
	padding: 0;
	background: url(../imagenes/decoracion-juvenil.gif) no-repeat 0px 0px;
}

#h2cocinas {
	width: 400px;
	height: 60px;
	margin: 0;
	padding: 0;
	background: url(../imagenes/decoracion-cocinas.gif) no-repeat 0px 0px;
}

#h2salones {
	width: 400px;
	height: 60px;
	margin: 0;
	padding: 0;
	background: url(../imagenes/decoracion-salones.gif) no-repeat 0px 0px;
}

#h2dormitorios {
	width: 400px;
	height: 60px;
	margin: 0;
	padding: 0;
	background: url(../imagenes/decoracion-dormitorios.gif) no-repeat 0px 0px;
}
	
/* @end */

/* @group formulario */

form {
	margin: 0;
	padding: 0;
}

#formulario p, #telas p, #paneles p {
	color: #8b0000;
	font-weight: bold;
	margin: 0;
	text-indent: 0;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 0;
}

.rojo {
	color: #8b0000;
	font-weight: bold;
	margin: 0;
	text-indent: 0;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 0;
}

form label {
	color: #46473d;
	margin: 0 10px;
	padding: 10px 0 10px 15px;
	font-size: 0.8em;
	text-align: left;
	width: auto;
}

#nombre, #form_empresa, #telefono, #cliente, #fecha, #n_pedido, #n_cliente, #cantidad, #ancho, #alto, #referencia, #referencia_color, #Altura, #Color, #Instalacion, #Diametro, #serie, #codigo {
	width: 370px;
	margin-left: 10px;

}

#asunto, #direccion, #observaciones {
	width: 370px;
	margin-left: 10px;
	height: 80px;
	margin-bottom: 10px;
}

#enviar, #restablecer {
	margin: 10px;
}
	
/* @end */

/* @group social */

ul#social {
	margin-top: 0.5em;
	list-style-type: none;
	padding: 0;
}

ul#social li {
	display: inline;
}

ul#social li span {
	display: inline;
	visibility: hidden;
}

a#facebook {
	width: 2em;
	height: 2em;
	display: block;
	background: url(../imagenes/facebook_32.png) no-repeat;
	float: left;
	margin-right: 0.5em;
	line-height: 1000px;
	overflow: hidden;
}

a#twitter {
	width: 2em;
	height: 2em;
	display: block;
	background: url(../imagenes/twitter_32.png) no-repeat;
	float: left;
	margin-right: 0.5em;
	line-height: 1000px;
	overflow: hidden;
}

a#youtube {
	width: 2em;
	height: 2em;
	display: block;
	background: url(../imagenes/youtube_32.png) no-repeat;
	float: left;
	margin-right: 0.5em;
	line-height: 1000px;
	overflow: hidden;
}

a#LinkedIn {
	width: 2em;
	height: 2em;
	display: block;
	background: url(../imagenes/linkedin_32.png) no-repeat;
	float: left;
	margin-right: 0.5em;
	line-height: 1000px;
	overflow: hidden;
}



/* @end */

