body
{
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	width: auto;
	height: 100%;
	color: #000000;
	font-size: 12px;
	background: #CD1F3D;
	position: relative;
	z-index: 999;
}

img
{
	border:0px;
}

.clear
{
	clear: both;
}

#fondo_cabecera
{
	position: absolute;
	width: 100%;
	height: 400px;
	background: url('../imagenes/fondo.jpg');
}

#franja_pie
{
	width: 100%;
	height: 107px;
	background: url('../imagenes/franja_inferior.jpg');
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	position: relative;
	z-index: 999;
}

#franja_pie div
{
	padding-top: 30px;
}

.centra_web
{
	width: 890px;
	margin: 0px auto 0px auto;
	background: #ffffff;
}

.franja_logo
{
	width: 146px;
	background: #E5E5E5;
	position: absolute;
	height: 100%;
	text-align: center;
	z-index: 1;
}

.franja_logo img
{
	margin-top: 50px;
}

.franja_menu
{
	width: 100%;
	height: 79px;
	position: absolute;
	background: url('../imagenes/franja_menu.png');
	margin-top: 30px;
}

#contiene_menu
{
	width: 668px;
	height: 102px;
	background: url('../imagenes/menu/fondo.png');
	float: right;
	position: relative;
	z-index: 999;
	margin-top: 36px;
}

#contiene_menu a img
{
	margin-top: 32px;
	margin-left: 24px;
}

#contiene_slider
{
	position: relative;
	z-index: 999;
	margin: 30px 0px 0px 15px;
}

#menu_inferior
{
	width: 870px;
	height: 231px;
	background: url('../imagenes/menu_inferior/fondo.png');
	position: relative;
	z-index: 999;
	margin: 10px auto 0px auto;
}

#menu_inferior a img
{
	margin-top: 31px;
	margin-left: 40px;
}

/* CAMBIA CONTENIDO SECCIONES */
	#contenido_cambia_secciones
	{
		background: #D0D2D3;
		padding: 20px 20px;
		width: 670px;
		margin-left: 20px;
	}
	
	.menu_secciones { padding: 0; margin-left: 20px; margin-top: 8px;}
	.menu_secciones li { display: inline; }
	.menu_secciones li a 
	{ 
		background: #808184; 
		padding: 10px; 
		float:left;
		text-decoration: none; 
		color: #ffffff; 
		font-weight: bold; 
		margin-right: 10px;
	}
	
	.menu_secciones li.active a { background: #D0D2D3; color: #404041;}
	.content 
	{  
		background: #343433; 
		color: #ffffff; 
		padding: 15px 20px; 
		text-align: center; 
		
		border-radius: 4px;
		-ms-border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
	}
/* FIN */

/* IMPRESORAS */
#seccion_impresoras
{
	position: relative;
	z-index: 999;
	margin: 20px 0px 0px 145px;
}

#scroll_impresoras
{
	width: 730px;
	height: 288px;
	background: url('../imagenes/impresoras/fondo_slider.png');
}
/* FIN IMPRESORAS */
/* FOTOCOPIADORAS */
#seccion_fotocopiadoras
{
	position: relative;
	z-index: 999;
	margin: 20px 0px 0px 145px;
}

#scroll_fotocopiadoras
{
	width: 730px;
	height: 288px;
	background: url('../imagenes/fotocopiadoras/fondo_slider.png');
}
/* FIN FOTOCOPIADORAS */
/* INSUMOS */
#seccion_insumos
{
	position: relative;
	z-index: 999;
	margin: 20px 0px 0px 145px;
}

#scroll_insumos
{
	width: 730px;
	height: 288px;
	background: url('../imagenes/insumos/fondo_slider.png');
}
/* FIN INSUMOS */
/* LIBRERIA */
#seccion_libreria
{
	position: relative;
	z-index: 999;
	margin: 20px 0px 0px 145px;
}

#scroll_libreria
{
	width: 730px;
	height: 288px;
	background: url('../imagenes/libreria/fondo_slider.png');
}
/* FIN LIBRERIA */
#contiene_servicios
{
	background: #ffffff;
	margin-top: -2px;
}

.producto_destacado
{
	color: #EC0088;
	font-size: 16px;
	font-style: italic;
}

.titulo_info_seccion
{
	font-size: 14px;
	margin-bottom: 10px;
	text-transform:uppercase;
}

.foto_info_seccion
{
	width: 240px;
	float: left;
}

.texto_info_seccion
{
	width: 375px;
	float: right;
	font-size: 11px;
}

.texto_info_seccion a
{
	text-decoration: none;
	color: #999;
}

/* CONTACTO */
#formulario_contacto
{
	width: 350px;
	position: absolute;
	margin: 150px 0px 0px 350px;
}

#formulario_contacto tr td
{
	padding-top: 10px;
}

.campo_contacto
{
	width: 200px;
}

.boton_enviar_personalizado
{
	background: #ffffff;
	border: 0px;
	padding: 3px 7px;
	font-size: 15px;
	cursor: pointer;
	color: #333333;
}

.boton_enviar_personalizado:hover
{
	background: #ccc;
}
/* FIN CONTACTO */