@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Oswald:400,700);
body {
	/*font: 80% Verdana, Arial, Helvetica, sans-serif;*/
	font-family: 'Oswald', 'Open Sans', sans-serif;
	font-size: 80%;
	background: #203957!important;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
	max-width: 1200px;
	margin-right: auto!important;
	margin-left: auto!important;
}
.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	/*background: #FFFFFF;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
	border: 1px solid transparent;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 6%;
	margin-top: 30px;
}
.oneColLiqCtrHdr #header {
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font: 80%;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: 80%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;	
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font: 80%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/*****************************************************************/

/* PALETA */
/*
naranja
FF9000

naranja oscuro
#F37500

*/
#navtop {
	/*margin-top: 5%;*/
	top: 87px;
}
.Navigation li a {padding: 30px 14px!important;}

h1 {font-size: 1.8em!important; color: #222222;}
	h1 a:link, h1 a:visited {color:#F37500; }
	
h2 {font-size: 1.5em!important; color: #222222;}
	h2 a:link, h2 a:visited {color:#F37500;}
	
h3 {font-size: 1.45em!important; height: 34px;  border-top: 20px solid transparent!important; color: #222222;}
	h3 a:link, h3 a:visited {color:#F37500;}

#mainContent {padding-top: 10px !important;}

.nicEdit-main {background-color: #FFFFFF!important; margin:0!important; padding: 8px;}
.Slider {background-color: #FFFFFF!important;}

.bt {
	min-width: 90px;
	padding: 4px 8px;
	font-weight: bold;
	font-size: 1em;
	color: #FFFFFF;
	background-color: #F37500;
	border: 1px solid #F37500;
}
.bt:hover{	
	cursor: pointer;
	background-color: #999999;
	border: 1px solid #333333;
}
.btLink {
	min-width: 90px;
	max-width: 120px;
	padding: 4px 8px;
	text-align: center;
	/*font-weight: bold;*/
	font-size: 1m;
	background-color: #F37500;
	color: #FFFFFF!important;
	border: 1px solid #F37500;
	text-decoration: none;
}
.btLink:hover{	
	cursor: pointer;
	background-color: #999999;
	border: 1px solid #333333;
	outline:none;	
}
.btLink a:link, .btLink a:visited{color: #FFFFFF!important;	outline:none; text-decoration:none!important;}
.btLink a:hover{}

.btPostulacion {min-width: 300px;}

.btEnviar {
	background-color: #00AA00 !important;
	border: 1px solid #00AA00 !important;
	min-width: 90px;
	padding: 4px 8px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1em;
	outline:none;
	text-decoration: none;
	}
.btEnviar:hover {
	background-color: #00DD00 !important;
	border: 1px solid #00AA00 !important;
	color: #FFFFFF;
	outline:none;
	cursor: pointer;	
	}

.btModificar {
	background-color: #999999 !important;
	border: 1px solid #999999 !important;
	min-width: 90px;
	padding: 4px 8px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1em;
	outline:none;
	text-decoration: none;
	}
.btModificar:hover {
	background-color: #FF0000 !important;
	border: 1px solid #FF0000 !important;
	color: #FFFFFF;
	outline:none;
	cursor: pointer;	
	}

.center {
	margin-right: auto;
	margin-left: auto;
}
.bulletList1 {
	margin-left: 4%;
	margin-bottom: 20px;
	width: 75%;
	line-height: 150%;	
}

#formpostulacion1, #formpostulacion2, #formpostulacion3 {
  padding-left: 2%;
  padding-right: 2%;
  /*border: 1px solid red!important;*/
  }
  
#formpostulacion1 p, #formpostulacion2 p, #formpostulacion3 p{
  padding-left: 4%;
  /*border: 1px solid red!important;*/
  }  
#formpostulacion1 select, #formpostulacion2 select, #formpostulacion3 select  {
    /*min-width: 60px!important;*/
    min-width: 92px!important;
	/* text-indent: 30%; */
	text-align: center;
	align-content: center;
	/*border-bottom: 1px solid red;*/
	padding-top: 3px;
	padding-bottom: 3px;
}  
#formpostulacion1rev label, #formpostulacion1 label {
	border-bottom: 1px solid silver;
	width: 160px;
	display: inline-table;
}
#formpostulacion1rev input, #formpostulacion1 input, #formpostulacion3 input  {
	padding: 4px 8px !important;
	border: 1px solid silver;
	width: 300px;	
}
#formpostulacion1 img, #formpostulacion2 img, #formpostulacion3 img, #formpostulacion1rev img, #postulacionrevision img{display: unset;}
.archivoActual {
	font-weight: bold;
	font-style: italic;
}

#postulacionrevision{
	text-rendering: optimizeLegibility;
  font-family: Arial, sans-serif;
  /*
  margin-top: 40px;
  margin-left: 20px;
  */
  /*max-width: 500px;*/
  padding-top: 10px;
}
#postulacionrevision h1, #postulacionrevision h2{
  font-family: 'Oswald', 'Open Sans', sans-serif;  
  margin-top: 16px;
  margin-left: 14px;
  /*max-width: 500px;*/
}
#postulacionrevision label{
	/* border-bottom: 1px dotted silver; */
	color: #333333;
	width: 200px;
	display: inline-table;
	margin-right: 10px;
	font-weight: normal;
}
#postulacionrevision p{
	border-bottom: 1px dotted silver;
	color: #000000;
	font-weight: bold;
	padding-left: 4%;
	}
