/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #9f9f9f;
	background-image: url(images/fondo_pagina.jpg);
	background-repeat:repeat-x;
}
.fondo_cabecera {
	background-image:url(images/fondo_cabecera.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	}
.fondo_marca_de_agua {
	background-image:url(images/fondo_v.gif);
	background-position:bottom right;
	background-repeat:no-repeat;}
.fondo_fachada {
	background-image:url(images/fondo_fachada.gif);
	background-position:bottom right;
	background-repeat:no-repeat;}
.caracteristicas_instalaciones{
	padding: 3px;
	background: #f9f9f9;
	border: solid 1px #ececec;
	text-align:center;}
.enlaces_blanco {
		text-decoration:none;
		color:#FFFFFF;
		}
.enlaces_blanco:hover{
		color:#ffffff;
		border-bottom:1px solid #FFCC00;
		}		
.submenu_link {
		text-decoration:none;
		border-bottom:1px solid #678B56;
		color:#000000;
		}
.submenu_link:hover{
		text-decoration:none;
		border-bottom:1px solid #339900;
		color:#000000;
		}
.enlaces2_link {
		border-bottom: 1px solid #99CC00;
		text-decoration:none;
		color:#000000;
		}
.enlaces2_link:hover{
		text-decoration:none;
		color:#000000;
		font-weight:bold;
		}
.Estilo_blanco {
	color: #ffffff;
}
.Estilo_blanco_negrita {
	color: #ffffff;
	font-weight: bold;
}
.Estilo5 {color: #bd931f}
.titulos_categorias {
	color: #336633;
	text-decoration:none;
	font-weight: bold;
	font-size: 14px;
	padding-right:10px;
}
.titulos_productos {
	color: #ffffff;
	background-color:#486523;
	background-image:url(images/fondo_col2.gif);
	background-position:left;
	background-repeat:no-repeat;
	text-transform: uppercase;
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;
	padding-right:10px;
}
.recuadro_verde {
	background-color:#81C427;
	background-image:url(images/fondo_col1.gif);
	}
.menus_central {
	color: #253068;
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;
}
.menus_central:hover {
	color: #0a6ea2;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
.menus_central_2 {
	color: #8a4c0c;
	text-decoration:none;
	font-size: 11px;
}
.menus_central_2:hover {
	color: #ffffff;
	border-bottom: 1px solid #fff002;
	font-size: 11px;
}
.menus_central_promociones {
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
}
.menus_central_promociones:hover {
	color: #ffffff;
	border-bottom: 1px solid #fffeb7;
	font-weight: bold;
}
.tabla {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-align:center;
width: 480px;
}
.tabla th {
padding: 5px;
font-size: 11px;
background-color: #959595;
background-image: url(images/fondo_celda.png);
background-repeat: repeat-x;
color: #FFFFFF;
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-right-color: #4b4b4b;
border-bottom-color: #4b4b4b;
font-family: “Trebuchet MS”, Arial;
}
.tabla td {
padding: 5px;
font-size: 11px;
background-color: #E8E8E8;
color: #000000;
border-left-width: 1px;
border-top-width: 1px;
border-left-style: solid;
border-top-style: solid;
border-left-color: #CCCCCC;
border-top-color: #CCCCCC;
font-family: “Trebuchet MS”, Arial;
}

.pics {
filter: alpha(opacity = 70);
  opacity: 0.7;
}
.pics:hover {
filter: alpha(opacity = 100);
  opacity: 1;
}

