/* scroll normativa index */
.normativa_index {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 400px;	 
	width: 590px;
}

/* root element for scrollable items */
.items_normativa_index {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* fin scroll normativa index */


/* scroll actualidad index */
.actualidad_index {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 400px;	 
	width: 330px;
}

/* root element for scrollable items */
.items_actualidad_index {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}


/* fin scroll actualidad index */


/* scroll normativa */
.normativa {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 600px;	 
	width: 950px;
}

/* root element for scrollable items */
.items_normativa {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* fin scroll normativa */

/* scroll obra */
.obra {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 600px;	 
	width: 720px;
}

/* root element for scrollable items */
.items_obra {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* fin scroll obra */


/* scroll actualidad index */
.catalogo_producto {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 180px;	 
	width: 888px;
	z-index: 1;
}

.catalogo_producto_documentacion {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 180px;	 
	width: 900px;
}

/* root element for scrollable items */
.items_catalogo_producto {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}


/* fin scroll actualidad index */



/* single scrollable item */



/* root element for scrollable */
.vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 665px;	 
	width: 900px;
}

/* root element for scrollable items */
.items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* single scrollable item */



/* the action buttons above the scrollable */
#actions {
	height: 20px;	
}

#actions a {
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	color: #00234D;
	cursor:pointer;
}

#actions a:hover {
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: underline;
	color: #78B3E0;
}

.disabled {
	visibility:hidden;		
}

.nextPage {
	float:right;
}
