﻿.button
{
	padding: 4px 6px;
	/*text-align: center;*/
	border: 1px solid #c7c8c9;
	background: #F3F4F7;
	
	background-color: #f0f2f3;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#f0f2f3));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #ffffff, #f0f2f3);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(#ffffff, #f0f2f3);
    /* IE 10 */
    background: -ms-linear-gradient(top, #ffffff, #f0f2f3);
    /* Opera 11.10+ */
    background : -o-linear-gradient(top, #ffffff, #f0f2f3);

	-pie-background: linear-gradient(#ffffff, #f0f2f3);

	-webkit-box-shadow: #c6c9cd 0px 1px 3px;
	-moz-box-shadow: #c6c9cd 0px 1px 3px;
	box-shadow: #c6c9cd 0px 1px 3px;
	
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

a.button, a.button:visited
{
	color:#000;
	text-decoration: none;
}

.button:hover
{
	border: 1px solid #F1C43F;

	background: #fee486;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fef9c9), to(#fee486));
	background: -moz-linear-gradient(#fef9c9, #fee486);
	-pie-background: linear-gradient(#fef9c9, #fee486);	
	
	cursor: pointer;
}
.button:active
{
	border: 1px solid #c28a30;

	background: #ffd86b;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fee486), to(#ffd86b));
	background: -moz-linear-gradient(#fee486, #ffd86b);
	-pie-background: linear-gradient(#fee486, #ffd86b);	


	cursor: pointer;
}

.new-button
{
	padding: 2px 6px;
	float: right;
	width: 100px;
	margin-top: -5px;
}

.button.big         {width: 150px; padding: 10px; margin-top: 5px; margin-bottom: 5px; position: relative;}
.button.big img     {position: absolute; margin-right: 10px;
    top: 10px;
    left: 12px;
    right: 112px;
	height: 28px;
}
.button.big .label  {margin-left: 42px;	text-align: left; font-weight: bold; display: block;}
.button.big .desc   {text-align: left; font-size: 8pt; margin-top: 5px; margin-left: 42px; display: block;}

.button.mid         {width: 150px; padding:10px; margin-top: 5px; margin-bottom: 5px; position: relative;}  
.button.mid img     {position: absolute; margin-right: 10px; margin-top:-5px}
.button.mid .label  {margin-left: 32px;	text-align: left; font-weight: bold; display: block;}
.button.mid .desc   {text-align: left; font-size: 8pt; margin-top: 5px; margin-left: 42px; display: block;}
.button.mid.seleccionado
{
	border: 1px solid #c28a30;

	background: #ffd86b;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fee486), to(#ffd86b));
	background: -moz-linear-gradient(#fee486, #ffd86b);
	-pie-background: linear-gradient(#fee486, #ffd86b);	
	cursor: pointer;
}

.button.ppal          {padding:10px; position: relative;}  
.button.ppal img      {position: absolute; margin-right: 10px; margin-top:-5px}
.button.ppal .label   {margin-left: 32px; text-align: left; font-weight: bold; display: block;}
.button.ppal .desc    {text-align: left; font-size: 8pt; margin-top: 5px; margin-left: 42px; display: block;}
.button.ppal.seleccionado
{
	border: 1px solid #c28a30;

	background: #ffd86b;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fee486), to(#ffd86b));
	background: -moz-linear-gradient(#fee486, #ffd86b);
	-pie-background: linear-gradient(#fee486, #ffd86b);	
	cursor: pointer;
}


.button.bigLarge         {	width: 250px;	padding: 5px;	margin-top: 5px;	margin-bottom: 5px;	position: relative;}
.button.bigLarge img     {	position: absolute;	margin-right: 10px;}
.button.bigLarge .label  {   margin-left: 42px; text-align: left; font-weight: bold; display: block;}
.button.bigLarge .desc   {	text-align: left;	font-size: 8pt;	margin-top: 5px;	margin-left: 42px;	display: block;}

.button.bigShort         {	width: 80px;	padding: 5px;	margin-top: 5px;	margin-bottom: 5px;	position: relative;}
.button.bigShort img     {	position: absolute;	margin-right: 10px;}
.button.bigShort .label  {   margin-left: 22px; text-align: left; font-weight: bold; display: block;}
.button.bigShort .desc   {	text-align: left;	font-size: 8pt;	margin-top: 5px;	margin-left: 22px;	display: block;}


.textoayuda 	                    { display:inline; color:#87816e; text-decoration:none; vertical-align:middle;  overflow:hidden; height:20px; margin-top:-5px; padding-left:10px; font-style:italic;}
.textoayuda span.ico_advertencia    { display:inline-block; background: url(icons/normal/advertencia.png) 0 4px no-repeat; width:25px; height:21px; }

.clear                              { clear: both; }


/* Botones ribbon para la barra superior */
.section-title
{
	color: #6883a5; /*848484;*/
	text-align: center;
	clear: left;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;

}

.ribbon-section
{
	float: left;
	position: relative;
	height: 75px; /* 82px */
}


.ribbon-section-sep
{
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #fff;
	margin: 0 5px;
	height: 75px;
	position: relative;
	width: 0;
	float: left;
}

.ribbon-button
{
	padding: 4px 6px;
	border: 1px solid transparent;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;

}

.ribbon-button-large
{
	text-align: center;
	height: 50px; /* 58px */
	min-width: 44px;
	float: left;
}

.ribbon-button-small
{
	height: 14px;
	padding: 2px 3px; /*3px 4px*/
	text-align: left;

}

.ribbon-button .button-help
{
	display: none;
}

.ribbon-button .button-title
{
	color: #444;
}

.ribbon-button-large .button-title
{
	clear: left;
	display: block;
}

.ribbon-button-large .ribbon-icon
{
	margin: auto;
}

.ribbon-button-small .ribbon-icon
{
	width: 16px;
	height: 16px;
	float: left;
	clear: left;
	margin: -1px 5px 0px 1px;
}
.ribbon-button .ribbon-icon.ribbon-hot, .ribbon-button .ribbon-icon.ribbon-disabled
{
	display: none;
}

.ribbon-button-large .ribbon-icon.ribbon-normal
{
	display: block;
}

.ribbon-button:hover .ribbon-icon.ribbon-normal
{
	display: none;
}

.ribbon-button-large:hover .ribbon-icon.ribbon-hot
{
	display: block;
}
.ribbon-button-small .ribbon-icon.ribbon-normal
{
	display: inline;
}

.ribbon-button-small:hover .ribbon-icon.ribbon-hot
{
	display: inline;
}

.ribbon-button:hover, .ribbon-button.sel
{
	border: 1px solid #F1C43F;
	background: #fdeeb3;
	cursor: pointer;
	
}
.ribbon-button:active
{
	border: 1px solid #F1C43F;
	background: #F1C43F;
	cursor: pointer;
}

.ribbon-button.disabled .ribbon-icon, .ribbon-button.disabled:hover .ribbon-icon
{
	display: none;
}
.ribbon-button.disabled .ribbon-icon.ribbon-disabled
{
	display: block;
	opacity: 0.8;

}
.ribbon-button.disabled .ribbon-icon.ribbon-implicit-disabled
{
	opacity: 0.4;
}

.ribbon-button.disabled:hover
{
	border: 1px solid transparent;
	background: transparent;
	cursor: default;
}
.ribbon-button.disabled:active
{
	border: 1px solid transparent;
	background: transparent;
	cursor: default;
}

.ribbon-button.disabled .button-title
{
	color: #888;
}

/*.ribbon-tooltip
{
	font-family: "Segoe UI" , Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 10pt;
	position: fixed;
	z-index: 5000;
	border: 1px solid #8b9097;
	background-color: #e5e5f0;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#e5e5f0));
	background: -moz-linear-gradient(#ffffff, #e5e5f0);
	-pie-background: linear-gradient(#ffffff, #e5e5f0);
	padding: 5px;
	-webkit-box-shadow: #c6c9cd 1px 1px 3px;
	-moz-box-shadow: #c6c9cd 1px 1px 3px;
	box-shadow: #c6c9cd 1px 1px 3px;
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	width: 200px;
	top: 150px !important;
}
*/
/* Fin botones ribbon */


/* Estilos PASAR LISTA */
	.foto_norm	 { float:left; width:125px; padding:0px 10px }
	.foto_min	       { width: 50px; margin: 0px; vertical-align: middle; border-color: rgb(149, 181, 190); border-radius: 5px; border-style: solid; border-width: 1px;}
	.foto_min_sinborde { width: 50px; height: 60px; margin: 0px; vertical-align: middle; border: 0px; }
	
	.etiqueta	 { height:18px; vertical-align:middle; font-size:11px; color:#000000}
	.caja_sup    { font-family: 'Segoe UI', Tahoma, Arial, sans-serif; color:#4f4f4f; font-size: 13px; border: 0px; margin:0px; }

	.apartado       { font-family: 'Segoe UI', Tahoma, Arial, sans-serif; font-size:15px; font-weight:normal; color:#4f4f4f; display:inline-block; padding:0 0 5px 0}
	.subapartado    { font-family: 'Segoe UI', Tahoma, Arial, sans-serif; font-size:13px; font-weight:normal; color:#4f4f4f; font-style:italic; display:inline-block; padding:0 0 5px 0}
	.normal         { font-family: 'Segoe UI', Tahoma, Arial, sans-serif; font-size:11px; font-weight:normal; color:#4f4f4f; font-style:italic; display:inline-block; padding:5px 0 5px 0}
	.caja   	    { font-family: 'Segoe UI', Tahoma, Arial, sans-serif; font-size:12px; font-weight:normal; color:#4f4f4f; 
	               	  margin :0px; padding:1px 5px 0px 5px; text-align:left; vertical-align:middle; height:16px; border:1px solid #c0c0c0;}
	.caja_obligatorio { font-family: 'Segoe UI', Tahoma, Arial, sans-serif; font-size:12px; font-weight:normal; color:#4f4f4f; 
	               	  margin :0px; padding:1px 5px 0px 5px; text-align:left; vertical-align:middle; height:16px ; border:1px solid #ff0000;}
	.desplegable   	 { font-family: 'Segoe UI', Tahoma, Arial, sans-serif; font-size:12px; font-weight:normal; color:#4f4f4f; 
	               	  margin :0px; padding:1px 0px 0px 5px; text-align:left; vertical-align:middle; height:20px;border:1px solid #c0c0c0; }
	.desplegable_obligatorio   	 { font-family: 'Segoe UI', Tahoma, Arial, sans-serif; font-size:12px; font-weight:normal; color:#4f4f4f; 
	               	  margin :0px; padding:1px 0px 0px 5px; text-align:left; vertical-align:middle; height:20px;border:1px solid #ff0000; }
	.small       { font-size: 11px; }
	.check		 { margin:0px; padding:1px 5px 0px 5px; text-align:left; vertical-align:middle; height:18px; font-size:11px; color:#000; font-weight:normal; }
	               	  
	.resaltada   { font-size:16px; font-weight: bold; }

	.grisclaro      { color: #9eb6c7}               	  
	.bg_amarillo    { background-color: rgb(253, 242, 114);}
	.sinpadding     { padding:0px !Important }
	hr              { border: 1px solid rgb(180, 179, 179); border-bottom: 0px; margin: 5px 0px 5px 0px; }
	
	.a20            { display: inline-block; width: 20px; }
	.a50            { display: inline-block; width: 50px; }
	.a60            { display: inline-block; width: 60px; }
	.a70            { display: inline-block; width: 70px; }
	.a80            { display: inline-block; width: 80px; }
	.a100           { display: inline-block; width: 100px;}
	.a120           { display: inline-block; width: 120px;}
	.a140           { display: inline-block; width: 140px;}
	.a160           { display: inline-block; width: 160px;}
	.a180           { display: inline-block; width: 180px;}
	.a200           { display: inline-block; width: 200px;}
	.a250           { display: inline-block; width: 250px;}
	.a255           { display: inline-block; width: 255px;}
	.a260           { display: inline-block; width: 260px;}
	.a300           { display: inline-block; width: 300px;}
	.a310           { display: inline-block; width: 310px;}
	.a400           { display: inline-block; width: 400px;}
	.a420           { display: inline-block; width: 420px;}
	.a450           { display: inline-block; width: 450px;}
	.a500           { display: inline-block; width: 500px;}
	
	.h10            { display: inline-block; height:10px; }
	.h15            { display: inline-block; height:15px; }
	.h45            { display: inline-block; height:40px; }
	.h50            { display: inline-block; height:50px; }
	
	.right          { text-align:right;}
	.combo   	    { font-family: 'Segoe UI', Tahoma, Arial, sans-serif; font-size:11px; font-weight:normal; color:#4f4f4f; 
	               	  margin :0px; padding:1px 0px 0px 0px; text-align:left; vertical-align:middle; height:20px; 
	               	  border:1px solid #c0c0c0; }
	      
/* Botones  */
.botoneraPasarLista .btnAusencia, .btnRetraso, .btnJustificado, .btnGuardar, .btnPintar
{
	background: transparent url("icons/botoneraPasarLista.png") 0px -30px no-repeat;
	width: 94px;
	height: 30px;
	float: left;
	/*margin: 23px 5px 0px 12px;*/
	cursor: pointer;
}
/* Añadir */
.botoneraPasarLista .btnAusencia           { background-position: 0px  -60px; }
.botoneraPasarLista .btnAusencia:hover     { background-position: 0px  0px; }
.botoneraPasarLista .btnAusencia.disab     { background-position: 0px  -60px; }
.botoneraPasarLista .btnAusencia.sel       { background-position: 0px  0px; }
/* Actualizar */
.botoneraPasarLista .btnRetraso            { background-position: -94px  -60px; }
.botoneraPasarLista .btnRetraso:hover      { background-position: -94px  0px; }
.botoneraPasarLista .btnRetraso.selec      { background-position: -94px  -60px; }
.botoneraPasarLista .btnRetraso.sel        { background-position: -94px  0px; }
/* Justificar */
.botoneraPasarLista .btnJustificado        { background-position: -188px  -60px; }
.botoneraPasarLista .btnJustificado:hover  { background-position: -188px  0px; }
.botoneraPasarLista .btnJustificado.disab  { background-position: -188px  -60px; }
.botoneraPasarLista .btnJustificado.sel    { background-position: -188px  0px; }
/* Guardar */
.botoneraPasarLista .btnGuardar            { background-position:  -282px   -60px; }
.botoneraPasarLista .btnGuardar:hover      { background-position:  -282px     0px; }
.botoneraPasarLista .btnGuardar.selec      { background-position:  -282px   -60px; }
.botoneraPasarLista .btnGuardar.sel        { background-position:  -282px     0px; }
/* Pintar alumnos */
.botoneraPasarLista .btnPintar             { background-position:  -376px   -60px; }
.botoneraPasarLista .btnPintar:hover       { background-position:  -376px     0px; }
.botoneraPasarLista .btnPintar.disab       { background-position:  -376px   -60px; }
.botoneraPasarLista .btnPintar.sel         { background-position:  -376px     0px; }

/* Fin estilos pasar lista */

/* mer */
.botoneranetratitulo
{
	font-family:'Segoe UI', Tahoma, sans-serif !important;
	font-size: 18px !important;
	color:#ffffff !important;
	padding-left:10px;
}

.obligatorio {color:#ff0000 !important; font-weight:bolder; font-size:18px;}
.obligatorio_bordes {border:1px solid #ff0000;}

/* mer ****************************** */
.button_p
{
	padding: 1px 1px 1px 1px;
	margin-top:5px;
	/*text-align: center;*/
	/*border: 1px solid #c7c8c9;*/
	/*background: #F3F4F7;*/
	
	/*background-color: #f0f2f3;*/
	/* Safari 4-5, Chrome 1-9 */
	/*background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#f0f2f3));*/
	/* Safari 5.1, Chrome 10+ */
	/*background: -webkit-linear-gradient(top, #ffffff, #f0f2f3);*/
	/* Firefox 3.6+ */
	/*background: -moz-linear-gradient(#ffffff, #f0f2f3);*/
    /* IE 10 */
  /*  background: -ms-linear-gradient(top, #ffffff, #f0f2f3);*/
    /* Opera 11.10+ */
  /*  background : -o-linear-gradient(top, #ffffff, #f0f2f3);*/

	/*-pie-background: linear-gradient(#ffffff, #f0f2f3);*/

	/*-webkit-box-shadow: #c6c9cd 0px 1px 3px;*/
	/*-moz-box-shadow: #c6c9cd 0px 1px 3px;*/
	/*box-shadow: #c6c9cd 0px 1px 3px;*/
	
	/*-webkit-border-radius: 3px 3px 3px 3px;*/
	/*-moz-border-radius: 3px 3px 3px 3px;*/
	/*border-radius: 3px 3px 3px 3px;*/
	
}

a.button_p, a.button_p:visited
{
	color:#000;
	text-decoration: none;
}

.button_p:hover
{
	padding: 1px 1px 1px 1px;
	border: 3px solid #F1C43F;

	background: #fee486;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fef9c9), to(#fee486));
	background: -moz-linear-gradient(#fef9c9, #fee486);
	-pie-background: linear-gradient(#fef9c9, #fee486);	
	
	cursor: pointer;
}
.button_p:active
{
	border: 1px solid #c28a30;

	background: #ffd86b;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fee486), to(#ffd86b));
	background: -moz-linear-gradient(#fee486, #ffd86b);
	-pie-background: linear-gradient(#fee486, #ffd86b);	


	cursor: pointer;
}