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

section, source, video{ display: block; }


html { 
	max-width:1300px;
	margin: auto;
	
	/*padding:10px 50px;*/
	
}
html, body { 
	height:100%;

}

#encabezado {
	display:inline;
}


#encabezado li {
	     display: inline;
	     
	     height: 50px;
	     width: 150px;
	     border: 1px solid #888;
	     border-color: #ddd #888 #000 #ccc;
	     text-decoration: none;
	     padding: 0;
	     cursor: pointer;
}

.minusculas{
	text-transform:lowercase;
	
	}

.mayusculas{
	text-transform:uppercase;
	
	}
 h1 {
	font-size:36px;
	
}
h2 {
	color:#00ffff;
	text-shadow:#330;
	
	background-image: -moz-linear-gradient(top, #3BA4C7 0%, #1982A5 100%); 
 background-image: -webkit-linear-gradient(top, #3BA4C7 0%, #1982A5 100%); 
 background-image: -o-linear-gradient(top, #3BA4C7 0%, #1982A5 100%); 
 background-image: -ms-linear-gradient(top, #3BA4C7 0% ,#1982A5 100%); 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1982A5', endColorstr='#1982A5',GradientType=0 ); 
 background-image: linear-gradient(top, #3BA4C7 0% ,#1982A5 100%);   
 -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;  
	
}

.1 {
    background: #FBB2A3;
}
.2 {
    background: #FBDEA3;
}
.roundabout-holder  { 
	width:850px;
	height:220px;
	margin:0 auto;
}
.roundabout-moveable-item {
   width: 646px;
   height: 200px;
   cursor: pointer;
	 border:3px solid #ccc;
	 border:3px solid rgba(0, 0, 0, 0.08);
   border-radius:4px;
	 -moz-border-radius:4px;
	 -webkit-border-radius:4px;
}
.roundabout-moveable-item img{
		width:100%;
	}
.roundabout-in-focus {
	border:3px solid rgba(0, 0, 0, 0.2);
}

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

	
header nav ul li:nth-of-type(6) a {
			background:#d00110;
			background-image: -moz-linear-gradient(top, #d00110, #da0116);
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #d00110),color-stop(1, #da0116));
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#d00110', EndColorStr='#da0116');
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#d00110', EndColorStr='#da0116')";
		}
#loopedSlider .wrap { width:295px; height:295px; overflow:hidden; position:relative;}
#loopedSlider .slides { position:absolute; top:0; left:0; }
#loopedSlider .slides div { position:absolute; top:0; width:295px; display:none; }

#loopedSlider { width:295px; position:relative; clear:both; }
#loopedSlider .nav-controls {
	width:100%;
	overflow:hidden;
	padding-top:10px;
}
#loopedSlider li {
	display:inline;
}
#loopedSlider li a.previous {
	float:left;
}
#loopedSlider li a.next {
	float:right;
}
/*------------------------------*/
 ul li { 
	list-style:none;
	margin:0;
	padding:0;
	align:center;
	/*font-size:20px;*/
}

#contenido {
	height:350px;
	width:500px;
	align:center;
}
#edificio {
	align:center;
}
/*#iframe li {
	font-size:20px;
}*/
.lista1 {
	width:300px;
	height:25px;
	border:radius;
	padding:0;
	
}
.formato {
		
    margin:auto;
    width:600px;
    height:700px;
	alignment-adjust:central;
        
}
.formato2 {
		
    margin:auto;
    width:1000px;
    height:700px;
	/*alignment-adjust:central;*/
        
}
	

/*----------------------------------------*/
.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:#000;
}
a:link {
	font-size:20px;
text-decoration:none;
}

input, select, TEXTAREA {
	border-radius: .25em;
	cursor:pointer;
	background:#DFE;
	padding:.25em;
	border:thin solid #039;
	
}
fieldset {
	border:thin solid #039;
	border-radius: 1em;
	background:#FEEED6;
}
table {
	border-color: #7bbfd5;
	font-family: Verdana, Geneva, sans-serif;
	}

/*-------------------------------------*/
.boton {
	background:#7bbfd5;
	border-radius:0 1em;
	color:#00ffff;
	font-size: 1em;
	font-weight:bold;
	font-align:center;
	width:100px;
	box-shadow:#369;
	background-image: -moz-linear-gradient(top, #3BA4C7 0%, #1982A5 100%); 
 background-image: -webkit-linear-gradient(top, #3BA4C7 0%, #1982A5 100%); 
 background-image: -o-linear-gradient(top, #3BA4C7 0%, #1982A5 100%); 
 background-image: -ms-linear-gradient(top, #3BA4C7 0% ,#1982A5 100%); 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1982A5', endColorstr='#1982A5',GradientType=0 ); 
 background-image: linear-gradient(top, #3BA4C7 0% ,#1982A5 100%);   
 -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:#00ffff;
	border-radius: 1em 0;
	color:#06F;
	cursor:pointer;
}
/*--------------------------mostra plano efecto lupa----*/
