﻿@charset "utf-8";

			/* ---------------------------------------------------------------------------------------------------------------------------*/
			/* --------------------------------------------------->>> CSS Document <<<----------------------------------------------------*/
			/* ---------------------------------------------------------------------------------------------------------------------------*/


/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ CAMPOS DEL FORMULARIO  ////////////////////////////////////////////////////////////// */

/* <---  body, input, select.  ---> */

html *
{
   font-family: Arial !important;
}

.alerta{
	padding:5px;
	margin-bottom:5px;
	border:1px solid transparent;
	border-radius:4px
}
	
.alerta-success{
	color:#3c763d;
	background-color:#dff0d8;
	border-color:#d6e9c6
}

.alerta-info{
	color:#31708f;
	background-color:#d9edf7;
	border-color:#bce8f1
}

.alerta-warning{
	color:#8a6d3b;
	background-color:#fcf8e3;
	border-color:#faebcc
}

.alerta-danger{
	color:#a94442;
	background-color:#f2dede;
	border-color:#ebccd1
}

.panel-footer1 {
  height:70px;
  text-align:center;
  margin-botton: 50px;
  color:#FFFFFF;
  background-color: #787878;
}





/* SELECT  -------> */
select{
	font-family:'Times New Roman', Times, serif;
	border-radius:10px 0px 0px 0px;
	border:solid #0C0 1px;
	outline:none; /*para quitar el borede al seleccionarlo*/
	}
select:focus{
	border:solid #E8B900 1px;
	}

/* TEXTAREA  -------> */
textarea{
	font-family:'Times New Roman', Times, serif;
	border-radius:10px 0px 0px 0px;
	border:solid #0C0 2px;
	outline:none; /*para quitar el borede al seleccionarlo*/
	}
textarea:focus{
	border:solid #E8B900 2px;
	}	
	
/* ADICIONALES HS */



	
#wrap{
	min-height:100%;
	height:auto;
	margin: 0 auto -60px;
	padding: 0 0 60px;
}

.navbar {
  position: relative;
  min-height: 60px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #007100;
  border-radius: 0px;
  font-weight:bold;
}

.navbar_red {
  position: relative;
  min-height: 45px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #FF5548;
  border-radius: 0px;
  font-weight:bold;
}

.btn {
  display: inline-block;
  padding: 10px 15px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight:500;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 8px;
}

.btn1 {
  display: inline-block;
  margin-bottom: 0;
  font-size: 15px;
  font-weight:500;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 8px;
}


.btn-success {
  color: #ffffff;
  background-color: #007100;
  border-color: #090;
}

