.pagination{
	padding: 2px;
	margin: 1em 0;
	clear: both;
	font-family:"Trebuchet MS", sans-serif, Arial, Verdana;
	font-weight:normal;
}

.pagination ul{
margin: 0;
padding: 0 30px;
text-align: right; /*Set to "left" or "right" to left/right align pagination interface*/
font-size: 11px;

}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;


}

*:first-child+html .pagination li a{ /*IE7 only CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE7 */
}

* html .pagination li a{ /*IE6 and below CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE6 and below browsers*/
}

.pagination a, .pagination a:visited, .pagination a:active{
padding: 3px 5px;
border: 1px solid #c2bdaa;
text-decoration: none; 
color: #333;

}

.pagination a:hover{
border: 1px solid #e3dcd4;
color: #fff;
background-color: #780000;
}

.pagination a.currentpage{ /*Style for currently selected page link*/
background-color: #626262;
color: #FFF !important;
border-color: #c2bdaa;
font-weight: bold;
cursor: default;
}

.pagination a.disabled, .pagination a.disabled:hover{ /*Style for "disabled" previous or next link*/
background-color: #c2bdaa;
cursor: default;
color: #929292;
border-color: transparent;
}

.pagination a.prevnext{ /*Style for previous and next link*/
	font-weight: bold;
}


/*LISTA menuMediaKits*/


.menuMediaKits {
	margin: 0px;
  	padding: 0px;
	list-style: none;
   	text-align:center;
  	
	
}

.menuMediaKits a {
	display: block;
	margin:0;
	padding:0;
	text-decoration:none;
	width: 130px;
  	height:88px;
	background-color:#c2bdaa;
	border: 1px solid #e3dcd4;
	
				
}
/* over */
.menuMediaKits  a:hover,
.menuMediaKits  li:hover a,
.menuMediaKits  li.iehover a {
	
	border: 1px solid #b4aa9f;
	
}

.menuMediaKits  li {
	height:25px;
	float:left;
		
}


.menuMediaKits  li {
  	list-style: none;
  	width: 130px;
  	height:88px;
	padding: 15px 15px 0 0; 

}



.mediaKits ul {
	position:relative;
	left:30px;
	min-height: 110px;

	
}


.imagenNota {
	float:right;
	padding:0px 30px 15px 20px; 
	
			
}
