/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Raleway:400,200);
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  src: url(http://themes.googleusercontent.com/static/fonts/raleway/v6/8KhZd3VQBtXTAznvKjw-k1QlYEbsez9cZjKsNMjLOwM.eot);
  src: local('Raleway ExtraLight'), local('Raleway-ExtraLight'), url(http://themes.googleusercontent.com/static/fonts/raleway/v6/8KhZd3VQBtXTAznvKjw-k1QlYEbsez9cZjKsNMjLOwM.eot) format('embedded-opentype'), url(http://themes.googleusercontent.com/static/fonts/raleway/v6/8KhZd3VQBtXTAznvKjw-kxsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(http://themes.googleusercontent.com/static/fonts/raleway/v6/JDau3G46nqY5-B-S9E_nwg.eot);
  src: local('Raleway'), url(http://themes.googleusercontent.com/static/fonts/raleway/v6/JDau3G46nqY5-B-S9E_nwg.eot) format('embedded-opentype'), url(http://themes.googleusercontent.com/static/fonts/raleway/v6/IczWvq5y_Cwwv_rBjOtT0w.woff) format('woff');
}

*{
  font-family: 'Raleway';
}

	.bienvenidos {
		  font-family: 'Raleway';

	font-size: 24px;
	color: #009F3B;
}
.menus
{
	font-family: "Raleway"; font-weight: 400; font-size: 1.0em; text-shadow: 0 1px 0 white;
}
	.rojo {
	font-size: 20px;
	color: #F00;
}
	.verde {
	font-size: 20px;
	color: #009F3B;
	text-align:right;
}
.texto {
	font-size: 14px;
	color: #000;
	line-height:normal;
	text-align:justify;
}
#pop{
    border:darkred solid 1px;
    background:#FFF;
    left:40%;
    top:40%;
    margin-left:-100px;
    margin-top:-100px;
    position:absolute;
    display:none;
    z-index: 1000;
}
#pop1{
    border:#FF0 solid 2px;
    background:#FFF;
    left:40%;
    top:50%;
    margin-left:-100px;
    margin-top:-100px;
    position:absolute;
    display:none;
    z-index: 1000;
}
#fondo-negro{
    background:#000;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index: 1000;
    filter:alpha(opacity=50);
    opacity:.50;
    display:none;
}
.banerSup{
   /* background-image: url(../imagen/SER_SUPERIOR.jpg);
    width: 1115px;
     
    height: 180px;
    background-repeat:no-repeat;*/
    
}
.banerInf{
  /*  background-image: url(../imagen/SER_INFERIOR.jpg);
    background-repeat: no-repeat;
    background-position: center;
     width: 1115px;
    height: 55px;*/
}
A:link {text-decoration: none; color:darkred;}
A:visited {text-decoration: none; color: darkred;}
A:active {text-decoration: none; color: darkred}
A:hover {font-weight:bold; color: red;}
body{
    font-size: 11px;
    font-family: Arial;
}
img{
    border:0px}
fieldset
{
    border: 1px solid Silver;
}
label{
    color:#8E7559;
    font-size:11px;
    font-family:Verdana;
}
.select{
    width: 150px;
    font-size: 9px;
    font-weight: lighter;
    color:#666666;
    border:1px solid red;
	border-radius:5px;
    -ms-border-radius: 5px;  
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    -khtml-border-radius: 5px; 
}
tbody{
    font-size: 12px;
    font-family: Arial;
}
legend
{
    color: #fff;
    background: #919191;
    border: 1px solid #781351;
    padding: 2px 6px;
    font-size: 14px;
    font-weight: bold;
} 
.input{
    border:1px solid darkred;
    color: darkred;
    font-weight: lighter;
    font-size:11px;
    width:150px;
	border-radius:5px;
  
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    -khtml-border-radius: 5px;
}
.input:hover{
    cursor:pointer;
    border:1px solid black;
    color:#000;
    font-size:11px;
	border-radius:5px;
    -ms-border-radius: 5px;  
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    -khtml-border-radius: 5px; 
}
.botonGuarda{
    background-color: #DDD;
    width: 70px; 
    height: 48px;
    text-align: center;
    font-size: 14px;
    font-family: cursive;
	border-radius:5px;
    -ms-border-radius: 10px;  
    -moz-border-radius: 10px;  
    -webkit-border-radius: 10px;  
    -khtml-border-radius: 10px; 
}
.botonInicio{
    background-color: #DDD;
    width: 70px; 
    height: 48px;
    text-align: center;
    font-size: 14px;
    font-family: cursive;
    border-radius:10px;
    -ms-border-radius: 10px;  
    -moz-border-radius: 10px;  
    -webkit-border-radius: 10px;  
    -khtml-border-radius: 10px; 
}
.botonInicio:hover,.botonGuarda:hover{ 
    cursor: pointer; 
}
.headTabla{
    background-color: #919191;
    color: White;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}
.bodyTabla{
    color: black;
    font-size: 11px;   
    text-align: left;
}
.bodyTabla1{
    color: red;
    font-size: 11px;   
    text-align: left;
    border: 1px solid;
    border-color: darkred;  
}
.bodyTabla:hover
{
   cursor: pointer;
   background-color:  #CCC;
   color: #000;
}
.link{
    color: red;
    font-size: 10px;
    font-family: Arial;
    cursor: pointer;
}
.tablaabajo
{
    width: 700px;
   
}
.instrucciones
{
	text-align:left;
	font-size:11px;
}
.titulos
{
	font-weight:bold;
}

  .men
{
	width: 100%;
height: 8em;
  background:url(../imagen/grey.png);
background-repeat:repeat;
position:absolute;
top:0px;
z-index:99;
box-shadow:5px 5px 5px #828282;

}





  .tooltip {
    display: inline;
    position: relative;
  }
  .tooltip:hover:after {
    bottom: 26px;
    content: attr(title); /* este es el texto que será mostrado */
    left: -80%;
    position: absolute;
    z-index: 98;
    /* el formato gráfico */
    background: #A60018; /* el color de fondo */
    border-radius: 5px;
    color: #FFF; /* el color del texto */
    font-family: Georgia;
    font-size: 11px;
    padding: 5px 15px;
    text-align: center;
    /*text-shadow: 1px 1px 1px #000;*/
    width: 150px;
    border:solid;
    border-color:white;
    border-width:1px;
  }
  .tooltip:hover:before {
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
    /* el triángulo inferior */
    border: solid;
    border-color: #A60018 transparent;
    border-width: 6px 6px 0 6px;
  }