.panel-heading {
  padding: 10px 15px;
  margin: -15px -15px 15px;
  background-color: #4A64A1;
  color:#FFFFFF;
  border-bottom: 1px solid #4A64A1;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}

.panel_heading_td {
  padding: 10px 15px;
  margin: -15px -15px 15px;
  background-color: #393C6E;
  border:solid #FFF 1px;
  border-radius:10px;
  padding-top:10px; 
  text-align: center;
  border-color:#FFFFFF;
  color:#FFFFFF;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}

.panel_heading_td_verde {
  padding: 10px 15px;
  margin: -15px -15px 15px;
  background-color:#007100;
  border:solid #FFF 1px;
  border-radius:10px;
  padding-top:10px; 
  text-align: center;
  border-color:#FFFFFF;
  color:#FFFFFF;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}

.well {
  color:black;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well_black_text {
  color:#FFFFF;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well_text {
  color:#000000;
  font-size: 17px;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well_white {
  color:#039;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well_yellow {
  color:#039;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #F3F781;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well_green {
  color:#039;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #F5FBEF;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well_verde {
  color:#FFFFFF;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #0D4A0D;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}


.well4 {
  color:#039;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well2 {
  color:#039;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ECF1EF;
  border: 2px solid #9C9EB6;
  border-radius: 6px;
  -moz-box-shadow: 0 0 3px 3px #9C9EB6;
  -webkit-box-shadow: 0 0 3px 3px#9C9EB6;
  box-shadow: 0 0 5px 5px #9C9EB6;
  /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);*/
}

.well3 {
  color:#039;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #FAFCFC;
  border: 2px solid #9C9EB6;
  border-radius: 6px;
  -moz-box-shadow: 0 0 3px 3px #9C9EB6;
  -webkit-box-shadow: 0 0 3px 3px#9C9EB6;
  box-shadow: 0 0 5px 5px #9C9EB6;
  /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);*/
}

.well_aclarado {
  color:#039;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 2px solid #9C9EB6;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well-a {
  color:#000000;
  font-size: 17px;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 2px solid #9C9EB6;
  border-radius: 6px;
  -moz-box-shadow: 0 0 3px 3px #9C9EB6;
  -webkit-box-shadow: 0 0 3px 3px#9C9EB6;
  box-shadow: 0 0 5px 5px #9C9EB6;
  /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);*/
}

.well_tabla {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #210B61;
  border: 2px solid #9C9EB6;
  border-radius: 6px;
  font-size: 16px;
  color: #FFFFFF;
  -moz-box-shadow: 0 0 3px 3px #9C9EB6;
  -webkit-box-shadow: 0 0 3px 3px#9C9EB6;
  box-shadow: 0 0 5px 5px #9C9EB6;
  /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);*/
}

.well_tabla_gris {
  padding-right: 10px;
  margin-bottom: 20px;
  background-color: #FAFCFC;
  border: 2px solid #FFFFFF;
  border-radius: 6px;
  font-size: 16px;
  color: #000000;
  font: bold 12px;
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);

}

.well_centrado {
  color:#039;
  min-height: 20px;
  padding: 12px;
  margin-bottom: 20px;
  color: #000000;
  background-color: #FDFDF8;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translateX(-50%) translateY(-50%);

}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ Banner, Contenedor, Menu, Minimenu ////////////////////////////////////////////////////////////// */

.banner{
	position:relative;
	background:url(../images/banner1.png) center no-repeat;
	width:100%;
	height:60px;
	}
.contenedor{
	position:relative;
	width:100%;
	height:autopx;
	}
#menu{
	position:relative; 
	left:0px; 
	width:1024px;
	}	
#minimenu{
	position:relative; 
	left:430px; 
	width:200px;
	height:5%;
	}	

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ TITULOS Y FUENTES ////////////////////////////////////////////////////////////// */
.centrar-texto-celda {
    text-align: center;
	color:#050505;
}

.texto-negro {
	color:#000000;
}

.texto-blanco {
	color:#FFFFFF;
}

.rotar {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);

  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;

  /* Should be unset in IE9+ I think. */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.T1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color:#FFF;
	}
.T2{
	font-family:"Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	color: #000033;
	}
.T3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color:#009;
	}
.T4{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color:#FF8000;
	}
	
.cuerpo{
	font-weight:bold;
	color: #FFFFFF
	}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ BOTONES ////////////////////////////////////////////////////////////// */

.btn{
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-weight:bold;
	}
.btn:hover{
	background-color:#87878F;
	cursor:pointer;
	}
.btn:active{
	background-color:#87878F;
	}
	
.btn1{
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-weight:bold;
	}
.btn1:hover{
	background-color:#87878F;
	cursor:pointer;
	}
.btn1:active{
	background-color:#87878F;
	}
	
	
.btn2{
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-weight:bold;
	opacity:0.9;
	}
.btn2:hover{
	background-color:#0F9;
	cursor:pointer;
	opacity:1;
	width:160px;
	height:160px;
	}
.btn2:active{
	background-color:#FC0;
	}

.btn3{
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-weight:bold;
	opacity:0.6;
	font-family:-moz-Georgia, 'Times New Roman', Times, serif;
	font-weight:-moz-bold;
	opacity:-moz-0.6;
	}
.btn3:hover{
	background-color:#FF9;
	cursor:pointer;
	opacity:1;
	background-color:-moz-#FF9;
	cursor:-moz-pointer;
	opacity:--moz1;
	}
