.nav > li > .fulldrop2

.container {
	width:95%;
	margin: 0 auto;
}


label.mobile_menu span {
	margin-left: 10px;
	color: white;
	display: none;
}

.nav {
    font-weight: 400;
    font-size: 0.8em;
    position: relative;
    padding: 0% 0 0 0px;
    margin-top: 0%;
    margin-bottom: 0px;
    text-align: center;
    background: #888;
	/*/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b83131+0,b83131+51,b83131+51,992929+100&amp;0+0,1+44,1+91 */
	/*background: -moz-linear-gradient(top,  rgba(184,49,49,0) 0%, rgba(184,49,49,1) 44%, rgba(184,49,49,1) 51%, rgba(159,42,42,1) 91%, rgba(153,41,41,1) 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(184,49,49,0)), color-stop(44%,rgba(184,49,49,1)), color-stop(51%,rgba(184,49,49,1)), color-stop(91%,rgba(159,42,42,1)), color-stop(100%,rgba(153,41,41,1))); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  rgba(184,49,49,0) 0%,rgba(184,49,49,1) 44%,rgba(184,49,49,1) 51%,rgba(159,42,42,1) 91%,rgba(153,41,41,1) 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  rgba(184,49,49,0) 0%,rgba(184,49,49,1) 44%,rgba(184,49,49,1) 51%,rgba(159,42,42,1) 91%,rgba(153,41,41,1) 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  rgba(184,49,49,0) 0%,rgba(184,49,49,1) 44%,rgba(184,49,49,1) 51%,rgba(159,42,42,1) 91%,rgba(153,41,41,1) 100%); /* IE10+ */
	/*background: linear-gradient(to bottom,  rgba(184,49,49,0) 0%,rgba(184,49,49,1) 44%,rgba(184,49,49,1) 51%,rgba(159,42,42,1) 91%,rgba(153,41,41,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b83131', endColorstr='#992929',GradientType=0 ); *//* IE6-9 */

}


.nav a, .nav a:link, .nav a:visited, .nav a:focus{
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;

}


.nav > li {
	display: inline-block;
	text-align: center;
}

.nav > li:last-child{
	 border-right: none;
}

.nav > li > a {
	padding:13px 18px 6px 18px;
	display: block;
	text-transform: none;
	height: 25px;

}

.nav > li:hover > a{
	color:#FFF;
	background: #555
}

.nav > li > ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	list-style: none;
	top:53px;
	background-color: #000;
	width: 200px;
	text-align: left;
	margin-top:30px;
	padding: 0px;
	z-index: 99;
}


.nav > li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin-top: 0px;
	color:#000;
}


.nav li > ul li {
	font-size: 11px;
	position: relative;
	display: block;
	padding: 15px 10px;
}

.nav .dropdown a:hover {
	color: #0ab2bc;;
}

.nav ul  li:hover > a {
	color: white;
}

.nav > li > ul li ul li:hover {
	background-color: #004b6f;
}input#mobile_menu { display: none; }

.nav > li > ul li ul li ul {
	background-color: #004b6f;
}

.nav > li > ul li ul li ul li:hover {
	background-color: #00344d;
}



.nav > li > .fulldrop {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	list-style: none;
	top:44px;
	left: 0px;
	background-color:rgba(249, 249, 249, 0.96);
	width: 100%;
	min-height: 100px;
	text-align: center;
	margin-top:30px;
	padding: 0;
	z-index: 99;
	overflow: hidden;
}


.nav > li:hover .fulldrop {
	opacity: 1;
	visibility: visible;
	margin-top: 0px;
}


.nav > li > .fulldrop2 {
	opacity: 0;
    visibility: hidden;
    position: absolute;
    list-style: none;
	top: 44px;
	left: 267px;;
    background-color: rgba(249, 249, 249, 0.96);
    width: 12.6%;
    min-height: 100px;
    text-align: center;
    margin-top: 30px;
    z-index: 99;
    overflow: hidden;
}

.nav > li > .fulldrop2 .column2 h3 {
}

.nav > li > .fulldrop2 .column2 a{
    font-size: 0.8em;
    padding: 1% 0% 6% 0%;
    font-weight: 600;
    color: #0ab2bc;
      width: 100%;
    border-bottom: #0ab2bc solid 1px;
    text-align: center;
    display: block;
}

.nav > li > .fulldrop2 .column2 .icono_subcategoria1{
    font-size: 0.8em;
    padding: 1% 0% 6% 0%;
    font-weight: 600;
    color: #0ab2bc;
      width: 100%;
    border-bottom: #0ab2bc solid 1px;
    text-align: center;
    display: block;
    background-repeat: no-repeat;
    background-position: 5%;
    background-size: 15%;
    padding: 3.5%;
}



