@charset "utf-8";
/* CSS Document */
body{
	background-color:#000;
	color:#FFF;
	
}
	
	
	
#contenedor {
width: 1350px;
margin: 40px auto 0 auto;
margin-right:  auto;
margin-left: auto;
border-right-style: none;
border-left-style: solid;
border-right-color: #000;
border-left-color: #000;
border-top-style: none;
border-bottom-style: none;
border-left-width: 2px;
overflow:hidden;
background-image: none;
background-repeat: repeat-x;
background-color: #000;
}
#cabecera {
}
#menu {
  float: left;
  width: 14%; 
margin: 11px auto 0 auto;
   
}
#menu li {list-style:none;}
#lado {
  margin: 20px auto 0 auto;
  float: left;
  font-size:13px;
  color:#FFF;
  width: 80%; 

  
  /* Safari 4+ y Chrome 1+ */  
  background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #388304), color-stop(1, #2a2d29));  
  
  /* Safari 5.1+ y Chrome 10+ */  
  background-image:-webkit-linear-gradient(#388304, #2a2d29);  
  
  /* Firefox 3.6+ */  
  background-image:-moz-linear-gradient(top, #388304, #2a2d29);  
  
  /* Opera 11.10+ */  
  background-image:-o-linear-gradient(top, #388304, #2a2d29);  
  
  /* Internet Explorer 5.5+ */  
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#388304', EndColorStr='#2a2d29');
  width: 80%;
   
 
}
#consulta11{
	font-size:26px;
  color:#b70707;
}
#lado2 {
  margin: 20px auto 0 auto;
  float: left;
  font-size:13px;
  color:#FFF;

 
  width: 80%;
   
 
}
#pie {
	text-align:center;
  clear: both;
}

.btnAzul {
    display: block;
    width: 180px;
    height: 40px;
    padding: 10px 0 0 0;
    margin: 0 auto;
    
    background: #4682B4;
    background: -moz-linear-gradient(top, #87CEEB 0%, #4682B4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5c8f39), color-stop(100%,#204c02));
 
    box-shadow: inset 0px 0px 6px #fff;
    -webkit-box-shadow: inset 0px 0px 6px #fff;
    border: 1px solid #204c02;
    border-radius: 10px;
 
    font: bold 15px Helvetica, Sans-Serif;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    text-shadow: 0px 1px 2px #ffffff;
}
.inputstyle {
	font-family: Arial; 
	font-size: 8pt; 
	
	}
.inputstyle2 {
	font-family: Arial; 
	font-size: 8pt; 
	border: 3px solid white; 
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 8px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 8px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 8px rgba(0,0,0,0.1); 
    padding: 2px;
    background: rgba(255,255,255,0.5);
    margin: 0 0 2px 0;
	}
	
table { 
  border-collapse: collapse; 
}
.ClaseObligado{
font-size:12px; 
background:#6fb232; 
font-family:Arial, Helvetica, sans-serif; 
font-weight:1000; 
color:#000;
}

	A.clase2:visited {font-size:12;color:#ffffff;} 
   	A.clase2:active {font-size:12;color:#ffffff;} 
   	A.clase2:link {font-size:12;color:#ffffff;} 
   	A.clase2:hover {font-size:12;color:#fff333;} 