/**
 * Esta hoja de estilo almacena toda la información relativa a la navegación,
 * bloques de scroll, etc. 
 *
 * Predefine estilos básicos que pueden ser redefinidos desde otro tipo de bloques
 * como el de los contenidos, etc.
 * 
 * @author Divisa Informática y Telecomunicaciones S.A.
 */


/**
 * Path de navegaciÃ³n (rastro de migas)
 */
.navigationPath {
	margin: 0 0 2em 0;
	padding: 0 0 0 0.6em;
	background: url(../imagenes/fondos/bg-navigationPath.gif) no-repeat 0 0.55em;
	font-size: 0.909em;
	list-style-type: none;
	overflow: hidden;
}

.navigationPath LI {
	display: inline;
	list-style-type: none;
}
 
.navigationPath A {
	padding: 0 0.272em 0 0;
	color: #333;
	text-decoration:underline;
}

.navigationPath A:hover {
	text-decoration: none;	
		color: #333;
}

.navigationPath .firstChild A {
	font-weight: normal;	
}

.navigationPath SPAN {
	padding: 0 0.272em 0 0;	
}
	
.navigationPath .lastChild {
	font-weight: bold;	
	font-family: Tahoma, Geneva, sans-serif;
}

/**
 * NavegaciÃ³n
 */
.cmNavigation {
	padding: 0 0 0.37em 1.091em;
	font-family: Tahoma, Geneva, sans-serif;	
}

.cmNavigation .cmResultsCount {
	float: left;
	padding-top: 0.64em;
	font-weight: bold;
}

.cmNavigation .cmPagesNavigation {
	float: right;
	min-width: 16.181em; 
	width: auto!important;
	width: 16.181em; 
	padding: 0;
	text-align: center; 
	background-color: #F0F0F0; 
	line-height: 2.54em;
}
	
.cmNavigation .cmPagesNavigation IMG {
	margin: 0 0.091em;
	vertical-align: middle;	
}
	
.cmNavigation .cmPagesNavigation .cmNavPage {
	margin: 0 0.46em;	
}

.cmNavigation .cmPagesNavigation .cmNavPage .cmNavPage, .cmNavigation .cmPagesNavigation .cmNavPage A {
	margin: 0 0.27em;	
}

.cmNavigation .cmPagesNavigation .cmNavIntro {
	position: absolute;
	left: -9999px;
	overflow: hidden;
}

.cmNavigation .cmPagesNavigation .cmNavPage .currentPage {
	font-weight: bold;	
}