

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}


/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
a {
	text-decoration: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
select {
	font-size: 100%;
}

/* Abreviaturas, acronimos y definiciones
-------------------------------------------- */

	abbr, acronym, dfn {
		border: none;
		cursor: help;
	}
	
	kbd {
		border-bottom: .1em solid #cccccc;
		border-right: .1em solid #cccccc;
		padding-bottom: 0.1em; 
		padding-right: 0.4em; 
		padding-left: 0.4em; 
		background: #EFECEC;
		padding-top: 0.1em;
		font-size: 115%; 
	}
	
	
/* Estilos comunes
------------------------------------------------------------------------------------------- */

.clear_both, .clear { clear: both; }

/* Iconos
----------------------------------*/

.mail { 
	background: url(../public_images/ico/mail.gif) no-repeat right center;
	padding: 0em 1em 0em 0em;
}

.goBack { 
	background: url(../public_images/ico/goBack.gif) no-repeat right center;
	padding: 0em 1em 0em 0em;
}

.goTop { 
	background: url(../public_images/ico/goTop.gif) no-repeat right center;
	padding: 0em 1em 0em 0em;
}

.goBottom { 
	background: url(../public_images/ico/goBottom.gif) no-repeat right center;
	padding: 0em 1em 0em 0em;
}

.externalLink { 
	background: url(../public_images/ico/externalLink.gif) no-repeat right center;
	padding: 0em 1em 0em 0em;
}

.webMap { 
	background: url(../public_images/ico/webMap.gif) no-repeat right center;
	padding: 0em 1.3em 0em 0em;
}

.download { 
	background: url(../public_images/ico/download.gif) no-repeat right center;
	padding: 0em 1em 0em 0em;
}

.continue { 
	background: url(../public_images/ico/continue.gif) no-repeat right center;
	padding: 0em 1.2em 0em 0em;
}

.more { 
	background: url(../public_images/ico/more.gif) no-repeat right center;
	padding: 0em 1.2em 0em 0em;
}

.display { 
	background: url(../public_images/ico/display.gif) no-repeat right center;
	padding: 0em 1em 0em 0em;
}

.pdf { 
	background: url(../public_images/ico/pdf.gif) no-repeat left 2px;
	padding: 4px 0em 4px 2em;
	line-height: 20px;
}

.help { 
	cursor: help;
}

/* Fin / Iconos
----------------------------------*/


/* Clases comunes
----------------------------------*/

.nota, .salto { 
	position: absolute;
	top: -5000px;
	left: -5000px;
}

.invisible { 
	display: none;
	visibility: hidden;
}
.negrita { 
	font-weight: bold;
}

.float_left {
	float: left;
}	

.float_right {
	float: right;
}

.background_none {
	background: none !important;
}

.align_center {
	text-align: center;
}

.align_left {
	text-align: left !important;
}

.align_right {
	text-align: right;
}	


.justify {
	text-align: justify;
}
/* fin / Clases comunes
----------------------------------*/



.w10 {
	width: 10%;
}
.w15 {
	width: 15%;
}
.w20 {
	width: 20%;
}
.w25 {
	width: 25%;
}
.w30 {
	width: 30%;
}
.w33 {
	width: 33%;
}
.w40 {
	width: 40%;
}

.w45 {
	width: 45%;
}

.w48 {
	width: 48%;
}
.w50 {
	width: 50%;
}

.w58 {
	width: 58%;
}
.w60 {
	width: 60%;
}
.w66 {
	width: 66%;
}

.w70 {
	width: 70%;
}
.w75 {
	width: 75%;
}
.w80 {
	width: 80%;
}

.w85 {
	width: 85%;
}
.w90 {
	width: 90%;
}
.w100 {
	width: 100%;
}


.CR { margin-bottom: 20px; }
.CRMini { margin-bottom: 10px; }
.CRDoble { margin-bottom: 50px; }

.MT5 { margin-top: 5px; }
.MT10 { margin-top: 10px; }
.MT15 { margin-top: 15px; }
.MT25 { margin-top: 25px; }
.MT30 { margin-top: 30px; }
.MT35 { margin-top: 35px; }

.ML5 { margin-left: 5px; }
.ML10 { margin-left: 10px; }
.ML15 { margin-left: 15px; }
.ML20 { margin-left: 20px; }
.ML25 { margin-left: 25px; }
.ML30 { margin-left: 30px; }

.innerPadding10 {
	padding: 10px;
	overflow: hidden;
}
.innerPadding20 {
	padding: 20px;
	overflow: hidden;
}



/* @group comunes */



/* @group elementos basicos */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	line-height: 1.7em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 75%;
	color: #000000;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal; 
	color: #000000; 
	clear: both; 
}



