@CHARSET "ISO-8859-1";

.fondoTablaSlide {
	background-image: url(../images/imco/encabezados/header.png);
	background-repeat: no-repeat;
}

/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/
.virtualpage,.virtualpage2,.virtualpage3 {
	/*hide the broken up pieces of contents until script is called. Remove if desired*/
	display: none;
}

.paginationstyle { /*Style for demo pagination divs*/
	width: 12px;
	height: 12px;
	position: static;
}

.paginationstyle select {
	/*Style for demo pagination divs' select menu*/
	border: 1px solid navy;
	margin: 0 15px;
}

.paginationstyle a { /*Pagination links style*/
	
}

.paginationstyle a:hover,.paginationstyle a.selected {
	
}

.paginationstyle a.imglinks {
	/*Pagination Image links style (class="imglinks") */
	
}

.paginationstyle a.imglinks img {
	
}

.paginationstyle a.imglinks a:hover {
	
}

.paginationstyle .flatview a:hover,.paginationstyle .flatview a.selected
{ 
	
}