

.baja {
  background-color:#FF0000;
  text-align:center;
  border: 1px solid #C2CFDF;
}

.media {
  background-color:#FFFF00;
  text-align:center;
  border-top: 1px solid #C2CFDF;
  border-bottom:1px solid #C2CFDF;
}

.alta {
  background-color:#00FF00;
  text-align:center;
  border-top: 1px solid #C2CFDF;
  border-bottom:1px solid #C2CFDF;
}

.des {
  background-color:#DFDFDF; 
  color:#999999;
  text-align:center;
  border: 1px solid #C2CFDF;
}


.status {
  width: 98%;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #aaaaaa;
  font-family:"Comic Sans MS",arial, verdana,sans-serif;
  background-color: #f5fbfb; 
  padding: 1px;
}

#float-box {
  position:absolute;
  height: 200px;
  width: 300px;
  background-color: #f4f4f4;
  border: 1px solid #333;
  padding: 4px;
  margin: 0;
}


.tab, .tab-hover {
	width: 70px;
	height: 16px;
	position: relative;
	top: 0;
	display: inline;
	float: left;
	overflow: hidden;
	margin: 1px -1px 1px 2px;
	padding: 2px 0px 0px 0px;
	border: 0;
	z-index: 1;
	font: 11px Tahoma;
	white-space: nowrap;
	text-align: center;
}

.tab {
  background-image: url( "images/tab.png" );
}

.tab-hover {
  background-image: url( "images/tab_hover.png" );
}

.tab-page {
  background: rgb( 252, 252, 254 );
  z-index: 2;
  position: relative;
  top: -2px;
  font: 11px Tahoma;
  color: #333;
  padding: 5px;
  width: 97%;
  float: left;
}
#stars {
color:#888888;
font-size:8px;
}

#progressPane{
  width:350px;
  height:90px;
  background-color:#F6F6F6;
  z-index:5000;
  position:absolute;
  left:25%;
  visibility:hidden;
  border:1px solid #000;
}

#progressBar_bg{
  position:absolute;
  left:50%;
  top:50%;
  width:300px;
  height:20px;
  border:1px solid #000;
  background-color:#EEE;
  margin-left:-150px;	
  margin-top:-20px;
  text-align:center;
}

#progressBar_outer{
  position:absolute;
  left:0px;
  top:0px;
  width:0px;	
  height:100%;
  overflow:hidden;	
}
	
#progressBar{
  position:absolute;
  left:0px;
  top:0px;
  width:300px;
  background-color:#184EB8;
  height:100%;
  z-index:5000;
}

#progressBar_txt{
  color:#000;
  z-index:10000;
  width:100%;
  height:100%;
  left:0px;
  top:0px;
  position:absolute;		
  font-family:arial;
  font-size:0.8em;
  line-height:20px;	/* Same as height of progress bar */
}

#cLoadingIndicator{
	position: fixed;
	z-index: 2;
	bottom: 0;
	right: 0;
	width: 20em;
	margin: 1em;
	padding: 7px 5px 7px 10px;
	font: 12px/1.2em "Lucida Console", "Courier New", monospace;
	text-align: left;
	visibility:hidden;
	color: #111;
	background-color: #FFFFB4;
	border: 1px solid #111;
}

/* star html hack - IE only */
* html #cLoadingIndicator{
	position: absolute;
}

/* a bet on future IEs */
#cLoadingIndicator[id]{
	position: fixed;
}

table {
  border: 0;
}

img { 
  border: 0;
}

.message_do {
  background: #FBFBFB; 
  border: 1px solid #C2CFDF;
  background: #F4E7EA;
  border: 1px solid #986265;
  font-size: 11px;
  font-weight: bold; 
  letter-spacing: 1px;
  padding: 7px 4px 7px 4px; 
  width:98%;
}

.error_msg {
  background: #FBFBFB; 
  border: 1px solid #C2CFDF;
  background: #F4E7EA;
  border: 1px solid #986265;
  font-size: 11px;
  font-weight: bold; 
  letter-spacing: 1px;
  padding: 7px 4px 7px 4px; 
  width:98%;
}

h1 {
  font-family: trebuchet ms,arial,helvetica,sans-serif;
  margin-bottom:0.2em;
  font-size:18px;
  margin: 0px 0px 5px 0px;
  padding: 0 0 .1em;
  border-bottom: 1px dotted #3a6094;
}


textarea {
  font-family: "Trebuchet MS",arial, verdana,sans-serif;
  font-size: 11px;
  line-height: normal;
  color: #555;
}

input { 
  text-indent : 2px; 
}

select{
  background-color: #fff;
  border: 1px solid #ddd;
  font-family: verdana, helvetica, sans-serif;
  font-size: 11px;
  margin: 0;
  padding: 0;
}

hr { 
  height: 0;
  border: solid #000 0px;
  border-top-width: 1px;
}


.imagen {
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  margin: 2px;
}

li {
  list-style:square;
}

.gentab {
  border: 1px solid #69f;
}

.error_login {
  font-size: 11px;
  font-weight:bold;
  color:#c00;
  padding:2px;
}


/* -- My Css --- */

h2 {
  font-size:11px;
  margin:10px 0 5px 0;
  padding:0 5px;
}
