/*{}*/

@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,400italic);

body{
    background-color: #eaeaea;
    font-family: 'Ubuntu Mono';
    font-size: 1rem;
    height: auto;
    width: auto;
    padding: 1%;
    
}

/*esqueleto*/

header{
    width: 100%;
    margin: 0% auto;
    height: auto;
    border-bottom: 1px dashed black;
}

.asideleft{
    float: left;
    width: 23%;
    margin-right: 2%;
    margin-top: 3%;
    padding: 1%;
}

.asideright{
    float: right;
    width: 20%;
    margin-left: 2%;
    margin-top: 3%;
    padding: 0% 5% 0% 0%;
    text-align: left;
}

section{
    width: 44%;
    margin: 2% 0% 2% 27%;
    padding: 1%;
}

footer{
    
    height: auto;
    width: 50%;
    margin: 5% auto;
    padding: 10% 0 1%;
    font-size: 75%;
}

.separador{
    clear: both;
    height: 1rem;
}

.comment{
    float: left;
    width: 48%;
    padding: 1%;
}
    
.galeria{
    margin-top: 3%;
    float: left;
    width: 48%;
    padding: 1%;
}

.chat{
    background-color: rgb(183, 255, 216);
    overflow: scroll;
    margin-top: 3%;
    border-right: 1px dashed rgba(85, 85, 85, 0.5);
    height: 25rem;
    width: 98%;
}

.video{
    width: 42rem; 
    height: 20rem;
    border: 1px solid black;
}

.insert input{
    width: 90%;
    height: 1.5rem;
    border-radius: 10px;
    padding: 3px;
    margin: 0px 0px 0px 1rem;
}

/*especificaciones*/

a{
    font-weight: 400;
    text-shadow: 1px 1px rgba(85, 85, 85, 0.5);
    color: black;
    text-decoration: none;
    font-style: italic;
}

hr{
    background-color: rgba(255, 255, 255, 0);
    width: 90%;
    height: 0;
    border-top: 1px dashed rgba(0, 0, 0, 0.5);
}

.comment hr{
    width: 100%;
}

img{
    max-width: 100%;
    height: auto;
}

.comment input{
    width: 98%;
    height: 1.5rem;
    border-radius: 10px;
    padding: 3px;
    margin-top: 0.5rem;
}

.reportar{
    margin-bottom: -1rem;
    padding: 0;
    font-size: 75%;
    text-align: right;
}

#logofaduing{
    box-shadow: none;
    width: 50%;
}

#hora{
    color: white;
    float: left;
    padding: 2px;
    border: 1px solid black;
    background-color: black;
    float: right;
}

header ul li{
    margin: auto 2%;
    text-align: center;
    color: #9a9a9a;
    font-style: italic;
    letter-spacing: 0.5rem;
    clear: both;
    display: inline;
    list-style: none;
    
}

header ul li:hover{
    border: 1px solid black; 
    padding: 5px 6px 5px 6px;
}

header ul{
    margin: 1% 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

header span, section span{
    padding: 2px 0px 2px 4px;
    text-align: center;
    background-color: #7bffb8;
}

aside img{
    border-radius: 10px;
    box-shadow: 1px 1px 10px 1px rgba(85, 85, 85, 0.5);
    margin: auto;
}

.asideleft p{
    font-size: 0.8rem;
    text-align: justify;
    padding: 0 5%;
}

h4{
    font-family: 'Ubuntu Mono';
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    
}

.asideleft span{
    padding: 2px;
    color: white;
    background-color: black;
    font-size: 0.8rem;
    text-align: right;
}

.asideleft img:hover{
    box-shadow: 1px 1px 10px 1px #29ff8c; 
}

.asideright p{
    font-size: 0.8rem;
    padding: 0 5%;
}

section a:hover, footer a:hover, aside a:hover{
border-bottom: 1px dashed black; 
}

section img{
    border-radius: 10px;
    box-shadow: 1px 1px 10px 1px rgba(85, 85, 85, 0.5);
    position: relative;
    width: 99%;
    height: auto;
    align-content: center;
}

section h3{
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 0.5%;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1.5rem;
    transform: translate(-50%, -50%);
}

section h4{
    padding-bottom: 5px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
}

/*estilo de tabla*/

table {
    width:100%;
}

table, th, td {
    border: 1px solid rgba(85, 85, 85, 0.5);
    border-collapse: collapse;
}

th, td {
    padding: 5px;
    text-align: left;
}

table#qpasatr:nth-child(even) {
    background-color: #eee;
}

table#qpasatr:nth-child(odd) {
    background-color:#fff;
}

table#qpasath{
    background-color: black;
    color: white;
}

/*desplegable*/

aside ul, section ul{
    padding: 0px;
    background-color: #eaeaea;
}

aside ul h4, section ul h4{
    border-bottom: 1px dashed black;
    background-color: #7bffb8;
}

aside ul li, section ul li{
    list-style: none;
    width: 100%;
}

aside ul li:hover ul, section ul li:hover ul {
    display: block;
}

ul li ul {
  position: relative;
  width: 100%;
  display: none;
}

ul li ul li {
  display: block; 
}

ul li ul li a {
    display:block !important;
} 

