
/********************** Index **********************/
body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#mainContainer{
	width:100%;
	height:100%;
	border:1px solid #ECECEC;
	border-spacing:0px;
	margin: 0 auto;
	
	text-align:center;
}
#mainCab{
	height:70px;
	background-image:url(/images/fondo-top.jpg);
	background-repeat: no-repeat;
	vertical-align:bottom;
	border-spacing:0px;
	margin: 0px;
	padding: 0px;
}
#mainMenu{
	height: 15px;
	border: 0px;
	border-spacing: 0px;
	/*background-position: bottom;*/
	width: 100%;
	margin:0px;
	padding: 0px;
	/*vertical-align: baseline;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	background-color:#ffffff;
	/*background-image:url(/images/common/css/main/baselineTabSpace.gif);*/
}
.mnuSep{
	width:7px;
}
.mnuEnd{
	width:100%;
}
.mnuActivoIzq{
	background-image:url(/images/common/css/main/currentTab_left.gif);
	width:7px;
}
.mnuActivoTxt{
	background-image:url(/images/common/css/main/currentTab_middle.gif);
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor:default;
	color: #ffffff;
}
.mnuActivoDer{
	background-image:url(/images/common/css/main/currentTab_right.gif);
	width:8px;
}
.mnuInactivoIzq{
	background-image:url(/images/common/css/main/otherTab_left.gif);
	width:7px;
}
.mnuInactivoTxt{
	background-image:url(/images/common/css/main/otherTab_middle.gif);
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor:pointer;
	color: #6E6E6E;
}
.mnuElement td:hover{ /****************       verificar      ****************/
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor:pointer;
	color: #d5d5d5;
}
.mnuInactivoDer{
	background-image:url(/images/common/css/main/otherTab_right.gif);
	width:8px;
}

.mnuElement {
  height: 23px;
  margin: 0;
  padding: 0;
}

/*.mnuElement{
	margin: 0px;
	padding: 0px;
	height:20px;
}*/
.mnuDisabledIzq{
	background-image:url(/images/common/css/main/otherTab_left.gif);
	width:7px;
}
.mnuDisabledTxt{
	background-image:url(/images/common/css/main/otherTab_middle.gif);
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor:pointer;
}
.mnuElementDisabled td:hover{ /****************       verificar      ****************/
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor:default;
	color: #CCCCCC;
}
.mnuDisabledDer{
	background-image:url(/images/common/css/main/otherTab_right.gif);
	width:8px;
}
.mnuElementDisabled{
	margin: 0px;
	padding: 0px;
	height:20px;
	color: #CCCCCC;
}
#titleBar {
  background-color: #005EA8;
  color: #FFFFFF;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
  font-weight: bold;
  height: 20px;
  text-indent: 10px;
}
/*#titleBar {
	height:15px;
	background-color:#B4B4B4;
	color:#FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-indent: 10px;
}*/

#menuBar {
  background-color: #F3F3F3;
  color: #3366CC;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
  font-weight: bold;
  height: 15px;
  text-indent: 10px;
}



.bodyContainer{
	width:100%;
	height:100%;
	border:0px;
	border-spacing:0px;
	border-width: 0px 0px 0px 0px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

#contentResult{
  border-top:1px solid #CCCCCC;
  padding-right:0px;
  padding-top:0px;
}

.marginRight{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.marginLeft{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

/********************** Opciones de Men� **********************/
.menu{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9E9E9E;
	font-weight: bold;
	z-index:2;
}
.leftMenu{
	width:165px;
}
.titleMenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.elementMenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9E9E9E;
}
.iconMenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/images/common/css/main/menu_r3_c2.gif);
}
.textMenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 3px;
	color:#000000;
	font-weight: bold;
	background-color:#F1F1F1;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	cursor:pointer;
}
.textMenuOver{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 3px;
	color:#FFFFFF;
	font-weight: bold;
	background-color:#003399;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	cursor:pointer;
}
.classMenuLogin{
  color: #FF0000;
  font-size: 11px;
  font-weight: bold;
  cursor:pointer;
}
.classMenuBarra{
  color: #C3C3C3;
  font-size: 16px;
  line-height: 20px;
}
.bodyContainerTdBgColor {
  background-color: #F3F3F3;
}

/*.bodyContainerTdBgColor{
  background-color: #E1E1E1;
}*/
.classMenuDescrip{
  color: #000000;
}
/********************** Opciones del Cuerpo **********************/
.cuerpo{
	border: 0px solid #426D4A;
}

.titleBody {
  color: #005EA8;
  font-family: Geneva,Arial,Helvetica,sans-serif;
  font-size: 22px;
  list-style-image: url("/images/common/titleBodyArrow.gif");
  padding:5px 0;
}

/*.titleBody{
	list-style-image: url(/images/common/titleBodyArrow.gif);
	font-size:18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight:bold;
}*/
.titleWindow{
	list-style-image: url(/images/common/css/main/titleBodyArrow.gif);
	font-size:16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#7F0000;
	font-weight:bold;
}

.combo, .text {
  border: 1px solid #D3D3D3;
  font-family: Geneva,Arial,Helvetica,sans-serif;
  font-size: 11px;
  height: 17px;
  margin-bottom: 4px;
}

