.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF5757;
}

.titulo_home {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;text-transform:uppercase
}

.titulo_producto{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}

.titulo_producto2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000; padding-bottom:10px
}


.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.texto_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF5757;
}



.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a:link {
	font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; text-decoration: none;
}



A:Link.wLink    { font-family: Arial; font-size: 11px; color: #000000; text-decoration: none; font-weight:bold}
A:Active.wLink  { font-family: Arial; font-size: 11px; color: #000000; text-decoration: none; font-weight:bold}
A:Visited.wLink { font-family: Arial; font-size: 11px; color: #000000; text-decoration: none; font-weight:bold}
A:Hover.wLink   { font-family: Arial; font-size: 11px; color: #000000; text-decoration: underline; font-weight:bold}



#Layer1 {
	position:absolute;
	width:723px;
	height:86px;
	z-index:1;
	left: 18px;
	top: 354px;
	visibility: hidden;
}
.style1 {
	font-size: 9px;
	color: #FFFFFF;
}











.arrowlistmenu{
width: 186px; /*width of accordion menu*/

}



.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/


}

.arrowlistmenu ul li{
padding-bottom: 10px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
display: block;
padding-left: 40px; /*link text is indented 19px*/
padding-top: 5px;
text-decoration: none;
border-top: 1px solid #eeeeee;
font-size:12px;
font-family:Arial;
text-decoration:none;
color: #666666;
background: url(img/flecha.jpg) no-repeat center left; /*custom bullet list image*/

}

.arrowlistmenu ul li a:visited{
color: #666666;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #000000;
background-color: #F3F3F3;
background: url(img/flecha.jpg) no-repeat center left; /*custom bullet list image*/
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}
