.button {
	padding-left: 2%;
	padding-right: 2%;
	font-weight : bolder;
	color:#002A7D;
}
.button:hover {
	text-decoration : underline;
	color:#114ada;
	opacity : 1;
	filter:alpha(opacity=100);
	cursor: pointer;
}

.changeTxt:hover {
	color:white;
}

.block {
	background-color:rgb(226, 238, 250);
	border-color:#205FFF;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-style : solid;
	border-right-width : 1px;
	border-top-style : solid;
	border-top-width : 1px;
	height:300px;
	font-family:verdana,arial,sans-serif;
	font-weight:bold;
}

.round_border {
	-moz-border-radius: 10px;
}

.line{
	border:1px solid #C3D9FF;
	width : auto;
}

.line:hover {
	background-color:#C3D9FF;
	cursor: pointer;
}

.price {
	color : #4089cd; font-weight : bolder;
}



td,tr,table,tbody{
	white-space: nowrap;
}

li#thetable:hover{
	background-color: rgb(173, 203, 255);
	text-decoration : none;
}

.selectable {
        border-style:ridge;
        border-color:white;
        -moz-border-radius: 10px;
}

.selectable:hover {
	border-color:#002A7D;
	border-style:ridge;
	cursor: pointer;
	-moz-border-radius: 10px;
}

#abw {

margin:-8px auto 1.5em;
padding-top:30px;
max-width:auto;
min-width:940px;
min-height:auto;
position:relative;
text-align:left;
border-left:1px solid #484848;
border-right:2px solid #484848;
border-bottom:3px solid #484848;
}

.footer {
	height:100px;
	font-size:12px;
}

#tbody {

  overflow: auto;
  overflow-x: hidden;
}

.banner {
    /*background-image: url(images/1001ha_contigo_small.jpg);*/
    background-repeat: no-repeat;
    background-position: center center;
    background-color: grey;
    color:#4089cd;
    text-align:center;
}

/*table*/

th.header { 
    background-image: url(tablesorter/themes/blue/bg.gif);     
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center left; 
    padding-left: 20px; 
    border-right: 1px solid #dad9c7; 
    margin-left: -1px;
    background-color: #CFE5FF;
}

th.headerSortUp { 
    background-image: url(tablesorter/themes/blue/asc.gif);
    background-color: rgb(173, 203, 255);
}

th.headerSortDown { 
    background-image: url(tablesorter/themes/blue/desc.gif);
    background-color: rgb(173, 203, 255);
}

#lineaTabla {
    font-family:verdana;
    font-size:80%;
    height:30px;s
}
