
/* container for slides */
.images {
	background:#fff url(/img/global/gradient/h300.png) repeat-x;
	border:1px solid #ccc;
	position:relative;	
	height:314px;
	font-family:Trebuchet MS,Arial,Helvetica;
	width:600px;
	float:left;	
	padding:10px;
	border:1px solid #D4D4D4;
	cursor:pointer;
	*left:0px;
	
	
}

/* single slide */
.images div {
	display:none;
	position:absolute;
		
	margin:7px;
	padding:15px 30px 15px 15px;
	height:256px;
	font-size:12px;
}

/* header */
.images h3 {
background-color:#000000;
color:#445566;
font-size:16px;
font-weight:normal;
height:45px;
margin:0 0 20px;
opacity:0.5;
filter: alpha(opacity = 80);
padding-left:30px;
padding-right:30px;
position:relative;
top:0px;
padding-top:20px;
text-align:center;
}
.titular_slideshow {color:#FFFFFF;font-size:16px;font-weight:bold;left:0;padding:7px;position:relative;top:-60px;}
/* tabs (those little circles below slides) */
.slidetabs {
	clear:both;
	margin:auto;
}

/* single tab */
.slidetabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(img/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.slidetabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.slidetabs a.current {
	background-position:0 -16px;     
} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:140px;
	
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

/* next */
.forward 				{ background-image:url(img/flecha_dcha.png);background-repeat:no-repeat; clear:right;left:540px;position:relative;top:125px; }
/*.forward:hover 		{ background-position:-30px -30px; }
.forward:active 	 	{ background-position:-60px -30px; } */


/* prev */
.backward 				{background-image:url(img/flecha_izq.png);background-repeat:no-repeat;z-index:1;left:0px;position:relative;top:125px; }
/*.backward:hover  		{ background-position:-30px 0; }
.backward:active  	{ background-position:-60px 0; }*/

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}

