@charset "utf-8";
.footer {
	margin-top: 50px;
	padding: 10px;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #E5E5E5;
	color: #C8C8C8;
}

.my-brand {
	display: block;
	float: left;
	text-shadow: 0 1px 0 #ffffff;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
}
.margin-left9      {
	margin-left: 8px;
}

.form-signin {
	max-width: 300px;
	padding: 19px 29px 29px;
	margin: 0 auto 20px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
	font-size: 16px;
	height: auto;
	margin-bottom: 15px;
	padding: 7px 9px;
}
.formulario-2-linea {
	line-height: 60px;
}
#imagengrupo img {
	border: 2px solid #D6D6D6;
	margin: 10px;
}




#entorno {
	float: right;
	line-height: 40px;
	height: 40px;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #D6D6D6;
	border-left-color: #D6D6D6;
	font-variant: small-caps;
	padding-right: 40px;
	padding-left: 40px;
	margin-top: 5px;
}
#usuario {
	float: right;
	line-height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 5px;
}

#desconectar {
	float: right;
	background-image: url(../img/desconectar.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 40px;
	width: 40px;
	cursor:pointer;
	margin-top: 5px;
}

#desconectar a {height: 40px;width: 40px; display:block; float:left;}

#usuario .estilo1 {
	font-weight: bold;
	color: #C1BDBE;
}
#desconectar:hover {
	cursor:pointer;
	background-color: #F2F2F2;
}
.nueva-edicion{
	background-color: #F7F7F7;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	}
.nueva-edicion-modal{
	background-color: #F7F7F7;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	margin-bottom: 15px;
	}

.form-actions-white {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.border-top {
	border-top: 1px solid #e5e5e5;


  *zoom: 1;	padding-top: 3px;
}
.marginTop15 {
	padding-top: 15px;
}
.marginTop-10 {
	margin-top: -10px;
}
.marginTop-5 {
	margin-top: -5px;
}
.buscar {
	float: right;
	padding-top: 15px;
	margin-top: -63px;
}
.select-todos {
	/*margin-top: -5px;*/
	padding-right: 5px;
}
.select-todos label {
	padding-right: 5px;
}





.float-right {
	float: right;
}
.float-left {
	float: left;
}
.clearboth {
	clear: both;
}

.destacado {
	color: #7C9E32;
}
.destacado-importante {
	color: #C30;
	font-weight: normal;
}

.destacado-2 {
	color: #F66;
	font-weight: normal;
}
.submenu li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 5px;
}
.submenu li a:hover {
	color: #F66;
}


.side-menu {
	display: inline-block;

  *display: inline;
	padding: 4px 12px;

  *margin-left: .3em;
	font-size: 11px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;

  *background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #bbbbbb;

  *border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	border-color: #c5c5c5;
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
	width: 100%;
	text-align: left;
	margin-bottom: 5px;
}

.comentario, .comentarioLogo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #666;
	padding-left: 5px;
}

.comentario2, .error_edit_comentario {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #666;
	padding-left: 5px;
}

