/*
	Impresi�n del proyecto.
*/
@media screen {
	.solo-impresion {
		display: none;
	}
}
.titulo-cuadro-login {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bolder;
	text-align:left;
	background-color:#CCCCCC;
	border-color:#333333;
	border-style:dashed;
	border-width:1px;
	padding: 3px;
}
td.lista-fila-titulo {
	border-right: #231f20 1px;
	padding-right: 8px;
	border-top: #231f20 1px;
	padding-left: 15px;
	font-weight: bold;
	padding-bottom: 5px;
	border-left: #231f20 1px;
	color: #000000;
	padding-top: 5px;
	border-bottom: #231f20 1px;
	white-space: nowrap;
	background-color: #d4d0c8;
	text-align: left;
}
td.col-tex-p1 {
	border-right: #4f4c4d 1px solid;
	padding-right: 2px;
	border-top: #4f4c4d 1px solid;
	padding-left: 4px;
	padding-bottom: 2px;
	border-left: #4f4c4d 1px solid;
	color: #000011;
	padding-top: 2px;
	border-bottom: #4f4c4d 1px solid;
	background-color: #ffffff;
	text-align: left;
}
td.lista-col-titulo {
	border-right: #231f20 1px;
	border-top: #231f20 1px;
	font-weight: bold;
	font-size: 10px;
	vertical-align: bottom;
	border-left: #231f20 1px;
	color: #000000;
	border-bottom: #231f20 1px;
	background-color: #d4d0c8;
	text-align: center;
}
td.objeto-barra-superior {
	border-right: #a7a5a6 1px;
	padding-right: 3px;
	border-top: #a7a5a6 1px;
	padding-left: 3px;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 3px;
	border-left: #a7a5a6 1px;
	color: #ffffff;
	padding-top: 3px;
	border-bottom: #a7a5a6 1px;
	background-color: #575B98;
	text-align: left;
}
table.objeto-base {
	border-right: #404040 2px solid;
	padding-right: 0px;
	border-top: #ffffff 1px solid;
	padding-left: 0px;
	font-size: 10px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: #ffffff 1px solid;
	padding-top: 0px;
	border-bottom: #404040 2px solid;
	border-collapse: collapse;
	background-color: #d4d0c8;
	text-align: left;
	empty-cells: show;
}
a.lista-link {
	color: #231f20;
}
.pnv_categoria {
	padding-left: 5px;
	font-weight: bolder;
}
.pnv_subcategoria {
	padding-left: 20px;
	font-weight: normal;
}
.pnv_encabezado {
	text-align: center;
	font-weight: bolder;
	font-size: 12px;
}
.logo {
	text-align: center;
	margin-top: 30px;
}
#metas {
background-color:hotpink;
font-size:12pt;
display: none;
width: auto;
height: 15pt;
visibility:visible !important;
}

#objetivos {
background-color:hotpink;
font-size:12pt;
display: none;
width: auto;
height: 15pt;
visibility:visible !important;
}

#actividades{
background-color:hotpink;
font-size:12pt;
display: none;
width: auto;
height: 15pt;
visibility:visible !important;
}

.ui-tooltip {
	padding: 8px;	
    background-color: rgb(59, 89, 182);
	z-index: 9999;
	width: 200px;
	-webkit-box-shadow: 0 0 5px #aaa;	
    color: white;        
}
body .ui-tooltip {
	border-width: 2px;
}

.fb {
background-color: rgb(59, 89, 182);
border: 2px solid white;
}

.tw {
background: #66cccc;
border: 2px solid white;
}

.gp {
background: #d34836;
border: 2px solid white;
}

.yt {
background: black;
border: 2px solid red;
}

#textareea {
    width: 262px; 
    height: 70px;
}

#cuerpo_js_form_14001131_ml_acta input {
    width: 300px;
}

#ef_form_14001132_filtrocodigo_proyecto {
     width: 400px;
}



.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

input[id*="_ef_form_696000029_ml_restricciones_contexto"], 
select[id*="_ef_form_696000029_ml_restricciones_contexto"], 
textarea[id*="_ef_form_696000029_ml_restricciones_contexto"] {
  max-width: 250px;
  min-width: 150px;
}