body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}
.formularioMayus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

.alerta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color:#FF0000;
}

.centro {
	float: left;
	padding: 0px;
	min-height: 400px;
	width: 100%;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1571BC;
	font-weight: bold;

}
.tituloC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1571BC;
	font-weight: bold;
	text-align:center;
}
.ttexto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #023F7E;
        font-weight: bold;

}
.ttexto2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #023F7E;
	font-weight: bold;
}
.ttextoR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}

.ttexto3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.ttexto4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1A658D;
	font-weight: bold;
}
.ttexto5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1A658D;
	font-weight: bold;

}
.cuadro{
border-color:#1A658D; 
background-color:#EEE;
}
.cuadroColor{
border-color:#1A658D; 
background-color:#EAF4FD;
}
#msj.container{
width:50% !important; 
}
input:focus {
border-color:#000099; 
}
.borderinput{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;	
}
#docentes,#listadoimp {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
}

#docentes td, #docentes th, #listadoimp td, #listadoimp th {
    border: 1px solid #ddd;
    text-align: left;
    padding: 5px;
}

#docentes tr:nth-child(even), #listadoimp tr:nth-child(even){background-color: #f2f2f2}

#docentes tr:hover, #listadoimp tr:hover{background-color: #ddd;}

#docentes th {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #1572BD;
    color: white;
}
#listadoimp th {
    padding-top: 2px;
    padding-bottom: 2px;
}
input[type=text], textarea{
    border: 1px solid #CECECE;
    border-radius: 4px;
	background-color:#F9F9F9;
	padding: 5px 5px;
}
input[type="text"]:disabled {
    background: #ddd;
}
input[type=text]:focus {
    border: 1px solid #1A658D;
}
select {
    padding: 5px 5px;
    border: 1px solid #CECECE;
    border-radius: 4px;
    background-color: #F9F9F9;
}
select option:disabled {
    color: #990000;
    font-weight: bold;
}
select:disabled {
    background: #ddd;
	
}
input[type=button], input[type=submit], input[type=reset] {
    background-color: #023F7E;
    border: none;
    color: white;
    padding: 5px 5px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
}
input[type=button]:hover {
    background-color: 1572BD;
}

