.contentslide{
width: 637px;
height: 458px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
	width: 214px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right;
	border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
	padding: 0px 0px 0px 0px;
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	margin: 0px 20px 0px 0px;
	line-height: 27px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 214px; /*IE5 width*/
w\idth: 214px; /*IE6 width*/
}

.pagination a{
	padding: 0 0px;
	text-decoration: none;
	color: #ffffff;
	
}

.pagination a:hover{
color: #555555;
background-color: #ffffff;
}

.pagination a.selected{
	color: #ffffff;
	background-color: #000000;
	font-weight: bold;
}





/*el style del dropdown*/

#dd {
  margin-left: 40px;
  padding: 0 0 -5px 0;
}

#dd li {
	list-style: none;
	text-align: right;
	font: bold 12px "Arial";
	font-family: "Arial";
	line-height: 20px;
}

#dd li a.menu {
 
  
 
  color: #FFF;
  width: 150px;
  text-decoration: none;
}

#dd li a.menu:hover {
color: #ffffff;
background-color: #550000;
}

/*el style del dropdown1*/

#dd1 {
  margin-left: 40px;
  padding: 0 0 -5px 0;
}

#dd1 li {
	list-style: none;
	text-align: right;
	font: bold 12px "Arial";
	font-family: "Arial";
	line-height: 20px;
}

#dd1 li a.menu {
 
  
 
  color: #FFF;
  width: 150px;
  text-decoration: none;
}

#dd1 li a.menu:hover {
color: #ffffff;
background-color: #550000;
}

/*fin el style del dropdown1*/

.submenu {
	background: #550000;
	border: 1px solid #ffffff;
	visibility: hidden;
	position: absolute;
	z-index: 3;
}

.submenu a {
	display: block;
	font: 11px arial;
	text-align: right;
	text-decoration: none;
	padding: 5px;
	color: #ffffff;
}

.submenu a:hover {
  background: #6b0705;
  color: #FFF;
}



