@CHARSET "UTF-8";

a:link {
	color: #596354;
	text-decoration: none;	
}     /* unvisited link */
a:visited {
	color: #596354;
	text-decoration: none;	
}
a:hover {
	color: #596354;
	text-decoration: underline;	
}   /* mouse over link */
a:active {
	color: #596354;
	text-decoration: underline;
}   /* selected link */

.fecha{text-align:right;}
fieldset#opcs{
	margin:10px 35px;
}

fieldset#opcs div{
	padding:10px;
}

.boton{
	position:relative;
	top:4px;
}

.pagesize{
	width:50px;
	font-size:11px;
}

div#pager{
	margin-top:15px;
	font-size:11px;
}

p#volver{text-align:right;}
