/*
	Estilos para forzar un ancho fijo a la Aplicación.
*/
body {
	background-color: #789;
	overflow-y:scroll;
	overflow-x:hidden;	
	margin: 0px;
	height:100%;
	/* position:relative;*/	
	
}



#c_root {
	min-width:640px;
	max-width:980px;
    height:100%; 
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;	/* Obligatoriamente pegado arriba porque sino el height: 100% falsea y scrolea */
    background-color: white;
    /* background-image: url('GradienteVertical.png'); */
    background-repeat: repeat-x;
    position:relative;    
}


#c_Cabecera {
	background-color: #265f86;	
	height:120px;
}

#c_Cuerpo  {
	
}

.CuerpoLogin {
	padding-top:40px;
	padding-left:40px;
	padding-bottom:40px;
}

#c_ZonaMenu {
	width: 140px;
	padding-top:9px;
	padding-right: 6px;
	float:left;
}

#c_ZonaErrores {
	height:20px;
}

#c_ZonaPantalla {
	overflow-x: hidden;
	padding-bottom: 10px;
}



#c_BordeSuperior {
	background-image: url('BordeSuperior.png');
	background-repeat: repeat-x;
	height:10px;		
}

#c_CabeceraCentral {
	height:80px;
}

#c_BordeInferior {
	background-image: url('BordeInferior.png');
	background-repeat: repeat-x;
	height:16px;		
	background-color: #b6cad8;
}

#c_DivLogo {
	background-image: url('logo.png');
	width: 30%;
	height:80px;
	background-repeat:no-repeat;
	float:left; 
}

#c_CabeceraDerecha {
	display:inline;
	width:70%;
	position:absolute;
	height:80px;
}

#c_CabeceraAries {
	height: 40px;
}	

#c_TituloFuncion {
	text-shadow: #224 2px 2px;
	color:white;
	font-size: 18px;
	font-weight: bold;
	padding-right: 10px;
	text-align: right;	
	height:20px;
	
}

#c_ZonaErrores {
	background: white;
	height: 16px;
}
#c_MigaDepan {
	clear:both;
	height:14px;
	background-color: #cddde8; 
}

#c_BordeInferiorMiga {
	height:6px;
	background-image: url('BordeInferiorMiga.png')
}

.PantallaBarraMenu {
	height:28px;
	overflow:hidden;	
}

.PantallaTitulo {
	height:0px;
	overflow:hidden;
}

#c_Pie {
	height:0px;
	clear: both;
}

.ServerDelayMessage {
	text-align:center;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;	
	margin: 0px;
	padding: 0px;
	visibility:hidden;
	z-index:10000;	
}

.ServerDelayMessageLong {
	position:fixed;
	top:50%;
	left:50%;
	background-color:white;
	width:52px;
	height:52px;	
	border-style:solid;
	border-width:1px;
	border-color: #777;
	-moz-border-radius: 5px;  
	-khtml-border-radius: 5px;  
	-webkit-border-radius: 5px;
  	
}


.Bloque {
	-moz-border-radius:		8px 8px 8px 8px;	
	-webkit-border-radius: 	8px 8px 8px 8px;
	border-radius: 			8px 8px 8px 8px; 
}

.BloqueLogin  {
	-moz-border-radius:		8px 8px 8px 8px;	
	-webkit-border-radius: 	8px 8px 8px 8px;
	border-radius: 			8px 8px 8px 8px;
	font-size: 	14px !important;
	font-weight: bold !important; 
}

.BloqueLogin input {
	font-size: 	14px !important;
	font-weight: bold !important;
}

.BloqueResumen, .BloqueResumen input {
	-moz-border-radius:		8px 8px 8px 8px;	
	-webkit-border-radius: 	8px 8px 8px 8px;
	border-radius: 			8px 8px 8px 8px;
 	font-size: 	14px !important;
	font-weight: bold !important;
}


.TituloBloque {
	-moz-border-radius:		4px 4px 0px 0px;	
	-webkit-border-radius: 	4px 4px 0px 0px;
	border-radius: 			4px 4px 0px 0px; 	
}

.Bloque>div>bdo>div {
	-moz-border-radius:		4px 4px 0px 0px;	
	-webkit-border-radius: 	4px 4px 0px 0px;
	border-radius: 			4px 4px 0px 0px; 	
		
}

.TabPane>div>table>tbody>tr>td>div {
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px; 	
}

.BotonWeb {
	-moz-border-radius:		4px 4px 4px 4px;	
	-webkit-border-radius: 	4px 4px 4px 4px;
	border-radius: 			4px 4px 4px 4px; 	
}

.Opcion1, .Opcion2 {
	-moz-border-radius:		4px 4px 4px 4px;	
	-webkit-border-radius: 	4px 4px 4px 4px;
	border-radius: 			4px 4px 4px 4px;
	margin-bottom: 2px !important; 	
}