.nav > li > .fulldrop2 .column2 .icono_subcategoria2{
    font-size: 0.8em;
    padding: 1% 0% 6% 0%;
    font-weight: 600;
    color: #0ab2bc;
      width: 100%;
    border-bottom: #0ab2bc solid 1px;
    text-align: center;
    display: block;
    background-repeat: no-repeat;
    background-position: 5%;
    background-size: 15%;
    padding: 3.5%;
}

.nav > li > .fulldrop2 .column2 .icono_subcategoria3{
    font-size: 0.8em;
    padding: 1% 0% 6% 0%;
    font-weight: 600;
    color: #0ab2bc;
      width: 100%;
    border-bottom: #0ab2bc solid 1px;
    text-align: center;
    display: block;
    background-repeat: no-repeat;
    background-position: 5%;
    background-size: 15%;
    padding: 3.5%;
}



.nav > li > .fulldrop2 .column2 a:hover{

}

.nav > li > .fulldrop2 .column2 a:last-child{
 	border-bottom:none; 
}

.nav > li > .fulldrop2 .column2 a:hover{
    color: #FFFFFF;
    background-color: #0ab2bc;

}


.nav > li > .fulldrop2 .column2 a h3{
    color: #0ab2bc;
    text-align: center;
    margin-top: 6%;
}

.nav > li > .fulldrop2 .column2 a:hover h3{
    color: #0ab2bc;
    text-align: center;
    margin-top: 6%;
}



.nav > li:hover .fulldrop2 {
	opacity: 1;
	visibility: visible;
	margin-top: 0px;
}

.nav ul li:hover:after {
	color: white;
}

.nav > li:hover .coldrop {
	opacity: 1;
	visibility: visible;
	margin-top: 0px;
}

.nav .coldrop .column {width: 130px;margin:0 9px;}



.nav .column {
	width: 13%;
	float: left;
	color:white;
	margin: 0 1% 0 8%;
	text-align: left;
}

.nav .column ul {
	padding: 0;
	margin: 0;
}

.nav .column ul li {
	padding: 0;
	list-style: none;
	font-size: 12px;
}

.nav .column ul li:last-child {
	list-style: none;
}

.nav .column ul li a  strong {
	padding: 0;
	list-style: none;
	font-size: 12px;
	text-decoration: underline;
	color: #097B82;
}

.nav .column ul li a  strong:hover {
	color: #000;
}

.nav .column h3 {
	font-size: 14px;
	padding: 12px 0;
	font-weight: 600;
	margin: 5px 0 5px 0;
	color:#0ab2bc ;

}

.nav .column h3:hover {
	font-size: 14px;
	padding: 12px 0;
	/*font-weight: 600;*/
	margin: 5px 0 5px 0;
	color:#999;
}


.nav .column h4 {
	font-size: 13.2px;
	font-weight: 600;
	margin: 0;
  	color: #000;
}

.nav .column h4:hover {
	font-size: 13.2px;
	font-weight: 600;
	margin: 0;
	color:#0ab2bc;;
	
}

.nav .column ul li a {
	display: block;
	padding: 2px 0 15px 0;
	text-transform: capitalize;
	font-size: 12px;
	color: #000;

}

/* Arrows 
.nav > li.dropdown > a:after {
	 content: " \f107";
	 font-family: FontAwesome;
	 color: #EFEFEF;
}


.nav ul li.dropdown:after {

  position: absolute;
  left: 170px;
  font-family: FontAwesome;
  display: inline-block;
  color: #fff;
  margin-left: 10px;
  margin-top: 2px;
}
*/

.nav > li.search {
	border:none;
	-webkit-box-shadow:  none;
    box-shadow:  none;
    float: right;
    padding: 11px 6px;
    position: relative;
}

.nav > li.search:hover {
	background-color: transparent;
}


.nav > li  input {
	padding: 7px 6px 6px 38px;
	margin: 0 5px;
	color:#fff;
	border:none;
	background-color: #16a085;
	font-size: 14px;
	border: 2px solid #16a085;
}

.nav > li  input:focus {
	outline: none;
	border-color: white;
}

.nav > li.search i {
	position: absolute;
	left: 20px;
	top:20px;
	color: #fff;
	font-size: 17px;
}

.sub_secundaria {
	padding: 0 10%!important;
}

.sub_secundaria li {
	list-style: circle!important;
	color:#0ab2bc!important;
}

.sub_secundaria li a {
	color: #696767 !important;
}

.sub_secundaria li a:hover{
	text-decoration: underline;
}


.sub_secundaria li:last-child{
	list-style: none!important;
	color: blue;
}

@media (max-width: 1440px) {
  .nav > li > .fulldrop2{
 
	}
}