* {
	padding: 0;
	margin: 0;
	font-family: century gothic;
	text-align: center;
}

.form-index {
	padding: 50px 20px;
	background-color: rgba(86, 101, 115,0.7);
	margin-left: 30%;
	margin-right: 30%;
	margin-top: 70px;
	padding-top: 28px;
	margin-bottom: 30px;
}

section {
  width: 100%;
}

#form_container
{	
	padding: 10px 5px;
	background-color: rgba(255, 255, 255, 0.7);
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 70px;
	padding-top: 28px;
	margin-bottom: 30px;
}

#form_container h3
{
	font-size: 3rem;
	color: #003A72; 
	font-weight: 900;
}

#form_container h4
{
	font-size: 2rem;
	font-weight: 400;
	color: black;
}

#form_container h6, .lista, .descripcion
{
	font-weight: 400;
	color: black;
}

h1 {
	text-align: center;
	padding: 12px;
	color: rgb(253, 254, 254);
}

input {
	width: calc(100% - 20px);
	padding: 9px;
	margin: auto;
	margin-top: 12px;
	font-size: 16px;
}

.ok {
	text-align: center;
	width: 100%;
	padding: 12px;
	background-color: #1e6;
	color: #fff;
}
.bad {
	text-align: center;
	width: 100%;
	padding: 12px;
	background-color: #a22;
	color: #fff;
}
.blanco{
 color: white;
 text-align: center;
}

.inicio{
	background-image:url(../IMG/Admi.png);
	width: 100%;
	height: 100%vh;
	background-size: cover;
	background-repeat: no-repeat;
	color:white;
}

.inicio_home{
	background-color: rgb(0, 58, 114);
	color:white;
}

.modal-titulo{
	font-size: 2rem;
	font-weight: 400;
	color: black;
}

.instrucciones-asignar{
	background-color: #003A72;
	padding: 6px 2px;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 5px;
	margin-bottom: 5px
}

.instruccion-asignar{
	font-weight: 150;
	color: white;
}

.tabla-asignaciones{
	font-size: 10px;
}

/*TABLA ADMINISTRATIVOS*/

.tabla-administrativos tr, th, td{
	font-size: 10px;
	border: 1px solid black;
}

.tabla-thead-admonFC
{
  text-align: center;
  background-color: black;
  color: white;
}

.campo
{
	background-color: #fff;
	color: black;
}

.tabla-thead-AN
{
  text-align: center;
  background-color: rgb(255,61,0);
  color: white;
}

.tabla-categorias-AN
{
  text-align: center;
  background-color: rgba(255,61,0,0.6);
  color: black;
}

.tabla-thead-AG
{
  text-align: center;
  background-color: rgb(97,97,97);
  color: white;
}

.tabla-categorias-AG
{
  text-align: center;
  background-color: rgba(97,97,97,0.6);
  color: black;
}

.tabla-thead-AA
{
  text-align: center;
  background-color: rgb(255,234,0);
  color: black;
}

.tabla-categorias-AA
{
  text-align: center;
  background-color: rgba(255,234,0,0.6);
  color: black;
}

.tabla-thead-T
{
  text-align: center;
  background-color: rgb(39, 113, 184);
  color: white;
}

.tabla-categorias-T
{
  text-align: center;
  background-color: rgba(39, 113, 184,0.6);
  color: black;
}

/*TABLA DOCENTES*/

.tabla-doc tr, th, td{
	font-size: 10px;
	border: 1px solid black;
}

.tabla-thead-docFC
{
  text-align: center;
  background-color: black;
  color: white;
}

.campo
{
	background-color: #fff;
	color: black;
}

.tabla-thead-AN-DOC
{
  text-align: center;
  background-color: rgb(183,28,28);
  color: white;
}

.tabla-categorias-AN-DOC
{
  text-align: center;
  background-color: rgba(183,28,28,0.5);
  color: black;
}

.tabla-thead-AG-DOC
{
  text-align: center;
  background-color: rgb(231,36,36);
  color: white;
}

.tabla-categorias-AG-DOC
{
  text-align: center;
  background-color: rgba(231,36,36,0.6);
  color: black;
}

.tabla-thead-AA-DOC
{
  text-align: center;
  background-color: rgb(183,28,28);
  color: white;
}

.tabla-categorias-AA-DOC
{
  text-align: center;
  background-color: rgba(183,28,28,0.5);
  color: black;
}

.tabla-thead-T-DOC
{
  text-align: center;
  background-color: rgb(39, 113, 184);
  color: white;
}

.tabla-categorias-T-DOC
{
  text-align: center;
  background-color: rgba(39, 113, 184,0.6);
  color: black;
}

.formularioA input[type="radio"]
{
  display: none;
}

