/******** Nueva Version panel 1.5.x *************/

@import url('../inc/editor/css/froala_style.min.css');
@import url('../inc/editor/css/froala_editor.min.css');
@import url('../inc/editor/css/font-awesome.min.css');

/* Estilos form */
.lineaform {
    clear: both;
    width: 100%;
    padding-bottom: 7px;
    padding-top: 7px;
    min-height: 33px;
}
form label {
    position: relative;
    top: 7px;
}
form input {
    width: 60%;
    border-radius: 3px;
    border: 1px solid #D2D2D2;
    padding: 8px 5px;
    font-size: 13px;
    max-width: 300px;
    float: right;
}
form input[type="number"] {
    width:10%;
    min-width:60px;
}
form button, .botonAdminadmin, span.botonAdmin {
    cursor:pointer;
    border: none;
    background-color: #86C621;
    color: white;
    padding: 10px 30px 10px 30px;
    border-radius: 4px;
    border-bottom: 3px solid #79AB29;
    transition: 0.5s;
}
button.negativo {
  border: none;
  background-color: #C64421;
  color: white;
  padding: 10px 30px 10px 30px;
  border-radius: 4px;
  border-bottom: 3px solid #9D3D23;
  transition: 0.5s;
}
form button {
    float: right;
}
.botonAdminadmin {
    display: inline;
}
form {
    font-size: 14px;
}
form button:hover, .botonAdmin:hover {
    border-bottom: 3px solid #6F992A;
    background-color: #79AB29;
}
::-webkit-input-placeholder {
    color: #999;
}
form *:focus {
    box-shadow: none;
    text-shadow: none;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    outline: 10px auto #D2D2D2;
}
form select {
    width: 50%;
    border-radius: 3px;
    border: 1px solid #D2D2D2;
    padding: 8px 5px;
    font-size: 13px;
    border-bottom: 2px solid #D2D2D2;
    max-width: 300px;
    float:right;
}
select option {
    padding: 5px;
    margin: 20px;
}
.col50 {
    width: 40%;
    display: inline-table;
    padding-left: 4%;
    padding-right: 4%;
}
button.mini , span.mini {
    font-size: 12px;
    padding: 5px 15px 5px 15px;
}
/*****************/
/* Adm-Index */
.lista-herramientas li {
    display: block;
    width: 400px;
    min-height: 20px;
    margin-bottom: 20px;
    background-color: rgb(247, 247, 247);
    padding: 20px;
    border-radius: 6px;
    transition: 0.5s;
    border-bottom: 3px solid rgb(219, 219, 219);
    position: relative;
}
.lista-herramientas li a {
    text-decoration: none;
}
.lista-herramientas li:hover {
    background-color: rgb(240, 240, 240);
    border-bottom: 3px solid rgb(189, 189, 189);
}
.lista-herramientas li:before {
    content:"";
    height: 60px;
    width: 50px;
    background-image: url(http://icons.iconarchive.com/icons/graphicloads/100-flat-2/256/arrow-next-3-icon.png);
    background-repeat: no-repeat;
    position: absolute;
    background-position: 0 15px;
    right: 00px;
    margin-top: -20px;
    opacity: 0.1;
    background-size: 30px;
    transition:1s;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
.lista-herramientas li:hover:before {
    opacity:0.5;
}
/*********/
/* Navegador */

.nav-arriba p
{
	width:70%;
	margin:auto;
}
.nav-arriba
{
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
padding: 10px 30px;
background: url(../img/linea2.png) 0 0 repeat;
border: none;
margin-bottom: 30px;
color: #8c8c8c;
font-size: 12px;
font-family: Arial;
box-shadow: 1px 3px 5px lightgrey;
position: fixed;
z-index: 999;
width: 100%;
top: 0;
background-color: white;
left: 0;
}
.nav-arriba .adm
{

    position: relative;
    top: 2px;
    font-size: 14px;
    font-weight: bold;
    color: #808080;

}
.nav-arriba img
{
margin-right:10px;
margin-left: 30px;
}
.nav-arriba b {
color: grey;
font-weight: bold;
font-size: 16px;
position: relative;
margin-left: 5px;
margin-right: 5px;
}
.nav-arriba .padm
{
	color:#666;
	float:right
}
.nav-arriba p .mmw
{
	color: #696969;
	font-size: 15px;
	font-weight: bold;
}
.navegador 
{
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
padding: 10px 30px;
background: url(../img/linea2.png) 0 0 repeat;
border: none;
margin-bottom: 30px;
color: #8c8c8c;
font-size: 12px;
margin-top: 10px;
font-family: Arial;
}
.navegador b {
color: black;
font-weight: bold;
font-size: 20px;
position: relative;
top: 3px;
margin-left: 5px;
margin-right: 5px;
}
/****************/
/*
span.borrar {
    background-image: url(../img/i_eliminar.png);
    background-repeat:no-repeat;
    background-position:0 5px;
    padding-left:20px!important;
    background-color: #E84845;
    border-bottom: 3px solid #C33E3B;
}
span.borrar:hover {
    background-color: #C33E3B;
    border-bottom: 3px solid #903634;
}*/
/* Login */
form#login {
  width: 300px;
  background-color: white;
  padding: 20px;
  border-radius: 6px;
  border: 1px solid rgb(234, 234, 234);
  border-bottom: 3px solid rgb(234, 234, 234);
  margin: auto;
  margin-top: 30px;
}
.hojalogin {
    padding-top: 200px;
    text-align: center;
    margin-bottom: 100px;
}

/**************/
/* Estilos generales */
#carga
{
position: absolute; 
width: 300px; 
height: 250px; 
top: 300px; 
left: 40%;
text-align: center; 
display:none; 
background-color: white;
opacity: 0.8;
padding: 50px;
border-radius: 10px;
border: 1px solid #d6d6d6;

}
h1 {
    margin-bottom:30px;
}
a {
    text-decoration:none;
}
.hojaadmin {
  width: 1100px;
  margin: auto;
  padding-top: 200px;
  padding-bottom:50px;
  padding: 20px;
  background-color:white;
}
.cruzCerrar {
    background-color: #E84845;
    border-radius: 100px;
    color: transparent;
    padding: 3px 5px 4px 5px;
    font-size: 0px;
    background-image: url(../img/cruzCerrar.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: -1px -1px;
    width: 8px;
    height: 10px;
}
.aprobacion {
    padding:10px;
    border-bottom: 2px solid rgb(94, 145, 38);
    margin: 10px 0px 10px 0px;
    border-radius: 6px;
    background-color: #77BA2F;
    color: white;
    transition: 1s;
    background-image: url(../img/aprobado.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 10px;
    padding-left: 35px;
    position: relative;
}
.error {
    padding: 10px;
    border-bottom: 2px solid #C33E3B;
    margin: 10px 0px 10px 0px;
    border-radius: 6px;
    background-color: #E84845;
    color: white;
    transition: 1s;
    background-image: url(../img/error.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 10px;
    padding-left: 35px;
    position: relative;
}
.respuestaback {
    display:none;
}
.aprobacion span, .error span {
    content:"";
    position: absolute;
    background-image: url(../img/cerrar-blanco.png);
    width: 16px;
    height: 16px;
    right: 7px;
    background-repeat:no-repeat;
    transition: 1s;
    opacity: 0.3;
    z-index:1;
    cursor:pointer;
}
.aprobacion span:hover {
    opacity:1;
}
h2 {
    font-size: 24px;
    margin-bottom: 0;
    padding-bottom: 0;
}

h2 a {
    margin-left: 10px;
}

h2 a img.masadm {
    position: relative;
    top: 5px;
}

.contadm {
    padding-left: 30px;
    border-left: 1px solid #EDEDED;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: -10px;
    transition: 0.2s;
    vertical-align: top;
    margin-left: 7px;
    transform-origin: top;
}
/** Fin Generales */
/* Adm-Secciones */
.admcontimg
{
  border-radius: 6px;
  border: 1px solid #666;
  padding: 10px;
  width: 450px;
  display: inline-table;
  text-align: center;
  position: relative;
  margin: 5px;
}
.admcontimg img
{
	max-width:100%;
}
/*************/