* {
	margin: 0;
	padding: 0;
}
@font-face {
    font-family: 'open_sans';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'Exo';
    src: url('../fonts/original_Exo-Regular.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/original_Exo-Regular.woff') format('woff'),
         url('../fonts/original_Exo-Regular.ttf') format('truetype'),
         url('../fonts/original_Exo-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
html {
    position: relative; 
    min-height: 100%;
}
body {
	font-family:'Exo', Sans-Serif;
    font-size: 16px;
    height: 100%;
}

.box {
	display: inline-block;
}
.contenido-principal {
    width: 100%;
    height: 100%;
    padding-top: 150px;
    padding-bottom: 70px;
}

.size-img {
    width: 18px;
    height: 18px;
}

.size-img-sub {
    width: 22px;
    height: 22px;
}

/* Estilos nav principal*/
nav#nav-principal {
	width: 100%;
    height: auto;
    background: #960322;
    padding: 10px 0px 0px 0px;
    position: fixed;
    z-index: 98;
}
#contenido-nav-principal {
	width: 95%;
    height: auto;
    margin: 0 auto;
}
#sub-menu-principal {
	width: 100%;
    height: 35px;
    margin-top: 5px;
    background: #7c7a79;
}
#img-logo-principal {
	width: 80px;
    height: auto;
}
#img-logo-principal img {
	width: 100%;
    height: auto;
}
#contenido-menu-principal {
	width: 90%;
    height: 35px;
    margin: 0 auto;
}
#contenido-menu-principal ul {
	text-align: right;
    height: 45px;
}
#contenido-menu-principal ul li {
	display: inline-block;
	padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 7px;
    height: 35px;
}
#contenido-menu-principal ul li a {
	text-decoration: none;
	color: #FFFFFF;
}

#contenido-menu-principal ul li a:hover {
	color: #960322;
}
.titulo-principal {
    color: #FFFFFF;
    font-size: 1.2em;
}

.seleccion {
    background: #FFFFFF;
}
#contenido-menu-principal li.seleccion a {
    color: #960322;
    padding: 0px 6px;
}

/* Estilos login*/
.contenido-login {
    width: 30%;
    height: auto;
    margin: 0 auto;
}
.contenido-login img {
    width: 100%;
    height: auto;
}

.form-login {
    width: 98%;
    height: auto;
    margin: 0 auto;
}
.fondo-contenido {
    background: #e1e0e0;
}
.fondo-login {
    
    background: #960322; /* Old browsers */
    background: -moz-linear-gradient(top, #960322 0%, #3a010d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #960322 0%,#3a010d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #960322 0%,#3a010d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#960322', endColorstr='#3a010d',GradientType=0 ); /* IE6-9 */
}
.color-btn {
    color: #FFFFFF;
    font-size: 1.3em;
    background: #7c7a79; /* Old browsers */
    background: -moz-linear-gradient(top, #7c7a79 0%, #5c5858 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #7c7a79 0%,#5c5858 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #7c7a79 0%,#5c5858 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7a79', endColorstr='#5c5858',GradientType=0 ); /* IE6-9 */
}
img.icon-input {
    width: 30px;
    height: 30px;
}
.color-icon {
    background: #FFFFFF;
    border: none;
}

/* Estilos administrador*/
.submenu {
    width: 13%;
    height: 65%;
    margin-left: 15px;
    background: #FFFFFF;
    border: 1px solid #cccaca;
    border-radius: 10px;
    position: fixed;
}
.contenido {
    width: 80%;
    height: 100%;
    margin-left: 17%;
}


/* Estilos sub menu*/
.img-submenu {
    width: 60%;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
    display: none;
}
.img-submenu img {
    width: 100%;
    height: auto;
}

.item {
    width: 100%;
    height: auto;
    padding: 9px 0px;
}

.item a {
    color: #000;
    padding-left: 15px;
    text-decoration: none;
}
#contenido-sub-menu .item a:hover {
    color: #960322;
    font-weight: bold;
    font-size: 1.2em;
}
.item-primero {
    border-radius: 10px 10px 0px 0px;
    background: #960322;
    width: 100%;
    height: auto;
    padding: 9px 0px;
}
.item-primero a {
    color: #fff;
    padding-left: 15px;
}
.item-primero a:hover {
    text-decoration: none;
}

.item-ultimo {
    border-radius: 0px 0px 10px 10px ;
    background: #960322;
    width: 100%;
    height: auto;
    padding: 9px 0px;
}
.item-ultimo a {
    color: #fff;
    padding-left: 15px;
}
.item-ultimo a:hover {
    color: #fff;
    text-decoration: none;
}

.item-select {
    background: #960322;
    width: 100%;
    height: auto;
    padding: 9px 0px;
}
.item-select a {
    color: #fff;
    padding-left: 15px;
}
.item-select a:hover {
    color: #fff;
    text-decoration: none;
}

.menu_bar {
    font-size: 1.5em;
    display:none;
    float: left;
}
.btnsubmenu {
    color: #fff;
    margin-left: 10px;
}


/* Estilos maestros*/
.contenido-maestro {
    width: 94%;
    height: 100%;
    margin: 0 auto;
}
.item-opc {
    padding-left: 20px;
}
.subitem-select a {
    color: #960322;
    font-weight: bold;
}

/*  Estilos alumnos*/
.contenido-alumnos {
    width: 94%;
    height: 100%;
    margin: 0 auto;
}

/* Estilos footer*/
footer {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    padding: 10px 0px;
    background: #960322;
    font-family: 'open_sans', Sans-Serif;
}
#contenido-footer {
	width: 95%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
ul#copyright li {
	font-size: 11px;
	color: #FFFFFF;
	display: inline-block;
	padding-right: 10px;
}
ul#copyright li a {
	color: #FFFFFF;
}