body {
	/*background-color: #E8EEFA;*/	
	/*background-image: url(../images/page_bg.png);*/	
	margin: 0px 0px 0px 0px;
	color : #333;
	background-color : #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*line-height: 150%;*/
}

td.modulos{
	/*border: thin dashed rgb(153, 153, 153);*/
	/*background-image: url(../images/found.png);*/
}

/* inicio de Cabecera de la Entrada*/
#wrapper {
        border: 0px;
        margin: 0px;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
}

#wrapper1 div {
    border: 0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 5px 0px 5px;
    display: inline;
}

#header {
        background-color: #FFF;
        background-position: right top;
        border-bottom: 3px solid #C64934;
        background: url(images/header_bg.png);
}

#joomla {
        position: relative;
        width: 100%;
        background: url(images/version.png) no-repeat;
        background-position: bottom right;
        margin: 0px;
        padding: 0px;
}
/* Fin Cabecera de la Entrada*/

.container_contenido_view{
	background:#FFFFFF;
	border: 1px solid #cccccc;
	padding:3px;	
	/* Rounded corners */
	-moz-border-radius:5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}

.container_footer{
	margin-top:10px;
	background: url("../images/footer.png") 0 0 repeat-x;	
	/*border:1px solid #E0E0E0;*/
	padding:2px;	
	/* Rounded corners */
	-moz-border-radius:5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;	
   box-shadow: 0px 2px 6px #bcbcbc;
}
.container_footer_secundario{
	margin-top:10px;
	background: url("../images/footer_sub.png") 0 0 repeat-x;	
	/*border:1px solid #E0E0E0;*/
	padding:2px;	
	/* Rounded corners */
	-moz-border-radius:5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;	
   box-shadow: 0px 2px 6px #bcbcbc;
}
.container{
	position: absolute;
	background-image: url("../images/logo_fondo.png");		
	background-position: center center;;
	background-repeat: no-repeat;
}
h1{
	font-size:28px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}
h2{
	font-family:"Arial Narrow",Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	letter-spacing:1px;
	padding-left:2px;
	text-transform:uppercase;
	white-space:nowrap;
	margin-top:4px;
	color:#888888;
}
h4 {
  border-bottom-color:#EDEDED;
  border-bottom-style:solid;
  border-bottom-width:1px;
  color:#656565;
  font-family:'trebuchet MS', Helvetica, sans-serif;
  font-size:2.2em;
  font-weight:normal;
  line-height:1em;
  margin-bottom:5px;
  padding-bottom:5px;
  margin-top:10px;
  text-transform:uppercase;
}

#main{
	width:650px;
	/* Centering it in the middle of the page */
	margin:10px auto;
}
#main p{	padding-bottom:8px;}

.container_path_links{
	margin-top:2px;
	background:#FFFFFF;
	border: 1px solid #cccccc;
	/*border:1px solid #E0E0E0;*/
	padding:2px;	
	/* Rounded corners */
	-moz-border-radius:5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;	
   box-shadow: 0px 3px 6px #011E3A;
}
.container_path_links_public{
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;			
}

/* inicio  de Style para Login de la Entrada*/

.login {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	margin-bottom:  2em;
	padding: 15px;
	border: 1px solid #cccccc;
	width: 445px;
	background: #F1F3F5;
	
/* Rounded corners */
	-moz-border-radius:5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;	
   box-shadow: 0px 1px 10px #bcbcbc;
}
	
.login h1 {
	background: url(images/login_header.png) no-repeat;
	background-position: left top;
	color: #333;
	margin: 0px;
	height: 50px;
	padding: 15px 4px 0 50px;
 	text-align: left;
	font-size: 1.5em;
}

.login p {
	padding: 0 1em 0 1em;
	}
	
.form-block {
	border: 1px solid #cccccc;
	background: #E9ECEF;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	
	/* Rounded corners */
	-moz-border-radius:5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}

.login-form {
	text-align: left;
	float: right;
	width: 60%;
}

.login-text {
	text-align: left;
	width: 40%;
	float: left;
}

.inputlabel {
	font-weight: bold;
	text-align: left;
	margin: 0 0 1px 0;
	}

.inputlabel1 {
	font-weight: bold;
	text-align: left;
	margin: 0 0 -3px 4px;
	}

.inputbox {
	/*width: 150px;*/
	/*margin: 0 0 10px 0;*/
	border: 1px solid #cccccc;
	}

.inputboxc {
	width: 100px;
	margin: 0 0 10px 0;
	border: 1px solid #cccccc;
	}

.clr {
    clear:both;
    }

.ctr {
	text-align: center;
	padding-top: 10px;
}

.version {
	font-size: 0.8em;
}

