/* MENU PRINCIPAL 
------------------------------------------------------------ */
a.menu:link {
	font-family: Arial, ;
	color: #006600;
	font-size: 14px;
	text-decoration: none;
}
a.menu:visited {
	font-family: Arial, ;
	color: #006600;
	font-size: 14px;
	text-decoration: none;
}
a.menu:hover {
	font-family: Arial, ;
	color: #006600;
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
}
a.menu:active {
	font-family: Arial, ;
	color: #006600;
	text-decoration: none;
	font-size: 14px;
}

/* ENLACES FONDO DE COLOR
------------------------------------------------------------ */

a.SubMenu:link {
	font-family: Arial, ;
	color: #FFFFFF;
	text-decoration: underline;
}
a.SubMenu:visited {
	font-family: Arial, ;
	color: #FFFFFF;
	text-decoration: underline;
}
a.SubMenu:hover {
	font-family: Arial, ;
	color: ##FFCC00;
	font-weight:bold;
	text-decoration: underline;
}
a.SubMenu:active {
	font-family: Arial, ;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
}

/* ENLACES NOVEDADES
------------------------------------------------------------ */
a.novedades:link {
	font-family: Arial, ;
	font-size: 11px;
	color: #006600;
	text-decoration: underline;
}
a.novedades:visited {
	font-family: Arial, ;
	font-size: 11px;
	color: #006600;
	text-decoration: underline;
}
a.novedades:hover {
	font-family: Arial, ;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}
a.novedades:active {
	font-family: Arial, ;
	color: #006600;
	text-decoration: underline;
	font-size: 11px;
}

/* SELECCIÓN CATÁLOGO
------------------------------------------------------------ */

.select {
background-color: #C5D1C5;
color: #333333;
font-family: arial;
}

.content {
background-color: #EAECEB;
color: #333333;
font-family: arial;
scrollbar-base-color: orange;
scrollbar-arrow-color: green;
scrollbar-DarkShadow-Color: blue
}


/* GENERAL
------------------------------------------------------------ */


.textoFooter {
	font-family: Arial;
	font-size: 10px;
	line-height: 12px;
	color: #666666;
}

.texto {
	font-family: Arial;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
}

.textoSubmenu {
	font-family: Arial;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
}

.tituloCatalogo {
font-family: Arial;
	font-size: 24px;
	line-height: 26px;
	color: #003300;
}

.acceso {
background-color: #003300;
color: #FFFFFF;
font-size: 10pt;
font-family: arial;
border:0px;
width:100px;
height:20px;
margin-bottom:10px;          
}