/*-----------------------------------------------------------------------------

Author: 
Date: August 2017
-----------------------------------------------------------------------------*/

<@font-face {
    font-family: "Lobster-Regular";
    src: url("../fonts/Lobster-Regular.ttf");
}
body,
body * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    background: url("../img/fondo.jpg") no-repeat fixed center center / 100% 100% rgba(0, 0, 0, 0);
}

a {
    text-decoration: none;
}
ul {
    list-style: none;
}
.full-width{
    width: 100%;
}
.desProd {
    display: none;
}
.mrg-15-0-0-30{
    margin: 15px 0 0 30px;
}
.mrg-5-0-0-60{
    margin: 5px 0 0 60px;
}
.h-auto{
    height: auto !important;
}
.show{
    display: block;
}
.table {
    display: table;
}
.row {
    display: table-row;
}
.cell {
    display: table-cell;

}

/*Button Iniciar y Cancelar */
input[type=submit] {
    cursor: pointer;
}
.txt-justify{
    text-align: justify;
}
.txt-center{
    text-align: center;
}
.special-parrafo{
    margin-top: 40px;
}

/*======================== INDEX ========================*/
.article {
    max-width: 980px;
    margin: auto;
    position: relative;
}
.logo {
    width: 150px;
    border: 1px solid #fff;
    background: #fff;
    text-align: center;
    z-index: 1;
    border: 1px solid rgb(64, 30, 29);
}
.logo img {
    width: 126px;
}
.nav {
    background: rgb(64, 30, 29);
    width: 100%;
    height: 63px;
    top: 50.5px;
    position: absolute;
    z-index: -1;
}
.menu {
    width: 82.7%;
    position: absolute;
    /*background: red;*/
    right: 0;
    top: 44.30%;
}
.menu a {
    color: #fff;
    display: block;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
}
.menu .table {
    width: 100%;
}
.menu li {
    width: 120px;
    padding: 0 10px;
    z-index: 1;
}
.menu li:hover> a,
.footer li:hover> a{
    color: #D93827;
}
.menu li:hover .menu-n2 {
    display: block;
}
.menu-n2 {
    display: none;
    background: rgb(64, 30, 29);
    top: 25px;
    position: absolute;
    padding-top: 15px;
    padding-bottom: 10px;
    min-width: 150px;
}
.menu-n2 li {
    width: auto;
    height: 30px;
    line-height: 30px;
}
.menu-n2 a {
    color: #fff;
    text-align: left;
    padding-left: 5px;
}
#dinamic {
    max-width: 980px;
    color: #fff;
    overflow: hidden;
    margin: 20px auto;
}
.contDin {
    background: rgb(64, 30, 29);
    padding: 40px 10px;
    overflow: hidden;
}
.lab-img{
    padding-top: 15px;
    text-align: center;
}
.footer {
    background: rgb(64, 30, 29);
    clear: both;
}
.footer * {
    color: #fff;
}
.footer> div {
    width: 980px;
    margin: auto;
    position: relative;
    padding: 30px 0 0 0;
    background: rgb(64, 30, 29);
}
.footer hr {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 42px;
}
.footer h1 {
    font-size: 25px;
    background: rgb(64, 30, 29);
    margin: auto;
    width: 58%;
    position: relative;
    text-align: center;
    z-index: 1;
}
.footer .table {
    width: 90%;
    margin: 50px auto 40px auto;
}
.footer .cell {
    width: 10%;
    position: relative;
}
.footer .cell:hover> .menu-n2-footer {
    display: block;
}
.copyRight {
    text-align: center;
    padding-bottom: 10px;
    font-size: 11px;
}
/*.footer .sociales img {
width: 16px;
}*/
.menu-n2-footer {
    position: absolute;
    bottom: 15px;
    z-index: 1;
    background: #401E1D;
    min-width: 175px;
    left: -50px;
    padding: 5px;
    display: none;
}
.menu-n2-footer li {
    height: 25px;
}
.menu-n2-footer a {
    display: block;
}

/*======================== INICIO ========================*/
#inicio {
    width: 487px;
    float: right;
    margin:120px 0 162px 0;
    
}
#inicio .table {
    width: 100%;
}
#inicio .cell {
    width: 50%;
}
#inicio .logo {
    width: 100%;
}
#inicio .logo {
    background: rgb(64, 30, 29);
}
#inicio .logo img {
    width: 99%;
    margin: auto;
}
.logo-carrera{
    position: relative;
    margin-left: 10px;
}