.footer {

}
/* fin de Style para Login de la Entrada*/

/* Inicio de Style para botones y cajas*/

.inputboxform {
	border: 1px solid silver;
	}

form {
    margin: 0px;
}

input, select 	{ 
	font-size: 12px;
	border: 1px solid silver; 
}

textarea	{ 
	font-size: 11px;  
	border: 1px solid silver; 
}
buttonn { 
	font-size: 14px;  
}

input.disabled { background-color: #F0F0F0; }

input.buttonn:hover  { 
	cursor: pointer;
	text-decoration: none; color: #0B55C4;
}
input.buttonn:focus  { 
	background: url(../images/j_button1_left12.png) no-repeat;
}

input:focus,
select:focus,
textarea:focus { background-color: #EEFDFF; }

.button-blok {
	padding-top: 5px;
	height: 26px;
}

.buttonn {
        height:26px;
	border:0px solid silver;
	color : #666666;
	font-weight : bold;
	text-align:  left;
	font-size : 11px;
	background: url(../images/j_button1_left12.png) no-repeat; 
	padding: 6px;
	white-space: nowrap; 
	margin-left: 155px;
	width: 80px;
}

input.submit {
   font-size: 11px;
   border: 1px solid #888888;
   background-color:#eeeeee;   
   cursor:pointer;   
   -moz-box-shadow: 0px 1px 3px;
   -webkit-box-shadow: 0px 1px 3px ;
   box-shadow: 0px 1px 3px ;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 4px;
   height: auto;
}
input.submit:hover {
   border: 1px inset #888888;
   background-color:#ffffff;   
}

input.button {
   font-size: 11px;
   border: 1px solid #888888;
   background-color:#eeeeee;   
   cursor:pointer;   
   -moz-box-shadow: 0px 1px 3px;
   -webkit-box-shadow: 0px 1px 3px ;
   box-shadow: 0px 1px 3px ;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 4px;
   height: auto;
}
input.button:hover {
   border: 1px inset #888888;
   background-color:#ffffff;   
}

input.reset {
   font-size: 11px;
   border: 1px solid #888888;
   background-color:#eeeeee;   
   cursor:pointer;   
   -moz-box-shadow: 0px 1px 3px;
   -webkit-box-shadow: 0px 1px 3px ;
   box-shadow: 0px 1px 3px ;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 4px;
   height: auto;
}
input.reset:hover {
   border: 1px inset #888888;
   background-color:#ffffff;   
}

/* Fin de Style para botones y cajas*/

/* Inicio Style Etiqueta para los mensajes del Sistema */

.system-message {  /* Error */
	background: #E6C0C0 url(../images/notice-alert.png) 0px top no-repeat; 
	border-top: 2px solid #DE7A7B; 
	border-bottom: 2px solid #DE7A7B;
	padding: 8px;
}
.system-message h2 {
	color: #c00;
	margin: 0px;
	height: auto;
	padding: 0px 0px 0px 25px;
 	text-align: left;
	font-size: 1em;
}
.system-message-e {   /* Estandar */
	background: #C3D2E5 url(../images/notice-info.png) 0px center no-repeat;
	border-top: 3px solid #4b90e5; 
	border-bottom: 3px solid #4b90e5;
	padding: 8px;
}
.system-message-e h2 {
	color: #c00;
	margin: 0px;
	height: auto;
	padding: 0px 0px 0px 25px;
 	text-align: left;
	font-size: 1em;
}
/* System Notice Messages */
.system-message-n {	 /* noticia */
	color: #c00; background: #EFE7B8 url(../images/notice-note.png) 4px top no-repeat; 
	border-top: 3px solid #F0DC7E;
	border-bottom: 3px solid #F0DC7E;
}
.pending, .error, .warning, .message { color: #000; }
h3.info, h3.error, h3.warning, h3.message { font-size: 90%;}
.error { background: #fdd url("../images/notice-alerta.png") no-repeat 6px 2px; border: 1px solid #fbb; padding: .3em 30px; margin: 0 0 0 0; position: relative; }
.warning, .pending { background: #ffd url("../../images/icon_warning.gif") no-repeat 10px 3px; border: 1px solid #fe6; padding: .2em 40px; margin: .5em 0 1em 0; position: relative; }
.message { background: #dfd url("../images/notice-informa.png") no-repeat 6px 2px; border: 1px solid #bfb; padding: .3em 30px; margin: .5em 0 1em 0; position: relative; }
.pending { background: #ffd url("../images/ajax-loader.gif") no-repeat 10px 3px;}
.info {	background: #def url("../images/notice-info.png") no-repeat 6px 2px; border: 1px solid #9cf; padding: .3em 30px; margin: 0 0 0 0; position: relative; }

.err{	color:red;}
.success{color:#00CC00;}

/* Fin de estilos para mensajes de error, alertas... */

/* Inicio Style Etiqueta LiveValidation */

.LV_valid {
    color:#00CC00; /* verde */
}	
.LV_invalid {
	color:#CC0000; /* rojo */
}	
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}    
/*.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active,
.fieldWithErrors input.LV_valid_field,
.fieldWithErrors textarea.LV_valid_field {
    border: 1px solid #00CC00; 
}   */
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active,
.fieldWithErrors input.LV_invalid_field,
.fieldWithErrors textarea.LV_invalid_field {
    border: 1px solid #CC0000;  /* Rojo */
}

/* Fin Style Etiqueta LiveValidation */

/* Inicio Styles ayuda de formularios */
.msj_cargando{text-align:center;vertical-align:50%;font-family:Tahoma,Verdana,Arial;width:100%;height:120%;position:absolute;left:0%;top:0%;cursor:wait;visibility:hidden;}
.msj_cargando_texto{position:absolute;font-weight:bold;vertical-align:middle;font-family:Tahoma,Verdana,Arial;font-size:13px;z-index:2;background-color:#FFFFFF;width:200px;height:20px;padding:22px;padding-left:50px;position:absolute;background-position:9%45%;background-repeat:no-repeat;background-image:url(../images/loading.gif);left:40%;top:40%;text-align:center;color:#336699;border-style:solid;border-width:1px;visibility:hidden;}
#mensajesAyuda{width:160px;font-family:Verdana;font-size:10px;border:1px solid#000000;position:absolute;top:0px;left:0px;display:none;text-align:center;z-index:1}
#ayudaTitulo{background-color:#9c9d9d;color:#FFFFFF;padding:1px;cursor:help;}
#ayudaTexto{padding:2px;text-align:justify;background-color:#FFFFFF;}
/* Fin Styles ayuda de formularios */

/* Fin de estilos para mensajes de error, alertas... */

td.general { 
	background-color: #FFFFFF; 
	border: 1px #98AAB1 solid; 
}

table.borded	{ 
	background-color: #FFFFFF; 
/*	border: 1px #C3D9FF solid; */
        border: 1px #a4c5ff solid;/*#C3D9FF #a4c5ff verde: #74DD82*/
}

table.borded2	{ 
	background-color: #FFFFFF; 
	border: 2px #C3D9FF solid; 
}

table.borded	th { 
	background-color: #C3D9FF;
	font-size : 14px; 
	font-weight: normal;
	font-weight : bold;	
}

td.titulo_opciones {
	color : black; 
	font-size : 12px; 
	font-weight: bold; 
	height: 20px;
	border-width: 0px 0px 0px 0px; 
	border-color: #FFFFFF; 
	border-style: solid;
	/*background-image: url(../images/insertar.png);*/
	background-color:#C3D9FF; 
}

td.opcion_menu {
	line-height: 160%;
	color : blue; 
	font-size : 12px; 
	font-weight: normal; 
	text-align: left; 
	vertical-align: middle;
	background-color: #E8EEFA;
	border-width: 0px 0px 0px 0px; 
	border-color: #FFFFFF; 
	border-style: solid;
}

td.titulo { 
	background-color:#a4c5ff;
}


td.rowformleft {
 background-color:#E8EEFA;
}

td.rowformright {
 background-color:#CCFFd9;
}

font,th,td,p { 
	font-family: Verdana, Arial, Helvetica, sans-serif 
}

a:link,a:active,a:visited {
	color : #5A6AFF;
        text-decoration: none; 
}

a:hover	 { 
	text-decoration: underline; color : #F70C08; /*#C64934*/
}

hr { 
	height: 0px; 
	border: solid #D1D7DC 0px; 
	border-top-width: 1px;
}




/*inicio CSS formulario de entrada*/
/*.login {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	padding: 15px;
	border: 1px solid #cccccc;
	width: 450px;
	background: #F1F3F5;
}

.login-form {
	text-align: left;
	float: right;
	width: 75%;
}

.login-text {
	text-align: left;
	width: 25%;
	float: left;
	color : #333;	
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
}

.form-block {
	border: 1px solid #cccccc;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.clr {
    clear:both;
}

.inputlabel {
	font-weight: bold;
	text-align: left;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
}

.button {
	border : solid 1px #cccccc;
	background: #E9ECEF;
	background: #C3D9FF;	
	font-weight : bold;
	font-size : 12px;
	padding: 4px;
}*/

/*Fin CSS del formulario de entrada*/ 


.button_small {
	/*border : solid 1px #cccccc;*/
	/*background: #E9ECEF;*/
	background: #C3D9FF;	
	color : #666666;
	font-weight : bold;
	font-size : 10px;
	padding: 2px;
}

.inputlabel2 {	
	text-align: left;
	font-size : 14px;
	font-family : sans-serif, Arial, Helvetica;
}



.inputselect_small {	
	/*text-align: left;*/
	font-size : 10px;
	font-family : sans-serif, Arial, Helvetica;
}


table.adminlist{
	
	border: 1px #C3D9FF solid;
}

table.adminlist th {
	background-color: #C3D9FF;
	font-size : 13px; 
	font-weight: normal;
	font-weight : bold;
}
table.adminlist tr.row0 {
	background-color: #E8EEFA ;/*#F9F9F9*/	
	font-size : 12px; 
	font-weight: normal; 	
}

table.adminlist tr.row0:hover {
	background-color: #C3D9FF; /*#f1f1f1*/
}

table.form_reg_prof {
	
	border: 2px #a4c5ff solid;/*#C3D9FF verde: #74DD82*/
}

table.form_reg_prof th {
	background-color: #a4c5ff;/*#C3D9FF verde: #74DD82*/
	font-size : 14px; 
	font-weight: normal;
	font-weight : bold;
}
table.form_reg_prof td.titulo {
	background-color: #a4c5ff;/*#C3D9FF verde: #74DD82*/	
}

table.form_reg_prof td.rowformleft {
 background-color:#d8e6ff;/*#E8EEFA verde: #B5EDBC*/
}

table.form_reg_prof td.rowformright {
 background-color:#ccffd9;/*#E8EEFA verde: #B5EDBC*/
}


span.font_form_est_prof {	
	color : #222222; 
	font-size : 13px; 
	font-weight: normal; 
	text-align: left; 
	vertical-align: middle;		
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

span.font_form_est_prof_small {	
	color : #222222; 
	font-size : 11px; 
	font-weight: normal; 
	text-align: left; 
	vertical-align: middle;		
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Esto es para el cambio del colores de la barra de desplazamiento (solo windows)
scrollbar-face-color: ;
scrollbar-highlight-color:;
scrollbar-shadow-color: ;
scrollbar-3dlight-color: ;
scrollbar-arrow-color: ;
scrollbar-track-color: ;
scrollbar-darkshadow-color: ;
*/


/*Estilo para tablas generales de la seccion empleado*/
table.gen_table_form{ border-collapse:collapse;border-color: #9a9a9a /*#F4F4F4*/; border-top-width:1; border-left-width:1; border-right-width:1; border-bottom-width:1; border-style:solid 1px; } 
table.gen_table_form_unborded{ border-collapse:collapse;border-color:#919191 /*#F4F4F4*/; border-top-width:0; border-left-width:0;	border-right-width:0; border-bottom-width:0; border-style:solid; } 
table.gen_table_form th { background-color: #5381cd; font-size : 12px; color :#ffffff; font-weight : bold; text-align:center;}
th.section_name { background-color: #3F7C5F /*#006EA5*/; font-size : 12px; font-weight : bold; color : #ffffff; text-align:center;}
td.item_text { background-color: #E0E0E0 /**/; font-family:MS Sans Serif;font-size:12px; font-weight : bold; color:#333333; }
td.item_input { background-color: #F3F3F3 /*#CFFFD7*/; font-family:MS Sans Serif; font-size:11px; color:#333333; }
td.item_data { background-color: #FDFDFD; font-family:MS Sans Serif; font-size:10px; font-weight : bold;color:#333333; }
.boton { font-family: MSSans Serif; font-size: 9px;}
.gen_input { font-family: Arial; font-size: 12px; border:1px solid #cccccc;}
tr.item_oscuro{background-color: #eff0ff;font-family:MS Sans Serif; font-size:12px; color:#333333; } 
tr.item_claro{background-color: #f8f8ff;font-family:MS Sans Serif; font-size:12px; color:#333333; }
/* Fin de otros Styles de Tablas para formularios */


/*Estilo para tablas usadas en las Inscripciones*/
#terminos_condiciones { color:#555555;background-color: white;font-family: Courier New;font-size: 13px;width:96%;height:200px;overflow:auto;padding: 10px 10px 10px 10px;border-right:1px solid #999999;border-left: 1px solid #999999;border-top: 1px solid #999999;border-bottom: 1px solid #999999;text-align:justify;}

.filapar { background:#E8EEFA;}
.filaimpar{ background:#C3D9FF;}
.filatitulo{ background:#f0f0f0;}
.espacioDatos{ border-bottom:1px solid #555555; height:360px; margin-bottom:3px;}
.celdaEtq{ text-align:right; padding-right: 10px; } /*width:170px;*/
