/*hoja de estilos Gestión de Apoyo Empresarial*/

section, source, video{ display: block; }



html{


}
.notes__image img {
    max-width: 100%; /* Asegura que la imagen no se desborde horizontalmente */
    height: auto; /* Mantiene la proporción de aspecto original */
    display: block; /* Elimina el espacio adicional debajo de la imagen */
}
	

body { 
	height:100%;

}

#encabezado {
	display:inline;
}


#encabezado li {
	     display: inline;
	     
	     height: 50px;
	     width: 150px;
	     border: 1px solid #20A907 #360;
	     border-color: #ddd #20A907 #000 #360;
	     text-decoration: none;
	     padding: 0;
	     cursor: pointer;
}
.minusculas{
	text-transform:lowercase;
	
	}

.mayusculas{
	text-transform:uppercase;
	
	}

 h1 {
	font-size:36px;
	
}
h2 {
	color: #36AF3D;
	text-shadow: #C1FSAF;
	



 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36AF3D', endColorstr='#36AF3D',GradientType=0 ); 
 background-image: linear-gradient(top, #C1FSAF 0% ,#36AF3D 100%);   
 -webkit-box-shadow:4px 3px 2px #C1FSAF, inset 2px 2px 6px #ffffff; 
 -moz-box-shadow: 4px 3px 2px #C1FSAF,  inset 2px 2px 6px #ffffff;  
 box-shadow:4px 3px 2px #C1FSAF, inset 2px 2px 6px #ffffff;  
	
}
/*Chrome:*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/*Firefox:*/
input[type="number"] {
-moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
-moz-appearance: number-input;
}
/*Other*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}

.container {
	margin:  auto;
	position: relative;
	width: auto;
	font-size:.8em;
}


/*------------------------------*/
 ul li { 
	list-style:none;
	margin:0;
	padding:0;
	align:center;
	/*font-size:20px;*/
}

#contenido {
	height:350px;
	width:auto;
	align:center;
}
#edificio {
	align:center;
}
/*#iframe li {
	font-size:20px;
}*/
.lista1 {
	width:300px;
	height:25px;
	border:radius;
	padding:0;
	
}
.lista2 {
	width:100px;
	height:25px;
	border:radius;
	padding:0;
	
}
.lista3 {
	width:150px;
	height:25px;
	border:radius;
	padding:0;
	
}
.formato {
 
  width: auto;
	padding-left: 10%;
	padding-right: 10%;
        
}
.formato3 {
 
  width: auto;
	padding-left: 10%;
	padding-right: 10%;
        
}
.formato4 {
 
  width: auto;
	padding-left: 0%;
	padding-right: 0%;
        
}
#contenedor {
  
  margin:  auto;
}
.wrapper {
  width: 95%;
  margin: auto;
  border: 0px;


  margin-bottom: 0px;
}

/*----------------------------------------*/
.tcalInput {
	text-align:center; 
	padding-right: 20px;
	cursor: pointer;
	background:url(../img/cal.gif)100% 50% no-repeat;
}
/*calendario*/
.tcalActive {
	background-image:url(../img/no_cal.gif);
}
/* container of calendar's pop-up */
#tcal {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 170px;
	background-color: white;
	margin-top: 2px;
	padding: 0 2px 2px 2px;
	border: 1px solid silver;

	-moz-box-shadow: 3px 3px 4px silver;
	-webkit-box-shadow: 3px 3px 4px silver;
	box-shadow: 3px 3px 4px silver;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver');
}

/* table containing navigation and current month */
#tcalControls {
	border-collapse: collapse;
	border: 0;
	width: 100%;
}
#tcalControls td {
	border-collapse: collapse;
	border: 0;
	padding: 0;
	width: 16px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}
#tcalControls th {
	border-collapse: collapse;
	border: 0;
	padding: 0;
	line-height: 25px;
	font-size: 10px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	white-space: nowrap;
}
#tcalPrevYear { background-image:url(../img/prev_year.gif); }
#tcalPrevMonth { background-image:url(../img/prev_mon.gif); }
#tcalNextMonth { background-image:url(../img/next_mon.gif); }
#tcalNextYear { background-image:url(../img/next_year.gif); }

/* table containing week days header and calendar grid */
#tcalGrid {
	border-collapse: collapse;
	border: 1px solid silver;
	width: 100%;
}
#tcalGrid th {
	border: 1px solid silver;
	border-collapse: collapse;
	padding: 3px 0;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	background-color: gray;
	color: white;
}
#tcalGrid td {
	border: 0;
	border-collapse: collapse;
	padding: 2px 0;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	width: 14%;
	font-size: 11px;
	cursor: pointer;
}		
#tcalGrid td.tcalOtherMonth { color: silver; }
#tcalGrid td.tcalWeekend { background-color: #ACD6F5; }
#tcalGrid td.tcalToday { border: 1px solid red; }
#tcalGrid td.tcalSelected { background-color: #FFB3BE; }
/*------------------------------*/
a:visited
{ font-size:20px;
    
	color:#36AF3D;
}
a:link {
	font-size:20px;
text-decoration:none;
}

input, select, TEXTAREA {
	border-radius: .25em;
	cursor:pointer;
	background:#DFE;
	padding:.25em;
	border:thin solid #039;
	padding-left: 5px;
	
}
fieldset {
	border:thin solid #99F;
	border-radius: 1em;
	background:#FFE99B;
}
table {
	border-color:#7bbfd5;
	}

/*-------------------------------------*/
.boton {
	background:#36AF3D;
	border-radius:0 1em;
	color:#C1F5AF;
	font-size: 1em;
	font-weight:bold;
	font-align:center;
	width:100px;
	box-shadow:#000;
	background-image: -moz-linear-gradient(top, #36AF3D 0%, #C1F5AF 100%); 
 background-image: -webkit-linear-gradient(top, #36AF3D 0%, #C1F5AF 100%); 
 background-image: -o-linear-gradient(top, #36AF3D 0%, #C1F5AF 100%); 
 background-image: -ms-linear-gradient(top, #36AF3D 0% ,#C1F5AF 100%); 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C1F5AF', endColorstr='#C1F5AF',GradientType=0 ); 
   
 -webkit-box-shadow:4px 3px 2px #6067a6, inset 2px 2px 6px #ffffff; 
 -moz-box-shadow: 4px 3px 2px #6067a6,  inset 2px 2px 6px #ffffff;  
 box-shadow:4px 3px 2px #6067a6, inset 2px 2px 6px #ffffff;  
  
	}
.boton:hover {
	background:#C1F5AF;
	border-radius: 1em 0;
	color:#36AF3D;
	cursor:pointer;
}
/*------------------------------*/
#contento { 
	width: 600px; 
	margin: 0 auto;
	

}
#contento2 { 
	width: 1000px; 
	margin: 0 auto;
	

}
#contento3 { 
	width: 1200px; 
	margin: 0 auto;
	

	
}
#contento4 { 
	width: 1500px; 
	margin: 0 auto;
	

}
.cat{
	max-height: 500px;
	max-width: 400px;
	
}

