/* Body */

body {
	background-color: #FFFFFF;
	background-image: url(images/fondo.png);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

img {
	border-width: 0px;
}

#contenedor {
	background-color: #FFFFFF;
	background-image: url(images/fondo_tabla.png);
	background-repeat:no-repeat;
}

/* ------------ */

/* menu */

#inicio a {
	background:url(images/menu_inicio.png) no-repeat;
	width:57px;
	height:19px;
	display:block;
	padding:0px;
	margin: 0px;
}

#inicio a:hover {
	background-position:0 bottom;
}

#nuestra-empresa a {
	background:url(images/menu_nuestra_empresa.png) no-repeat;
	width:136px;
	height:21px;
	display:block;
	padding:0px;
	margin: 0px;
}

#nuestra-empresa a:hover {
	background-position:0 bottom;
}

#productos-y-sistemas a {
	background:url(images/menu_productos_y_sistemas.png) no-repeat;
	width:161px;
	height:22px;
	display:block;
	padding:0px;
	margin: 0px;
}

#productos-y-sistemas a:hover {
	background-position:0 bottom;
}

#proyectos a {
	background:url(images/menu_proyectos.png) no-repeat;
	width:86px;
	height:19px;
	display:block;
	padding:0px;
	margin: 0px;
}

#proyectos a:hover {
	background-position:0 bottom;
}

#area-exclusiva a {
	background:url(images/menu_area_exclusiva_clientes.png) no-repeat;
	width:123px;
	height:34px;
	display:block;
	padding:0px;
	margin: 0px;
}

#area-exclusiva a:hover {
	background-position:0 bottom;
}

#contactanos a {
	background:url(images/menu_contactanos.png) no-repeat;
	width:107px;
	height:25px;
	display:block;
	padding:0px;
	margin: 0px;
}

#contactanos a:hover {
	background-position:0 bottom;
}

#solicitar-cotizacion a {
	background:url(images/menu_solicitar_cotizacion.png) no-repeat;
	width:92px;
	height:34px;
	display:block;
	padding:0px;
	margin: 0px;
}

#solicitar-cotizacion a:hover {
	background-position:0 bottom;
}

/* ------------ */

/* Formato */

.titulo {
	color: #980919;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.titulo-contenido {
	color: #980919;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

.menu-productos, .menu-productos a, .menu-productos a:hover, .menu-productos a:visited {
	color: #330066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.menu-productos ul, .menu-productos li {
	list-style-image: url(images/bullet.gif);
	text-align: left;
}

.menu-productos ul a:hover, .menu-productos li a:hover {
	list-style-image: url(images/bullet-1.gif);
	text-align: left;
}

.menu-productos1, .menu-productos1 a, .menu-productos1 a:hover, .menu-productos1 a:visited {
	color: #330066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.menu-productos1 ul, .menu-productos1 li {
	list-style-image: url(images/bullet.gif);
	text-align: left;
}

.menu-productos1 ul a:hover, .menu-productos1 li a:hover {
	list-style-image: url(images/bullet-1.gif);
	text-align: left;
}

.titulo-de-foto {
	color: #980919;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}

.pie-de-foto {
	color: #980919;
	font-family: "Arial Narrow", Arial;
	font-size: 11px;
	font-style: italic;
	text-decoration: none;
}

.texto-rojo, .texto-rojo a, .texto-rojo a:hover, .texto-rojo a:active, .texto-rojo a:visited {
	color: #980919;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.texto-rojo1, .texto-rojo1 a, .texto-rojo1 a:hover, .texto-rojo1 a:active, .texto-rojo1 a:visited {
	color: #980919;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
/* ------------ */
