@charset "utf-8";


/* CLASES */
a.seccion-link {
	color: #678093;
}
a.seccion-link:hover {
	color: #FCB715;
}
.seccion-titulo {
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 1em;
	color: #678093;
	background-color:transparent;
	text-transform: none;
	text-decoration:none;
	font-style: oblique;
	font-weight: bold;
	font-variant:normal;
}
.seccion-subtitulo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #FCB715;
	background-color:transparent;
	text-transform: none;
	text-decoration:none;
	font-weight: bold;
	font-variant:normal;
	font-style:normal;
}
.seccion-texto {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #000000;
	text-decoration:none;
	text-transform:none;
	font-variant:normal;
	font-style:normal;
}
.seccion-textoGR {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 1.2em;
	color: #D62929;
	text-decoration:none;
	text-transform:none;
	font-variant:normal;
	font-style:normal;
	font-weight: bolder;
	text-align: center;
}
.seccion-textoGN {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000;
	text-decoration:none;
	text-transform:none;
	font-variant:normal;
	font-style:normal;
	font-weight: bolder;
	text-align: center;
}
.seccion-textoGA {
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 2em;
	color: #6A849A;
	text-transform:none;
	font-variant:normal;
	font-style:normal;
	font-weight: bolder;
	vertical-align: middle;
	text-decoration: none;
}


.seccion-textoTabla {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	color: #435361;
	text-decoration:none;
	text-transform:none;
	font-weight:normal;
	font-variant:normal;
	font-style:normal;
	line-height: normal;
}
.h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #FCB715;
	background-color:transparent;
	text-transform: none;
	text-decoration:none;
	font-weight: bold;
	font-variant:normal;
	font-style:normal;
}


/* IDENTIFICADORES */

#cabecera_productos {
    background-image:url(../images/cabecera_productos.png);
	background-position:top;
	background-repeat:no-repeat;
  
}
#cabecera_impresion {
    background-image:url(../images/cabecera_impresion.png);
	background-position:top;
	background-repeat:no-repeat;
}
#cabecera_soluciones {
    background-image:url(../images/cabecera_soluciones.png);
	background-position:top;
	background-repeat:no-repeat;
}
#cabecera_conozcanos {
    background-image:url(../images/cabecera_conozcanos.png);
	background-position:top;
	background-repeat:no-repeat;
}
#seccion_margen_superior {
	height:20px;
}
#seccion_margen_derecho {
	width:30px;
}
#seccion_margen_izquierdo {
	width:40px;
}
#link_cabecera{ 
  position:relative;
  left:100px;
  top:57px;
  z-index:2;
  width:300px;
  height:100px;
  cursor:pointer;
}

