/**
 * Esta hoja de estilo guarda la información común a la maquetación global
 * del Portal del Complejo Hospitalario de Toledo
 * 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 5.0
 * @copy  2006
 */

/** INICIO ESTILOS GLOBALES **/
@import url('areas.css');
@import url('menus.css');
@import url('banners.css');
@import url('navegacion.css');
@import url('calendar.css');
@import url('contents.css');
@import url('boxes.css');
@import url('searcher.css');
@import url('contactar.css');
@import url('popup.css');
@import url('webmap.css');
@import url('resources.css');
@import url('relatedcontents.css');
@import url('modelos_xsl.css');
@import url('login.css');
@import url('iframe.css');
@import url('sqlquery.css');
@import url('estilos_editor.css');


/**
 * Estilo general de los distintos elementos globales del sistema, cuerpo,
 * controles de formulario, celdas y cabeceras, etc.
 */
BODY {
	font-family : Arial, Trebuchet MS, Verdana, Geneva, sans-serif;
	font-size : 68%;
	color : #666666;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

TABLE {
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

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

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

TD {
	font-family: Arial, Trebuchet MS, Verdana, Geneva, sans-serif;
	font-size: 68%;
	margin: 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

TH {
	font-family: Arial, Trebuchet MS, Verdana, Geneva, sans-serif;
	font-size: 68%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

LABEL {
	font-family : Arial, Trebuchet MS, Verdana, Geneva, sans-serif;
	font-weight : bold;
   color: #1c3d5e;
}

INPUT {
	background-color: white;
	font-family: Arial, Trebuchet MS, Verdana, Geneva, sans-serif;
	color: #333333;
	font-size: 1em;
	border : 1px solid #1c3d5e;
}

INPUT.noBorder {
	border: 0px;
}

SELECT {
	background-color: white;
	font-family: Arial, Trebuchet MS, Verdana, Geneva, sans-serif;
	color: #333333;
	border : 1px solid #1c3d5e;
	font-size: 1em;
}

TEXTAREA {
	background-color: white;
	font-family: Arial, Trebuchet MS, Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #333333;
	border : 1px solid #1c3d5e;
}

BUTTON {
	font-family : Arial, Trebuchet MS, Verdana, Geneva, sans-serif;
	font-size: 1em;
	color : #000000;
	background-color : transparent;
	border : 0px outset;
	border-color : #DDDDDD;
	cursor : pointer;
	display: inline;
}

BUTTON.normalButton {
	color: #666666;
	background-color: #ECE9D8; 
/*	background-color: #ECC752; */

/*	width: 4em; */
	height: 1.8em;	
	margin-left: 5px;
	font-size: 11px;	
	font-weight: bold;	
	border-top: 1px solid #7D7D7D;/* #7D7D7D; */
	border-bottom: 3px solid #7D7D7D;
	border-right: 3px solid #7D7D7D;
	border-left: 1px solid #7D7D7D;
	/* border: 1px outset; */
	/* background-color: ButtonFace; */
	/*	font-size: 1.1em; */
}

FORM {
	margin-bottom: 0px;
}

FIELDSET{
	border: 0px solid red;	
	padding: 0px;
}

LEGEND{
	margin-left: -5px; 	
}


P {
	font-size: 1em;
}

A {
	text-decoration : none;
	color: #7D7D7D;
}

A:Visited {
	text-decoration : none;
	color: #7D7D7D;
}

A:Active {
	text-decoration : underline;
	color: #7D7D7D;
}

A:Hover {
	text-decoration : underline;
	color: #7D7D7D;
}

HR {
	color : #cccccc;
	height : 1px;
	margin : 0px;
}

HR.blackrule {
	color : #666666;
	height : 1px;
	margin : 0px;
}

/**
 * Estilos de lista
 */
OL {
	margin-left: 25px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

UL {
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: disc;
}

UL.squarelist {
	margin-left: 8px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: square;
}

LI.squarelist {
	margin-left: 8px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: square;
}


DIV {
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}
SPAN {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

IMG {
	border: none;
}
/* FIN ESTILOS GLOBALES */

/* INICIO ESTILOS GLOBALES VENTANAS EMERGENTES */
/** Estilos que nos definen el comportamiento de los popup **/
TD.popupTitle {
	background-color: #FF9B0D;
	height: 25px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 4px 0px 0px;
}

/** Estilo aplicado a la cabecera del popup **/
TD.popupContentName {
	font-size: 14px;
	font-weight: bold;
	padding: 4px 4px 2px 0px;
	border-bottom: 1px solid #666666;
	color: #000000;
}

/** Estilo aplicado a una descripción asociada al POPUP **/
TD.popupDescription {
	font-size: 11px;
	font-weight: normal;
	padding: 4px 4px 4px 2px;
	color: #000000;
}

/** Cuerpo del POPUP **/
TD.popupBody {
	vertical-align: top;
	background-color: #FFFFFF;
}

/** Cabecera del POPUP **/
TD.popupFooter {
	vertical-align: bottom;
	background-color: #cccccc;
	font-weight: bold;
	color: #666666;
	height: 25px;
	text-align: right;
	padding: 0px 4px 4px 0px;
}
TD.popupFooter A {
	text-decoration: none;
}
TD.popupFooter A:Hover {
	text-decoration: underline;
}
/** Estilo para la zona de cerrar de los popup **/
DIV.close {
	vertical-align: bottom;
	height: 25px;
	overflow: auto;
}
/* FIN ESTILOS GLOBALES VENTANAS EMERGENTES */

/* INICIO ESTILOS LAYOUT */
/** Layout genérico de las páginas: Contenedor global **/
TABLE.mainTable {
	border-left: 2px solid #F3F2F7;
	border-right: 2px solid #36A585;
	border-collapse: collapse;
   border-spacing: 0px;
	vertical-align: top;
	background-image: none;
	background-color: #FFFFFF;
	width: 48em;
} 

TABLE.mainTable TD {
	margin: 0px;
}

TD.mainHeader {
	width: 100%; 
	height: 30px; 
	text-align: left;
	color: white;
	font-size: 1.0em;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-weight: bold;
}

/** Cabecera para todas las páginas del portal excepto para la inicial */
TD.mainLeft {
/*	background-image: url('../imagenes/banners/bannIzq2.jpg');
	background-image: url('../imagenes/banners/bannContent.jpg');
	background-position: bottom left; 
	background-repeat: no-repeat;  */
	vertical-align: bottom; 
	text-align: left;
	position: relative;
}
TD.mainLeft DIV {
/*	position: relative; */
	width: 515px;	
	height: 142px;			
} 
TD.mainRepeat {
	width: 47em;
	height: 142px;
	background-image: url('../imagenes/banners/bannCent2.jpg');
	background-position: bottom;
	background-repeat: repeat-x;	
}


/** Áreas del sistema **/

/* Áreas de la web publica **/
TD.mainRight {
	text-align: center;
	width: 18em;
	padding-left: 5px;
	vertical-align: top;
/*	border: 1px solid green; */
}
TD.mainRight DIV {
	position: relative;
}

TD.mainTop {
/*	width: 560px; */
/*	width: 30em; */
	padding-left: 0px;
	vertical-align: top;
/*	border: 1px solid blue; */
}
TD.mainTop DIV {
	position: relative;
}

/* Áreas del Portal del Empleado */
TD.PE_mainRight {
	text-align: center;
	width: 16em;
	padding-left: 5px;
	vertical-align: top;
/*	border: 1px solid green; */
}
TD.PE_mainRight DIV {
	position: relative;
}

TD.PE_mainLeft {
	text-align: center;
	width: 15.5em;
	padding-right: 5px;
	vertical-align: top;
	/* border: 1px solid red; */
}
TD.PE_mainLeft DIV {
	position: relative;
	width: 15.5em;	
}

TD.PE_mainTop {
/*	width: 560px; */
/*	width: 30em; */
	padding-left: 0px;
	vertical-align: top;
/*	border: 1px solid black; */
}

TD.PE_mainTop DIV {
	position: relative;
}


TD.PE_mainCenter {
/*	border: 1px solid orange; */
	width: 70%; 
}

TD.PE_mainCenter2 {
	width: 77%;
}



/*
TD.PE_mainCenter DIV.centerBlock {
	position: relative;
	width: 100%;
}
*/

/** Cabecera para las páginas de la Intranet **/
TD.mainLeftIntranet {
	vertical-align: bottom; 
	text-align: left;
	position: relative;
}

TD.mainLeftIntranet DIV {
/*	position: relative; */
	width: 433px;	
	height: 106px;			
} 

TD.mainRepeatIntranet {
	width: 47em;
	height: 106px;
	background-image: url('../imagenes/banners/bannCent2.jpg');
	background-position: bottom;
	background-repeat: repeat-x;	
}

TD.mainRightIntranet {
	background-image: url('../imagenes/banners/bannContentII.jpg');
	background-position: bottom right; 
	background-repeat: no-repeat;
	vertical-align: bottom; 
	text-align: right;
}

TD.mainRightIntranet DIV {
	position: relative;
	width: 204px;	
	height: 106px;	
}

/** Cabecera para la página inicial del portal del Hospital */
TD.mainHospitalLeft {
/*	background-image: url('../imagenes/banners/bannIzqII.jpg'); 
	background-position: bottom left; 
	background-repeat: no-repeat; */
	vertical-align: bottom; 
	text-align: left;
	position: relative; 
}

TD.mainHospitalRight {
/*	background-image: url('../imagenes/banners/bannDch.jpg'); */
	background-image: url('../imagenes/banners/bannDch3.jpg');
	background-position: bottom right; 
	background-repeat: no-repeat;
	vertical-align: bottom; 
	text-align: right;
}

TD.mainHospitalRight DIV {
	position: relative; 
	width: 275px;	
/*	height: 295px;	*/
	height: 246px;
}

TD.bannerSuperior{
   /* border:1px solid red; */
	text-align: right;	
}

/* Celdas de relleno del banner de autentificación del Portal del Empleado */
TD.mainHospitalRepeatGAP {
	/*height: 233px;*/
	width: 100%;
	background-color: #F9F9F9;	
}

TD.mainHospitalRepeatCHT {
	/*height: 233px;*/
	width: 100%;
	background-color: #EEECED;	
}

TD.mainHospitalRepeatSESCAM {
	width: 100%;
	background-color: #F9F9F9;	
}


 
/**
 * Estilos para los logos del SESCAM y JCCM, encima del banner principal
*/
DIV.logosContainer {
	position: relative;
	z-index: 1;
}

DIV.logoSescam {
	display: block;
	position: absolute;
	top: 70px; 
	left: 15px;
}
DIV.logoJCCM {
	display: block;
	position: absolute;
	top: 60px; 
	left: 145px;
}


DIV.logoGAP {
	display: block;
	position: absolute;
	top: 13px; 
	left: 4px;
}
DIV.logoSescam_GAP {
	display: block;
	position: absolute;
	top: 18px; 
	left: 195px;
}
DIV.logoJCCM_GAP {
	display: block;
	position: absolute; 
	top: 70px; 
	left: 195px;
}
DIV.logoPE_GAP {
	display: block;
	position: absolute;
	top: 10px; 
	left: 30px;
}
DIV.logoSescamPE_GAP {
	display: block;
	position: absolute;
	top: 98px; 
	left: 12px;
}
DIV.logoJCCMPE_GAP {
	display: block;
	position: absolute; 
	top: 95px; 
	left: 100px;
}

/** Layout genérico de las páginas: Pie de página  **/ 
TABLE.plainFooter {
/*	height: 5px;
	width: 100%;
	background-color: #949494;
	padding: 0px;
	margin: 0px;
/*	text-align: right;
	vertical-align: top;*/
}

/** Estilo especial para el componente de copyright **/
DIV.copyrightInformation {
	position: relative; 	 
	top: -77px; 
	left: 0px; 
/*	width: 100%; */
	text-align: center;
}

/* FIN ESTILOS LAYOUT */

/* ESTILOS DE LOS LINK DE LAS CABECERAS */
Div.headerLinks {
	font-size: 0.8em;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
/*	color: #7D7D7D; */
	color: white;
	font-weight: bold;
}

Div.headerLinks A.cmContactLink{
/*	background-image: url(../imagenes/iconos/icoMail.gif); */
	background-image: url(../imagenes/iconos/sobre.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 14px;
	color: white;	
}
Div.headerLinks A.cmContactLink:Active {
	color: white;	
}

Div.headerLinks A.webMapLink {
/*	background-image: url(../imagenes/iconos/icoWebMap.gif); */
	background-image: url(../imagenes/iconos/mapa.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 14px;	
	color: white;	
}


/* ESTILOS DE LOS LINK DEL PIE */
Div.footLinks {
	font-size: 1.0em;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	color: #F4F4F4;
}

Div.footLinks A.footLinks {
	font-size: 1em;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	color: #F4F4F4;
}

Table.mainTable A.logoProxia {
	font-size: 0.9em;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;	
	color: #A0A0A0;
}

/** ESTILOS ESPECIALES COMPONENTE DE BANNER **/
DIV.floatingBanner {
	position: absolute;	
	left: -266px;
	top: 16px;
}

DIV.tematico {
	position: absolute;
	top: 10px;
}

DIV.centered {
	text-align: center;
}

P.bannerSeparatorMin {
	padding-top: 0.3em;
}

/**
 * Para la parte de login en el sistema.
 */
DIV.login {
	font-size: 1.2em;
} 

DIV.login TD {
	font-size: 0.8em;
}

 

/**
 * Estilos correspondientes al formulario para el buscador externo
 */
DIV.externalSearch {
	background-color: #F3F2F7;
	margin-left:5px;
	margin-top:5px;
	padding-bottom: 1em;
	}

DIV.externalSearchHeader {
 	border-left: 2px solid #CFD2DB; 
	border-bottom: 1px solid #CFD2DB; 
	margin-bottom: 0.8em;	
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	list-style: none;
	color: #7D7D7D;
	text-align: right;
	padding-right: 0.5em;
	padding-top: 4px;
	display: block;	
	background-image: url('../imagenes/fondos/tituloMenu4.jpg');
	background-repeat: no-repeat;
	background-position: top right;	
	font-weight: bold;	
	height: 2em;
	text-transform: uppercase;
}

DIV.externalSearchData {
	text-align: left;	
	vertical-align : middle;	
	padding-left: 2em;
}

DIV.externalSearchData FORM {
	padding: 0px;
	margin: 0px;
}

DIV.externalSearchData INPUT {
	width: 8em; 
	border-color: #CFD2DB;		
}

DIV.externalSearchData SELECT {
	width: 10em;
}

DIV.externalSearchData BUTTON {
	color: #7D7D7D;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;	
	background-color: transparent;
	font-size: 0.9em;
	font-weight: bold;	
	border: none;
	background-image: url('../imagenes/bullets/bullet01.jpg');
	background-repeat: no-repeat;
	background-position: inherit;
	background-position: right;	
	margin-right: 0.5em;
	padding-right: 0.3em;
	margin-top: 0.3em;
	margin-bottom: 0.5em;
}

DIV.externalSearchData LABEL {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 1em;
	list-style: none;
	color: #7D7D7D;
}


DIV.advancedSearch LEGEND {
	margin-top: 1em;
	color: #666666;
	font-weight: bold;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #cccccc;
	display: block;
}



