/* 

	CLIENTE: PROVEEDORES DE MINERIA
	DOMINIO: www.proveedoresdemineria.com
	VERSION: 3.0, 2014
	EMPRESA: BACKEND Disenos Web www.backend.com.mx

RESETEAR PROPIEDADES CSS 

*/

@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@600&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul, li {
	list-style: none;
	list-style-image:none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/***********  CSS COMUNES  ************/

body{ 
	font-family: 'Raleway', sans-serif;
	color:#111;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,000000+100 */
background: #000000; /* Old browsers */
background: -moz-linear-gradient(top, #000000 0%, #1e5799 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #000000 0%,#1e5799 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #000000 0%,#1e5799 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */	font-size:.9em;
}

a, a:visited{
	color:#036;
	text-decoration:none;
	cursor:pointer;
}

a:hover{
	cursor:pointer;
	color:#900;
	text-decoration:underline;
}

.oscuro a, .oscuro a:visited{
	cursor:pointer;
	color:#fff;
	text-decoration:none;
}

.oscuro a:hover{
	cursor:pointer;
	color:#FF0;
	text-decoration:underline;
}

.clear{
	clear:both;
}

.clear10{
	clear:both;
	padding:10px;
}

.clear20{
	clear:both;
	padding:20px;
}

.fl{
	float:left;
}

.fr{
	float:right;
}

.wrapper{
	width:1100px;
	margin:0px auto;
}

.clear_line{
	width:auto;
	margin:5px 0px;
	padding:0px;
	height:1px;
	background-color:#555;
}

/* Titulos */

.t_azulclaro_mediano{
	text-transform:uppercase;
	color:#09C;
	font-weight:bold;
	font-size:1.2em;
}

.t_blanco_mediano{
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
}

.t_blanco_chico{
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	font-size:1.0em;
}

/* Header */

	header{
		background-color:#FFF;
	}
	.header_logo{
		/*background-image:url(assets/logo.png);*/
		background-image:url(2022/logo_promineria.png);
		width:280px;
		padding: 0px 50px;
		float:left;
		height:100px;
		background-repeat:no-repeat;
		background-size:contain;
	}
	.header_ribbon{
		background-image:url(assets/images/black_ribbon.png);
		width:46px;
		float:left;
		height:67px;
		background-repeat:no-repeat;
		background-size:contain;
		margin: 8px 15px;
	}
	.header_buscador{
		float:left;
		width:400px;
		padding: 20px 10px 10px 10px;
	}
	.header_publicidad li{
		margin:5px;
		float:left;
	}
	.header_publicidad img, .header_publicidad embed, .header_publicidad iframe, .header_publicidad object{
		width:350px;
		height:90px;
	}
	.header_suscribir{
		text-align:left;
		border-left:2px solid #666;
		margin:5px;
		padding:2px 0px 0px 10px;
		width:200px;
		float:right;
	}
	
	.buscador_area{
		background-color:#eee;
		padding:5px;
		border:1px solid #999;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		width:350px;
		float:right;
		height: 30px;
	}
	.buscador_text{
		background: #eee;
		border: 0;
		color: #333;
		font-size: 17px;
		height: 24px;
		width: 300px;
		line-height: 20px;
		outline: 0;
		float: left;
		padding: 5px;
		transition: background-color .15s;
	}
	.buscador_boton{
		cursor: pointer;
		border:none;
		float:right;
		background: url(assets/headers.png) 0 0;
		width: 28px;
		height: 27px;
		opacity: .6;
		transition: opacity .15s;
	}
	
	.header_menu{
		text-transform:uppercase;
		color:#09C;
		font-weight:bolder;
		font-size:.8em;
	}
	
	.header_menu a, .header_menu a:hover{
		text-decoration:none;
		color:#FFF;
	}
	
	.primer_menu{
		border-left:1px solid #555;
	}
	.header_menu li{
		padding: 13px 8px;
		border-right:1px solid #555;
		text-align: center;
		float: left;
		height: 13px;
		cursor:pointer;
		vertical-align:central;
		border-top:1px solid #334F66;
		background-color:#222;
		margin-top: -6px;
	}

	.header_menu li:hover{
		border-top:1px solid #334F66;
		background-color:#334F66;
	}
	
	.m_rojo{
		border-top:1px solid #990000 !important;
		background-color:#222;
	}

	.m_rojo:hover{
		border-top:1px solid #990000 !important;
		background-color:#990000 !important;
	}

	.m_gris{
		border-top:1px solid #444 !important;
		background-color:#222;
	}

	.m_gris:hover{
		border-top:1px solid #444 !important;
		background-color:#444 !important;
	}

	.m_verde{
		border-top:1px solid #3A6411 !important;
		background-color:#222;
	}

	.m_verde:hover{
		border-top:1px solid #3A6411 !important;
		background-color:#3A6411 !important;
	}

	.m_morado{
		border-top:1px solid #482D7B !important;
		background-color:#222;
	}

	.m_morado:hover{
		border-top:1px solid #482D7B !important;
		background-color:#482D7B !important;
	}

	.m_azul{
		border-top:1px solid #009 !important;
		background-color:#222;
	}

	.m_azul:hover{
		border-top:1px solid #009 !important;
		background-color:#009 !important;
	}
	
/* Footer */

	footer{
		color:#FFF;
		background-color:#444;
		padding:0px;
	}
	.footer_mensaje{
		text-align:center;
		font-size:1.5em;
		font-weight:normal;
		line-height:20px;
		width:700px;
		margin:10px auto;
	}
	.footer_menu{
		margin:auto;
		float:left;
	}
	.footer_menu li{
		padding:6px;
		float:left;
		font-size:.8em;
	}
	.footer_inferior{
		padding:30px 0px;
	}
	.footer_logo{
		background-image:url(assets/logo.png);
		width:200px;
		float:left;
		height:50px;
		background-repeat:no-repeat;
		background-size:contain;
	}
	.footer_desarrollado{
		padding:10px;
		float:right;
	}
	
	.contenido_todo{
		padding:10px 0px;
		margin:0px auto 20px auto;
		background-color:#fff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 0 0 15px 5px #545454;
		box-shadow: 0 0 15px 5px #545454;	
	}
	.contenido{
		width:830px;
		float:left;
	}
	.sidebar{
		width:270px;
		float:right;
	}
	.sidebar_publicidad_alta li{
		margin:5px;
		float:left;
	}
	.sidebar_publicidad_alta img, .sidebar_publicidad_alta embed, .sidebar_publicidad_alta iframe, .sidebar_publicidad_alta object{
		width:260px;
		height:160px;
	}

	.sidebar_publicidad li{
		margin:5px;
		float:left;
	}
	.sidebar_publicidad img, .sidebar_publicidad embed, .sidebar_publicidad iframe, .sidebar_publicidad object{
		width:260px;
		height:90px;
	}
	
	.sidebar_publicidad_gde, .sidebar_publicidad_gigante { 
		padding:0px 5px;
	}

	.sidebar_publicidad_gde img, .sidebar_publicidad_gde embed, .sidebar_publicidad_gde iframe, .sidebar_publicidad_gde object{
		width: 250px;
		border: 5px solid #444;
		height: 190px;
	} 

	.sidebar_publicidad_gigante img, .sidebar_publicidad_gigante embed, .sidebar_publicidad_gigante iframe, .sidebar_publicidad_gigante object{
		width: 800px;
		border: 5px solid #444;
		height: 190px;
	}

	.contenido_publicidad li{
		margin:5px;
		float:left;
	}
 

	.contenido_publicidad_larga li{
		margin:10px auto;
		width: 100%;
    	text-align: center;
	}

	.contenido_publicidad_larga img, .contenido_publicidad_larga embed, .contenido_publicidad_larga iframe, .contenido_publicidad_larga object{
		width:1100px;
		height:85px;
	}

	.contenido_publicidad img, .contenido_publicidad embed, .contenido_publicidad iframe, .contenido_publicidad object{
		width:195px;
		height:70px;
	}
	
	.contenido_titulo{
		padding: 10px 10px ;
		margin: 10px 5px;
		color: #FFF;
		font-family: 'Archivo Narrow', sans-serif;
		font-size: 26px;
		text-align: left;
		background-image:url(assets/bg_titulos.png);
		background-position:right;
		background-repeat:no-repeat;
		background-color:#444;
		/* 
		line-height: 26px; 
		text-transform: uppercase;
		*/
		text-shadow: 0 1px 1px #333;
	}
	
	.encuesta_titulo{
		padding: 5px ;
		margin: 5px;
		color: #FFF;
		font-family: 'Archivo Narrow', sans-serif;
		font-size: 16px;
		text-align: left;
		background-image:url(assets/bg_titulos.png);
		background-position:right;
		background-repeat:no-repeat;
		background-color:#316082;
		/* 
		line-height: 26px; 
		text-transform: uppercase;
		*/
		text-shadow: 0 1px 1px #333;
	}
	
	.bgazul1{
		background-color:#7EA4C2;
	}
	
	.bgazul2{
		background-color:#4E85A3;
	}
	
	.bgazul3{
		background-color:#224055;
	}
	
	.bgrojo{
		background-color:#8E0606;
	}
	
	.portada_noticias_cuadro li, .portada_galerias_cuadro li{
		float: left;
		margin: 6px;
		width: 195px;
		padding: 0px;
		height: 200px;
		background-image: url(assets/default.jpg);
		background-size: cover;
		background-position: top center;
		overflow:hidden;
	}
	
	#tabs li{
		height:30px;
	}
	
	.portada_galerias_cuadro li{
		width: 262px;
		height: 200px;
	}
	
	.contenido_cuadro_categoria{
		float:left;
		padding:5px;
		margin:5px;
		background-color:#233E69;
		color:#FFF;
	}

	.contenido_breves_titulo a, .contenido_breves_titulo a:hover,
	.contenido_galeria_titulo a, .contenido_galeria_titulo a:hover,
	.contenido_cuadro_titulo a, .contenido_cuadro_titulo a:hover,
	.contenido_cuadro_categoria a, .contenido_cuadro_categoria a:hover{
		text-decoration:none;
		cursor:pointer;
		color:#fff;
	}


	.contenido_cuadro_titulo a, .contenido_galeria_titulo a{
		font-size: 18px;
	}
	.contenido_cuadro_titulo, .contenido_galeria_titulo{
		margin:115px 0px 0px 0px;
		color: #fff;
		padding:15px 5px 5px 5px;
		font-family: Helvetica,Arial,sans-serif;
		font-size: 18px;
		font-weight:lighter;
		line-height: 20px;
		text-shadow: 0 1px 1px #333;
		background-image:url(assets/bg_difuminado.png);
		background-repeat:repeat-x;
		background-position:bottom;
		height:56px;
	}
	
	.contenido_breves_titulo{
		margin:0px 0px 0px 0px;
		color: #fff;
		padding:5px;
		font-family: Helvetica,Arial,sans-serif;
		font-size: 12px;
		font-weight: 700;
		line-height: 18px;
		text-shadow: 0 1px 1px #333;
		background-image:url(assets/back_gris.png);
		background-position:bottom;
		height:190px;
	}
	
	.linea_back{
		background-image:url(assets/back_linea.png);
		background-position:center;
		background-repeat:no-repeat;
		height:22px;
		width:100%;
		background-size:contain;
	}
	
	.contenido_cuadro_resumen{
		font-size:11px;
		font-weight:bold;
	}
	
	.titulo_cuadro_resumen{
		font-size: 14px;
		font-weight: bold;
		border-bottom: 1px solid #CCC;
		margin-bottom: 5px;
		padding-bottom: 5px;
	}
	
	.contenido_galeria_titulo{
		margin:127px 0px 0px 0px;
	}
	
	.indicadores li{
		float:left;
		margin:5px;
		height: 130px;
		width: 155px;
	}
	
	.indicadores li img{
		height: 125px;
		width: 150px;
		border:2px solid #900;
	}

body{
		font-size:12px;
	}
	
	a{
		text-decoration:none;
		color:#000;
		/*font-size:11px;*/
	}
	
	a:hover{
		color:#900;
	}
	
	.letra{
		font-size:18px;
		float:left;
		font-weight:normal;
		text-align:center;
		margin:5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding:10px;
	}
	
	.letra:hover, .letra:hover a{
		color:#900;
		background-color:#CCC;
		text-decoration:none;
	}
	
	.letra a{
		color:#000;
		font-size:36px;
		font-weight:normal;
		text-decoration:none;
	}

	.letra a:hover{
		color:#900;
		background-color:#CCC;
	}
	
	.clear{
		clear:both;
	}
	
	.seccion{
		clear:both;
		padding:5px;
		text-align:left;
		margin:5px;
	}

	.seccion:hover{
		background-color:#CCC;
	}
	
	#tabs{
		margin: 5px;
	}
		
	.not_bloque{
		float:left; 
		width:152px; 
		margin:0px 0px 0px 10px;
		background-color:#eee;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border:1px dashed #999999;
	}
	.not_bloque hr{
		color:#CCC;
		height:1px;
		border-top:1px dashed #CCC;
	}
	.not_fecha{
		font-size:15px;
		padding:5px;
		font-weight:bold;
	}
	.not_nota{
		background-image:url(http://www.proveedoresdemineria.com/v2/img/pin.png);
		background-position:top left;
		background-repeat:no-repeat;
		font-size:12px;
		padding: 0px 5px 5px 15px;
		margin: 5px;
	}

	.not_nota a{
		text-decoration:none;
		color:#333;
	}

	.not_nota a:hover{
		text-decoration:none;
		color:#900;
	}
	
.imagenes_gal{
	border:6px solid #CCC;
	margin:10px;
	-moz-box-shadow: 0 0 5px #fff;
-webkit-box-shadow: 0 0 5px #fff;
box-shadow: 0px 0px 5px #fff;
}

.imagenes_gal:hover{
	border:6px solid #333;
	margin:10px;
}

.boton_gal{

	background: rgb(59,103,158); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(59,103,158,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,103,158,1)), color-stop(50%,rgba(43,136,217,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	border:3px solid #CCC;
	margin:13px;
	cursor:pointer;
	color:#FFF;
	width:102px;
	padding:10px;
	float:left;
	font-size:18px;
	text-align:center;
	font-weight:bold;
	letter-spacing:-1px;
	
	-moz-box-shadow: 0 0 5px #fff;
	-webkit-box-shadow: 0 0 5px #fff;
	box-shadow: 0px 0px 5px #fff;
	
}

.boton_gal:hover{
	background: rgb(226,226,226); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
}

 .detalle .titulo{
		 /* font-family: 'Archivo Narrow', sans-serif;*/
		  font-size:36px;
		  color:#333;
		  text-shadow: 0 1px 1px #888;
		  text-align:left;
		  padding:5px 20px;
		  font-weight:bold;
	  }
	  .detalle .info{
			font-size:12px;
			color:#555;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			border:1px solid #ccc;
			margin:10px 20px;
			padding:10px;
			background-color:#fafafa;
	  }
	  .detalle .info a{
		  text-decoration:none;
		  font-weight:bold;
	  }
	  
  	  .detalle .datos{
			font-size: 1.2em;
			line-height: 2em;
			color:#333;
			padding:10px 20px;
	  }

  	  .detalle .datos .foto{
		  
		  margin:10px;
		  float:left;
		  padding:10px;
		  border:1px solid #ccc;
		  
	  }

  	  .detalle .datos .foto img{
		  max-width:500px;
	  }
	  
	  			.resumen{
				color:#222;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
				border:1px solid #ccc;
				margin:10px 20px;
				padding:10px;
				background-color:#fafafa;
				text-align:left;
			}
			
			.resumen .datos{
				width:425px;
				padding:5px;
				float:left;
			}
			
			.resumen .datos_gde{
				width:725px;
				padding:5px;
				float:left;
			}
			
			.resumen .imagen img{
				width:300px;
				margin:0px 10px 5px 10px;
				padding:5px;
				float:left;
				border:1px solid #aaa;
			}
			
			.resumen .titulo{
				font-weight:bold;
				font-size:20px;
				margin:5px;
				padding:0px;
			}
			
			.resumen .texto{
				font-size:1em;
				line-height:1.6em;
				margin:5px;
			}
			
			.resumen .boton{
				margin:20px 20px 10px 0px;
			}
			
			.resumen .boton a{
				padding:10px;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
				border:1px solid #ccc;
				background-color:#2D4377;
				color:#FFF;
				font-size:14px;
				font-weight:bold;
				text-decoration:none;
			}
			.resumen .boton a:hover{
				background-color:#990000;
			}
			
			.nobg{
	background-color:#eee;
	background-image:none !important;
	height:270px !important;
}
.lista_proveedores {
	text-align:center;
}
.lista_proveedores .titulo{
	font-size:12px;
	font-weight:bold;
	padding:5px;
	height:20px;
	overflow:hidden;
	text-align:left;
}
.lista_proveedores .resumen{
	font-size:10px;
	font-weight:normal;
	padding:5px;
	margin:3px;
	text-align:left;
}
.lista_proveedores img{
	max-height:80px;
	text-align:center;
	max-width:185px;
	margin:5px;
	alignment-adjust:central;
}

/* MENU 2020 */
				
				.menu20{
					font-family: 'Titillium Web', sans-serif;
					background-color: #eee;
					border: 1px solid #999;
					padding: 0px;
				}
				.menu20 ul{
					list-style: none;
				}
				.menu20 ul li{
					padding: 0px;
					margin: 0px;
				}
				.menu20 a, .menu20 a:visited{
					
					border-left: 1px solid #fff;
					border-right: 1px solid #ddd;
					border-bottom: 3px solid #489EC3;
					text-transform: uppercase;
					text-align: center;
					padding: 15px 5px;
					font-size: 1.1em;
					float: left;
					background-color: #eee;
					color:#333;
					font-weight: bold;
				}

				.menu20 a:hover{
					color:#999;
					text-decoration: none;					
					border-bottom: 3px solid #990000;
				}


/* MENU 2019 */
				
				.menu19{
					-webkit-border-top-left-radius: 15px;
					-webkit-border-top-right-radius: 15px;
					-moz-border-radius-topleft: 15px;
					-moz-border-radius-topright: 15px;
					border-top-left-radius: 15px;
					border-top-right-radius: 15px;
					background-color: #DDD;
					border: 1px solid #999;
					padding: 5px 20px;
					/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#98a6ad+2,ffffff+26,e8f6ff+100 */
background: #98a6ad; /* Old browsers */
background: -moz-linear-gradient(top,  #98a6ad 2%, #ffffff 26%, #e8f6ff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #98a6ad 2%,#ffffff 26%,#e8f6ff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #98a6ad 2%,#ffffff 26%,#e8f6ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98a6ad', endColorstr='#e8f6ff',GradientType=0 ); /* IE6-9 */

				}
				.menu19 ul{
					list-style: none;
				}
				.menu19 ul li{
					padding: 10px;
					float: left;
				}
				.menu19 a, .menu19 a:visited{
					color:#333;
				}

				.menu19 a:hover{
					color:#900;
				}