/*
 * Codigo libre para usarse en proyectos comerciales y no comerciales.
 * Por jorge aldana
 * http://www.frogx3.com
 *****************************************************************************/
input{
border-color:#999999;


}
option {
border-color:#999999;
}
img{border:0;}


/*********** Empieza CSS para Tabla con nombre de clase "lista" *************/
/*********** Start CSS Code for the table with class name "list" ************/

.lista{
	width:100%;
	border:3px double #f2f2f2;
	margin:15px 2px;
}

.lista tr{
	height:20px;
}

.lista tr.estatico{
	background:#f2f2f2;
}

.lista th,
.lista td,
.lista td a{
	padding:2px;
	font-size:11px;	
	vertical-align:top;
}


.lista td a:hover{
	text-decoration:none;
}

.lista th{
	background:url(../imagenes/prt.jpg) #ffffff repeat-x;
	border-bottom:4px double #E6E6E6;
	line-height:15px;
	border-right:4px double #E6E6E6;
}

.lista td{
	border-right:2px solid #f2f2f2;	
	border-bottom:2px solid #f2f2f2;
	line-height:20px;	
}
.menulink{
	
	background-image: url(../imagenes/ap.jpg);
	background-repeat:no-repeat;
	background-position:center;
	text-align: center;
	text-transform: uppercase;
	font-size: 9px;
	color: #OOOOOO;
	font-weight: normal;
}



