.smart-forms input[disabled], .smart-forms textarea[disabled] {
	color: #f0f0e1;
}

.titulo{
	font-family: Arial;
	font-weight: bold;
	color: #70B200;
	font-size: 23px;
	border-bottom: 1px solid #ddd;
	margin-top: 20px;		
	margin-bottom: 10px;.
	padding-bottom: 5px;
}

.titulo span{
	padding-left: 10px;
}


.subtitulo{
	font-family: Arial;
	font-weight: bold;
	color: #666;
	font-size: 16px;
	border-bottom: 1px solid #666;
	margin-top: 20px;		
	margin-bottom: 10px;.
	padding-bottom: 10px;
}


.boton_principal {
	/*width:100px;*/
	height:28px;
	background: #ffb770; 
	background: -moz-linear-gradient(top,  #ffb770 0%, #ff8103 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb770), color-stop(100%,#ff8103)); 
	background: -webkit-linear-gradient(top,  #ffb770 0%,#ff8103 100%); 
	background: -o-linear-gradient(top,  #ffb770 0%,#ff8103 100%);
	background: -ms-linear-gradient(top,  #ffb770 0%,#ff8103 100%);
	background: linear-gradient(to bottom,  #ffb770 0%,#ff8103 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb770', endColorstr='#ff8103',GradientType=0 ); 
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	border-radius:3px !important;
	font-size:15px;
	float:left;
	padding-top:10px;	
	margin-left:350px;
	text-align: center;
	padding-left: 10px;
  	padding-right: 10px;
  	cursor: pointer;
}

#accordion .ui-icon { display: none; }


.smart-wrap {
	padding: 0 0px;
	margin-left: auto;
  	margin-right: auto;
  	width: 90%;
}

.smart-container {
	background: #fff;
  	margin: 10px 0px;
  	border-radius: 5px 5px 0 0;
}

.wrap-0 {
	max-width: 1000px;
}

.smart-forms .header-primary {
  background-color: #3f3d3d!important;
  border-top-width: 1px;
  border-bottom-width: 5px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #3f3d3d!important;
  border-bottom-color: #3f3d3d!important;
}

.smart-forms .form-header {
  overflow: hidden;
  position: relative;
  padding: 3px 10px !important;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.smart-forms, .smart-forms * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.smart-forms {
  font-family: "Arial";  
  font-size: 14px;  
}

.form-header  h4 {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  	font-size: 15px;	
  	font-weight: normal;
	color: white;
	padding-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.ui-widget {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
}


.tagline{
	height:0;
	border-top:1px solid #D9DDE5;
	text-align:center;	
	margin-top: 40px;
  	margin-bottom: 30px;
}

.tagline span{ 	
	font-size:16px;
	display:inline-block;
	position:relative;
	padding:0 15px; 
	background:#fff; 
	color:#000;
	top:-10px;  
}

.frm-row3{
	height: 65px !important;	
}


.gui-input{
	position: relative;
}


.frm-row3 .colm {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left;
}

.frm-row3 .colm4 {
  width: 33.33%!important;
}

.frm-row3 .colm5 {
  width: 41.66%;
}

.form-body{
	padding:20px 30px;
	padding-bottom:20px;	
}


.smart-forms input[type=text]{
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	height: 29px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 14px;
	margin: 5px 0;
	box-shadow: inset 2px 2px 3px #f3f3f3;
}

.smart-forms input[type=file]{
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	height: 29px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 14px;
	margin: 5px 0;
}

.smart-forms label{
	display: block;
	margin: 5px 0;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
}

div.fancy-file {
    position: relative;
    overflow: hidden;    
    display: -webkit-flex;
  	-webkit-align-items: center;
  	display: flex;
  	height: 38px;
  	margin-bottom: 15px;
}

div.fancy-file-name {
    float: left;    
    border: 1px solid #cccccc;
    background-color: #FFFFFF;    
  	box-shadow: inset 2px 2px 3px #f3f3f3;    
    font-family: Arial, Helvetica, sans-serif;
    width: 535px;
    height: 29px;
    font-size: 14px;
    padding: 1px 4px;
    margin-right: 0px;
    line-height: 29px;
}

button.fancy-file-button {
	cursor: pointer;
    float: right;    
    border: 0px;        
    vertical-align: top;
    margin: 0 0px 0 0px;
    background-image:url(../images/boton_examinar.png);
    background-repeat:no-repeat;
    background-color: transparent;
    width: 355px;
    height: 30px;

}

div.input-container {
    position: absolute;
    top: 0; left: 0;
    width: 320px;
}

div.input-container input {	
    opacity: 0;
    width: 400px;
}


.ui-accordion .ui-accordion-header h3{
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0;	
	border-bottom: 1px solid #CCC !important;
	margin-bottom: 1px;
}

.ui-accordion-header-active{
	background-color: #969B95; 	
}

.icheckbox_flat-green {
  border: 1px solid #939394 !important;
  border-radius: 4px;
}
.icheckbox_flat-green .checked {
  border: 1px solid #759F00 !important;
}

.tooltip_numeros{
	position: absolute;
	z-index: 1;
	cursor: pointer;
}


.modal-header {
  background-color: #F5F9EC;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.modal-content {
  max-width: 713px;
  min-height: 321px;
  background-color: #FFFFFF;
  box-shadow: none !important;
  color: #656565;
  border: none;
  border-radius: 8px;
}
.modal-content .modal-header {
  height: 46px;
  border-bottom: 1px solid #EBEBEB;
}
.modal-content .modal-header .close {
  margin-top: 12px;
}
.modal-content .modal-header .modal-title {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  color: #6FB100;
  padding-left: 10px;
}
.modal-content .modal-header button span {
  font-size: 80px;
  font-weight: lighter;
  font-family: serif !important;
}
.modal-content .modal-body {
  min-height: 186px;
  font-size: 16px;
  padding: 30px 24px;
}
.modal-content .modal-body .pull-left {
  width: 20%;
  padding: 0 10px;
}
.modal-content .modal-body .pull-left .w3vc_circle {
  width: 124px;
  height: 124px;
  background: #F5F9EC;
  padding: 25px;
  border-radius: 100%;
  color: white;
  text-align: center;
}
.modal-content .modal-body .pull-left .w3vc_circle span.glyphicons,
.modal-content .modal-body .pull-left .w3vc_circle span.fa {
  font-size: 70px;
  font-weight: 100;
  color: #E96500;
}
.modal-content .modal-body .pull-right {
  width: 80%;
  padding: 20px;
}
.modal-content .modal-footer {
  border-top: 1px solid #EBEBEB;
  padding: 15px 30px;
  height: 39px;
}
.modal-content .modal-footer button.w3vc_btn_default {
  margin-right: 15px;
}
.modal-header button {
  font-size: 80px;
  font-weight: lighter;
  font-family: serif !important;
}

/* LABELS */
.control-label {
  color: #666666;
  font-size: 15px;
  font-family: Arial;
  font-weight: normal;
}


.icheckbox_flat-green {
  border: 1px solid #939394 !important;
  border-radius: 4px;
}
.icheckbox_flat-green .checked {
  border: 1px solid #759F00 !important;
}

.w3vc_tooltip_content {
  display: none;
}
.w3vc_tooltip .popover {
  min-width: 250px;
  padding: 0px;
}
.w3vc_tooltip .popover.right {
  margin-left: 21px;
}
.w3vc_tooltip .popover.left {
  margin-right: 21px;
}
.w3vc_tooltip .popover.top {
  margin-bottom: 21px;
}
.w3vc_tooltip .popover.bottom {
  margin-top: 21px;
}
.w3vc_tooltip .popover-content .pull-left {
  width: 20%;
  position: absolute;
  margin-top: -19.5px;
  top: 50%;
}
.w3vc_tooltip .popover-content .pull-left .w3vc_xs_circle {
  width: 40px;
  height: 39px;
  background: #FBB256;
  padding: 5px;
  border-radius: 100%;
  text-align: center;
}
.w3vc_tooltip .popover-content .pull-left .w3vc_xs_circle span.glyphicons,
.w3vc_tooltip .popover-content .pull-left .w3vc_xs_circle span.fa {
  font-size: 30px;
  font-weight: 100;
  color: #fff !important;
}
.w3vc_tooltip .popover-content .pull-right {
  width: 80%;
  padding-left: 8px;
}
.w3vc_tooltip .popover-content .pull-right p {
  font-size: 12px;
  color: #979797;
}

.w3vc_btn_primary {
  background-image: -webkit-linear-gradient(top, #ffb973 10%, #ff8000 100%);
  background-image: -o-linear-gradient(top, #ffb973 10%, #ff8000 100%);
  background-image: linear-gradient(to bottom, #ffb973 10%, #ff8000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffb973', endColorstr='#ffff8000', GradientType=0);
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  border: none;
  height: 36px;
  padding: 0 15px;
  line-height: 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  font-size: 16px;
  color: #ffffff !important;
  /*  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
}
.w3vc_btn_primary:hover,
.w3vc_btn_primary:focus {
  background-image: -webkit-linear-gradient(top, #ffb164 10%, #f07800 100%);
  background-image: -o-linear-gradient(top, #ffb164 10%, #f07800 100%);
  background-image: linear-gradient(to bottom, #ffb164 10%, #f07800 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffb164', endColorstr='#fff07800', GradientType=0);
}
.w3vc_btn_primary:active,
.w3vc_btn_primary.active {
  background-image: -webkit-linear-gradient(top, #ffb164 10%, #f07800 100%);
  background-image: -o-linear-gradient(top, #ffb164 10%, #f07800 100%);
  background-image: linear-gradient(to bottom, #ffb164 10%, #f07800 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffb164', endColorstr='#fff07800', GradientType=0);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  border: none;
}
.w3vc_btn_primary.disabled,
.w3vc_btn_primary:disabled,
.w3vc_btn_primary[disabled] {
  background-image: -webkit-linear-gradient(top, #ffc182 10%, #ff880f 100%);
  background-image: -o-linear-gradient(top, #ffc182 10%, #ff880f 100%);
  background-image: linear-gradient(to bottom, #ffc182 10%, #ff880f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffc182', endColorstr='#ffff880f', GradientType=0);
}
.w3vc_btn_primary .badge {
  text-shadow: none;
}

.w3vc_btn_secondary {
  background-image: -webkit-linear-gradient(top, #75b200 10%, #599204 100%);
  background-image: -o-linear-gradient(top, #75b200 10%, #599204 100%);
  background-image: linear-gradient(to bottom, #75b200 10%, #599204 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff75b200', endColorstr='#ff599204', GradientType=0);
  border: none;
  height: 36px;
  padding: 0 15px;
  line-height: 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  font-size: 16px;
  color: #ffffff !important;
}
.w3vc_btn_secondary:hover,
.w3vc_btn_secondary:focus {
  background-image: -webkit-linear-gradient(top, #6ba300 10%, #508304 100%);
  background-image: -o-linear-gradient(top, #6ba300 10%, #508304 100%);
  background-image: linear-gradient(to bottom, #6ba300 10%, #508304 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6ba300', endColorstr='#ff508304', GradientType=0);
}
.w3vc_btn_secondary:active,
.w3vc_btn_secondary.active {
  background-image: -webkit-linear-gradient(top, #6ba300 10%, #508304 100%);
  background-image: -o-linear-gradient(top, #6ba300 10%, #508304 100%);
  background-image: linear-gradient(to bottom, #6ba300 10%, #508304 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6ba300', endColorstr='#ff508304', GradientType=0);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  border: none;
}
.w3vc_btn_secondary.disabled,
.w3vc_btn_secondary:disabled,
.w3vc_btn_secondary[disabled] {
  background-image: -webkit-linear-gradient(top, #7fc100 10%, #62a104 100%);
  background-image: -o-linear-gradient(top, #7fc100 10%, #62a104 100%);
  background-image: linear-gradient(to bottom, #7fc100 10%, #62a104 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7fc100', endColorstr='#ff62a104', GradientType=0);
}

.w3vc_btn_default {
  background-image: -webkit-linear-gradient(top, #fdfdfd 10%, #f2f2f2 100%);
  background-image: -o-linear-gradient(top, #fdfdfd 10%, #f2f2f2 100%);
  background-image: linear-gradient(to bottom, #fdfdfd 10%, #f2f2f2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfd', endColorstr='#fff2f2f2', GradientType=0);
  border: none;
  height: 36px;
  padding: 0 15px;
  line-height: 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  font-size: 16px;
  color: #666666 !important;
  text-shadow: none;
  border: 1px solid #D6D6D6;
  font-weight: bold;
}
.w3vc_btn_default:hover,
.w3vc_btn_default:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 10%, #eaeaea 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 10%, #eaeaea 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 10%, #eaeaea 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffeaeaea', GradientType=0);
}
.w3vc_btn_default:active,
.w3vc_btn_default.active {
  background-image: -webkit-linear-gradient(top, #f5f5f5 10%, #eaeaea 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 10%, #eaeaea 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 10%, #eaeaea 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffeaeaea', GradientType=0);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  border: none;
}
.w3vc_btn_default.disabled,
.w3vc_btn_default:disabled,
.w3vc_btn_default[disabled] {
  background-image: -webkit-linear-gradient(top, #ffffff 10%, #fafafa 100%);
  background-image: -o-linear-gradient(top, #ffffff 10%, #fafafa 100%);
  background-image: linear-gradient(to bottom, #ffffff 10%, #fafafa 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fffafafa', GradientType=0);
}
.w3vc_btn_default .badge {
  text-shadow: none;
}


.w3vc_btn_transitive {
  background-image: -webkit-linear-gradient(top, #a7a7a7 10%, #888888 100%);
  background-image: -o-linear-gradient(top, #a7a7a7 10%, #888888 100%);
  background-image: linear-gradient(to bottom, #a7a7a7 10%, #888888 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa7a7a7', endColorstr='#ff888888', GradientType=0);
  border: none;
  height: 36px;
  padding: 0 15px;
  line-height: 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  font-size: 16px;
  color: #ffffff !important;
}
.w3vc_btn_transitive:hover,
.w3vc_btn_transitive:focus {
  background-image: -webkit-linear-gradient(top, #9f9f9f 10%, #808080 100%);
  background-image: -o-linear-gradient(top, #9f9f9f 10%, #808080 100%);
  background-image: linear-gradient(to bottom, #9f9f9f 10%, #808080 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9f9f9f', endColorstr='#ff808080', GradientType=0);
}
.w3vc_btn_transitive:active,
.w3vc_btn_transitive.active {
  background-image: -webkit-linear-gradient(top, #9f9f9f 10%, #808080 100%);
  background-image: -o-linear-gradient(top, #9f9f9f 10%, #808080 100%);
  background-image: linear-gradient(to bottom, #9f9f9f 10%, #808080 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9f9f9f', endColorstr='#ff808080', GradientType=0);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  border: none;
}
.w3vc_btn_transitive.disabled,
.w3vc_btn_transitive:disabled,
.w3vc_btn_transitive[disabled] {
  background-image: -webkit-linear-gradient(top, #afafaf 10%, #909090 100%);
  background-image: -o-linear-gradient(top, #afafaf 10%, #909090 100%);
  background-image: linear-gradient(to bottom, #afafaf 10%, #909090 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffafafaf', endColorstr='#ff909090', GradientType=0);
}
.w3vc_btn_transitive .badge {
  text-shadow: none;
}

.border_div{
  border: 1px solid #ccc;
  margin-bottom: 20px;
  margin-top: 20px;
}
.w3vc_lateral_menu {
width: 350px;
list-style-type: none;
-webkit-transition: width 1s;
-moz-transition: width 1s;
-o-transition: width 1s;
transition: width 1s;
}
.w3vc_lateral_menu.minimized {
width: 50px;
}
.w3vc_lateral_menu.minimized > li:first-child {
width: 65px;
}
.w3vc_lateral_menu.minimized .w3vc_lateral_menu_handler::before {
content: ">";
}
.w3vc_lateral_menu.minimized .text {
display: none !important;
}
.w3vc_lateral_menu .w3vc_lateral_menu_handler::before {
content: "x";
}
.w3vc_lateral_menu li {
border-bottom: 1px solid #E5E5E5;
color: #666666;
height: 50px;
background-color: #eeeeee;
}
.w3vc_lateral_menu li a span.text.line {
padding: 12px 0;
}
.w3vc_lateral_menu li.title {
padding-left: 10px;
background-color: #bdbdbd;
color: #fff;
height: 31px;
}
.w3vc_lateral_menu li.title span {
display: inline-block;
padding-top: 5px;
}
.w3vc_lateral_menu li.title .w3vc_lateral_menu_handler {
padding: 5px;
float: right;
font-size: 21px;
font-weight: 700;
line-height: 1;
color: #6c6c6c !important;
background-color: #DCDCDC;
cursor: pointer;
}
.w3vc_lateral_menu li a {
color: #666666;
}
.w3vc_lateral_menu li a:hover,
.w3vc_lateral_menu li a:focus {
font-weight: bold;
}
.w3vc_lateral_menu li a span.icon {
padding: 10px 30px 10px 12px;
font-size: 25px;
float: left;
}
.w3vc_lateral_menu li:not(:first-child):hover, .w3vc_lateral_menu li.active{
background-color: #bdbdbd;
}
.w3vc_lateral_menu li a:hover span.icon, .w3vc_lateral_menu li.active a span.icon{
color: #fff;
}
.w3vc_lateral_menu li a span.text {
width: 270px;
float: left;
}
.w3vc_lateral_menu li a span.text.line {
padding: 12px 0;
}
.w3vc_extended_menu {
width: 300px;
}
.w3vc_icon_menu {
width: 46px;
}

#boton_pdf { 
  width:187px;
  height:36px;
  background: #fdfdfd;
  background: -moz-linear-gradient(top,  #fdfdfd 0%, #f3f3f3 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#f3f3f3)); 
  background: -webkit-linear-gradient(top,  #fdfdfd 0%,#f3f3f3 100%); 
  background: -o-linear-gradient(top,  #fdfdfd 0%,#f3f3f3 100%); 
  background: -ms-linear-gradient(top,  #fdfdfd 0%,#f3f3f3 100%);
  background: linear-gradient(to bottom,  #fdfdfd 0%,#f3f3f3 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f3f3f3',GradientType=0 ); 
  border-radius:3px;
  color:#808080;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  border-radius:3px;
  font-size:15px;
  float:left;
  border:solid 1px #CCC;
  padding-top:2px;
}


#icono_pdf {
  background-image:url(images/icono_pdf.png);
  background-repeat:no-repeat;
  width:21px;
  height:24px;
  float:left;
  margin:-3px 0px 0px 10px;        
}

.estilos_menu_cont_menu_top{
  margin: 0px;
  float: right;
  box-sizing:border-box;
  border:rgba(0,0,0,0) solid 1px;
  /*border-bottom:#e9e9e9 solid 1px;*/
  }

.estilos_menu_cont_menu_top_unselected,.estilos_menu_cont_menu_top_selected{
  padding:0px;
  line-height:normal;
  font-family:Arial;
  font-size:13px;
  color:#333333;
  font-weight:bold;
  position:relative;
  
  /*border-radius:7px 7px 0px 0px;
  -ms-border-radius:7px 7px 0px 0px;
  -moz-border-radius:7px 7px 0px 0px;
  -webkit-border-radius:7px 7px 0px 0px;
  -o-border-radius:7px 7px 0px 0px;*/
  
  padding:0px 6px;
  float:left;
  margin:0px 0px !important;
  border-right:#888888 solid 1px;
  
  transition:background 0.3s, padding 0.3s;
  -webkit-transition:background 0.3s, padding 0.3s;
  }
.estilos_menu_cont_menu_top_unselected:hover{
  /*background:#F1F1F1;*/
  cursor:pointer;
  padding: 0px 30px;
  }

.estilos_menu_cont_menu_top_unselected{background:#FFFFFF;}
.estilos_menu_cont_menu_top_selected{background:#FFFFFF;}

.estilos_menu_cont_menu_top_selected::after{
  position:absolute;
  content:"";
  width:1px;
  height: 1px;
  border-right:rgba(0,0,0,0) solid 5px;
  border-left:rgba(0,0,0,0) solid 5px;
  border-top:#333333 solid 7px;
  left: 50%;
  left: calc(50% - 5px);
  left: -moz-calc(50% - 5px);
  top: 100%;
  top: calc(100% + 5px);
  top: -moz-calc(100% + 5px);
}