﻿* {
}

body {
    margin: 0;
    padding: 0;
}

.pane_cent h2 {
    padding: 2%;
    margin: 0;
    background-color: darkcyan;
    color: white;
}

.pane_izqu {
    position: fixed;
    width: 20%;
    height: 100%;
    background-color: rgba(0,0,0,0.20);
    -moz-box-shadow: 5px 7px 16px rgba(0, 0, 0, 0.70);
    -webkit-box-shadow: 5px 7px 16px rgba(0, 0, 0, 0.70);
    box-shadow: 5px 7px 16px rgba(0, 0, 0, 0.70);
    z-index: 2;
}

.pane_cent {
    position: absolute;
    margin-left: 20%;
    width: 80%;
    height: 100%;
}

.pane_cent h5 {
    padding: 0;
    margin: 0;
}

.pane_cent table {
    width: calc(100%);
    float: left;
}

.pane_cent table thead tr {
    background-color: rgba(0,0,0,0.10);
    max-width: 100%;
}

.pane_cent table tr {
    background-color: rgba(255,255,255,0.80);
}

.pane_cent table tr td {
    padding: 2%;
}

.cont_1 {
    float: left;
    width: 47%;
    border: solid 2px rgba(0,0,0,0.20);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 1%;
}

.cont_1 .cont_2 {
    float: left;
    width: 100%;
    background-color: rgba(0,0,0,0.1);
    box-sizing: border-box;
    background-size: contain;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
    border: solid 2px rgba(0,0,0,0.20);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.cont_1 .cont_title {
    width: 100%;
    padding-top: 3%;
    padding-bottom: 3%;
    color: white;
    display: inline-block;
}

.cont_title span {
    display: inline-block;
}
/*.porc_esta{
    float: left;
    width: 60px;
    height: 60px;
    background-image: url(cargando.png);
    background-position-x: 0px;
    background-size: 300px;
    background-position-y: 0px;
}*/
.green {
    color: darkcyan;
    max-width: 100%;
    float: right;
}

.red {
    color: red;
    max-width: 100%;
    float: right;
}

.formulario {
    padding: 2%;
}

.formulario input[type="text"],
.formulario input[type="Email"],
.formulario select,
.formulario input[type="password"],
.formulario input[type="number"] {
    border-style: solid;
    border-color: darkcyan;
    padding: 1%;
}

.ingresar {
    border-style: none;
    background-color: darkcyan;
    padding: 1%;
    width: 20%;
    -moz-box-shadow: -5px 7px 16px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: -5px 7px 16px rgba(0, 0, 0, 0.20);
    box-shadow: -5px 7px 16px rgba(0, 0, 0, 0.20);
    color: white;
}

.cerrarsesion:hover{
    cursor: hand; /* Internet explorer */
    cursor: pointer;
}

.btnPerf:hover {
    cursor: hand; /* Internet explorer */
    cursor: pointer;
}

.cerrarsesion{
    border-style: none;
    background-color: deepskyblue;
    padding: 1%;
    width: 100%;
    -moz-box-shadow: -5px 7px 16px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: -5px 7px 16px rgba(0, 0, 0, 0.20);
    box-shadow: -5px 7px 16px rgba(0, 0, 0, 0.20);
    color: white;
}

.btnPerf{
    border-style: none;
    background-color: coral;
    padding: 1%;
    width: 100%;
    -moz-box-shadow: -5px 7px 16px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: -5px 7px 16px rgba(0, 0, 0, 0.20);
    box-shadow: -5px 7px 16px rgba(0, 0, 0, 0.20);
    color: white;
}

.formulario input[type="submit"] {
    border-style: none;
    background-color: darkcyan;
    padding: 1%;
    width: 20%;
    -moz-box-shadow: -5px 7px 16px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: -5px 7px 16px rgba(0, 0, 0, 0.20);
    box-shadow: -5px 7px 16px rgba(0, 0, 0, 0.20);
    color: white;
}

.mens {
    padding: 1%;
    margin-top: 1%;
    background-color: darkred;
    color: white;
    width: 50%;
}

a {
    font-size: 12px;
    text-decoration: none;
    padding: 2%;
    display: block;
    color: black;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a:hover {
    background-color: rgba(242, 242, 242, 0.50);
}

.menu_tip1 a {
}

.menu_tip2 a {
    background-color: darkcyan;
    color: white;
}

.menu_tip3 {
    margin-left: 6%;
}

.loader {
    background-image: url("http://www.memegen.es/img/ajax-loader-horizontal.gif");
    float: left;
}

.enlace{
    color:blue;
    font-size: 14px;
}

.texto{
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
}