/*======================== INICIO ========================*/
.list-prod {
    width: 100%;
}
.list-prod .cell {
    float: left;
    padding: 1em 0;
    width: 33%;
}
.list-prod .cell>div {
    margin: auto;
    width: 90%;
    text-align: center;
    position: relative;
}
.list-prod .cell img {
    width: 100%;
    height: 224px !important;
}
.list-prod .desProd {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20%;
    width: 100%;
    overflow: hidden;
    text-align: justify;
    padding: 5px;
    background: rgba(0, 0, 0, 0.5);
    transition-duration: 1s;
}
.list-prod .desProd:hover {
    overflow-y: auto;
    height: 50%;
    background: rgb(0, 0, 0);
}
.list-prod .title-panel{
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    color: black;
    width: 100%;
    padding: 8px 10px;
    height: 60px;
}
.list-prod .links {
    text-align: left;
    position: absolute;
    top: 40px;
    left: 0;
}
.list-prod .links p {
    padding: 5px 0;
}
.list-prod .links p a {
    background: rgba(0, 0, 0, 0.8);
    padding: 5px;
    border-radius: 0 15px 15px 0;
}
.list-prod .links p:hover> a {
    padding-right: 20px;
    transition-duration: .5s;
}
.list-prod .links a {
    color: #fff;
}

/*Menu*/
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#cssmenu #menu-button {
    display: none;
}
#cssmenu {
    font-family: Montserrat, sans-serif;
    background: #401E1D;
    position: absolute;
    top: 60px;
}
#cssmenu > ul > li {
    float: left;
}
#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}
#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}
#cssmenu.align-center ul ul {
    text-align: left;
}
#cssmenu.align-right > ul > li {
    float: right;
}
#cssmenu > ul > li > a {
    padding: 17px;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #dddddd;
    font-weight: 700;
    text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
    color: #ffffff;
}
#cssmenu > ul > li.has-sub > a {
    padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
}
#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0;
}
#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}
#cssmenu.align-right ul ul {
    text-align: right;
}
#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#cssmenu li:hover > ul {
    left: auto;
}
#cssmenu.align-right li:hover > ul {
    left: auto;
    right: 0;
}
#cssmenu li:hover > ul > li {
    height: 35px;
}
#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}
#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 170px;
    font-size: 12px;
    text-decoration: none;
    color: #dddddd;
    font-weight: 400;
    background: #401E1D;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
    border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
    right: auto;
    left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
    right: auto;
    left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu {
        width: 100%;
    }
    #cssmenu ul {
        width: 100%;
        display: none;
    }
    #cssmenu.align-center > ul {
        text-align: left;
    }
    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid rgba(120, 120, 120, 0.2);
    }
    #cssmenu ul ul li,
    #cssmenu li:hover > ul > li {
        height: auto;
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0;
    }
    #cssmenu > ul > li {
        float: none;
    }
    #cssmenu ul ul li a {
        padding-left: 25px;
    }
    #cssmenu ul ul ul li a {
        padding-left: 35px;
    }
    #cssmenu ul ul li a {
        color: #dddddd;
        background: none;
    }
    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li.active > a {
        color: #ffffff;
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul,
    #cssmenu.align-right ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
    }
    #cssmenu > ul > li.has-sub > a:after,
    #cssmenu > ul > li.has-sub > a:before,
    #cssmenu ul ul > li.has-sub > a:after,
    #cssmenu ul ul > li.has-sub > a:before {
        display: none;
    }
    #cssmenu #menu-button {
        display: block;
        padding: 17px;
        color: #dddddd;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
    }
    #cssmenu #menu-button:after {
        position: absolute;
        top: 22px;
        right: 17px;
        display: block;
        height: 4px;
        width: 20px;
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        content: '';
    }
    #cssmenu #menu-button:before {
        position: absolute;
        top: 16px;
        right: 17px;
        display: block;
        height: 2px;
        width: 20px;
        background: #dddddd;
        content: '';
    }
    #cssmenu #menu-button.menu-opened:after {
        top: 23px;
        border: 0;
        height: 2px;
        width: 15px;
        background: #ffffff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #cssmenu #menu-button.menu-opened:before {
        top: 23px;
        background: #ffffff;
        width: 15px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.2);
        height: 46px;
        width: 46px;
        cursor: pointer;
    }
    #cssmenu .submenu-button.submenu-opened {
        background: #262626;
    }
    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }
    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #dddddd;
        content: '';
    }
    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px;
    }
    #cssmenu .submenu-button.submenu-opened:after {
        background: #ffffff;
    }
    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #dddddd;
        content: '';
    }
    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }
    #cssmenu .submenu-button.submenu-opened:before {
        display: none;
    }
    #imgPersonalTam {
        background: blue;
    }
}
#practicas-docentes {
    width: 50%;
    margin: 0 auto;
}
#practicas-docentes .submit,
#practicas-docentes .reset {
    width: auto;
    padding: 8px 10px;

}
#practicas-docentes p input,
#practicas-docentes p textarea {
    width: 100%;
    display: block;
    padding: 3px;
    margin-bottom: 15px;
    background: #fff;
    color: #000;

}
.practicas-docentes-a {
    width: 100%;
}
.practicas-docentes-a td{
    border: 1px solid yellow;
    padding: 10px;
}
.btn-restaurar,
.btn-eliminar{
    padding: 7px 10px;
    font-weight: bold;
    color: white;
}
.btn-restaurar{
    background: blue;
}
.btn-eliminar{
    background: red;
}