a { color: #F57708; }

strong { color: #000000; }

em {
	color: #F57708; 
	font-style: normal;
	font-weight: bold;
}

h1 {}

h2 {
	padding: 0;
	font-size: 180%;
	margin: 0em 0 1em 0;
	padding: 2px 0px 4px 25px;
	background: url(../public_images/cuadro_header.gif) no-repeat left 0px;
}

h3 {
	padding: 0;
	font-size: 130%;
	margin: 0em 0 0em 0;	
	border-bottom:1px dotted #000000; 
}

h2.titHome {
	font-size: 118%;
	color: #000000;
	padding: 0px 0px 3px 0px;
}

h5 {
	font-size: 108%;
	color: #FFFFFF;
	padding-bottom: 4px;
}

/* @end */

/* @group estructura pagina */
#contenedor {
	border: 0px;
	background: #FFFFFF;
	margin: 1em auto;
	color: #424242;
	width: 952px;
}


#cabecera {
	margin: 0px 0 0px 0;
}

#logotipo {
	border: 0px;
	background: #FFFFFF;
	text-align: center;
	float: left;
	width: 288px;
	/* temporal */
	height: 76px;
	/* --- */
}

#logotipo h1 {	font-size: 150%; }

#banner {
	border: 0px;
	background: #FFFFFF;
	height: 99px;
	margin-bottom: 0px;
	background: url(../public_images/banner.jpg) no-repeat left top;
}


.contenido {
	margin: 0;
	min-height: 50em;
	background: url(../public_images/sombra_left.gif) no-repeat left top;

}
.innerContenido {
	padding-left: 4em;
	padding-right: 4em;
	width: 100%;
}
.innerContenido p {
	margin-bottom: 16px;
	width: 88%;
	text-align: justify;

}
.sombraDcha {
	min-height: 50em;
	background: url(../public_images/sombra_right.gif) no-repeat right top;
}
.innerSombra {
	min-height: 42em;
	position:relative;
}

#contenido-central {
	line-height: 1.3em;
	margin: 2em 0em 0em 0em;
}

.ancho-normal {
	width: 100%;
}

.ancho-con-menu {
	float: left;
	width: 680px;
	margin-left: 5px;
}

/* @group pie pagina */

#pie_pagina {
	border: 0px solid #d7dce4;
	text-align: left;
	padding-top: 28px;
	margin: 0px 0 0 0;
	clear: both;
	color: #000000;
	font-size: .9em;
	width: 88%;
	background: url(../public_images/pie_sep.jpg) no-repeat right top;
}

.empresaNombre {
	float: left;
	width: 180px;
}
#contacto_pie {
	width: 100%;
}

#pie_pagina ul,

#pie_pagina li {
	display: inline;
}

#contacto_pie li {
	overflow: hidden;
}

#contacto_pie li a,#contacto_pie li strong {
	text-decoration: none;
	border-right: 1px solid #222222;
	padding: 0px 4px 0px 4px;
}
#contacto_pie li strong {

}
#contacto_pie li.fin a {
	border: none;
}

#direccion_pie {
	border: 0px solid #d7dce4;
	text-align: center;
	color: #737373;
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	clear: both;
	}

/* @end */


/* @end */


/* @group idiomas */
#idiomas { 
	text-align: right;
	margin: 0px;
	padding: 0px 4px 0px 0px;
	border: 1px dashed #000000;
}

#idiomas p {
	display: inline;
	float: none;
	font-weight: bold;
	padding: 0em;
}



#idiomas ul,

#idiomas li {
	display: inline;
}

#idiomas li {
	border-right: 2px solid #979797;
	padding-right: 8px;
	padding-left: 8px;
	overflow: hidden;
	color: #979797;
	text-transform: uppercase;
	font-size: 1em;
}

#idiomas li strong {
	color: #F57708;
	font-weight: bold;
}
#idiomas li a {
	color: #979797;
	text-decoration: none;
}

#idiomas li.fin {
	border: none;
}

