/*
table.rounded  {
	background-color: #BC351D;
	background-position: 630px 20px;
	background-repeat: no-repeat;
	width: 680px;
}
table.rounded td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table.rounded tr:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #BC351D;
}
table.rounded td.contenido{
	clear: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
table.rounded td.buscador{
	padding-right: 20px;
	padding-left: 20px;
	width: 220px;
}
table.rounded td.cargando {
	padding-right: 20px;
	background-image: url(../img/cargando.gif);
	background-position: 215px 10px;
	background-repeat: no-repeat;
	padding-left: 20px;
	width: 220px;
}
table.rounded #tipo {
	margin-top: 3px;
}
.rounded  h1, .rounded h4 {
	font-weight: normal;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rounded p {
	color: #FFFFFF;
}
p.criterio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 12px;
}
p.resultados {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BC351D;
	line-height: 11px;
}
#buscar {
	background-image: url(../img/botonBuscar.png);
	background-position: 0px 0px;
	height: 21px;
	width: 73px;
	color: #BC351D;
	font-weight: bold;
	font-size: 11px;
	line-height: 21px;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #BC351D;
	border-top-color: #BC351D;
	border-right-color: #BC351D;
	border-bottom-color: #BC351D;
	border-left-color: #BC351D;
	margin-left: 5px;
}
#buscar:hover {
	background-position: 0px -21px;
}
.pipeta {
	position: absolute;
	top: 306px;
	background-image: url(../img/pipeta.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
	margin-left: 30px;
}
.pipeta.cargando{
	background-image: url(../img/pipetaCargando.gif);
} */

ul.indice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style-type: none;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	height: 22px;
}
ul.indice li {
	background-image: url(../img/liIndice.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 21px;
	width: 20px;
	margin-right: 3px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}


ul.indice li:hover {
	background-position: 0px -22px;
}

ul.indice li a {
	color: #FFFFFF;
}
ul.indice   li.selec  , ul.indice li.selec a{
	background-position: 0px -44px;
	color: #AE1D2B;
}
ul.indice li.adelante {
	background-image: url(../img/adelanteAtras.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
ul.indice li.atras {
	background-image: url(../img/adelanteAtras.png);
	background-repeat: no-repeat;
	background-position: -21px 0px;
}
ul.indice  li.atras:hover   {
	background-position: -20px -20px;
}
ul.indice li.adelante:hover {
	background-position: 0px -20px;
}
ul.indice li.atras.disable {
	background-position: -20px -40px;
}
ul.indice li.adelante.disable {
	background-position: 0px -40px;
}


/*
#list {
	font-size: 12px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
	width: 100%;
	clear: both;
	margin-top: 10px;
}

#list th {
	background-color: #FFFFCC;
	font-size: 11px;
	color: #BC351D;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#list tr:hover {
	background-color: #EDEDED;
}
.verIndicacion {
	font-size: 11px;
	color: #999999;
	cursor: pointer;
	background-image: url(../img/verIndicacion.png);
	background-position: 0px 7px;
	padding-left: 16px;
	background-repeat: no-repeat;
}
.item table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.clear {
	clear: both;
}
.indicacion {
	cursor: pointer;
	background-color: #FFF;
	border: 1px solid #BC351D;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}*/

/*tr.selec td strong { */

/* tr.selec td { */
	/*padding-left: 10px; */
	/*color: #BC351D;*/
	/*font-weight: bold;*/ /* by gs */
/*}*/

/* 
tr.selec .verIndicacion {
	background-position: 0px -10px;
}
tr.selec {
	background-color: #F3F3F3;
}
tr.selec p , tr.selec ol, tr.selec ul{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
tr.selec td {
	background-color: #F3F3F3;
	border-bottom-width: 0px;
	border-bottom-style: none;
}*/
