a:hover { color: #63A723; }

.nav .flyout-menu {
	visibility: hidden;
	position: absolute;
	top: 100%;
	z-index: 5000;
	float: left;
	min-width: 160px;
	max-width: 220px;
	_width: 160px;
	padding: 4px 0;
	margin: 0;
	list-style: none;
	background-color: #ffffff;
	border-color: #ccc;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}
.nav .flyout-menu li {
	position:relative;
	float: none;
	white-space:nowrap;
	margin:0;
	padding:0;
	border:0;
}
.nav .flyout-menu li a {
	display: block;
	padding: 3px 15px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #555555;
	white-space: nowrap;
}
.nav .flyout-menu li > a:hover, .nav .flyout-menu .active > a, .nav .flyout-menu .active > a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #0088cc;
}
.nav .flyout-menu ul {
	top:-5px;
	left:100%;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.nav li:hover > .flyout-menu {
	visibility:visible;
}

#did-logo {
	background: url("../img/logo_bgwhite.png") no-repeat scroll 0 0 transparent;
}
#did-logo, #did-logo a { display: block; width: 365px; height: 110px; }
#did-logo a { text-indent: -9999px; }

.shadow {
	-webkit-box-shadow: 0px 10px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 10px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 10px 5px rgba(50, 50, 50, 0.75);
}

/***********************************
 * SLIDER
 ************************/
#SlideItMoo_items div.SlideItMoo_element img { border: 0; }
#SlideItMoo_outer {
	background: none transparent;
	box-shadow: 0 0 0 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 0;
}
.SlideItMoo_navDot {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DEDEDE;
}
.SlideItMoo_navDot.active {
  background: none repeat scroll 0 0 #78CA2A;
  border: 1px solid #63A723;
}
#SlideItMoo_outer .SlideItMoo_forward {
  background: url("../img/slider_forward.png") no-repeat scroll center center transparent;
}
#SlideItMoo_outer .SlideItMoo_back {
  background: url("../img/slider_backward.png") no-repeat scroll center center transparent;
}

#dd-header {  }
/* PRE-FOOTER */
#dd-pre-footer {
	background: url("../img/bg_pre-footer_hover.png") repeat-x scroll 0 0 #666666;
	height: 40px;
	color: #ffffff;
}
.pre-footer-logo {
	display: block;
	background: url("../img/pre-footer-logo.png") no-repeat scroll 0 -40px transparent;
	width: 250px;
	height: 40px;
	text-indent: -999px;
	overflow: hidden;
}
.pre-footer-logo:hover {
	/* background-position: 0 -40px; */
}
/**
 * 	FOOTER
 */
#dd-footer {
	color: #f0f0f0;
	padding: 15px 0;
	background: #666666;
	background: -moz-linear-gradient(top,  #666666 0%, #444444 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#444444));
	background: -webkit-linear-gradient(top,  #666666 0%,#444444 100%);
	background: -o-linear-gradient(top,  #666666 0%,#444444 100%);
	background: -ms-linear-gradient(top,  #666666 0%,#444444 100%);
	background: linear-gradient(top,  #666666 0%,#444444 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#444444',GradientType=0 );
}
#dd-footer, #dd-footer p {
	font-size: 15px;
	font-size: 1.5rem;
}
#dd-footer h1, #dd-footer h2, #dd-footer h3, #dd-footer h4 {
  background-color: #444444;
  border: 1px solid #777777;
  border-radius: 5px 5px 5px 5px;
  padding: 3px 10px;
}
#dd-footer a { color: #ffffcc; }
#dd-footer .email a { word-wrap: break-word; }
#dd-footer a:hover { color: #C9EDA8; }
#dd-footer li { list-style: circle; }
#dd-bgfooter { padding: 40px 0 20px 0;
	background: url("../img/piedigital.png") repeat-x scroll 0 0 transparent;
}
/**
 * 	FOOTER-CENTER
 */
#footer .ft-links .nav > li > a:hover {
  background: transparent;
  text-decoration: none;
}
#footer .ft-links h3 {
  margin-bottom: 0.5em;
}
#footer .ft-links ul li ul {
	margin: 0 0 10px 0px;
}
#footer .ft-links ul li {
	min-height:30px;
  	height:auto !important;
  	height:30px;
	line-height: 30px;
	list-style: none;
	margin-right: 0px;
	padding-left: 0px;
	border-bottom: 0px solid #999;
}
#footer .ft-links ul li a {
	background-color: #444444;
	border: 1px solid #777777;
	border-radius: 5px 5px 5px 5px;
	padding: 3px 10px;
  	font-size: 2.1rem;
	line-height: 1.3;
	margin: 0.4em 0;
}
#footer .ft-links ul li ul li:hover {
	background: url("../img/roundbullet_green.png") no-repeat scroll 0 5px transparent;
}
#footer .ft-links ul li ul li {
	padding-left: 12px;
	background: url("../img/roundbullet_grey.png") no-repeat scroll 0 5px transparent;
}
#footer .ft-links ul li ul li a {
	background: none;
	border: 0;
	font-size: 15px;
	font-size: 1.5rem;
	margin: 0;
}

#footer .ft-links li a {
	padding-left: 5px;
	display: block;
	color: #FFFFFF;
}

#footer .ft-blog,
#footer .ft-twitter,
#footer .ft-links,
#footer .ft-contact {
	min-height: 280px;
}
#footer .ft-blog .moduletable,
#footer .ft-twitter .moduletable,
#footer .ft-links .moduletable,
#footer .ft-contact .moduletable {
	padding-left: 40px;
}