.btn3:active{
	background-color:#FC0;
	}


/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ DISEÑOS GENERALES ////////////////////////////////////////////////////////////// */

/* <<< - - - - - Tabla General - - - - - >>> */
#Tgeneral{
	background-color: #226f00;
	width: 1000px;
	top: 10px;
	position: relative;
	border-radius:10px;
	font: white;
	padding-bottom:5px;
	/*border-right: solid #33CC33 4px; */
	/*border-top: solid #33CC33 4px; */
	}

.tablacabecera{
	background-color: #226f00;
	width: 775px;
	top: 10px;
	position: relative;
	border-radius:10px;
	font: white;
	padding-bottom:5px;
	font-size : 77%;
    font-family : Verdana;
	/*border-right: solid #33CC33 4px; */
	/*border-top: solid #33CC33 4px; */
	}
.tablacuerpo{
	font-size : 77%;
    font-family : Verdana;
	}

#imagen1{
	background-color: #226f00;
	display: block;
	margin-left:auto; 
    margin-right:auto;
	border-radius:10px;
	padding-bottom:5px;
	border-right: solid #33CC33 8px; 
	border-top: solid #33CC33 8px; 
	border-left: solid #33CC33 8px; 
	border-botton: solid #33CC33 8px; 
	}

#tablem2{
	background-color: #226f00;
	width: 600px;
	top: 10px;
	position: relative;
	margin-left:auto; 
    margin-right:auto;
	border-radius:10px;
	font: white;
	padding-bottom:5px;
	/*border-right: solid #33CC33 4px; */
	/*border-top: solid #33CC33 4px; */
	}

#tablem3{
	background-color: #226f00;
	width: 800px;
	top: 10px;
	position: relative;
	margin-left:auto; 
    margin-right:auto;
	border-radius:10px;
	font: white;
	padding-bottom:5px;
	/*border-right: solid #33CC33 4px; */
	/*border-top: solid #33CC33 4px; */
	}

#tab-cuentas{
	
	font-size: 100%;
	}

#tablamia1{
	background-color: #226f00;
	width: 600px;
	top: 10px;
	position: relative;
	border-radius:10px;
	font: white;
	padding-bottom:5px;
	/*border-right: solid #33CC33 4px; */
	/*border-top: solid #33CC33 4px; */
	}

.tabla_standar1{
	background-color: #226f00;
	width: 1000px;
	top: 10px;
	position: relative;
	border-radius:10px;
	font: white;
	padding-bottom:5px;
	}
.tabla_standar2{
	background-color: #226f00;
	width: 1050px;
	top: 10px;
	position: relative;
	border-radius:10px;
	font: white;
	padding-bottom:5px;
	}
.thT{
	font-family:"Times New Roman", Times, serif;
	color: white;
	font-size: 28px;		
	}
.thB{
	padding-left: 10px;
	color: white;
	font-size: 16px;
	}	
.thN{
	font-family:"Times New Roman", Times, serif;
	border-bottom:#F90 solid 3px;
	border-top:#F90 solid 3px;	
	color: #FFF;
	font-size: 16px;
	}
.td0{
	color:#000;
	background-color: #FFFFFF;
	font-size: 14px;
	}
	
.sw0{
	color:#000;
	background-color: #F0F010;
	font-size: 14px;
	}
	
.sw1{
	color:#000;
	background-color: #46BFBD;
	font-size: 14px;
	}
	
.sw2{
	color:#000;
	background-color: #FDB45C;
	font-size: 14px;
	}
	
.sw3{
	color:#000;
	background-color: #9DF351;
	font-size: 14px;
	}
	
	/*verde claro*/
tr.border_bottom td {
  border-bottom:1pt solid #e0e0e0;
}

.td1{
	color:#000;
	background-color: #f9f9f9;
	font-size: 14px;
	}
	
.td1a{
	color:#000;
	background-color: #f9f9f9;
	font-size: 14px;
	}
	/*naranja*/
