/**
 * Esta hoja de estilo guarda la información común a la maquetación global
 * del Portal del Ayuntamiento de Ponferrada.
 * Desde esta hoja de estilo se incluyen los estilos correspondientes al 
 * resto de elementos y/o áreas que componen el diseño global.
 *
 * @author Divisa Informática y Telecomunicaciones S.A.
 * @since Proxia Portal Server 6.3
 * @copy  2008
 */

/** INICIO ESTILOS GLOBALES **/
@import url('main.css');
@import url('areas.css');
@import url('banners.css');
@import url('menus.css');
@import url('components.css');
@import url('contents.css');
@import url('navegacion.css');
@import url('../searcher.css');
@import url('boxes.css');
@import url('resources.css');
@import url('relatedcontents.css');
@import url('modelos_xsl.css');
@import url('iframe.css');


/* cambios específicos para el globalStyle */
A:hover SPAN.cmPopupText,
A.cmContentLink:hover SPAN.cmPopupText,
A.cmZoomedImageLink:hover SPAN.cmPopupText {
	right: 0px;
}

/**
 * Estilo general de los distintos elementos globales del sistema, cuerpo,
 * controles de formulario, celdas y cabeceras, etc.
 */
BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 68%;
	background-image: url(../imagenes/fondos/fondo.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
	padding: 0;
	overflow: auto;
}

/** Estilos básicos de tablas **/
TABLE {
	border: none;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

TBODY {
	border: none;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

TR {
	border: none;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

TD {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	border-spacing: 0;
	margin: 0;
}

TH {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/**
 * Estilos para formularios en general.
 */
LABEL {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1em;
}

INPUT {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	font-size: 0.9em;
}

INPUT.checkbox {
	border: 0px;
}

SELECT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	border: 1px solid #ccc;
}

TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	border: 1px solid #ccc;
}

BUTTON {
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	padding: 0.2em 0.5em 0.2em 0.5em;
	margin-left: 0.5em;
	text-align: center;
	cursor: pointer;
}

FIELDSET {
	border: none;	
	padding: 0;
}

LEGEND {
	margin-left: 0.5em;	
}

FORM {
	margin: 0;
}

A {
	text-decoration: none;
}
A:visited {
	text-decoration: none;
}
A:hover {
	text-decoration: none;
}
A:active {
	text-decoration: none;
}

HR {
	background-color: #ccc;
	height: 1px;
	margin: 4px 4px;
	border: none;
}

/**
 * Estilos de lista
 */
OL {
	margin: 0 0 0 1.5em;
}

UL {
	margin: 0 0 0 1.5em;
	padding: 0;
	list-style-type: disc;
}

UL.squarelist {
	margin: 0 0 0 1em;
	list-style-type: square;
}

LI.squarelist {
	margin: 0 0 0 1em;
	list-style-type: square;
}

DIV.separator {
	height: 1em;
	min-height: 1em;
}

P.cmParagraph {
    margin: 0.3em 0 1em 0;
    padding: 0;
}

.dontShow {
	display: none;
}

.cmEmbedImageright {
    margin-left: 0.5em;
}

.cmEmbedImageleft {
    margin-right: 0.5em;
}
/* FIN ESTILOS GLOBALES */

/** Estilos para la página de error **/
BODY.bodyError {
}

DIV.pageError {
	text-align: center;
	padding-top: 5em;
}

DIV.pageErrorMain {
	width: 50em !important;
	width: 55em;
	border: 3px solid #b1bcc7;
	background-color: #fff;
	padding: 1em 2em 2em 2em;
}

H1.cabecera {
	background-color: transparent;
	color: #022c5b;
	margin-top: 0;
	background-image: url(../imagenes/common/ico_logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	padding: 1em 1em 1em 3em;
	font-size: 2.4em;
}

H2.errorHeader {
	border-bottom: 1px solid #b1bcc7;
	color: #ca5600;
	padding: 0.3em 0.5em 0.3em 0.5em;
	font-size: 1.8em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif 
}

DIV.errorText {
	color: #424a52;
	text-align: left;
	font-size: 1.1em;
	padding: 0.5em 0 0.5em 0;
}

A.backLink {
	color: #022c5b;
	font-weight: bold;
	font-size: 1.1em;
}




