html
{
	/* creamos un pixel mayor de pantalla para evitar un efecto de scroll en mozilla */
	min-height: 100%;
	margin-top: 1px;
}

body
{
	text-align: center;
	font-size:95%;
	background-color: #999999;
	margin:5px 0px 5px 0px;
	
	background: url(../img/fondo_general.gif);
	font-family:Arial, Verdana, Helvetica, sans-serif;
}

.parrafo_linea
{
	width:100%;
	float:left;
	
	margin:0px;
	padding:0px; 
	padding-top:3px; 
	padding-bottom:3px;
	border:0px solid #cccccc;
	background-image: url("../img/parrafo_linea.gif");
}

.parrafo_linea_vacio
{
	width:100%;
	float:left;
	
	margin:0px;
	padding:0px; 
	padding-top:3px; 
	padding-bottom:3px;
	border:0px solid #cccccc;
}

#mc
{
	background-color:#D6CFC6;
	background-image: url("../img/fondo0.gif");
	background-repeat:	repeat;
}

.mbc
{
	background-color:#F2F2F2;
}
/***********************************************************/
/* estilo para la cabecera *******************************/
.tdBannerCabecera
{
	float:left; 
	height:153px;
	position:relative;
}
.divBannerCabecera
{
	top:-22px;
	left:6px;
	width:884px;
	height:174px;
	position:absolute; 
	
	background-image: url("../img/bannerCabecera.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/***********************************************************/
/* estilo para los ul y li *******************************/
.ulTipo
{
	margin: 0;
	padding:0;
	list-style-type:none;
	width:100%;
}

.liTipo
{
	width: 100%;
	margin-bottom:10px;
	padding:2px;
	padding-left:14px;
}

.liTipo_0
{
	width: 100%;
	background-image: url("../img/dot_pek_0.gif");
	background-repeat: no-repeat;
	background-position: 0px 6px;
	margin-bottom:10px;
	padding:2px;
	padding-left:14px;
}

.liTipo_1
{
	width: 100%;
	background-image: url("../img/dot_pek_1.gif");
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding:2px;
	padding-left:14px;
	margin-top:4px;
}

.liTipo_2
{
	width: 100%;
	background-image: url("../img/dot_pek_3.gif");
	background-repeat: no-repeat;
	background-position: 0px 6px;
	margin-bottom:10px;
	padding:1px;
	padding-left:22px;
}

.pipe0
{
	width: 25px;
	height:20px;
	background-image: url("../img/pipe0.gif");
	background-repeat: no-repeat;
	background-position: 10px 15px;
	cursor:default;
}
.textoTop
{
	padding-left:21px;
	font-size:13px;
	color:#A89886;

	background-image: url("../img/dot0.gif");
	background-repeat: no-repeat;
	background-position: 8px 23px;
	
	cursor:default;
}
/***********************************************************/
/* estilo para las pastillas 'off' *************************/
.pst_0
{
	width: 10px;
	height:69px;
	background-image: url("../img/pastilla_izq.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.pst_1
{
	width: 100%;
	height:69px;
	text-align:center;
	background-image: url("../img/pastilla_centro.gif");
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.pst_2
{
	width: 10px;
	height:69px;
	background-image: url("../img/pastilla_der.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/***********************************************************/
/* estilo para las pastillas 'on' **************************/
.pst_0_over
{
	width: 10px;
	height:69px;
	background-image: url("../img/pastilla_izq_over.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.pst_1_over
{
	width: 100%;
	height:69px;
	text-align:center;
	background-image: url("../img/pastilla_centro_over.gif");
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.pst_2_over
{
	width: 10px;
	height:69px;
	background-image: url("../img/pastilla_der_over.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/***********************************************************/
.textoPastillaGrande
{
	font-size: 15px;
	font-weight: bold;
	color: #CC6600;
	margin-bottom: 5px;
}

.textoPastillaPequenio
{
	font-size: 12px;
	font-weight: normal;
	color: #555555;
}
/***********************************************************/
/* estilo para el menu izquierdo ***************************/
.textoMenu_off
{
	padding-top:5px;
	padding-bottom:6px;
	
	color:#757575;
	font-size: 13px;
	font-weight: bold;
	font-family:Verdana, Helvetica, sans-serif;

	background-image: url("../img/dot_pek_off.gif");
	background-repeat: no-repeat;
	background-position: 2px 7px;
	
	cursor:pointer;
}

.textoMenu_on
{
	padding-top:5px;
	padding-bottom:6px;
	
	color:#B05800;
	font-size: 13px;
	font-weight: bold;
	font-family:Verdana, Helvetica, sans-serif;

	background-color: #FFFFFF;
	background-image: url("../img/dot_pek_on.gif");
	background-repeat: no-repeat;
	background-position: 2px 7px;
	
	cursor:default;
}

.textoMenu_over
{
	padding-top:5px;
	padding-bottom:6px;
	
	color:#FFFFFF;
	font-size: 13px;
	font-weight: bold;
	font-family:Verdana, Helvetica, sans-serif;

	background-color: #D2840D;
	background-image: url("../img/dot_pek_over.gif");
	background-repeat: no-repeat;
	background-position: 2px 7px;
	
	cursor:pointer;
}
/***********************************************************/
.fondoCuerpoMI
{
	width:100%;
	background-image: url("../img/fondo_menu_izquierdo.jpg");
	background-repeat: no-repeat;
}

.lineaMenu
{
	width:100%;
	line-height:2px;
	font-size:0px;
	
	background-image: url('../img/f_linea.gif');
	background-repeat: repeat;
	background-position: 0px 0px;
	
	border:0px solid #FF0000;
}

/***********************************************************/
/* estilo para el menu derecho *****************************/
.textoMenuDer_off
{
	width:100%;
	margin-top:1px;
	padding-top:4px;
	padding-bottom:4px;
	
	color:#454545;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, Sans-serif;
	
	cursor:pointer;
}

.textoMenuDer_on
{
	width:100%;
	margin-top:1px;
	padding-top:4px;
	padding-bottom:4px;
	
	color:#FFFFFF;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, Sans-serif;
	
	background-color: #D2840D;
	cursor:default;
}

.textoMenuDer_over
{
	width:100%;
	margin-top:1px;
	padding-top:4px;
	padding-bottom:4px;
	
	color:#000000;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, Sans-serif;
	
	background-color: #D2840D;
	cursor:pointer;
}
/***********************************************************/
.texto0
{
	color:#454545;
	font-size: 15px;
}

.texto1
{
	color:#454545;
	font-size: 12px;
}

.texto1b
{
	color:#454545;
	font-size: 12px;
	font-weight:bold;
}

.textoGrande0
{
	font-weight:bold;
	font-size:16px;
	color:#B05800;
	font-family: Verdana, Helvetica, sans-serif;
}

.textoGrande1
{
	font-weight:normal;
	font-size:14px;
	color:#CC6600;
}

.textoPek0
{
	font-weight:normal;
	font-size:11px;
	color:#B05800;
	font-family: Verdana, Helvetica, sans-serif;
}

/***********************************************************/
/* estilo para la barra de herramientas ********************/
.bHerramientas
{
	height:33px;
	background-image:url(../img/fondo_bh_01.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.tbHerramientas
{
	padding-left: 12px;
	padding-right: 8px;
}

.flecha
{
	float:left;
	width: 20px;
	height:15px;
	background-image: url("../img/b_flecha0.gif");
	background-repeat: no-repeat;
	background-position: 5px 1px;
	margin: 1px 5px 0px 5px;
	border:0px solid #FF0000;
}

.textoBHerramientas_on
{
	float:left;
	font-weight:normal;
	font-size:12px;
	color:#603306;
	cursor:default;
	border:0px solid #FF0000;
}

.textoBHerramientas_off
{
	float:left;
	font-weight:normal;
	font-size:12px;
	color:#AA865D;
	border:0px solid #FF0000;
}

a.enlaceBHerramientas
{
	font-weight:normal;
	font-size:12px;
	color:#AA865D;
	cursor:pointer;
	text-decoration: none;
}
a.enlaceBHerramientas:link, .enlaceBHerramientas:visited
{
	font-weight:normal;
	font-size:12px;
	color:#AA865D;
	cursor:pointer;
	text-decoration: none;
}
a.enlaceBHerramientas:hover
{
	font-weight:normal;
	font-size:12px;
	color:#9B5E00;
	cursor:pointer;
	text-decoration: underline;
}
/***********************************************************/
/* estilos para los 'hrefs' del alto de la pagina **********/
a.enlaces0
{
	height:20px;
	text-align:left;
	padding-top:4px;
	font-size:13px;
	font-weight:normal;
	cursor:pointer;
	color:#5B5242;
	text-decoration: none;
}
a.enlaces0:link, .enlaces0:visited
{
	height:20px;
	text-align:left;
	padding-top:4px;
	font-size:13px;
	font-weight:normal;
	cursor:pointer;
	color:#5B5242;
	text-decoration: none;
}
a.enlaces0:hover
{
	height:20px;
	text-align:left;
	padding-top:4px;
	font-size:13px;
	font-weight:normal;
	cursor:pointer;
	color:#9B5E00;
	text-decoration: underline;
}
/***********************************************************/
a.enlaces1
{
	cursor:pointer;
	color:#3366FF;
	text-decoration: none;
}
a.enlaces1:link, .enlaces1:visited
{
	cursor:pointer;
	color:#3366FF;
	text-decoration: none;
}
a.enlaces1:hover
{
	cursor:pointer;
	color:#9B5E00;
	text-decoration: underline;
}
/***********************************************************/
a.enlaces2
{
	cursor:default;
	color:#336699;
	text-decoration: none;
	
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Geneva, Sans-serif;
}
a.enlaces2:link, .enlaces2:visited
{
	cursor:default;
	color:#336699;
	text-decoration: none;
	
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Geneva, Sans-serif;
}
a.enlaces2:hover
{
	cursor:pointer;
	color:#9B5E00;
	text-decoration: underline;
	
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Geneva, Sans-serif;
}
/***********************************************************/
.textoPie
{
	color:#D0D0D0;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Geneva, Sans-serif;
	cursor:default;
	text-decoration: none;
}

a.enlacesPie
{
	color:#D0D0D0;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Geneva, Sans-serif;
	cursor:pointer;
	text-decoration: none;
}
a.enlacesPie:link, .enlacesPie:visited
{
	color:#D0D0D0;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Geneva, Sans-serif;
	cursor:pointer;
	text-decoration: none;
}

a.enlacesPie:hover
{
	color:#FF9900;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Geneva, Sans-serif;
	cursor:pointer;
	text-decoration: underline;
}
/***********************************************************/
.textoPie1
{
	color:#999999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, Sans-serif;
	cursor:default;
	text-decoration: none;
}

a.enlacesPie1
{
	color:#999999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, Sans-serif;
	cursor:pointer;
	text-decoration: none;
}
a.enlacesPie1:link, .enlacesPie1:visited
{
	color:#999999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, Sans-serif;
	cursor:pointer;
	text-decoration: none;
}

a.enlacesPie1:hover
{
	color:#FF9900;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, Sans-serif;
	cursor:pointer;
	text-decoration: underline;
}
/***********************************************************/
.textoJustificado
{
	text-align: justify;
}
/***********************************************************/
.texto_noticias
{
	width:100%;
	padding-top:3px;
	padding-bottom:5px;
	
	color:#FFFFFF;
	font-size: 13px;
	font-weight: bold;
	font-family:Verdana, Helvetica, sans-serif;
	
	background-color: #D2840D;
	cursor:default;
	
	float:left;
}
/***********************************************************/
.ico_Home
{
	width: 15px;
	height:16px;
	background-image: url("../img/ico_home.gif");
	background-repeat: no-repeat;
	background-position: 0px 17px;
	cursor:default;
}

.ico_mapaWeb
{
	width: 17px;
	height:16px;
	background-image: url("../img/ico_mapaweb.gif");
	background-repeat: no-repeat;
	background-position: 0px 17px;
	cursor:default;
}

.ico_Contacto
{
	width: 15px;
	height:16px;
	background-image: url("../img/ico_contact.gif");
	background-repeat: no-repeat;
	background-position: 0px 17px;
	cursor:default;
}

.ico_Omnisoft
{
	width: 15px;
	height:16px;
	background-image: url("../img/ico_omnisoft.gif");
	background-repeat: no-repeat;
	background-position: 0px 17px;
	cursor:default;
}

.logoW3C_css
{
	width: 68px;
	height:18px;
	background-image: url("../img/i_w3c_css_0.gif");
	background-repeat: no-repeat;
	background-position: 0px 2px;
	cursor:pointer;
}

.logoW3C_html4
{
	width: 81px;
	height: 18px;
	background-image: url("../img/i_w3c_html_0.gif");
	background-repeat: no-repeat;
	background-position: 0px 2px;
	cursor:pointer;
}

.logoISO
{
	width: 22px;
	height:38px;
	background-image: url("../img/iso9001.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor:pointer;
}

.ico_pdf
{
	background-image: url("../img/ico_pdf.gif");
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-bottom:2px;
	padding:2px;
	padding-left:14px;
}

/***********************************************************/
/* CAJAS MENU CON BORDER MARCADO  **************************/
.caja00
{
	width:100%;
	min-width:100px;
	/* margin:0px auto; Si queremos que vaya la capa centrada automaticamente */
}
.caja00 .cabecera
{
	background:transparent url(../img/cab0_mi.gif) no-repeat 0px 0px;
}
.caja00 .cabecera .c
{
	height:8px;
	font-size:0px;
	background:transparent url(../img/cab1_mi.gif) no-repeat right 0px;
}

/***********************************************************/
.caja00 .cuerpo
{
	background:transparent url(../img/cuerpo0_mi.gif) repeat-y 0px 0px;
}

.caja00 .cuerpo .c
{
	background:transparent url(../img/cuerpo1_mi.gif) repeat-y right 0px;
	padding:0px 4px 0px 4px;
}

.caja00 .cuerpo .c .contenido
{
	width:100%;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #E7E7E7;
}

/***********************************************************/
.caja00 .pie
{
	background:transparent url(../img/pie0_mi.gif) no-repeat 0px 0px;
}

.caja00 .pie .c
{
	height:9px;
	font-size:0px;
	background:transparent url(../img/pie1_mi.gif) no-repeat right 0px;
}


/***********************************************************/
/* CAJAS CON BORDER SIN MARCAR *****************************/
.caja
{
	width:100%;
	min-width:100px;
	/* margin:0px auto; Si queremos que vaya la capa centrada automaticamente */
}
.caja .cabecera
{
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url("../img/cab0.gif");
	background-color: #F6F6F6;
}
.caja .cabecera .c
{
	height:15px;
	font-size:0px;
	background:transparent url(../img/cab1.gif) no-repeat right 0px;
}

/***********************************************************/
.caja .cuerpo
{
	background:transparent url(../img/cuerpo0.gif) repeat-y 0px 0px;
	background-color: #F6F6F6;
}

.caja .cuerpo .c
{
	background:transparent url(../img/cuerpo1.gif) repeat-y right 0px;
	padding:10px 15px 10px 15px;
}

.caja .cuerpo .c .contenido
{
	width:100%;
}
/***********************************************************/
.caja .pie
{
	background-color: #F6F6F6;
	background:transparent url(../img/pie0.gif) no-repeat 0px 0px;
}

.caja .pie .c
{
	height:15px;
	font-size:0px;
	background:transparent url(../img/pie1.gif) no-repeat right 0px;
}
/***********************************************************/

/***********************************************************/
/* CAJAS CON BORDER SIN MARCAR *****************************/
.caja01
{
	width:100%;
	min-width:100px;
	/* margin:0px auto; Si queremos que vaya la capa centrada automaticamente */
}
.caja01 .cabecera
{
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url("../img/cab0.gif");
	background-color: #F6F6F6;
}
.caja01 .cabecera .c
{
	height:15px;
	font-size:0px;
	background:transparent url(../img/cab1.gif) no-repeat right 0px;
}

/***********************************************************/
.caja01 .cuerpo
{
	background:transparent url(../img/cuerpo0.gif) repeat-y 0px 0px;
	background-color: #F6F6F6;
}

.caja01 .cuerpo .c
{
	background:transparent url(../img/cuerpo1.gif) repeat-y right 0px;
	padding:10px 10px 10px 10px;
}

.caja01 .cuerpo .c .contenido
{
	width:100%;
}
/***********************************************************/
.caja01 .pie
{
	background-color: #F6F6F6;
	background:transparent url(../img/pie0.gif) no-repeat 0px 0px;
}

.caja01 .pie .c
{
	height:15px;
	font-size:0px;
	background:transparent url(../img/pie1.gif) no-repeat right 0px;
}
/***********************************************************/
.fondoPie
{
	margin:auto;
	margin-bottom:10px;
	text-align:center;
	border-bottom:1px solid #404040;
	background-color:#484848;
	background-image: url("../img/fondo_pie0.gif");
}

.fondoTabla
{
	/*background-image: url("../img/ffondo.gif");*/
	background-repeat: repeat-x;
}

/***********************************************************/
/* estilos para el mapa web *******************************/
/***********************************************************/
.div_mweb_1
{
	width:100%;
	float:left;
	clear:both;
	
	margin-top:-1px;
	background-image: url("../img/mw_1.gif");
	background-repeat: repeat-y;
	background-position: 0px 0px;
	border:0px solid #CCCCCC;
}

.div_mweb_2
{
	width:90%;
	float:left;
	
	background-image: url("../img/mw_1.gif");
	background-repeat: repeat-y;
	background-position: 0px 0px;
	border:0px solid #CCCCCC;
}
/***********************************************************/
.sp_mweb_0
{
	width: 100%;
	float:left;
	
	cursor:default;
	border:0px solid #FF0000;
}

.sp_mweb_1
{
	width:23px;
	float:left;
	
	border:0px solid #FF0000;
}

.sp_mweb_2
{
	width: 100%;
	float:left;
	
	padding-left:14px;
	background-image: url("../img/mw_2.gif");
	background-repeat: no-repeat;
	background-position: 5px 0px;
	border:0px solid #FF0000;
}

.sp_mweb_3
{
	width: 100%;
	float:left;
	
	padding-left:14px;
	background-image: url("../img/mw_3.gif");
	background-repeat: no-repeat;
	background-position: 5px 0px;
	border:0px solid #FF5500;
}
/***********************************************************/
.mw_texto0
{
	width: 100%;
	float:left;
	
	background-image: url("../img/mw_dot0.gif");
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left:16px;
	
	color:#333333;
	font-size: 13px;
	font-weight: bold;
	font-family:Verdana, Helvetica, sans-serif;
	border:0px solid #FF0000;
}

.mw_texto1
{
	float:left;
	width:100%;
	
	padding-left:25px;
	padding-top: 9px;
	color:#5B6284;
	font-size: 12px;
	font-weight: bold;
	font-family:Verdana, Helvetica, sans-serif;
	background-image: url('../img/mw_dot1.gif');
	background-repeat: no-repeat;
	background-position: 11px 13px;
	border:0px solid #FF0000;
}

.mw_texto2
{
	float:left;
	width:100%;
	
	padding-left:25px;
	padding-top: 10px;
	color:#787878;
	font-size: 11px;
	font-weight: bold;
	font-family:Verdana, Helvetica, sans-serif;
	background-image: url('../img/mw_dot2.gif');
	background-repeat: no-repeat;
	background-position: 11px 13px;
	border:0px solid #FF0000;
}

.mw_texto3
{
	float:left;
	width:100%;
	
	padding-left:25px;
	padding-top: 10px;
	color:#666666;
	font-size: 11px;
	font-weight: normal;
	font-family:Verdana, Helvetica, sans-serif;
	background-image: url('../img/mw_dot3.gif');
	background-repeat: no-repeat;
	background-position: 11px 13px;
	border:0px solid #FF0000;
}
/***********************************************************/
a.mw_enlaceTexto
{
	color:#333333;
	cursor:pointer;
	text-decoration: none;
}
a.mw_enlaceTexto:link, .mw_enlaceTexto:visited
{
	color:#333333;
	cursor:pointer;
	text-decoration: none;
}
a.mw_enlaceTexto:hover
{
	color:#9B5E00;
	cursor:pointer;
	text-decoration: underline;
}
/***********************************************************/
a.mw_enlaceTexto1
{
	color:#5B6284;
	cursor:pointer;
	text-decoration: none;
}
a.mw_enlaceTexto1:link, .mw_enlaceTexto1:visited
{
	color:#5B6284;
	cursor:pointer;
	text-decoration: none;
}
a.mw_enlaceTexto1:hover
{
	color:#9B5E00;
	cursor:pointer;
	text-decoration: underline;
}
/***********************************************************/
a.mw_enlaceTexto2
{
	color:#787878;
	cursor:pointer;
	text-decoration: none;
}
a.mw_enlaceTexto2:link, .mw_enlaceTexto2:visited
{
	color:#787878;
	cursor:pointer;
	text-decoration: none;
}
a.mw_enlaceTexto2:hover
{
	color:#9B5E00;
	cursor:pointer;
	text-decoration: underline;
}

/***********************************************************/
/***********************************************************/