/*.combo, .text{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border:1px solid #426D4A;
	height: 17px;
	azimuth:center;
}*/
.vacio{
	border: 2px solid #FF0000;
}
.lleno{
	background:#CCCCCC;
}
textarea {
  border: 1px solid #B5B5B5;
  font-family: Geneva,Arial,Helvetica,sans-serif;
  font-size: 11px;
}
/*textarea{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border:1px solid #426D4A;
}*/
select{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border:1px solid #426D4A;
	height: 17px;
	azimuth:center;
}
.selectMultiple{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border:1px solid #426D4A;
	height: 100px;
	azimuth:center;
}
button, .button {
  background-image: url("/images/common/css/main/fondoBtn.gif");
  border: 1px solid #00467D;
  border-radius: 5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  -O-border-radius: 5px;
  font-family: Geneva,Arial,Helvetica,sans-serif;
  font-size: 11px;
  height: 26px;
  color:#ffffff;
}
.buttonOn, .button:hover, .button:focus, .buttonOn:focus {

  background-image: url("/images/common/css/main/fondoBtnOver.gif");
  border: 1px solid #00467D;
  border-radius: 5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  -O-border-radius: 5px;
  font-family: Geneva,Arial,Helvetica,sans-serif;
  font-size: 11px;
  height: 26px;
}

/*button, .button{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border:1px solid #426D4A;
	background-image: url(/images/common/css/main/fondoBtn.gif);
	height: 17px;
	azimuth:center;
}*/
/*.buttonOn, .button:hover, .button:focus, .buttonOn:focus{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border:0.5px solid #426D4A;
	background-image: url(/images/common/css/main/fondoBtnOver.gif);
	height: 17px;
}*/
.checkbox, .radio {
	background-color:transparent;
	border:0px none;
	margin:0px;
	vertical-align:bottom;
}
label{
	font-size: 11px;
}
.label0 {
	color:#505050;
	
}
.label {
	color: #00000;
}
.req {
	font-weight:bold;
	
}
.text0 {
	background-color:#EEEEEE;
	color:#999999;
	border:1px solid #D9D9D9;
}
.ssTab{
	background-color:#F3F3F3;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
	text-align:center;
	border: 1px solid #999999;
}
.ssTabAct{
	background-color:#E9E9E9;
	font-weight:bold;
	border-bottom-style: none;	/*
	border-bottom-color:#990000;
	border-bottom-style:solid;
	border-bottom-width:3px;*/
}
.marcoTab{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.tabSpace{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
a{
	color:#426D4A;
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size-adjust:inherit;
	text-decoration:none;
}
legend{
	/*border: 1px solid #000000;
	text-indent: 15px;
	padding: 5px;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.subtitle{
	font-size:15px;
	font-weight:bold;
}

#window {
	position:absolute;
	left:185px;
	top:150px;
	width:80%;
	height:354px;
	z-index:2;
	border:#000000 thin solid;
	background:#FFFFFF;
	display:none;
}
.mayus {
	text-transform:uppercase;
}
.inputErr {
	background-color: #99B698;
	border: 1px solid #FF0000;
}
/* para el texto de la validaci�n del modulo de cliente  */
.cusField-label {
 color : #FF3300;
}
.detalle_balance{
		font-family:Verdana, Arial, Helvetica, sans-serif; 
		font-weight:bold; 
		color:#000000; font-size:12px; 
		background: #E3E9E2;
}
#message {
	color:#FFFFFF; font-size:13px; 
	background: #FF0000;
}

/*Como llamar a este estilo*/

label.User { /*Institucion Universidad San Agustin*/

  color: #005EA8;
  font-size: 12px;
  padding: 16px 0;
  text-transform: uppercase;
}

fieldset {
    background: none repeat scroll 0 0 #F8F8F8;
    border: medium none;
    margin: 1px 0 0;
    padding: 2px 0px;
}

fieldset div.block {
  background: none repeat scroll 0 0 #F1F1F1;
  border: 1px solid #D3D3D3;
  clear: both;
  padding: 16px 18px;
}

.descripProy {
  border-bottom: 1px solid #D3D3D3;
  padding: 10px 0;
}
.labelTitulo {
  color: #005EA8;
  font-size: 15px;
}

.tablaDatProy{

  border: 1px solid #D3D3D3;
  padding: 15px;
}
.marcoForm{
	border:1px solid #e1e1e1;
}

.columna1,
.columna2,
.columna3,
.columna4,
.columna5,
.columna6,
.columna7,
.columna8,
.columna9,
.columna10,
.columna11,
.columna12
{
	text-align:right;
}
#totalcolumna1,
#totalcolumna2,
#totalcolumna3,
#totalcolumna4,
#totalcolumna5,
#totalcolumna6,
#totalcolumna7,
#totalcolumna8,
#totalcolumna9,
#totalcolumna10,
#totalcolumna11,
#totalcolumna12
{
	text-align:right;
	font-weight:bold;
}

.tablaFinanciamiento td{
	text-align:center;
}
/*fieldset div.block {
    background: none repeat scroll 0 0 #F1F1F1;
    clear: both;
    padding: 16px 18px;
}*/


div.marco_barra, .ui-progressbar {
	background: #BFBFBF;
	border: 1px solid #BFBFBF;
	width: 100%;
	height: 20px;
	padding: 0;
	/* trataremos de poner las esquinas redondeadas */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	/* trataremos de poner sombras tanto internamente como externamente del marco de la barra de proceso */
	
}
div.marco_barra div.barra_avance,
.ui-progressbar .ui-progressbar-value{
	height: 18px;
	/* agregamos el borde para que de un efecto de sobre-marco */
	border:1px solid #365077;
	border-top:1px solid #4BA3DE;
	border-left:1px solid #4BA3DE;
	/* trataremos de poner un fondo con un gradiente si no se puede lo pondra con un color solido */
	background: #00D456;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF5000', endColorstr='#003364',GradientType=0 );
	/* trataremos de poner las esquinas redondeadas */
	
	/* Cuestiones relacionadas con la tipografia */
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-shadow: 1px 1px 1px #66CFED,-1px -1px 2px #23A1C5;
	text-align: right;
}