/* 
    Created on : Aug 12, 2015, 8:14:48 PM
    Author     : edgarsan
*/
html, body {
    font-family:"Calibri Regular",sans-serif;
    font-size: 100%;
}
img{
	width: 100%;
    height: 80%;
    object-fit: cover;	
	}


h1{
    alignment-adjust: middle;
    font-size: 1.5rem;
    text-align: center;
}
h2{
    alignment-adjust: middle;
    font-size: 1.0rem;
    text-align: center;
}
p{
    font-size: 0.9rem;
    text-align: justify;
}

body{
    background-color: white;
}

.main-container{
	width:80%;
	background:#FFF;
	display:flex;
	align-items:center;
	justify-content:center;
    -webkit-box-shadow: 3px 1px 3px 3px rgba(99,99,99,1);
    -moz-box-shadow: 3px 1px 3px 3px rgba(99,99,99,1);
    -box-shadow: 3px 1px 3px 3px rgba(99,99,99,1);
	overflow:hidden;
	position: absolute;
    top: 50%;
    left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom:1px;
}


#section{
	background:#FFF;
    background-position: 70%;
    background-size: 70% auto;
    width: 85%; /*cambia el tamaño de logeo*/
    height: auto;
    min-height: 400px;
    margin: 10px;
    padding: 5%;
}

#nav{
    width: 50%;
}

   
.footer {
    position:relative;
	top:700px;
    width: 100%;
    height:50px;
    background-color:#FFF;
}

.login-box{
    position:absolute;
    width: 30%;
    left: 35%;
    top: 5%;
}

.logout{
    position: relative;
    top:0px;
    right: 0px;
}

.myButton, button, input[type="submit"], input[type="file"],  input[type="button"], td > a, ul > li{
  background: #968411;
  -border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: 0px 1px 3px 1px #666666;
  -moz-box-shadow: 0px 1px 3px 1px #666666;
  -box-shadow: 0px 1px 3px 1px #66666;
  font-family:"Calibri Regular",sans-serif;
  color: #ffff;
  font-size: 1rem;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  margin: 5px 5px 5px 5px;
  width: 95%;
}

.myButton > a{
  text-decoration: none;    
  color: #ffffff;
}

 .myButton:hover, button:hover, input[type="submit"]:hover, input[type="file"]:hover,  input[type="button"]:hover, td > a:hover {
  background: #154d23; 
  background-image: -webkit-linear-gradient(top, #154d23, #154D23);
  background-image: -moz-linear-gradient(top, #154d23, #154D23);
  background-image: -ms-linear-gradient(top, #154d23, #154D23);
  background-image: -o-linear-gradient(top, #154d23, #154D23);
  background-image: linear-gradient(to bottom, #154d23, #154D23);
  text-decoration: none;
  cursor: pointer;
}
.myButton:active {
	position:relative;
	top:1px;
}

table{
        background-color:#FFF;
        border:0px solid #010101;
        border-collapse:collapse;
        width:30%;
		alignment-adjust:central;		
	}

table>tbody> tr:hover{
    background-color:#E8E8E8;
    color: black;
}
thead{
        color: lightgray;
        border:1px solid #010101;
        padding:5px;
        background:#154D23;
}
thead > tr > td{
        font-size: 0.9rem;        
}
td {
        border:1px solid #010101;
        padding:4px;
        font-size: 0.8rem;
        text-align: left;
}
td > a{
    padding: 3px;
}


.left-slider {
    width: 30em;
    position: fixed;
    bottom: 5em;
    left: -30em;
    z-index: 9950;
    background-color: #154D23;
    border-top: solid 5px rgb(150,132,17);
    -webkit-transition: width 0.5s;
    transition: left 0.5s;
    border-radius: 2px;
    padding: 10px;
    font-family: Helvetica Neue, Arial;
    font-size: 1rem;
    color: white;
    text-align: center;
}


.left-slider:hover{
    left: 0em; 
}

.pregunta{
    padding: 1em;
    border: 1px black  solid;
    margin: 0.5em;
}

.ayudaC{
    border: 1px black solid;
    position: fixed;
    top:10%;
    right: 0%;
    width: 30%;
    background-color: #154d23;
    padding: 2em;
    text-align: center;
    color: white;
}

.google-visualization-table-tr-head{
    color: black;
    background-color:#154D23;
}

.p1 {
	alignment-adjust:central;
	font-family:"Calibri Regular";
	font-size:16px;}