.formularioA label
{
  padding: 5px 15px 5px 36px;
  display: inline-block;
  position: relative;
  font-size: 1em;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.formularioA label:hover
{
  background: rgba(0, 110, 216, 0.4); 
}

.formularioA .radio label:before
{
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background: none;
  border:3px solid black;
  border-radius: 50%;
  position: absolute;
  left: 12px;
  top: 12px;
}

.formularioA input[type="radio"]:checked + label
{
  padding: 5px 15px;
  background: rgb(0, 58, 114);
  border-radius: 5px;
  color:#fff;
}

.formularioA input[type="radio"]:checked + label:before
{
  display: none;
}

@media (min-width:320px)  { 
/* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
   .form-index {
	padding: 40px 10px;
	background-color: rgba(86, 101, 115,0.7);
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 10px;
	padding-top: 15px;
	margin-bottom: 10px;
    }
    h1 {
	text-align: center;
	padding: 2px;
	color: rgb(253, 254, 254);
    }
    .inicio{
	background-image:url(../IMG/Admi.png);
    background-color: rgba(214, 234, 248, 0.7);
	width: 100%;
	height: 100%vh;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	color:white;
    }
    #form_container
    {	
    	padding: 10px 5px;
    	background-color: rgba(255, 255, 255, 0.7);
    	margin-left: 5px;
    	margin-right: 5px;
    	margin-top: 10px;
    	padding-top: 15px;
    	margin-bottom: 10px;
    }
 }
@media (min-width:480px)  { 
/* smartphones, Android phones, landscape iPhone */
    .form-index {
	padding: 40px 10px;
	background-color: rgba(86, 101, 115,0.7);
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 10px;
	padding-top: 15px;
	margin-bottom: 10px;
    }
    h1 {
	text-align: center;
	padding: 2px;
	color: rgb(253, 254, 254);
    }
    .inicio{
	background-image:url(../IMG/Admi.png);
	background-color: rgba(214, 234, 248, 0.7);
	width: 100%;
	height: 100%vh;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	color:white;
    }
    #form_container
    {	
    	padding: 10px 5px;
    	background-color: rgba(255, 255, 255, 0.7);
    	margin-left: 5px;
    	margin-right: 5px;
    	margin-top: 10px;
    	padding-top: 15px;
    	margin-bottom: 10px;
    }
}
@media (min-width:600px)  { 
/* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ 
    .form-index {
	padding: 50px 20px;
	background-color: rgba(86, 101, 115,0.7);
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 70px;
	padding-top: 28px;
	margin-bottom: 30px;
    }
    h1 {
	text-align: center;
	padding: 2px;
	color: rgb(253, 254, 254);
    }
    .inicio{
	background-image:url(../IMG/Admi.png);
    background-color: rgba(214, 234, 248, 0.7);
	width: 100%;
	height: 100%vh;
	background-size: cover;
	background-repeat: no-repeat;
	color:white;
    }
    #form_container
    {	
    	padding: 10px 5px;
    	background-color: rgba(255, 255, 255, 0.7);
    	margin-left: 10px;
    	margin-right: 10px;
    	margin-top: 70px;
    	padding-top: 28px;
    	margin-bottom: 30px;
    }
}
@media (min-width:801px)  { 
/* tablet, landscape iPad, lo-res laptops ands desktops */ 
    .form-index {
	padding: 50px 20px;
	background-color: rgba(86, 101, 115,0.7);
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 70px;
	padding-top: 28px;
	margin-bottom: 30px;
    }
    h1 {
	text-align: center;
	padding: 2px;
	color: rgb(253, 254, 254);
    }
    .inicio{
	background-image:url(../IMG/Admi.png);
    background-color: rgba(214, 234, 248, 0.7);
	width: 100%vh;
	height: 100%vh;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	color:white;
    }
    #form_container
    {	
    	padding: 50px 20px;
    	background-color: rgba(255, 255, 255, 0.7);
    	margin-left: 10%;
    	margin-right: 10%;
    	margin-top: 70px;
    	padding-top: 28px;
    	margin-bottom: 30px;
    }
}
@media (min-width:1025px) { 
/* big landscape tablets, laptops, and desktops */ 
    .form-index {
	padding: 70px 50px;
	background-color: rgba(86, 101, 115,0.7);
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 190px;
	padding-top: 90px;
	margin-bottom: 95px;
    }
    h1 {
	text-align: center;
	padding: 2px;
	color: rgb(253, 254, 254);
    }
    .inicio{
	background-image:url(../IMG/Admi.png);
    background-color: rgba(214, 234, 248, 0.7);
	width: 100%vh;
	height: 100%vh;
	background-size: cover;
	background-repeat: no-repeat;
	color:white;
    }
    #form_container
    {	
    	padding: 50px 20px;
    	background-color: rgba(255, 255, 255, 0.7);
    	margin-left: 10%;
    	margin-right: 10%;
    	margin-top: 70px;
    	padding-top: 28px;
    	margin-bottom: 30px;
    }
}
@media (min-width:1281px) { 
/* hi-res laptops and desktops */  
    .form-index {
	padding: 70px 50px;
	background-color: rgba(86, 101, 115,0.7);
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 190px;
	padding-top: 90px;
	margin-bottom: 95px;
    }
    h1 {
	text-align: center;
	padding: 2px;
	color: rgb(253, 254, 254);
    }
    .inicio{
	background-image:url(../IMG/Admi.png);
    background-color: rgba(214, 234, 248, 0.7);
	width: 100%vh;
	height: 100%vh;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	color:white;
    }
    #form_container
    {	
    	padding: 50px 20px;
    	background-color: rgba(255, 255, 255, 0.7);
    	margin-left: 10%;
    	margin-right: 10%;
    	margin-top: 70px;
    	padding-top: 28px;
    	margin-bottom: 30px;
    }
}