﻿#cssmenu {        
    /*border-radius:40px 25px 0 0;*/    
    padding: 0;
    width: 100%;
    position:fixed;
    z-index:999;
   
}
#cssmenu ul,
#cssmenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu ul {
  position: relative;
  z-index: 597;
}
#cssmenu ul li {    
  float: left;
  min-height: 1px;
  vertical-align: middle;
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
#cssmenu ul ul li {   
  float: none;
}
#cssmenu ul ul ul {
  top: 0;
  left: 190px;
  width: 190px;
}
#cssmenu ul li:hover > ul {
  visibility: visible;
}
#cssmenu ul ul {
  bottom: 0;
  left: 0;
}
#cssmenu ul ul {
  margin-top: 0;
}
#cssmenu ul ul li {    
  font-weight: normal;
}
#cssmenu a {
  display: block;
  line-height: 1.5em;
  text-decoration: none;
}
/* Custom CSS Styles */
#cssmenu {  
  background: #2d2d2d;
  font-weight:bold;
  border-bottom: 4px solid orange; /*Linea horizontal*/
  font-family: 'Century Gothic', Century Gothic, Arial, sans-serif;
  vertical-align:1px;
}
#cssmenu > ul {
  *display: inline-block;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu ul {
  text-transform: uppercase;
}
#cssmenu ul ul {
  border-top: 4px solid orange;
  text-transform: none;
  min-width: 200px;
}
#cssmenu ul ul a {
  /*background: #ff0000;D1F271;c7c5c5*/
  background: #2d2d2d;
  color: #ffffff;
  border: 1px solid orange;
  border-top: 0 none;
  line-height: 150%;
  padding: 10px 10px;
  font-size: 12px;
}
#cssmenu ul ul ul {
  border-top: 0 none;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu ul ul li:first-child > a {  
  border-top: 1px solid orange;
}
#cssmenu ul ul li:hover > a { /*Mouse sobre item*/   
  background: orange;
  color: #ffffff;
  font-style:italic;
  font-weight:bold;
}
#cssmenu ul ul li:last-child > a {
  /*-moz-border-radius: 0 0 3px 3px;*/
  /*-webkit-border-radius: 0 0 3px 3px;*/
  /*border-radius: 0 0 3px 3px;*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: 0 1px 0 orange;
  -webkit-box-shadow: 0 1px 0 orange;
  box-shadow: 0 1px 0 orange;
}
#cssmenu ul ul li:last-child:hover > a {
  /*-moz-border-radius: 0 0 0 3px;*/
  /*-webkit-border-radius: 0 0 0 3px;*/
  /*border-radius: 0 0 0 3px;*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#cssmenu ul li.last:hover > a {
  background: #c30909;
}
#cssmenu ul ul li.has-sub > a:after {
  content: '►';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}
#cssmenu ul li:hover > a,
#cssmenu ul li.active > a { /*mouse sobre menu*/
  background: orange;
  color: #ffffff;
}
#cssmenu ul li.has-sub > a:after {
  content: '►';
  margin-left: 5px;
}
#cssmenu ul li.last ul {
  left: auto;
  right: 0;
}
#cssmenu ul li.last ul ul {
  left: auto;
  right: 99.5%;
}
#cssmenu a {    
  background: #2d2d2d;
  color: #ffffff;
  padding: 8px 12px;
}
#cssmenu > ul > li > a {
  line-height: 60px;
  font-size: 14px;
}
#cssmenu > ul > li > a:first-child {
    /*border-radius:40px 0 25px 0;*/
}
#cssmenu > ul > li > a {
       padding:12px;
}

#cssmenu > ul > li > a > i {
        font-size:20px;
}
    #cssmenu > ul > li > a {
        text-align:center;
}
#cssmenu > ul > li > a {
        font-size:11px;
        line-height:16px;
}


.button {
font-weight: bold;
padding: 12px 15px;
color: #fff !important;
font-size: 14px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
cursor: pointer;
text-decoration: none;
text-shadow: 0 1px 0px rgba(0,0,0,0.15);
border-width: 1px 1px 3px !important;
border-style: solid;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: -moz-inline-stack;
display: inline-block;
vertical-align: middle;
zoom: 1;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
-moz-box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
background: #eb2034;
border-color: #b36aff;
}

.button-rojo {
	background-color: #ff5454 !important;
	border-color: #fa3e3e !important;
}


.button-naranjo {
	background-color: #fb9600 !important;
	border-color: #d37e00 !important;
}


.button-azul {
	background-color: #2aa4c5 !important;
	border-color: #267ea6 !important;
}

.button-verdeagua {
	background-color: #33c3c1 !important;
	border-color: #33a3a0 !important;
}

.button-verde {
	background-color: #81ce56 !important;
	border-color: #6aae44 !important;
}

.button-plomo {
	background-color: #c3c4c4 !important;
	border-color: #a0a1a1 !important;
}

.button-plomo {
	background-color: #c3c4c4 !important;
	border-color: #a0a1a1 !important;
}

.button-morado {
	background-color: #b45bde !important;
	border-color: #8e46b0 !important;
}

.button-amarillo {
	background-color: #e5cd00 !important;
	border-color: #c2ad00 !important;
}

.button-blanco {
	background-color: #fbfbfb !important;
	border-color: #d4d4d4 !important;
	height:40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	padding-top:8px;
	color:#272727;
	text-shadow: 0 1px 0px rgba(0,0,0,0.1);
	color: #272727 !important;
}

.container {

    position:relative;
    top:65px;
    text-align:center;
    padding-bottom:90px;

}





.boton_ver {
        border:0;
        color: white;
        padding: 5px 10px 5px 25px;
        background-color:transparent;
        background-image: url(../Images/3puntos.png);
        background-repeat:no-repeat;
        background-size: 50px auto;
        width:50px;
}

.boton_ver:hover {
    border:0;
        color: white;
        padding: 5px 10px 5px 25px;
        background-color:transparent;
        background-image: url(../Images/3puntos-inverse.png);
        background-repeat:no-repeat;
        background-size: 50px auto;
        width:50px;
}

.divRedondoAlertas{
    width: 100%;
    overflow:hidden;
    padding:10px;
    background: #4679BD; 
    box-shadow: 0 0 3px gray;
    margin-bottom:8px;
}

.contenedor_cliente{
	width:100%;
	height:35px;
	border:1px solid grey;	
	border-radius:3px;
	padding:5px;
	background-color:#272727;
	color:#fff;
	margin:0 auto;
	margin-bottom:10px;
}

.candado {
    font-family: FontAwesome;
}

