@CHARSET "ISO-8859-1";

/* 
 * Hoja de estilo con el layout por defecto para evitar que no se muestren 
 * sin estilo los elementos estáticos de las páginas mientras carga el 
 * modulo correspondiente 
 */
html,body {
	background-color: white;
	color: black;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px; /*font-size: 92%; */
	margin-top: 0;
	padding-top: 0;
	padding-left: 5px;
	padding-right: 5px;
}

#header {
	width: 100%;
	background: transparent url("../images/logo.gif") top left no-repeat;
	min-height: 80px;
}

#title {
	padding-left: 210px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
}

#principal {
	float: right;
}

#menu {
	width: 100%;
	float: left;
	padding-top: 3px;
	padding-bottom: 12px;
	border-bottom: 2px solid #FFCC00;
	height: 20px;
}

#menu a,#menu a:visited {
	color: black;
	padding: 8px;
}

#help, #app {
	font-weight: normal;
	font-size: 12px;
}

#adsmy-balance {
	margin-top: 53px;
	font-size: 30px;
	font-weight: normal;
	float: right;
}

#main {
	/* ajusta el ancho minimo de la aplicacion para evitar posicionamientos "raros" de los elementos
	   para las pantallas con resoluciones pequeñas, saldrán barras de desplazamiento pero son casos aislados
	 */	
	 
	width: 100% !important;
	min-width: 924px;
	width:expression(document.body.clientWidth < 924? "924px" : document.body.clientWidth > 924? "924px" : "100%");
	white-space: nowrap;
}

#container {
	min-height: 500px;
	height: auto;
	_height: 500px;
	width: 100% !important;
	padding: 0;
	padding-bottom: 50px;
	margin: 0;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background: white;
	clear: both;
}

#footer {
	padding-top: 2px;
	border-top: 1px solid black;
	width: 100%;
	font-size: 87%;
}

h1 {
	font-weight: normal;
	font-size: 130%;
}

h2 {
	font-weight: normal;
	font-size: 110%;
	color: #198bca;
}

h3 {
	font-weight: normal;
	font-size: 100%;
	color: #888;
	margin: 0;
	padding: 0;
}

h4 {
	
}

a {
	color: #54729c;
}

a:visited {
	color: #54729c;
}

.nofloat {
	clear: both;
}

#feed {
	float: left;
	width: 60%;
}
	
#copyright {
	float: right;
	font-size: x-small;
	margin-top: 4px;
}

