/**
 * Esta hoja de estilo define los elementos generados por Proxia CMS
 *
 * @author Divisa Informática y Telecomunicaciones S.A.
 */

/**
 * Muchos de los bloques de Proxia CMS necesitan limpieza de bloque debido
 * a la anidacion existente (float: left, right, etc)
 */
P.cmClear {
	margin: 0;
	padding: 0;
	clear: both;
} 

P.cmParagraph {
	margin: 0.6em 0;
}

.cmEmbedImageleft {
	margin: 0 1.091em 0.91em 0;
}

.cmEmbedImageright {
	margin: 0 0 0.91em 1.091em;
}

/**
 * estilos para el editor de texto 
 */
.cmUnderline {
	text-decoration: underline;
}

.cmStrike {
	text-decoration: line-through;
}

.cmTable {
	border-collapse: collapse;
	border-style: solid;
	border-color: #999;
	font-size: 100%;
	margin-top: 0.5em;
	margin-bottom: 2.73em;
	clear: both;
	text-align: initial;
}

.cmTable TH {
	font-size: 100%;
	border-color: #999;
	background-color: #888;
	color: #fff;
}

.cmTable TD { 
	font-size: 100%;
	border-color: #ccc;
}

.cmTable A {
	color: #000;
	text-decoration: underline;
}

.cmTable A:hover {
	text-decoration: none;	
}

.tablasinborde,
.tablasinborde th,
.tablasinborde td {
	border-width: 0;
}

/* Sangria */
.cmIndent {
	padding-left: 1.5em;
}

/**
 * Estilo que se utiliza para las capas que se muestran sobre los mapas de imagenes 
 */
DIV.cmImageMapLayer {
	border: 1px solid #000;
	background-color: #eee;
	width: 13.9em;
	padding: 0.2em;
}

/**
 * Enlaces 
 */
/* Enlace a la pagina de contacto. */
.cmContactLink {
}

/* Enlace a solo texto */
.cmTextOnlyLink {
}

/* Enlace a la pagina de impresion */
.cmPrintableLink {
}

/* Enlace a la pagina de la version marcada */
.cmMarkupLink {
}

/**
 * Estilo por defecto para los enlaces al recurso de un contenido
 */ 
.cmResourceContentLink {
	color : #707070;
	font-weight: normal;
	position: relative;
}

.searchResults UL, .searchResults LI,
.searchResults UL.cmContentResourcesClazz LI {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.searchResults LI A.cmResourceContentLink:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.searchResults LI A.cmResourceContentLink {
	font-weight: normal !important;
	display: block;
	clear: both;
	margin-top: 0.5em;
	min-height: 1em;
	height: auto !important;
	height: 1em;
	cursor: pointer;
}

A.cmResourceContentLink:link,
A.cmResourceContentLink:visited {
	text-decoration : none;
	color : #707070;
}

A.cmResourceContentLink:active,
A.cmResourceContentLink:hover {
	text-decoration : underline;
	color : #707070;
}

/* Icono para el tipo de fichero */
.cmResourceContentLink .resourceData1 {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

/* Nombre de fichero + descripción */
.cmResourceContentLink .resourceData2 {
	display: block;
	width: 75%;
	padding: 0.15em 0 0 2.2em;
	float: left;
}

/* Nombre de fichero + descripción */
.cmResourceContentLink .resourceData2 STRONG {
	color: #007FB1;
}

/* Tamaño del fichero */
.cmResourceContentLink .resourceData3 {
	display: block;
	float: right;
	padding: 0.15em 0 0 0;
}

.cmEmbeddedResource a {
	text-decoration: none;
	color: #007FB1;
}

.cmEmbeddedResource a:hover {
	text-decoration: underline;
}

/* Enlaces a la web padre */
.cmParentsWebLink {
}

/* Enlace a los contenidos hermanos */
.cmSibilingLink {
}

/* Enlace a la pagina de contenidos relacionados */
.cmRelatedContentsLink {
}

/* Enlace a la pagina de contenidos con el mismo padre */
.cmSameParentContentsLink {
}

/* Enlace a contenido */
.cmContentLink {
}

/**
 * Listado alfabetico
 */
.cmGlossaryTitle {
	margin: 1em 0 0.5em 0;
	padding: 0;
	font: 1.0909em Verdana, Geneva, sans-serif;
}

.cmGlossaryBlock {
	margin: 1em 0 0.5em 0;
	padding: 0.5em 0.9em;
}

.cmGlossaryBlock .cmGlossaryElement {
	margin-right: 0.3em;
}

.cmGlossaryBlock .cmCurrentGlossaryElement {
	margin-right: 0.3em;
	font-weight: bold;	
}

.cmGlossaryBlocknoLetters {
	margin: 1em 0 0.5em 0;	
}

/**
 * Otros elementos
 */
/* botones de edición */
DIV.contentAdvancedOptions {
	margin-bottom: 1em;	
}

/* ocultamos el botón de borrar en los subcontenidos */
div.cmClientEditButtons button.deleteContentButton {
	display: none;
}

/* captcha */
.dvSecurityAudio {
	vertical-align: middle;	
}

/* selectores de fechas */
.wrapper INPUT.cmSearchDate, .wrapper INPUT.cmSearchRankDate {
	width: 10.2em;	
}

.wrapper BUTTON.cmSearchDate, .wrapper BUTTON.cmSearchRankDate {
	overflow: visible;
	width: auto;
	border: none;
	margin: 0 0 0 0.5em;
	padding: 0;
	font-size: 1em;
	background: none;
	vertical-align: top;
}