.td2{
	color:#000;
	background-color: #F6DA05;
	font-size: 15px;
	width:100;
	}
	/* rojo */
.td3{
	color:#000;
	background-color: #F43B08;
	font-size: 15px;
	width:100;
	}
	/*amarillo */
.td4{
	color:#000;
	background-color: #FAFF07;
	font-size: 15px;
	width:100;
	}
.td5{
	color:#000;
	background-color: #FFBF00;
	font-size: 15px;
	width:100;
	}
/*verde fosfo*/
.td6{
	color:#000;
	background-color: #58FA58;
	font-size: 14px;
	}

.tdr{
	color:#000;
	background-color: #FF2828;
	font-size: 14px;
	}
.tda{
	color:#000;
	background-color: #FFFF80;
	font-size: 14px;
	}
/* <<< - - - - - - - - DIV DE NOTAS - - - - - - - - >>> */
#notas{
	background-color: #FF9;
	width: 1000px;
	position: relative;
	border-radius:10px;
	padding-bottom:5px;
	border-right: solid #F90 4px; 
	border-left: solid #F90 4px;
	border-top: solid #F90 1px;
	border-bottom: solid #F90 1px;
	}



/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ DISEÑOS DE PAGINAS ////////////////////////////////////////////////////////////// */

/* <<< - - - - - - - - INDEX - - - - - - - - >>> */
.inicio{
	position:absolute; 
	background-image:url(../images/inicio.png); 
	border-style:none; 
	width:533px; 
	height:200px; 
	top:250px;
	left:50%; 
	margin-left:-276.5px; 
	border-radius:10px; 
	padding-top:20px; 
	padding-bottom:20px;
	padding-left:10px;
}
.inicio2{
	border-top:solid #CF0 2px;
	border-bottom:solid #CF0 2px;
	border-radius:5px;
	}
/* <<< - - - - - - - - MENU - - - - - - - - >>> */
#menuiconos{
	width:70%;
	height:170px;
	width:-webkit-70%;
	height:-webkit-170px;
	width:-moz-70%;
	height:-moz-170px;
	background-color:#FFFFFF;
	border-color:#FFFFFF; 
	}

.tablaf{
	background-color:#83B900;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color:#FFF;
	}
	
.tablag{
	background-color:#FDFED8;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color:#000000;
	}
	

#menuiconos1{
	background-color:#FFFFFF;
	width:70%;
	height:170px;
	width:-webkit-70%;
	height:-webkit-170px;
	width:-moz-70%;
	height:-moz-170px;
	border-color:#FFFFFF; 
	border-style:solid; 
	border-radius:15px;
	}

#menuiconos td{
	width:170px;
	height:170px;
	width:-webkit-170px;
	height:-webkit-170px;
	width:-moz-170px;
	height:-moz-170px;
	}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ DISEÑOS POR PAGINAS DE ADMIN ////////////////////////////////////////////////////////////// */
	
/* <<< - - - - - - - - CARGAR - - - - - - - - >>> */
#btnexportar{
	}
