 .topDate {
	font-family : Arial;
	font-size : 10px;
	font-weight : bold;
	color : #828282;
	text-decoration : none;
	}
 .barIcon {
	top: 10;
	vertical-align: middle;
	}
 .barLink {
	font-family : Arial;
	font-size : 10px;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
	top: 0;
	}
.barLink:hover {	
	color : #FDFA01;
	}
.footHighlight {
	font-family : Arial;
	font-size : 10px;
	color : #F5C712;
	}
.foot {
	font-family : Arial;
	font-size : 10px;
	color : #FFFFFF;
	}
.bottomMail {
	font-family : Arial;
	font-size : 12px;
	color : #FFFFFF;
	font-weight : bold;
	text-decoration : none;
	}
.destacadoDesc {
	font-family : Arial;
	font-size : 10px;
	color : #000000;
	text-decoration : none;
	}
.ofertaPrecio {
	font-family : Arial;
	font-size : 11px;
	color : #000000;
	font-weight : bold;
	}	
.menuItem {
	font-family : Arial;
	font-size : 10px;
	color : #000000;
	text-decoration : none;	
	}	
.menuItem:hover {
	text-decoration : underline;	
	}	
.subMenuItem  {
	font-family : Arial;
	font-size : 10px;
	color : #6D6E71;
	text-decoration : none;
	}			
.subMenuItem:hover {
	text-decoration : underline;	
	}	
.productoDesc {
	font-family : Arial;
	font-size : 11px;
	color : #000000;
	text-decoration : none;	
	}	
.cascosDesc {
	font-family : Arial;
	font-size : 11px;
	color : #FFFFFF;
	text-decoration : none;	
	}		
.attachsDesc {
	font-family : Arial;
	font-size : 10px;
	color : #6D6E71;
	text-decoration : none;	
	}		
.attachsLink {
	font-family : Arial;
	font-size : 10px;
	color : #6D6E71;
	text-decoration : none;
	font-weight : bold;	
	}		
.ofertaTitle {
	font-family : Arial;
	font-size : 11px;
	color : #FFFFFF;
	text-decoration : none;	
	}		
.formularioTitle {
	font-family : Arial;
	font-size : 11px;
	color : #000000;
	text-decoration : none;
	font-weight : bold;	
	}		
.formularioDesc {
	font-family : Arial;
	font-size : 11px;
	color : #000000;
	text-decoration : none;
	}		
.formularioRojo {
	font-family : Arial;
	font-size : 11px;
	color : #F46F21;
	text-decoration : none;
	}	
.formularioInput {
	font-family : Arial;
	font-size : 11px;
	color : #AEB0B2;
	text-decoration : none;
	border: 1px solid #AEB0B2; 
	background-color: #FFFFFF; 
}
.clienteLink {
	font-family : Arial;
	font-size : 11px;
	color : #F9AE56;
	text-decoration : none;
	}		
.serviciosTitle {
	font-family : Arial;
	font-size : 12px;
	color : #6D6E71;
	text-decoration : none;
	font-weight : bold;		
}		
.serviciosTitle:hover {
text-decoration : underline;
}		

.AccordionTitle, .AccordionContent, .AccordionContainer
{
  position:relative;
  width:185px;
}

.AccordionTitle
{
  height:29px;
  overflow:hidden;
  cursor:pointer;
  -moz-user-select:none;
}

.AccordionContent
{
  height:0px;
  overflow:hidden;
  display:none; 
}

.AccordionContainer
{
}