.archivo-label {
	padding-right: 20px;
}
.archivo-label-min {
	padding-right: 10px;
}
.form-horizontal .control-label-min {
  float: left;
  width: 120px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls-min {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 130px;
  *margin-left: 0;
}
#form-alta-centros {
	background-color: #F8F5F3;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}
.tabla-evaluadores {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C1C1C1;
	padding-right: 15px;
	padding-top: 2px;
}

.form-ordenes-top-1 {
	text-align: left;
	font-size: 12px;
	width: 29%;
	}
.form-ordenes-top-2 {
	text-align: left;
	font-size: 12px;
	width: 26%;
	margin-left: 4%;
	}
.form-ordenes-top-3 {
	text-align: left;
	font-size: 12px;
	width: 36%;
	float: right;
	padding-right: 8px;
}
.btn-200 {
	/* [disabled]width: 230px; */
	margin-bottom: 15px;
	margin-right: 20px;
}
.tabla-centros {
	margin-top: 20px;
	margin-bottom: 15px;
}
.my-btn-small {
	font-size: 10px;
	color: #FFF;
	padding: 2px;
}
.badge-mio {
	padding: 2px 4px;
	font-size: 11.844px;
	font-weight: normal;
	line-height: 14px;
	color: #999;
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #FFF;
	border: 1px solid #D6D6D6;
	padding-right: 9px;
	padding-left: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
.icon-chevron-left-blue {
	background-position: -432px -72px;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: 1px;
	*margin-right: .3em;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url(../img/glyphicons-halflings-blue.png);
	/*background-position: 14px 14px;*/
	background-repeat: no-repeat;
}
.evaluador-col1 {
	width: 4%;
	float: left;
	margin-top: 10px;

}
.evaluador-col2 {
	float: left;
	background-color: #EDF2EC;
	padding: 1%;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	margin-top: 10px;
	margin-bottom: 10px;
	/* [disabled]font-size: 11px; */
	width: 98%;
}
.evaluador-col2 div {
	font-size: 11px;
}

.evaluador {
	padding: 15px;
}
.evaluador-col2 input {
	text-align: center;
	background-color: #FFF;
}
.pieza {
	height: 40px;
	line-height: 15px;
}
.pieza-final {
	height: 60px;
	line-height: 15px;
}


.piezas {
	padding: 1.3%;
	color: #666;
	width: 16%;
	height: 80px;
	border: 1px solid #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 4px;
	text-align: center;
}

.piezas-final {
	padding: 1.3%;
	color: #666;
	background-color: #E2E2E2;
	text-align: center;
	width: 16%;
	height: 86px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 4px;
}
.piezas9 {
	padding: 1.3%;
	color: #666;
	width: 16%;
	height: 84px;
	border: 1px solid #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 4px;
	text-align: center;
	background-image: url(../img/9nueve.png);
	background-repeat: no-repeat;
	background-position: left bottom;

}

.piezas8 {
	padding: 1.3%;
	color: #666;
	width: 16%;
	height: 84px;
	border: 1px solid #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 4px;
	text-align: center;
	background-image: url(../img/8ocho.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.piezas7 {
	padding: 1.3%;
	color: #666;
	width: 16%;
	height: 84px;
	border: 1px solid #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 4px;
	text-align: center;
	background-image: url(../img/7siete.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.piezas6 {
	padding: 1.3%;
	color: #666;
	width: 16%;
	height: 84px;
	border: 1px solid #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 4px;
	text-align: center;
	background-image: url(../img/6seis.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.piezas5 {
	padding: 1.3%;
	color: #666;
	width: 16%;
	height: 84px;
	border: 1px solid #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 4px;
	text-align: center;
	background-image: url(../img/5cinco.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.piezas4 {
	padding: 1.3%;
	color: #666;
	width: 16%;
	height: 84px;
	border: 1px solid #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 4px;
	text-align: center;
	background-image: url(../img/4cuatro.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.piezas3 {
	padding: 1.3%;
	color: #666;
	width: 16%;
	height: 84px;
	border: 1px solid #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 4px;
	text-align: center;
	background-image: url(../img/3tres.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.piezas2 {
	padding: 1.3%;
	color: #666;
	width: 16%;
	height: 84px;
	border: 1px solid #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 4px;
	text-align: center;
	background-image: url(../img/2dos.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.piezas1 {
	padding: 1.3%;
	color: #666;
	width: 16%;
	height: 84px;
	border: 1px solid #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 4px;
	text-align: center;
	background-image: url(../img/1uno.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.icon-arrow-down:hover, .icon-arrow-up:hover{
	background-color: #6ACBFF;
}
.myArrow {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #E9E9E9;
	margin-right: 2px;
	cursor:pointer;
}

.centrar {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#form-listado-tutores td.centrar {
	text-align: center;
}
#form-listado-alumnos th.centrar {
	text-align: center;
}


.volver {
	margin-top: -37px;
	font-size: 11px;
}
.alumno {
	font-size: 9px;
}
.evaluar-formulario {
	background-color: #EDEDED;
	padding: 1%;
}
.evaluar-detalle {
	/* [disabled]padding: 1%; */
}
.nota-final {
	background-color: #E9FFD2;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	padding: 5px;

}
.nota {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	height: 50px;
	width: 100px;
	float: right;
	background-color: #FFF;
	border: 1px solid #D6D6D6;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	text-align:center;
	line-height: 50px;
}
.nota-final h4 {
	float: left;
	padding-top: 5px;
	padding-left: 20px;
}
.padings5 {
	padding: 5px;
}
.container .breadcrumb li a {
	color: #999;
}
.container .span9 h3 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C1C1C1;
}
.menu-principal {
	padding-top: 50px;
}
.close-ok {
	margin-bottom: 20px;
	margin-left: 5px;
	padding-right: 5px;
	background-color: #0F0;
	width: 20px;
	height:20px;
	display: block;
}
.alert-mine {
	margin-bottom: 30px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-right: 20px;
	margin-left: auto;
	padding-top: 18px;
	padding-right: 39px;
	padding-bottom: 18px;
	padding-left: 18px;
	margin-top: 30px;
	width: 382px;
}
.error-message {
	font-size: 11px;
}
.input-detalle-alumno  {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(../img/detalle-alumno-campo-vacio.png);
	height: 25px;
	width: 40px;
}
.detalle-alumnos-tabla th{
	text-align: center;
}

.input-detalle-alumno-ok {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(../img/detalle-alumno-campo-ok.png);
	height: 25px;
	width: 40px;
}

.input-detalle-alumno-okko {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(../img/detalle-alumno-campo-okko.png);
	/*background-image: url(../img/detalle-alumno-campo-ok.png);*/
	height: 25px;
	width: 40px;
}

.input-detalle-alumno-ko {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(../img/detalle-alumno-campo-ko.png);
	height: 25px;
	width: 40px;
}

.input-detalle-alumno-nota  {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(../img/detalle-alumno-campo-vacio.png);
	height: 25px;
	width: 40px;
	font-size: 10px;
	line-height: 25px;
}


.bottom-border {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
}
.accordion-heading {
	padding-left: 20px;
}

.invisible-space {
	color: #FFF;
	font-size: 5px;
}
#detalle-titular-1, #detalle-titular-2, #detalle-titular-3 {
	margin-top: -2px;
	margin-right: 5px;
}

.detalles {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 20px;
}
.detalles-exportar {
	padding-top: 27px;
	margin-bottom: 20px;
}
.caption-subtitular {
	background-color: #f2f2f2;
	text-align: left;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
	font-size: 16px;

}
.detalle-alumnos-tabla thead tr th{
	font-size: 13px;
}

.detalle-titular-on {
	background-image: url(../img/detalle-titular-on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 20px;
	font-weight: normal;

}
.detalle-titular {
	background-image: url(../img/detalle-titular.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 20px;
	font-weight: normal;
}
a.accordion-toggle {
	color: #333;
}
a.accordion-toggle:hover {
	color: #389BBE;
	text-decoration: none;
}
.myLabel {
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	width: 20px;
}
.container .span9 .table.table-striped tbody tr td .btn.btn-warning, .container .span9 .table.table-striped tbody tr td .btn.btn-danger {
	width: 8px;
}
.container .span9 .table.table-striped tbody tr td .btn.btn-warning .icon-edit {
	margin-left: -2px;
}
.container .span9 .table.table-striped tbody tr td .btn.btn-danger .icon-remove {
	margin-left: -3px;
}

#bloque_eval_1 { width:100px; height:100px; border:solid 1px #999999; background-color:#dddddd; margin:0 20px 15px 0; padding:8px; text-align:center;}
#bloque_eval_1 p.result { font-size:28px;}
#bloque_eval_2 { width:100px; height:100px; border:solid 1px #999999; background-color:#dddddd; margin:0 20px 15px 0; padding:8px; text-align:center;}
#bloque_eval_2 p.result { font-size:28px;}
#bloque_eval_3 { width:100px; height:100px; border:solid 1px #999999; background-color:#dddddd; padding:8px; text-align:center;}
#bloque_eval_3 p.result { font-size:28px;}

#cuadro_mando { width:1000px;}
#cuadro_mando th { font:bold 10px Arial, Helvetica, sans-serif; height:20px;}
#cuadro_mando tr { font:normal 11px Arial, Helvetica, sans-serif;}
#cuadro_mando td { height:45px;}

#alertasTutor { margin-bottom:20px;}
#alertasTutor p { color:#666666; font:normal 15px Arial, Helvetica, sans-serif; line-height:20px; margin-bottom:18px;}
#alertasTutor p span.bold { font-weight:bold;}
#alertasTutor p span.turquesa { color:#31819d;}
#alertasTutor ul { margin-left:60px; margin-top:-12px; margin-bottom:18px;}
#alertasTutor ul li { list-style:disc; color:#31819d; font-weight:bold; margin-bottom:8px;}
span.turquesabold { color:#31819d; font-weight:bold;}