#formpostulacionenviar {margin-left: 20px; /*max-width: 500px;*/}

#f_recibido_toggler {
	cursor: pointer;	
}
.f_recibido {background: yellow; padding: 3px 6px;}
.f_recibido_toggle {background: yellow;}
/*.startHidden {visibility: hidden;}*/
#f_recibido_toggler a{margin-left: 4%; text-decoration: none; color: #000000;}
#f_recibido_toggler a:hover {margin-left: 4%; text-decoration: underline; color: #FF9000;}
#f_recibido_box {margin-left: 4%;}

.identificadorLabel { padding: 3px; border: 1px solid transparent!important;}
.identificadorValue { padding: 3px; border: 1px solid white!important;}

.fieldLabel {font-weight: normal; font-style:italic; width:20%;}
.fieldValue {font-weight: bold;}
.fileReference {margin-left: 164px; font-style: italic;}
.padding3 {padding: 3px;}

.textoResaltado1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.0em;
}

.forceColumn {
  /*border: 1px solid red;*/
  width: 125px;
  display: inline-flex;
  font-weight: normal;
  line-height: 150%;
 }

.tablaLogin {
	width: 40%;
	margin-left:8%;
	background-color: #F2F2F2;
	padding: 10px 10px 20px 10px;
	margin-top:20px;
	margin-bottom: 40px;
}
.tablaLogin label{width: 70px; display:inline-table; padding: 3px 9px;}
.tablaLogin input[type="text"] {width: 220px; margin-bottom: 10px; padding: 3px 9px;}
.tablaLogin input[type="submit"] {margin-right:36%; margin-left: 36%;}

.tablaCongresos { /*** *solo listado, no creacion **/
	width: 100%;
	margin-right: auto;
	margin-left:auto;
	background-color: #F2F2F2;
	padding: 20px 10px 10px 10px;
	
}
.tablaCongresos td {padding: 9px 3px;}

.tablaDetalles {
	width: 100%;
	margin-right: auto;
	margin-left:auto;
	background-color: #F2F2F2;
	padding-top: 20px;
	padding-bottom: 20px;
}
.tablaDetalles td {padding: 9px 3px;}


.tablaNuevoCongreso {
	width: 100%;
	max-width:800px;
	margin-right: auto;
	margin-left:auto;
	background-color: #F2F2F2;
	padding: 10px 20px;
	/*
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	*/
}
.tablaNuevoCongreso textarea{width: 95%; border: 1px solid grey; padding: 5px;}
.tablaNuevoCongreso h2 {margin-top: 16px; color: #000000;}


.tabulated {

}
.tabulated label {
	width: 12%;
	min-width: 80px;
	color: #000000;
	display:inline-table;
	padding: 3px 6px;
	margin-bottom: 10px;
	border: 0px solid blue;
}
.tabulated input[type=text] {
	width: 35%;
	min-width: 220px;
	color: #000000;
	display:inline-table;
	padding: 3px 6px;
	border: 1px solid gray;
}

.tablaTabbed {
	width: 100%;
	margin-right: auto;
	margin-left:auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.tablaTabbed td {padding: 3px 3px;}
.tablaTabbed input {border: 1px solid gray; padding: 2px 5px;}
.tablaTabbed comment_congr {border: 1px solid gray; padding: 2px 5px; width: 80%;}

.TabbedPanelsContent {border: 0px solid silver; min-height: 240px;}
.TabbedPanels .TabbedPanelsTab {font-size: 100%;}

textarea#frontcongreso,
textarea#frontcongreso2,
textarea#frontbecas2,
textarea#frontbecas {
	width: 90% !important;
	height: 120px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;

/*	background-image: url(bg.gif);*/
/*
	background-position: bottom right;
	background-repeat: no-repeat;
	*/
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
.panelControl {
	/*border: 1px solid red;*/
	width: 100%;
	text-align: center;	
	margin-bottom: 20px;
}
.panelControl a:link, .panelControl a:visited {color:#000099!important; text-decoration: none;}
.panelControl img{
	display:unset;
	/*
	margin:6px;
	border: 1px solid yellow;
	*/
}
.panelControlLink {
	border: 1px solid green;
	width: 130px;	
	display: inline-table;
	text-align:center;
	background:#F2F2F2;
	round-borders: 3px;
	height: 170px;
	margin:2%;
}
.req {color: #FF0000; font-weight: bold;}
.error {background-color: #FFEEEE; color: #DD0000; border: 1px solid #DD0000; padding: 4px 6px;}
.alerta {background-color: #F8F8DB; color: #DD0000; border: 1px solid #DD0000; padding: 4px 6px;}

.spinner {position: relative; top: -20px; left: 314px; max-width:100px;}

.oculto {
	/* display: none; */
	opacity:0;
	visibility: hidden;
	transition: opacity .25s ease-in-out!important;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	}
.visible {
	/* border: 1px solid red;*/
	opacity:1;
	visibility: visible!important;
	transition: opacity .25s ease-in-out!important;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