.tabla_prod{
width:100%;
height:60%;

text-align:center;
z-index:1;
font-family: Montserrat, sans-serif;
text-decoration: none;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
padding:0 0 0px;
border: solid #401E1D;
-webkit-border-radius:0px 0px 50px 50px;
-moz-border-radius:0px 0px 50px 50px;
border-radius:0px 0px 50px 50px;
}

.td_tablaProd {
	border:solid #401E1D;
	width:100px;
}

div.prod {
border: solid #873F3D;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 3px;
border-left-width: 0px;
-webkit-border-radius:0px 0px 0px 0px;
-moz-border-radius:0px 0px 0px 0px;
border-radius:0px 0px 0px 0px;
margin-left:10px;
margin-top:40px;
width:190px;
height:220px;
text-decoration:none;
font-family: "Montserrat, sans-serif";
}

.tabla_catalogo{
text-decoration:none;
font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
color:#A50B0B;
width:272px;
border: 1px solid #000000;
float:center;
}

.tabla_catalogo td{
	border: 1px solid #000000;
	width:200px;
	float:center;
}

.carrito{
color:#A50B0B;
border: 1px solid #000000;
float:center;
}

/*---------------------------------------------------------------------------------------
                				Galería de imágenes
 Date:  4 Agosto 2017               
---------------------------------------------------------------------------------------*/
.spacegallery {
    position: relative;

    overflow: visible;
    height: 700px;
    width: 90%;
    margin: auto;
}
.spacegallery img {
    position: absolute;
    left: 50%;
    box-shadow: 0 0 10px 4px #fff;
    border-radius: 10px;


}
.spacegallery a {
    position: absolute;
    z-index: 1000;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/blank.gif);
}


/*---------------------------------------------------------------------------------------
	Estilos a los input text y submit.                				
 Date:  4 Agosto 2017               
---------------------------------------------------------------------------------------*/
/* BUTTON   input 
---------------------------------------------------------*/
 .button/*Button cancelar  y Iniciar del formulario */
  {
	background:#401E1D;
	height:30px;
   margin-left:40px;
	margin-top:5px;
	border-radius:5px;color:#fff;
	font-weignt:bold;
	padding:5px 10px;
  }
.btn2{
  background:#401E1D;
  height:30px;
  margin-left: 
  50px;margin-top:5px;
  border-radius:5px;
  color:#fff;padding:5px 10px;

}

.estilo001{
    padding:10px 5px 20px 5px
}

.estilo01{
    height:250px; border-radius: 5px;
}

.estilo2{
    background:#fff;vertical-align:top;border:1px solid #000;border-left:none;
}

#parrafo{
    padding:12px 0 5px 0;
    font:normal normal normal 16px/1.2em basic, sans-serif;font-weight: bold;
    color:#000;
}          
.select{
    width:100%;border-radius:5px;height:30px;color:#fff;background:#401E1D;padding:5px;
} 
textarea{
    width:100%;border-radius:5px;height:70px;color:#fff;background:#401E1D;padding:5px
}

.text1   {/* Estilos que va dentro de input del formulario  */
	width:95%;border-radius:5px;height:30px;color:#fff;background:#401E1D;padding:5px ;
}

/*
 input[type=text,password] {
    width:100%;border-radius:5px;height:30px;color:#fff;background:#401E1D;padding:5px ;
}*/

/*
input:required { 
width:100%;border-radius:5px;height:30px;color:#fff;background:#401E1D;padding:5px ;   
}*/

.estilox1{
    height:172px;
}

hr{
    width:90%;margin:18% auto; size:1; color:#D9403A;
}

h1{
   font-size:20px;font-family:'Arial Narrow';color:#fff;text-align:center;line-height:60px;background:#401E1D;
}

h2{
   font-size:20px;font-family:'Arial Narrow';color:#DB403A;text-align:center;line-height:40px;font-weight:bold;position:absolute;
}

#destacada{
	width:156px;height:151px;margin:5% auto;
}
/*
.required input {
}*/

#inicio02 {
	float: right;
	background:#fff;
    width:487px;
    margin:120px 0 162px 0;
}

#inicio02 .logo {
    width: 100%;
}

#inicio02 .logo img {
    width: 90%;
    margin: auto;
}

login {
    width: 95%;
    margin: 5% auto;
    position: relative;
}