/*
* GERNEAL IMAGE SETTINGS
*/
img{
	border:0px;
}
/*
* THE BODY PART
*/
BODY {
	margin-top: 0px; 
	background-image:  url("../imagenes/bg/bg.gif"); 
	margin-left: 0px;  
	margin-right: 0px;  
	background-repeat: repeat; 
	background-color: #ffffff; 
}
/**
* THE DESIGN DIVS
*/
#FRANKE_HEADER{
	position: absolute;
	background: #ff3300;
	left: 0px;
	width: 100%;
	top: 0px;
	height: 97px;
	visibility:hidden;
	z-index: 1;     
}
#FRANKE_LOGO{
	position: absolute;
	left: 0px; 
	width: 116px; 
	top: 41px; 
	height: 28px;
	visibility:hidden;
	z-index: 2; 
}
#FRANKE_PRINT_LOGO{
	position: absolute;
	left: 80%; 
	width: 116px; 
	top: 0px; 
	height: 28px;
	visibility:visible;
	z-index: 2; 
}
#FRANKE_HEADER_MENU{
	position: absolute;
	background: #ff3300;
	left: 183px;
	width: 700px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 10px; 
	visibility:hidden;
	z-index: 1; 
}
#FRANKE_MAIN_NAVIGATION{
	position: absolute;
	background: #cccccc;
	left: 0px;
	width: 169px;
	top: 100px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 10px; 
	visibility:hidden;
	z-index: 1; 
}
#FRANKE_CONTENT{
	position: absolute;
	background: #ffffff;
	left: 10px;
	width: 700px;
	top: 55px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small; 
	z-index: 1; 
}
#FRANKE_FOOTER{
	position: relative;
	background: #ffffff;
	left: 0px;
	width: 495px;
	top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: small; 
	visibility:hidden;
	z-index: 1; 
}
/*
* THE NAVIGATION SETTINGS
* MAINMENU
*/
a.menu:link {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	text-decoration : none; 
	color : #000000; 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	width: 100%;
	font-weight: normal;
	display:block;
} 
a.menu:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration : none; 
	color : #666666; 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff3300;
	width: 100%;
	font-weight: normal;
	display:block;
} 
a.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration : none; 
	color : #000000; 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	width: 100%;
	font-weight: normal;
	display:block;
} 
a.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration : none; 
	color : #ff3300; 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff3300;
	width: 100%;
	font-weight: normal;
	display:block;
} 
.activemenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration : none; 
	color : #ff3300; 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff3300;
	width: 100%;
	font-weight: normal;
	display:block;
}
/**
* THE HEADERMENU
*/
a.headermenu:link {
	font-family: Arial, Helvetica, sans-serif; 
	padding-right:12px;
	padding-left:2px;
	border-left:1px #ffffff solid;
	font-size: 10px;
	text-decoration : none; 
	color : #ffffff; 
	background:#ff3300;
} 
a.headermenu:active {
	font-family: Arial, Helvetica, sans-serif; 
	padding-right:12px;
	padding-left:2px;
	border-left:1px #ffffff solid;
	font-size: 10px;
	text-decoration : none; 
	color : #ff3300; 
	background:#ffffff;
} 
a.headermenu:visited {
	font-family: Arial, Helvetica, sans-serif; 
	padding-right:12px;
	padding-left:2px;
	border-left:1px #ffffff solid;
	font-size: 10px;
	text-decoration : none; 
	color : #ffffff; 
	background:#ff3300;
} 
a.headermenu:hover {
	font-family: Arial, Helvetica, sans-serif; 
	padding-right:12px;
	padding-left:2px;
	border-left:1px #ff3300 solid;
	font-size: 10px;
	text-decoration : none; 
	color : #ff3300; 
	background:#ffffff;
} 
.activheadermenupoint{
	font-family: Arial, Helvetica, sans-serif; 
	padding-right:12px;
	padding-left:2px;
	border-left:1px #ffffff solid;
	font-size: 10px;
	text-decoration : none; 
	color : #ff3300; 
	background:#ffffff;
}
/**
* THE USUAL LINK PART
*/
a:link {
	font-family : Arial, Helvetica, Geneva, sans-serif; 
	color : #ff3300; 
	text-decoration : none; 
} 
a:active {
	font-family : Arial, Helvetica, Geneva, sans-serif; 
	text-decoration : none; 
	color : #666666; 
} 
a:visited {
	font-family : Arial, Helvetica, Geneva, sans-serif; 
	text-decoration : none; 
	color : #ff3300; 
} 
a:hover {
	font-family : Arial, Helvetica, Geneva, sans-serif; 
	text-decoration : none; 
	color : #666666; 
}
/**
* THE HEADINGS
*/
h1,h2,h3,h4,h5,h6 {
color : #000000; 
font-family : Arial, Helvetica, Geneva, sans-serif;
}

/**
* TRYPTICHS
*/
#TRYPTICH1{
position:absolute;
border:0px;
left:183px;
top:41px;
width:112px;
height:112px;
visibility:hidden;
z-index:5;
}

#TRYPTICH2{
position:absolute;
border:0px;
left:309px;
top:41px;
width:112px;
height:112px;
visibility:hidden;
z-index:6;
}

#TRYPTICH3{
position:absolute;
border:0px;
left:435px;
top:41px;
width:112px;
height:112px;
visibility:hidden;
z-index:7;
}

.txtniro {
font-family : Arial, Helvetica, Geneva, sans-serif; 
font-weight : bold; 
color : #0088aa; 
} 
.normal { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	}

.small { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	}		

.subtitle { 
	font-family: Arial, Helvetica, sans-serif; 
	font: 12px;
	padding-top:2px;  
	}

.bold { 
	font-family: Arial, Helvetica, sans-serif; 
	font: 11px;
	font-weight:bold;  
	}
	
.boldred {
	font-family: Arial, Helvetica, sans-serif;
	font: 11px;
	font-weight:bold;
	color:#6699cc;
	}
	
	.boldred1 {
	font-family: Arial, Helvetica, sans-serif;
	font: 11px;
	font-weight:bold;
	color:#FF3300;
	}
.boldwhite {
	font-family: Arial, Helvetica, sans-serif;
	font: 11px;
	font-weight:bold;
	color:#FFFFFF;
	}
	
.smallbold {
	font-family: Arial, Helvetica, sans-serif;
	font: 9px;
	font-weight:bold;
	}
	
.bold10px {
	font-family: Arial, Helvetica, sans-serif;
	font: 10px;
	font-weight:bold;
	}
	
.menu_gris {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	text-decoration : none; 
	color : #666666; 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	width: 100%;
	font-weight: normal;
	display:block;
} 

.header-productos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
	padding-right: 10px;
	text-align: center;
}