@charset "utf-8";

/* CSS Document */
body {
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #414141;
	color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	scrollbar-face-color: #a30f03;
	scrollbar-highlight-color: #a30f03;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #333333;
	scrollbar-darkshadow-color: #000000;
	scrollbar-base-color: #666666;
}

td,th {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

p { 
padding-left:10px;
padding-top:0px;}

h1 {
	font-size: 15px;
	color: #d8210f;
	margin: 0px;
}
h2 {
	font-size: 15px;
	color: #fea200;
	font-weight: bold;
}


.titulos {
	font-size: 14px;
	color: #fea200;
	font-weight: bold;
}

.letras {
	font-size: 12px;
	color: #fea200;
	font-weight: bold;
}

.texto-listado {
	font-size: 11px;
}

a {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	text-decoration: none;
	color: #666666;
}

a:active {
	text-decoration: none;
	color: #ffffff;
}

.textInput {
	border: 0px;
	background: #555555;
	color: #ffffff;
	font-size: 13px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 2px;
}

a.ii {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

a.ii:visited {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

a.ii:hover {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
}

a.ii:active {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

a.path {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a.path:visited {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

a.path:hover {
	font-size: 12px;
	color: #cccccc;
	text-decoration: underline;
}

a.path:active {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

a.mas-info {
	font-size: 12px;
	color: #fea200;
	text-decoration: none;
	padding: 5px;
	font-weight: bold;
}

a.mas-info:visited {
	font-size: 12px;
	color: #fea200;
	text-decoration: none;
}

a.mas-info:hover {
	font-size: 12px;
	color: #fea200;
	text-decoration: none;
	background-color: #000000;
}

a.mas-info:active {
	font-size: 12px;
	color: #fea200;
	text-decoration: none;
}


.path-activo {
	font-size: 12px;
	color: #fea200;
	text-decoration: none;
	font-weight: bold;
}

table {
	border-collapse: collapse;
}

a.abajo {
	font-size: 10px;
	color: #c17d00;
	text-decoration: none;
	padding: 5px;
}

a.abajo:visited {
	font-size: 10px;
	color: #c17d00;
	text-decoration: none;
}

a.abajo:hover {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

a.abajo:active {
	font-size: 10px;
	color: #c17d00;
	text-decoration: none;
}

.pipe {
	font-size: 9px;
}


a.listado-productos {
	font-size: 15px;
	color: #d8210f;
	text-decoration: none;
	padding: 2px;
	font-weight: bold;
}

a.listado-productos:visited {
	font-size: 15px;
	color: #d8210f;
	text-decoration: none;
}

a.listado-productos:hover {
	font-size: 15px;
	color: #d8210f;
	text-decoration: none;
	
}

a.listado-productos:active {
	font-size: 15px;
	color: #d8210f;
	text-decoration: none;
}


td.listaproductos {
	backrground-repeat:no-repeat;
	background-color: #313131;
	cursor: pointer;
	background-image: url(images/bg-prod2.jpg);
	
}

td.listaproductos:hover {
	backrground-repeat:no-repeat;
	background-image: url(images/bg-prod.jpg);
	
}