.categoria{
	font-family:Arial;
	font-size:16px;
	text-decoration:none;
	color:#f15a24;}
.tituloDep{
	font-family: Arial;
	font-size: 9px;
	text-decoration: none;
	color: #000;
}
	
.titulo2{
	font-family:Arial;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	color:#000;}
	
.titulo1{
	font-family: 'Merriweather';
	font-size:18px;
	text-decoration:none;
	color:#fff;}
	
#gal{
	width: 310px;
	float: left;
}

#titulo_portada{
	width: 310px;
	height: 30px;
	float: left;
	font-family: 'Bitter', "serif;";
	font-size: 18px;
	font-weight: bold;
	color: #F15A24;
	padding-top: 10px;
}
	

	
#nombre{
	margin-top:1px;
	margin-bottom:6px;
	width:128px;
	height:20px;
	font-family:Arial;
	font-size:14px;
	color:#666;
	}
#portada_galeria{
	width: 348px;
	height: 334px;
	float: left;
	border: 1px solid #ccc;
}
#portada{
	width: 110px;
	height: 324px;
	float: left;
	border-right: 1px solid #ccc;
	padding-top: 10px;
}
	
	#foto_portada{
	width:128px;
	height:206px;
	float:left;
	background-color:#FFF;}
	
	#destacados{
	width:126px;
	height:80px;
	float:left;
	font-family:Georgia;
	font-size:14px;
	color:#666;
	font-weight:bold;
	border-top:1px solid #CCC;
	background-color:#f3f3f5;}
	
	
	
#panel_para_ipad{
	width: 351px;
	height: 350px;
	float: left;
}
	
	#foto_arriba{
	width: 310px;
	height: 230px;
	float: left;
}
		
	
		
        #foto_titulo{
	margin-top: 2px;
	width: 310px;
	height: auto;
	float: left;
	overflow: hidden;
	padding-top: 10px;
			}
			
			#nota{
				padding-left:15px;
				padding-top:10px;
				width:291px;
				height:264px;
				float:left;}
				
				#fototitulo{
	width: 351px;
	height: 30px;
	float: left;
	text-align: center;
}
				
				#menu{
	width: 310px;
	height: 26px;
	float: left;
}
					
			.tqt{
			font-family:Arial, Helvetica, sans-serif;
			font-size:16px;
			color: #000;
			font-weight: bold;
			text-decoration:none;}
			
			.txt_destacados{
			font-family:Arial;
			font-size:12px;
			color: #333;
			font-weight:bold;
			text-decoration:none;
			text-align:center;}
			
			.txt_c_destacados{
			font-family:Arial;
			font-size:10px;
			color: #333;
			text-decoration:none;
			padding-left:10px;}
				
				

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 310px;
	height:290px;

	/* custom decorations */
	}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:310px;

}



				
				
				
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	display:block;
	width:22px;
	height:26px;
	float:left;
	margin:0px 0px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 		{
	
	clear:right; margin-right: 0px;}
a.right:hover 	{ }
a.right:active 	{  } 


/* left */
a.left				{
	clear:right; margin-right: 0px;} 
a.left:hover  		{ }
a.left:active  	{ }

/* up and down */
a.up, a.down		{ 
	background:url(vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	


/* position and dimensions of the navigator */
.navi {
	margin-top: 0px;
	margin-left: 90px;
	width: 133px;
	height: 26px;
	float: left;
}


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

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

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