.cargar0{
	position:relative; 
	right:230px;
	
	width:500px; 
	height:230px;
	
	font-size:18px;
	color:#FFFFFF;
	text-align:left;
	
	background-color:#339900;
	background: -webkit-linear-gradient(#009900,#006600);
	background: -moz-linear-gradient(#009900,#006600);
	background: -o-linear-gradient(#009900,#006600);
	/*filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#81a8cb,endColorstr=#4477a1);*/
		
	padding-left:15px;
	padding-right:15px;
	margin-bottom: 10px;
	
	border-color:#009900; 
	border-style:solid; 
	border-radius:15px;
	border-bottom:solid;
	border-bottom-color:#006600;
	border-right:solid;
	border-right-color:#006600;
	}
.cargar1{
	position:relative;
	right:230px;
	
	width:500px; 
	height:100px;
	
	font-size:18px;
	color:#FFFFFF;
	
	background-color:#339900;
	background: -webkit-linear-gradient(#006600,#00FF00);
	background: -moz-linear-gradient(#006600,#00FF00);
	background: -o-linear-gradient(#006600,#00FF00);
		
	padding-left:15px;
	padding-right:15px;
	margin-bottom: 10px;
	
	border-color:#009900; 
	border-style:solid; 
	border-radius:15px;
	border-bottom:solid;
	border-bottom-color:#006600;
	border-right:solid;
	border-right-color:#006600;
	}
.cargar2{
	position:relative;
	right:230px;
	
	width:500px; 
	height:100px;
	
	font-size:18px;
	color:#FFFFFF;
	
	background-color:#339900;
	background: -webkit-linear-gradient(#006600,#00FF00);
	background: -moz-linear-gradient(#006600,#00FF00);
	background: -o-linear-gradient(#006600,#00FF00);
		
	padding-left:15px;
	padding-right:15px;
	margin-bottom: 10px;
	
	border-color:#009900; 
	border-style:solid; 
	border-radius:15px;
	border-bottom:solid;
	border-bottom-color:#006600;
	border-right:solid;
	border-right-color:#006600;
	}
.cargar3{
	position:relative;
	left:280px;
	top:-410px;
	
	width:500px;
	min-height:90px; 
	
	font-size:18px;
	color:#FFFFFF;
	
	background-color:#339900;
	background: -webkit-linear-gradient(#006600,#00FF00);
	background: -moz-linear-gradient(#006600,#00FF00);
	background: -o-linear-gradient(#006600,#00FF00);
	
		
	padding-left:15px;
	padding-right:15px;
	margin-bottom: 10px;
	
	border-color:#009900; 
	border-style:solid; 
	border-radius:15px;
	border-bottom:solid;
	border-bottom-color:#006600;
	border-right:solid;
	border-right-color:#006600;
	}
#tcargar{
	
	}
#tcargar td{	
	color:#FFF;
	padding: 3px;
	border-top:solid #FFF 2px;
	border-bottom:solid #FFF 2px;
	border-radius:8px;
	}
#tcargar a:link{
	color:#FFF;
	}
#tcargar a:visited{
	color:#FF0;
	}





/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ DISEÑOS POR PAGINAS DE COORD ////////////////////////////////////////////////////////////// */

.cajafil{
	background-color:#FF9;
	border-radius:10px;
	border-top:solid #F60 5px;
	border-bottom:solid #F60 5px;
	padding:10px;
	}



/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ DISEÑOS POR PAGINAS DE USUARIOS ////////////////////////////////////////////////////////////// */

/* <<< - - - - - - - - USUARIOS - - - - - - - - >>> */
.evaluador_login{
	border-style:double;
	background:#FFC;
	border-color:#0C0;
	border-width:10px;
	border-radius:10px;
	width:500px;
	padding-top:20px;
	padding-bottom:20px;
	}

#ventana_e{
	border-style:double;
	background:#6EBF27;
	border-color:#FFFFFF;
	border-width:10px;
	border-radius:10px;
	width:500px;
	padding-top:20px;
	padding-bottom:20px;
	}	


.evaluador_t1{
	font-size:38px;
	font-weight:bold;
	}
.evaluador_t2{
	font-weight:bold;
	}

/* <<< - - - - - - - - INICIO - - - - - - - - >>> */
#inicio_t1{
	position:relative;
	width:1024px;
	font-size:19px;
	font-weight:bold;
	background:#6C0;
	border-bottom:#F90 solid 3px;
	border-top:#F90 solid 3px;
	color:#FFF;
	}
#inicio_t2{
	position:relative;
	width:900px;
	border-radius:10px;
	border:#F90 solid 3px;
	background:#FFFFE5;
	text-align:justify;
	padding-right:30px;
	}
#inicio_t2 ul li{
	color:#009;
	font-size:22px;
	font-weight:bold;
	}
#inicio_t2 ul li ul li{
	color:#000;
	font-size:19px;
	font-weight:lighter;
	}

/* <<< - - - - - - - - OBJYPER - - - - - - - - >>> */


/* <<< - - - - - - - - NEWPERIODO - - - - - - - - >>> */


/* <<< - - - - - - - - CPERIODO - - - - - - - - >>> */
#cascaron-periodo{
	background:#FF9; 
	border-radius:8px; 
	width:400px; 
	min-height:130px; 
	color:#000; 
	border: solid #226f00 4px;
	}
#periodo{
	background:#FF9; 
	border-radius:8px; 
	width:400px; 
	min-height:130px; 
	color:#000; 
	border: solid #226f00 4px;
	}
.cont_periodo{
	background:#FF9; 
	border-radius:8px; 
	width:400px; 
	min-height:130px; 
	color:#000; 
	border: solid #226f00 4px;
	}

/* <<< - - - - - - - - EVALUARP - - - - - - - - >>> */
.listo{
	background:#FF9; 
	border-radius:8px; 
	width:500px; 
	color:#000; 
	border: solid #226f00 4px;s
	}
/* <<< - - - - - - - - MISPERIODOS - - - - - - - - >>> */
#encabezado{
	background-color: #226f00;
	width: 1000px;
	top: 10px;
	border-radius:10px 10px 0px 0px;
	}
