@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	color: #333;
	background-color: #FFFFFF;
}
a{
	text-decoration: none;
	text-align: right;
	color: #666;
}
a:hover{
	text-decoration:none;
	color:#900;
	/* font-weight:bolder; */
}
h3 {
	margin:20px 0px 2px 20px;
	font-size:18px;
	
}

h5 {
	margin:20px 0px 20px 1000px;

}


h4 {
	margin:20px 0px 20px 1000px;
	font-size:18px;
}

h2{
	margin-left: 20px;
	font-size: 13px;
	
}

th
{
	padding: 5px 1px 5px 1px; /* NOTE: th padding must be set explicitly in order to support IE */
	text-align: center;
	text-transform: uppercase;
	/*line-height: 2e*/
	color: #FFF;
	background-color: #555;
}

/* cerrar cesion  */
#sesion {
	text-align: right;
	border: 0px;
	padding: 5px 10px 8px 0px;
	width: 200px;
	float: right;
	font-weight:normal;
}
/* lista de tablas */




.tablasWraper{
	width: 500px;
	float: left;
	margin: 15px 0px 0px 20px;
}
.listaTablas{
	width:400px;
	border:thin solid #CCC;
	margin-left:10%;
}


.listaTablas_2{
	width:700px;
	border:thin solid #CCC;
	margin-bottom:10px;
	margin-left: 533px;
	margin-top: 55px;
	
}

.listaTablas_3{
	font-size: 8pt;
	margin-left:535px;
	margin-bottom: 20px;
	
}

.fixed-div {
    position: fixed;
     top: 22px;
    left: -10px;
}

.fixed-div_2{

	top: 50px;

}

.scrollit {
    overflow:scroll;
    height:100px;
}


.tablasWraper a:hover{
	color:#003;	
}
/* layer - lista de campos */
.camposWraper {
	width:515px;
	height:560px;
	top:70px;
	right:15px; 
	background-color:#EBEBEB;
	overflow:auto;
	visibility:hidden;
	float:right;
	position:absolute;
	zIndex:-1;"
}
.camposTitulo{
	font-weight: bold;
	margin-bottom: 10px;
	padding: 8px 0px 0px 8px;
	width: 150;
}
.camposTabla{
	margin:10px auto;
	background-color:#FFFFFF;
	width:480px;
}
/*boton agregar*/
.b_agCriterio{
	width: 100px;
	visibility: hidden;
	color: #333;
	background-color: #ECF8F9;
	border-radius: 5px;
	padding: 2px;
	margin: 2px;
}
/*logout*/
#logout_label {
	margin-top: 70px;
	margin-right: 50px;
	height:80px; 
	width:500px; 
	border: 0; 
	background-color:#FFFFFF;
}

.amount
{
	text-align: right;
	padding-right: 10px;
}

.stock th
{
	background-color: rgb(252, 110, 15);
	background-color: rgba(252, 110, 15, 0.8);
	text-transform: none;
	text-align: center;
	padding: 5px 1px 5px 1px;
}
.stock th
{
	text-align: center;
	padding: 5px 1px 5px 1px;
}
.stock th:first-child
{
	text-align: left;
	font-weight: normal;
}
.nasdaq th
{
	text-transform: none;
	font-weight: bold;
	text-align: center;
}
.nasdaq th
{
	padding: 5px 1px 5px 1px;
	font-size: 8pt;
}




