body {
   font-family: Tahoma;

}

a, .link {

    color: #1b9bff;

} 

a:hover, .link:hover {

    color: grey;

} 

#Resultados {
   clear: both;
   position: relative;
   top: 20px;   
}

#Resultados table {

    width: initial; 
    margin: 0 auto;
    font-family: Tahoma;
    font-size: 10Pt;     
    text-align: center;    
    border: 1px solid gray;
    border-collapse: collapse;         
}

#Resultados table tr td {  
    border: 1px solid gray;
    padding: 5px;
}

#Contenido {
   
   clear: both;
   margin: 20px;
   text-align: center;
}

.error {

   border: 1px red solid;

}

input[type=submit] {
    background-color: green;
    color: white;
    font-weight: bold;
    padding: 5px 20px 5px 20px;
    border: 1px solid green;     
    cursor: pointer; 
    -webkit-appearance:none;
    margin-right: 2px;
}

.boton, input[type=button], input[type=reset] {
   background: #CBCBCB;
   color: #333;  
   font-weight: bold;
   padding: 5px 20px 5px 20px;
   border: 1px solid #CBCBCB; 
   cursor: pointer; 
   -webkit-appearance:none;
   /*margin: 0 0 0 -5px;*/ 
   margin-right: 2px;
}

input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
    background: #35a6ff; 
}

.boton:hover, .boton.rojo:hover, .boton.verde:hover { 
   background: #35a6ff; 
}

.boton.rojo {
   background-color: red;
   color: white;
}

.boton.verde {
   background-color: green;
   color: white;
}

.boton.blanco {

    background-color: #FFF;
    padding: 3px;
    border-bottom: 1px solid #333;
    min-width: 50px;

}

#cssmenu {padding: 0; margin: 0; border: 0;}
#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: auto; right: -99.5%; }
#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: 1em; text-decoration: none; }

#cssmenu {
  background: #333;
  border-bottom: 4px solid #1b9bff;
  font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
  font-size: 12px; 
  
}

  #cssmenu > ul { *display: inline-block; }

  #cssmenu:after, #cssmenu ul:after {
    content: '';
    display: block;
    clear: both; 
}

#cssmenu a {
    background: #333;
    color: #CBCBCB;
    padding: 0 20px; 
}

#cssmenu ul { text-transform: uppercase; }

    #cssmenu ul ul {
      border-top: 4px solid #1b9bff;
      text-transform: none;
      min-width: 190px; 
}
      #cssmenu ul ul a {
        background: #1b9bff;
        color: #FFF;
        border: 1px solid #0082e7;
        border-top: 0 none;
        line-height: 150%;
        padding: 16px 20px; 
}
      #cssmenu ul ul ul { border-top: 0 none; }

      #cssmenu ul ul li { position: relative }
      
#cssmenu > ul > li > a { line-height: 48px;  }

#cssmenu ul ul li:first-child > a { border-top: 1px solid #0082e7; }
        #cssmenu ul ul li:hover > a { background: #35a6ff; }

        #cssmenu ul ul li:last-child > a {
          border-radius: 0 0 3px 3px;
          box-shadow: 0 1px 0 #1b9bff; 
}
        #cssmenu ul ul li:last-child:hover > a { border-radius: 0 0 0 3px; }

        #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 {
      background: #1b9bff;
      color: #FFF;
 }
 
 #cssmenu ul li.has-sub.active > a {
      background: #1b9bff;
      color: #FFF;
 }
 
    #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%;
 }

#crumbs ul, #crumbs li {
  list-style: none; 
  margin: 0;   
  padding: 0;
  
}

#crumbs ul li a {
  font-family: Tahoma;
	display: block;
	float: left;
	height: 15px;
	background: #333;
	text-align: center;
	padding: 5px 10px 10px;
	position: relative;
	margin: 0 5px 5px 0; 	
	font-size: 12px;
	text-decoration: none;
	color: #fff;
  list-style: none;
  
}

#crumbs ul li:hover > a, #crumbs ul li.active > a {
    background: #1b9bff;
    color: #FFF;
}

#crumbs li.asigna a {
   background-color: #57a736;
}

/*
#crumbs ul li a:after {
	content: "";  
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid green;
  position: absolute; 
  right: -15px; 
  top: 0;  
}


#crumbs ul li a:before {
	content: "";  
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid red;
	position: absolute; 
  left: 0; 
  top: 0;
  padding: 10px 10px 0 0;
}


#crumbs ul li:first-child a {
	border-top-left-radius: 5px; 
  border-bottom-left-radius: 5px;
}
#crumbs ul li:first-child a:before {
	display: none; 
}


#crumbs ul li:last-child a {
	padding-right: 15px;
	border-top-right-radius: 5px; 
  border-bottom-right-radius: 5px;
}

*/

#crumbs ul li a:hover:after {
  border-left-color: #333;
}


H1 
{
    font-family: Tahoma;
    font-size: 16Pt;

}

li
{
padding-bottom: 5px;
}
.LetraGrande
{ 

font-family: Tahoma;
font-size: 12Pt;

}

.LetraGrandeBlanca
{ 

font-family: Tahoma;
font-size: 16Pt;
color: White;
text-align: Right;
padding-right: 10Pt;
}

.LetraChica
{ 

font-family: Tahoma;
font-size: 9Pt;

}

.LetraMediana
{ 

font-family: Tahoma;
font-size: 10Pt;

}

.LetraNormal
{ 

font-family: Tahoma;
font-size: 12Pt;

}


.TablaGris
{

background-color: Silver;
border-style: solid;
border-color: rgb(255,255,255);
padding: .5Pt;
font-family: Tahoma;
font-size: 10Pt;
text-align: Right;
color: Black;

}

.Anuncios
{

background-color: Red;
border-style: solid;
border-color: #333;
cell-padding: 2Pt;
padding: 2Pt;
font-family: Tahoma;
font-size: 16Pt;
text-align: Center;
color: White;

}
.SpanApagado
{

background-color: Blue;
padding: 10Px;
font-family: Tahoma;
font-size: 10Pt;
font-weight: Bold;
font-color: rgb(255,255,255);
text-align: Center;
color: White;
}

table {
    width: 100%;
}

#Resultados select {

   padding: 5px;
   border-radius: 5px;

}

#Asignados option[idgrupounidad="0"] {

   font-weight: bold;

}

.tscroll {

   overflow: scroll;

}