/* @end */
/* @group sendero migas */
#rutaPagina {
	border: 1px dashed #000000;
	background: #FFFFFF;
	color: #000000;
	font-size: 1em;
}

#rutaPagina p {
	display: inline;
	float: none;
	font-weight: normal;
	padding: 0em;
	padding-left: 10px;
	color: #666666;
}

#rutaPagina ol, #rutaPagina ol li {
	display:inline;
}

#rutaPagina li {
	margin-left: .1em;
	padding-right: .1em;
}
#rutaPagina li a {
	color: #666666;
}
#rutaPagina li.background_none {
	color: #666666;
	font-weight: bold;
}

/* @end */

/* @group navegacion */
#navegacion {	
	float: left;
	width: 206px;
	border: 0px;
	min-height: 48em;
}
.bgFarola {
	background: url(../public_images/bajo_menu_farola.jpg) no-repeat left bottom;
}
.bgEscalera {
	background: url(../public_images/bajo_menu_escalera.jpg) no-repeat left bottom;
}
.bgFuente {
	background: url(../public_images/bajo_menu_fuente.jpg) no-repeat left bottom;
}
/* @group menu principal */
ul#menu {
	margin: 0px 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	border: 0px solid red;
}

ul#menu li {
	margin-bottom: 6px;
	padding: 4px 0px 4px 24px;
	font-size: 1.2em;
	border: 0px solid red;
}

ul#menu li a {
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	padding: 0px 0px 0px 0px;
	color: #000000;
}

ul#menu li a:hover, ul#menu li a:active {
	color: #000000;
}

ul#menu li.seleccionado1 {
	background: url(../public_images/bg_menu.jpg) no-repeat left top;
}
ul#menu li.seleccionado1 ul {
	margin-top: 4px;
	margin-bottom: -8px;
}

ul#menu li.seleccionado1 strong {

	color: #FFFFFF;
	display: block;
	width: 100%;
	font-weight: normal;
	background-color: #F37705;

}
ul#menu li.fin a, ul#menu li.fin strong {

}
ul#menu li.logout {
	font-size: .9em;
}
ul#menu li.logout a {
	text-decoration: underline;
	color: orange;
}
/* @end */
/* @group menu nivel 2 */
.contSubMenu {
	background: #FFFFFF;
	margin: 0em;
	float: left;
	width: 294px;
}

ul.subMenu {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

.ie6 ul.subMenu { margin: .5em -1px 0 -1px; }	

.ie7 ul.subMenu { margin: .5em -1px 0 -1px; }	

	

li.nivel2 {
	text-align: left;
	border-bottom: 0px solid #FFFFFF;
	font-size: 0.8em !important;
	width: auto;
	padding: 4px 0px 4px 20px !important;
}

.nivel2 a {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	letter-spacing: 0px;
	font-weight: normal;
}

.nivel2 a:link, .nivel2 a:visited {
	color: #000000;
	text-decoration: none;
}	

.nivel2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.seleccionado2 {
	background: url(../public_images/bg_menu.jpg) no-repeat left top;
}

.seleccionado2 strong {
	color: #FFFFFF;
	display: block;
	text-align: left;
	letter-spacing: 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}

/* @end */
/* @group menu nivel 3 */
#subSubMenu {
	padding: 0 0 0 0;
	margin: 3px 0 0 0;
	}

li.nivel3 {
	border-bottom: 2px solid #FFFFFF;
	list-style-type: none;
	padding: 8px 12px 8px 6px;
	background: #969696 url(../public_images/bg_submenu_off.jpg) no-repeat right center !important;
	}

li.nivel3.seleccionado3 {
	border-bottom: 2px solid #FFFFFF;
	list-style-type: none;
	padding: 8px 12px 8px 6px;
	background: #969696 url(../public_images/bg_submenu_on.jpg) no-repeat right center !important;
	}