#cuerpo{
	background-color: #226f00;
	width: 1000px;
	padding:0px;
	/*border-right: solid #33CC33 4px; */
	/*border-top: solid #33CC33 4px; */
	}
#final{
	background-color: #226f00;
	width: 1000px;
	border-radius:0px 0px 10px 10px;
	padding-bottom:5px;
	/*border-right: solid #33CC33 4px; */
	/*border-top: solid #33CC33 4px; */
	}
/* <<< - - - - - - - - x - - - - - - - - >>> */

/* <<< - - - - - - - - x - - - - - - - - >>> */

/* <<< - - - - - - - - x - - - - - - - - >>> */

/* <<< - - - - - - - - EXPORTAR - - - - - - - - >>> */
.exportar{
	color:#FFF;
	border:solid #6F3 1px;
	border-radius:10px;
	padding-top:10px; 
	text-align:center; 
	background-color:#090;
	background: -webkit-linear-gradient(#090,#6F0);
	background: -moz-linear-gradient(#090,#6F0);
	background: -o-linear-gradient(#090,#6F0);
	}
	
.exportar_azul{
	color:#FFF;
	border:solid #FFF 1px;
	border-radius:10px;
	padding-top:10px; 
	text-align:center; 
	background-color:#170B3B;
	background: -webkit-linear-gradient(#022C5E,#022C5E);
	background: -moz-linear-gradient(#022C5E,#022C5E);
	background: -o-linear-gradient(#022C5E,#022C5E);
	}
	
.exportar_verde{
	color:#FFF;
	font-size: 16px;
	border:solid #FFF 1px;
	border-radius:10px;
	padding-top:10px; 
	text-align:center; 
	background-color:#090;
	background: -webkit-linear-gradient(#007100,#2D882D);
	background: -moz-linear-gradient(#007100,#2D882D);
	background: -o-linear-gradient(#007100,#2D882D);
	}

.exportar_rojo{
	color:#FFF;
	font-size: 16px;
	border:solid #FFF 1px;
	border-radius:10px;
	padding-top:10px; 
	text-align:center; 
	background-color:#85001D;
	background: -webkit-linear-gradient(#85001D,#9D344B);
	background: -moz-linear-gradient(#85001D,#9D344B);
	background: -o-linear-gradient(#85001D,#9D344B);
	}
	
.exportar_negro{
	color:#FFF;
	font-size: 16px;
	border:solid #FFF 1px;
	border-radius:10px;
	padding-top:10px; 
	text-align:center; 
	background-color:#000000;
	background: -webkit-linear-gradient(#000000,#1B0006);
	background: -moz-linear-gradient(#000000,#1B0006);
	background: -o-linear-gradient(#000000,#1B0006);
	}
	
.tablat { 
border-bottom: thin short;
}
