html {
margin:0;
padding:0;
font-size: 62.5%;
}

img{padding:0;}

body {
	font-family: verdana,arial,helvetica;
	background: #f2f2f2;
}

a{
	color:#000;
	text-decoration: none;
}

a:hover{
	color:#e7b93b;
	text-decoration: underline;
}

#page-wrap {width:600px;}

#formulario {}

#entidades, #credito, #debito, #plazo{
padding: 0 4px 4px;
width:175px;
background:#f5f5f5;
border:#c8c8c8 1px solid;
float:left;
margin:0 10px 10px 0;
}

#caja-centro{
width:185px;
padding:0;
padding:0 10px 0 0;
float:left;
}

#debito{margin:0;}

#formulario h2{
	background: url(../images/ico-triangulo.gif) 0 5px no-repeat;
	font-size: 1.2em;
	font-weight: bolder;
	color: #656565;
	text-indent:6px;
	margin: 4px 0 6px;
	padding:0;
	border-bottom:1px solid #656565;
}

select, input{
font-size: .9em;
width:160px;
background:#fff;
border:#c8c8c8 1px solid;
margin:0 auto;
}

input.radio{
width:20px;
background:#f5f5f5;
border:none;
margin:0 auto;
}

.boton-comparar {
width:230px;
height:24px;
background: url(../images/boton-comparar.gif) no-repeat;
margin:20px 0 10px 200px;
cursor:pointer;
border:none;
}

#txt-seleccion{
color: #656565;
background:#f5f5f5;
border:#c8c8c8 1px solid;
text-align:center;
padding:4px;
font-weight:bold;
}

#no-disponible{float:left; padding:0;font-size:.9em;color: #656565;}
#imprimir{float:right; height:30px;}
#imprimir a{ background: url(../images/printer.gif) 0 4px no-repeat; padding:4px 0 4px 20px; height:30px;}

#paginacion{ text-align:center;}
#paginacion input{
border:1px solid #fff;
background:#ff4e00;
color:#fff;
}


/* clases */

.txt-min { font-size:.9em;color: #656565; margin:1em 0; text-align:center;}
.verde { color: #00CC00; font-weight:bold;}
.clear {clear:both;}





/* Tabla Sortable */

table.sortable {
	width: 100%;
	margin: 10px 0;
	font-size: 1em;
	background:#f5f5f5;
	border:#c8c8c8 1px solid;
	text-align:center;
}

table.sortable .primera-celda{ text-align:left;padding:2px; font-weight:bold;}

table.sortable th {
	background-color: #656565;
	color:#fff;
	text-align: center;
	font-size: 1em;
}


table.sortable th a{
	color:#fff;
}