.nivel3 a {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

.nivel3 a:link, .nivel3 a:visited {
	color: #000000;
	text-decoration: none;
	}	

.nivel3 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

.seleccionado3 strong {
	color: #FFFFFF;
	font-weight: normal;
	}

/* @end */
/* @end */

/* @group accesibilidad */
ul.lista-accesibilidad li {
	background: url(../public_images/dott.gif) no-repeat .1em .3em;
	padding-left: 1em;
	padding-right: 2em;
	margin: .5em .7em .5em .7em;
}

.atajos {
	margin-left: 2em;
	padding-top: .7em;
}

.atajos li {
	margin-bottom: .7em;
}
/* @end */

/* @group mapa web */

.ul_mapa_web li {
	margin-top: 1.2em;
	padding-left: 1em;
	background: url(../public_images/ico/arrow.gif) no-repeat 0px 6px;
}

.ul_mapa_web li a {
	background: #f1f1f1;
	padding: .1em .3em .4em .3em;
	margin: .5em 0;
}

.ul_mapa_web li ul li {
	padding-left: 1em;
	margin: .5em 0 0 1em;
	background: url(../public_images/ico/arrow.gif) no-repeat 0px 4px;
}

.ul_mapa_web li ul li a {
	background: #fff;
}

/* @end */
/* @end */

/* @group formulario */
ul.horizontalRadios, ul.verticalRadios {
	display: block;
	line-height: 100%;
	}

ul.verticalRadios li{
	clear: left;
	}

ul.horizontalRadios li{
	display: inline;
	}

.checkRadioInput {
	border: 0em;
	margin-top:.5em;
	}

.labelRadiosChecks {
	padding: 0em 1em 0em .1em;
	margin-top: 0.6em;
	width: auto !important;
	}

.ie6 .labelRadiosChecks, .ie7 .labelRadiosChecks {
	margin-top: 0.9em;
	}
	
.inputText, textarea {
	background: #f8f8f8;
	border: 1px solid #cccccc;
	padding-left:4px;
	color: #7a7a7a;
	width: 17em;
	height: 16px;
	float: left;
	font-family: "Lucida Grande",Arial;
	font-size: 100%;
}

input:focus, textarea:focus {
	border: 1px solid #3388ba;
	}

.inputTextError {
	float: left;
	padding-left:4px;
	border: 1px solid #000;
	width: 17em;
	height: 16px;
	color: #ffffff;
	background-color: #be0f1f;
	}

.inputTextArea {
	width: 17em;
	height: 10em;
	}

.botonEnviar {
	border: 1px solid #cccccc;
	background: #f8f8f8;
	color: #7a7a7a;
	padding: .2em .4em .2em .4em;
	float: right;
	margin-right: 70px;
	margin-top: 0px;
	}

.fieldSetContacto {
	margin: 0;
	width: 100%;
	}

.fieldSetContacto legend { 
	font-weight: bold;
	display: none; 
	}

.fieldSetContacto .cajaField {
	padding: 5px 0px 7px 0px;
	clear: left;
	}
.cajaField {
	clear: left;
	}
	
.fieldSetContacto .cajaBoton {
	padding: 5px 0px 7px 0px;
	text-align: center;
	width: 28em;
	clear: left;
	}	

.fieldSetContacto label, .fieldSetContacto span.spanLabel{
	margin-top: 0px;
	margin-bottom: 4px;
	float:left;
	width: 90px;
	text-align: left;
	}

.fieldSetContacto p {
	text-align: left !important;
}

form label.required, form span.required {
	}

form label.problem, form span.problem {
	}

form label.completed, form span.completed {
	}

.errorField {
	font-size:.9em;
	color: red;
}

.ancho100 {
	width: 98% !important;
	float: none !important;
	margin-left: 0px;
}

.msg {
	border-top: 1px solid #ff7349;
	border-bottom: 1px solid #ff7349;
	background: #ffdaca url(../images_public/notice.gif) no-repeat 10px 10px;
	padding: 10px;
	margin-top: 10px;
	text-align: center;
	}

.msg strong {
	font-weight: bold;
	}

form span.required {
	padding: 0px 0px 0px 1em;
	width: 15px;
}

em.required{
	display:none;
}

/* Los avisos

------------------------------------------------------------------------------------------- */



.msgKO {
	width: 12em;
	color: #000000;
	text-align: left;
	padding: 10px 10px 10px 67px;
	border-top: 2px solid #ff1000;
	border-bottom: 2px solid #ff1000;
	background: url(../public_images/contacto/noticeKO.gif) 7px 8px no-repeat #ffc368;
	margin-top: 10px;
	}

.msgKO strong {
	color: #000000;
	font-weight: bold;
	background: #ffc368;
	}

.msgKO li {
	color: #000000;
	background: #ffc368;
	}

.ulCamposError {
	margin: 10px 0px 10px 50px;
	}
	
.msgKO a, .msgKO a:link, .msgKO a:visited {
	color: #635307;
	} 	

.msgOK {
	width: 12em;
	color: #ffffff;
	text-align: left;
	padding: 10px 10px 10px 67px;
	border-top: 1px solid #24a050;
	border-bottom: 1px solid #24a050;
	background: url(../public_images/contacto/noticeOK.gif) 7px 8px no-repeat #8cc63f;
	margin-top: 10px;
	}

.msgOK strong {
	font-weight: bold;
	}


.list_contacto {
	font-size: 1em;
}
.titNaranja {
	font-size: 1em;
	color: #F57708;
	border-bottom: 2px solid #F57708;
}
.resaltado {
	color: #F57708;
}
dl.coorDl {
	width: 33em;
}
dl.coorDl dt {
	float: left;
	width: 6em;
}
dl.coorDl dd {
	float: left;
	width: 25em;
}
/* @end */

/* @group modulos extranet */
/* @group facturas */
.numero_factura{ float:left; width:50%; font-weight: normal; clear:none; margin-bottom:2em; color:#000000;}

.fecha_emision{ float:left; width:50%; font-weight: normal; clear:none; margin-bottom:2em; color:#000000;	border-bottom:1px dotted #000000; 

}

.table_datos_factura{margin-bottom:3em;}

.table_datos_factura caption{ text-align:left; margin-bottom:.5em; font-size:1.1em; font-weight: bold;	border-bottom:1px dotted #CCCCCC;}

.table_datos_factura th{ text-align: left; width:100px; font-weight:bold;	border-bottom:1px solid #CCCCCC;}

.table_datos_factura td{ width:200px;	border-bottom:1px solid #CCCCCC; }

.table_datos_factura .tdseparador{ width:20px;}

.table_datos_factura .tdobservaciones{ }



.table_conceptos{margin-bottom:3em;width: 100%;}

.table_conceptos caption{ text-align:left; margin-bottom:.5em; font-size:1.1em; font-weight: bold;	border-bottom:1px dotted #CCCCCC;}

.table_conceptos th{ text-align: left; width:25%; padding:3px; border-bottom: 1px solid #333333;}

.table_conceptos td{ padding: 3px; border-bottom: 1px solid #333333;}

.table_conceptos .tdderecha{ text-align: right;}

.table_conceptos .tdcenter{ text-align: center;}



.pderecha{ margin-bottom: 1em; float:left; width:100%; text-align:right;}

.pderecha strong{ margin-right: 10em;}

.pderecha .strong1{ margin-right: 9.4em;}

/* @end */



/* @group menu navegacion meses */
#menu_meses{ float: left; width:100%; margin-bottom:15px; margin-top:15px;}
#menu_meses a{ float: left; width:auto;}
#menu_meses .derecha{ float: right;}

/* @end */


/* @group calendario de eventos */

.calendario{ width:45%; margin-right:25px; float:left; border-right: 1px solid #CCCCCC;}

.calendario caption{ font-weight: bold; border-bottom: 1px solid #CCCCCC; padding:3px;}

.calendario th{ padding:3px;text-align: center; font-weight: bold; border-left: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC;}

.calendario td{ padding:3px; text-align:center; border-left: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC;}

.calendario .dia_hoy{ font-weight: bold;}

.calendario .dia_evento{ font-weight: bold;background-color:#F57708;}

.calendario .dia_evento a{color:#FFF !important;}

/* @end */



/* @group listado de eventos */

#listado_eventos{ width: 100%; margin-top: 25px;}

#listado_eventos h3{ color: #000000; margin-top: 25px; margin-bottom: 15px;}

#listado_eventos ul{ list-style-type: none;}

#listado_eventos ul li{ margin-bottom: 5px;}

#listado_eventos ul li a{color: #F57708; font-weight: bold; font-size:1.1em;}

#listado_eventos ul li p{ margin-top: 3px; margin-bottom: 10px;}


/* @end */
/* @end */

/* @group propios proyecto public */
.contSubMenuProds {
	width: 92%;
	margin-bottom: 2em;
}
.subMenuProds {
	text-align: center;
	font-size: 120%;
}
.subMenuProds li {
	display:inline;
	padding: 0px 6px 0px 6px;
	border-right: 2px solid #F57708;
	line-height:22px;
}
.subMenuProds li.fin {
	display:inline;
	padding: 0px 6px 0px 6px;
	border-right: 0px;
}
.subMenuProds li.selectedProd a {
	border-bottom: 2px solid #F57708;
}
.mayus {
	font-size: 120%;
}

.imgProdBg {
	position:absolute;
	bottom:0px;
}

.contLinksPdf {
	margin-left: 20%;
}

.grisRight {
	color: #6B6B6B;
	text-align: right;
	padding: 0px 0em 4px 0em;
	width: 150px;
	line-height: 20px;
}
.pdfIco {
	background: url(../public_images/ico/pdf_ico.gif) no-repeat left 2px;
	padding: 4px 0em 4px 2.3em;
	line-height: 20px;
}

.ulInfoProd {
	margin: 0px 0px 20px 28px;
	list-style-type:disc;
}
/* Noticias

------------------------------------------------------------------------------------------- */

.cont_noticias {}

.titTacoGris {
	background: #CCCCCC;
	padding: 4px 0px 4px 12px;
	color: #000000;
	font-size: 110%;
	border-bottom: none;
}
.fechaNoticiaList {
	float: right;
	margin-right: 10px;
	font-size: 80%;
}

.listado-div-img {

	float: left;

}

.listado-div-txt {
	float: left;
	min-height: 8.4em;
}

.noticia_card_img {
	float: left;
}

.noticia_card_txt {
	float: right;
}

.noticia_card {
	border: 0px solid blue;
}

.noticiaHome {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #7DA1C4;
}
.noticiaHome h4 {
	color: #000000;
}

.noticiaHome .fecha {
	color: #4978AF;
	text-transform: uppercase;
}
.noticiaHome .verMas {
	float: right;
	padding-top: 6px;
	text-decoration: none;
}

.cajaLoginIntranet {
	color: #FFFFFF;
	background-color: #F57708;
	padding-left: 30px;
	padding-top: 6px;
	padding-bottom: 1em;
}
.cajaLoginIntranet p.titAccceso {
	color: #FFFFFF;
	border: 0px;
	padding-bottom: 4px;
	font-size: 130%;
}
#fieldSetLogin legend {
	display: none;
}
#fieldSetLogin input {
	width: 12em;
}

#fieldSetLogin .botonLogin {
	border: 1px solid #FFFFFF;
	background-color: #F57708;
	color: #FFFFFF;
	font-size: .9em;
	width: 5em;
	padding: .3em .3em .3em .3em;
	margin-left: 50px;
	margin-top: 10px;
	cursor: pointer;
}
.gecko #fieldSetLogin .botonLogin {
	
}
/* @end */






#test {
  width:100px;
  height:100px;
float:left;
  background:#123;
}
.overlay_dialog img { border: none; }

.overlay_dialog {
	background-color: #666666;
	/*
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	*/
}

.dialog_nw {
	width: 9px;
	height: 23px;
	background: transparent url(../images/window/top_left.gif) no-repeat 0 0;		
}

.dialog_n {
	background: transparent url(../images/window/top_mid.gif) repeat-x 0 0;	
	height: 23px;
	width: 100%;
}

.dialog_ne {
	width: 9px;
	height: 23px;
	background: transparent url(../images/window/top_right.gif) no-repeat 0 0;		
}

.dialog_e {
	width: 2px;
	height: 100%;
	background: transparent url(../images/window/center_right.gif) repeat-y 0 0;	
}

.dialog_w {
	width: 2px;
	height: 100%;
	background: transparent url(../images/window/center_left.gif) repeat-y 0 0;		
}

.dialog_sw {
	width: 9px;
	height: 19px;
	background: transparent url(../images/window/bottom_left.gif) no-repeat 0 0;			
}

.dialog_s {
	background: transparent url(../images/window/bottom_mid.gif) repeat-x 0 0;		
	height: 19px;
	width: 100%;
}

.dialog_se {
	width: 9px;
	height: 19px;
	background: transparent url(../images/window/bottom_right.gif) no-repeat 0 0;			
}

.dialog_sizer {
	width: 9px;
	height: 19px;
	background: transparent url(../images/window/sizer.gif) no-repeat 0 0;	
	cursor:se-resize;	
}

.dialog_close {
	width: 14px;
	height: 14px;
	background: transparent url(../images/window/close.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:8px;
	cursor:pointer;
	z-index:2000;
}

.dialog_minimize {
	width: 14px;
	height: 15px;
	background: transparent url(../images/window/minimize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:28px;
	cursor:pointer;
	z-index:2000;
}

.dialog_maximize {
	width: 14px;
	height: 15px;
	background: transparent url(../images/window/maximize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:49px;
	cursor:pointer;
	z-index:2000;
}

.dialog_title {
	float:left;
	height:14px;
	font-size:12px;
	text-align:center;
	width:100%;
}

.dialog_content {
	overflow:auto;
	color: #DDD;
	font-family: Tahoma, Arial, Sans Serif;
	font-size: 10px;
	background-color:#EEE;
}

.top_draggable, .bottom_draggable {
  cursor:move;
}

/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
 	font-family: Tahoma, Arial, Sans Serif;
	position: absolute;
}

.dialog * {
	margin: 0px;
	padding:0px;
}

.dialog table  { border-collapse: collapse; border-spacing: 0; width: 100% }
.dialog td, th { padding: 0; }





.overlay_alert_lite {
	background-color: #888888;
	
}

.alert_lite_sizer {
	width:0px;
	height:0px;
	display:none;
}

.alert_lite_close {
	width:0px;
	height:0px;
	display:none;
}

.alert_lite_minimize {
	width:0px;
	height:0px;
	display:none;
}

.alert_lite_maximize {
	width:0px;
	height:0px;
	display:none;
}

.alert_lite_title {
	width:0px;
	height:0px;
	display:none;
}

.alert_lite_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, Sans Serif;
	font-size: 10px;
	background: #FFF;
	padding:10px;
	border:1px outset #009;
}


/* For alert/confirm dialog */
.alert_lite_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
	
}

.alert_lite_message {
	font-size:12px;
	text-align:center;
	width:100%;
	color:#000;
	padding-bottom:10px;
}

.alert_lite_buttons {
	text-align:center;
	width:100%;
}

.alert_lite_buttons input {
	width:20%;
	margin:10px;
}

.alert_lite_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('../images/ajax_loading.gif') no-repeat center center
}

table.alert_lite_header  {
  border:0px outset #009;
  background:#FFF;
}



.overlay_alphacube {
	background-color: #85BBEF;
}

.alphacube_nw {
	background: transparent url(../css/alphacube/left-top.gif) no-repeat 0 0;			
  width:10px;
  height:25px;
}

.alphacube_n {
  background: transparent url(../css/alphacube/top-middle.gif) repeat-x 0 0;			
  height:25px;
}

.alphacube_ne {
  background: transparent url(../css/alphacube/right-top.gif) no-repeat 0 0;			
  width:10px;	  
  height:25px;
}

.alphacube_w {
  background: transparent url(../css/alphacube/frame-left.gif) repeat-y top left;			
  width:7px;
}

.alphacube_e {
  background: transparent url(../css/alphacube/frame-right.gif) repeat-y top right;			
  width:7px;	  
}

.alphacube_sw {
  background: transparent url(../css/alphacube/bottom-left-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.alphacube_s {
  background: transparent url(../css/alphacube/bottom-middle.gif) repeat-x 0 0;			
  height:7px;
}

.alphacube_se, .alphacube_sizer  {
  background: transparent url(../css/alphacube/bottom-right-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.alphacube_sizer {
	cursor:se-resize;	
}

.alphacube_butts_container {
	width: 69px;
	position:absolute;
	top:0px;
	right:11px;
	z-index:1000;
}

.alphacube_close {
	width: 23px;
	height: 23px;
	background: transparent url(../css/alphacube/button-close-focus.gif) no-repeat 0 0;			
	float:right;
	cursor:pointer;
	z-index:1000;
}

.alphacube_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(../css/alphacube/button-min-focus.gif) no-repeat 0 0;			
	float:right;
	cursor:pointer;
	z-index:1000;
}

.alphacube_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(../css/alphacube/button-max-focus.gif) no-repeat 0 0;			
	float:right;
	cursor:pointer;
	z-index:1000;
}

.alphacube_title {
	float:left;
	height:14px;
	font-size:14px;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#123456;
}

.alphacube_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background:#FDFDFD;
}

/* For alert/confirm dialog */
.alphacube_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.alphacube_message {
	font-size:12px;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.alphacube_buttons {
	text-align:center;
	width:100%;
}

.alphacube_buttons input {
	width:20%;
	margin:10px;
}

.alphacube_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('alert/progress.gif') no-repeat center center
}