#footer .ft-blog {
	background: url("../img/bg_blog.png") no-repeat scroll 0 0 transparent;
}
#footer .ft-twitter {
	background: url("../img/bg_twitter.png") no-repeat scroll 0 0 transparent;
}
#footer .ft-links {
	background: url("../img/bg_enlaces.png") no-repeat scroll 0 0 transparent;
}
.lang-en #footer .ft-links {
	background: url("../img/bg_links.png") no-repeat scroll 0 0 transparent;
}
#footer .ft-contact {
	background: url("../img/bg_contacto.png") no-repeat scroll 0 0 transparent;
}
.lang-en #footer .ft-contact {
	background: url("../img/bg_contact.png") no-repeat scroll 0 0 transparent;
}
#footer .ft-contact, #footer .ft-contact p {
	font-size: 16px;
	font-size: 1.6rem;
}
#footer .featuredBox {
	background-color: #444444;
	padding: 10px;
	border-radius:5px;
	border: 1px solid #777;
}
#footer .latestnews { margin: 0 0 10px 10px; }
#footer .nav { margin-bottom: 0; }
div.phone {
	padding-left: 44px;
	min-height:30px;
  	height:auto !important;
  	height:30px;
	background: url("../img/bg_phone.png") no-repeat scroll 0 0 transparent;
}
div.map {
	padding-left: 44px;
	min-height:37px;
  	height:auto !important;
  	height:37px;
	background: url("../img/bg_map.png") no-repeat scroll 0 0 transparent;
}
div.email {
	padding-left: 44px;
	min-height:37px;
  	height:auto !important;
  	height:37px;
	background: url("../img/bg_email.png") no-repeat scroll 0 0 transparent;
}
/**
 * 	WELL VARIATIONS
 */
.well.pink, .well.blue, .well.green, .well.black, .well.white {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.well.pink, .well.blue, .well.green, .well.black {
	border: 0;
	box-shadow: 0 0 0 0;
}
.well.pink {
  background-color: #F8A7D6;
  color: #111;
}
.well.blue {
  background-color: #2E5D93;
  background-image: -moz-linear-gradient(center top , #3770B3, #2E5D93);
  border: 1px solid #999;
  color: #FFF;
}
.well.black {
	background-color: #111;
	background-image: -moz-linear-gradient(center top , #656263, #333);
	color: #fff;
}
.well.black h2 a { color: #ffffcc; }
.well.white {
background: rgb(240,240,240); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(240,240,240,1) 0%, rgba(232,232,232,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,240,240,1)), color-stop(100%,rgba(232,232,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(232,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(232,232,232,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(232,232,232,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(232,232,232,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */

	color: #111;
	border: 1px solid #ddd;
}
.well.blue h2 a { color: #ffffcc; }
.well.green {
  background-color: #C9EDA8;
}
/**
 * 	PRODUCTS
 * pc = product category || pe = product-entry
 */
.dd-pc-desc h2 { margin-bottom: 10px; text-shadow:0px 2px 2px #bbb; }
.dd-pc-products { padding-top: 10px; }
.dd-pe h2 { }
.dd-pe.well { padding-bottom: 0; }
/**
 * 	breadcrumbs
 */

#nav-breadcrumb ul { margin: 0; padding: 0; }
#nav-breadcrumb li { list-style: none; display: inline; padding-left: 16px; margin-right: 0px;
	background: url("../img/breadbullet.png") no-repeat scroll 0 0 transparent; padding-left: 18px;
	display:inline-block;
}
#nav-breadcrumb li.first { background: none; padding-left: 0; }
#nav-breadcrumb li a {  }
/**
 * 	contact
 */
.form-actions {
  background-color: transparent;
  border-top: 0px solid #DDDDDD;
}
.contact-form .form-horizontal .control-label { width: 60px; }
.contact-form .form-horizontal .controls { margin-left: 70px; }
#ddacepto_container_div #ddacepto, #ddacepto_container_div .small-message { margin-left: 0 !important; }

/**
 * 	system messages
 */
#system-message dl, #system-message dt, #system-message dd, #system-message ul, #system-message li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
#system-message .message {
  background-color: #D9EDF7;
  border-color: #BCE8F1;
  border-radius: 4px 4px 4px 4px;
  color: #3A87AD;
  margin-bottom: 18px;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
#system-message .message.error {
	background-color: #880000;
	border-color: #222;
  	color: #fff;
}
/* modulos laterales */

/* component top */
#component-top { padding: 15px 0; }
/* formulario contacto */
#chronoform_contacto .ccms_form_element,
#chronoform_contact .ccms_form_element {  margin-bottom: 0px; padding-top: 0; }
#chronoform_contacto .small-message,
#chronoform_contacto .error-message,
#chronoform_contact .small-message,
#chronoform_contact .error-message {
	margin-top: 0;
}
#fs-content-244.flexslider { margin-bottom: 10px; }
#dd-showcase .da-slider {
	margin: 0px auto;
}

#nav-top ul.dropdown-menu {
  background-color: #56A723;
}
#nav-top .nav > li > .dropdown-menu:after {
  border-bottom: 6px solid #56A723;
}
#nav-top ul.dropdown-menu li {

}

#nav-top ul.dropdown-menu a {
	font-family: Arial;
	font-size: 90%;
	color: #fff;
	border-top: 1px solid #56A723;
	border-bottom: 1px solid #56A723;
}

#nav-top .dropdown-menu li > a:hover,
#nav-top .dropdown-menu li > a:focus,
#nav-top .dropdown-submenu:hover > a {
	border-color: #2C6221;
}