


/* Formateo de los estilos
------------------------------------------------------------------------------------------- */

html, body, div, a, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, abbr, acronym, address, code, object, label, legend, input, textarea, p, blockquote, th, td, del, dfn, q, table, caption, tbody, tfoot, thead, tr, th, td { 
	vertical-align: baseline;
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
	border: 0em;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
}


/* Tablas
-------------------------------------------- */

	table {
		border-collapse:collapse;
		border-spacing:0;
		width:100%;
	}


/* Objects
-------------------------------------------- */

	object {
		margin: 0em 0em 0em 0em;
		padding: 0em 0em 0em 0em;
		border: 0em;
	}


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

	abbr, acronym, dfn {
		border: none;
		cursor: help;
	}
	

/* Imágenes
-------------------------------------------- */

	img, a img, :link img, :visited img, :hover img {
		border: 0em;
	}
	
	
/* Teclado Kbd
-------------------------------------------- */
	
	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%; 
	}
	
	
/* Listas
-------------------------------------------- */
	
	ul, ol, dl, li {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}	
	

/* FIN / Formateo de los estilos
------------------------------------------------------------------------------------------- */



/* Estilos comunes
------------------------------------------------------------------------------------------- */
a:link,a:visited {
	color: #4076B3;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


.clearfix:after {
	height: 0;
	clear: both;
	content: ".";
	display: block;
	visibility: hidden;
}

.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }

.clearfix { display: block; }
.clear_both { clear: both; }
.clear { clear: both; }
.CR { margin-bottom: 20px; }
.CRMini { margin-bottom: 10px; }
.CRDoble { margin-bottom: 50px; }
/* 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 right center;
	padding: 0em 1em 0em 0em;
}

.help { 
	cursor: help;
}

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


/* Clases comunes
----------------------------------*/
.hand { 
	cursor: pointer;
}
.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;
}

.align_right {
	text-align: right;
}	

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



/* FIN / Estilos comunes
------------------------------------------------------------------------------------------- */















/* Cuerpo de página
------------------------------------------------------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	padding: 0 0 0 0;
	margin: 100px 0 0 0;
	font-size: 75%;
	color: #000000;
	background: #BFBFBF;
}
.ie7 #falsoBody,.ie6 #falsoBody {
	padding: 0px 0 0 0;
	overflow:hidden;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold; 
	color: #07499B; 
	clear: both; 
}

a, strong { color: #07499B; }
.strong {
	font-weight: bold;
}
h1 {}

h2 {
	padding: 0em 0px 0px 0px;
	font-size: 200%;
	font-weight:normal;
	margin: -15px 0 1em 0;	
	background: url(../public_images/fondo_lineas.gif) repeat-x 0px bottom #FFFFFF;
}
.ie6 h2 {
	margin: 10px 0 1em 0;	

}
h2 span {
	background: #FFFFFF;
	padding-right:6px;
}

/* estructura de la pagina
------------------------------------------------------------------------------------------- */

#contenedor {
	border-top: 1px solid #B6B6B6;
	background: url(../public_images/fondo_contenido.gif) repeat-y left top #FFFFFF;
	margin: 1em auto;
	color: #2b383e;
	width: 863px;
}

.innerPag {
	padding: 0px 0px 0px 4px;
	border: 0px solid red;

}

.colLeft {
	float:left;
	width: 277px;
}

.colRight {
	float:left;
	width: 572px;
	border-left:1px solid #E1E1E1;
	min-height:460px;
}

/* Idiomas de la pagina
------------------------------------------------------------------------------------------- */

#idiomas { 
	text-align: right;
	margin: .3em;
}

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

#idiomas ul,
#idiomas li {
	display: inline;
}

#idiomas li {
	border-right: 1px solid #ccc;
	padding-right: .5em;
	padding-left: .5em;
	overflow: hidden;
}

#idiomas li.fin {
	border: none;
}



/* estructura de la plantilla
------------------------------------------------------------------------------------------- */

#cabecera {
	margin: 0;
}


#logotipo {
	border: 0px solid #4691b4;
	background: #FFFFFF;
	text-align: center;
	float: left;
	width: 234px;
	height: 73px;
	margin-left:28px;
	margin-top:24px;
	position:absolute;
}

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


#banner {
	height: 186px;
}

.contPagina {
	margin-top: -60px;
}
.banner_delegaciones {
	position: relative;
	float:right;
	right: 60px;
	top: 11px;
	background: url(../public_images/ban_fond/banner_delegaciones.jpg) no-repeat 0px 0px;
	width: 190px;
	height: 172px;
}

.ban_home {
	height: 186px !important;
	background: url(../public_images/ban_fond/banner_home.jpg) no-repeat 0px 0px;
}
.ban_empresa {
	background: url(../public_images/ban_fond/banner_empresa.jpg) no-repeat 0px 0px;
}
.ban_servicios {
	background: url(../public_images/ban_fond/banner_servicios.jpg) no-repeat 0px 0px;
}
.ban_area {
	background: url(../public_images/ban_fond/banner_area.jpg) no-repeat 0px 0px;
}
.ban_clientes {
	background: url(../public_images/ban_fond/banner_clientes.jpg) no-repeat 0px 0px;
}
.ban_contacto {
	background: url(../public_images/ban_fond/banner_contacto.jpg) no-repeat 0px 0px;
}
.ban_noticias {
	background: url(../public_images/ban_fond/banner_noticias.jpg) no-repeat 0px 0px;
}



.body_home {
	background: url(../public_images/ban_fond/fondo_body_home.gif) repeat-x left 2px #BFBFBF;
}
.body_empresa {
	background: url(../public_images/ban_fond/fondo_body_empresa.gif) repeat-x left 2px #BFBFBF;
}
.body_servicios {
	background: url(../public_images/ban_fond/fondo_body_servicios.gif) repeat-x left 2px #BFBFBF;
}
.body_area {
	background: url(../public_images/ban_fond/fondo_body_area.gif) repeat-x left 2px #BFBFBF;
}
.body_clientes {
	background: url(../public_images/ban_fond/fondo_body_clientes.gif) repeat-x left 2px #BFBFBF;
}
.body_contacto {
	background: url(../public_images/ban_fond/fondo_body_contacto.gif) repeat-x left 2px #BFBFBF;
}
.body_noticias {
	background: url(../public_images/ban_fond/fondo_body_noticias.gif) repeat-x left 2px #BFBFBF;
}

.fnd_quees {
	background: url(../public_images/fondo_que_es.jpg) no-repeat left bottom #FFFFFF;
	height: 500px;
}

.fnd_marketing {
	background: url(../public_images/fondo_marketing.jpg) no-repeat right 30px #FFFFFF;
	height: 500px;
}

.fnd_comunicacion {
	background: url(../public_images/fondo_comunicacion.jpg) no-repeat right 40px #FFFFFF;
	height: 500px;
}
/* Navegación
------------------------------------------------------------------------------------------- */

#navegacion {
	border: 0px solid #ff456a;
}

ul#menu {
	clear: both;
	list-style: none;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
}

ul#menu:after{
	clear: both;
	height: 0em;
	content: ".";
	display: block;
	visibility: hidden;
}

ul#menu li {
	margin-left: 0em;
	background: url(../public_images/fondo_menu_off.gif) repeat-x 0px 16px;
	padding-top: 6px;
	padding-left: 48px;
}
ul#menu li li{
	background: none;
	padding-left: 10px;
}
ul#menu li a {
	text-decoration: none;
	display: block;
	background: #FFFFFF;
}
ul#menu li a:link, ul#menu li a:visited {
	color: #A1A1A1;
}
ul#menu li a:hover, ul#menu li a:active {
	color: #07499B;
}

ul#menu li.seleccionado1 {
	margin-left: 0em;
	background: url(../public_images/fondo_menu_on.gif) repeat-x 0px 16px;
	
	color: #07499B;
}
ul#menu li.seleccionado1 strong {
	text-decoration: none;
	display: block;
	background: #FFFFFF;
}

.bajoMenu {
	background: url(../public_images/fondo_lineas.gif) repeat-x 0px 0px;
	width: 86%;
	margin: 30px 0px 30px 0px;
	padding-top: 30px;
	text-align:right;
}
.bajoMenuHome {
	background: url(../public_images/corredor.gif) no-repeat 0px 0px;
	width: 86%;
	margin: 30px 0px 30px 0px;
	padding-top: 30px;
	text-align:right;
}

/* Sendero de migas
------------------------------------------------------------------------------------------- */

#rutaPagina {
	border: 0px solid #d7dce4;
	padding-left: 35px;
	color: #000000;
	text-align:left;
}

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

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

#rutaPagina li {
	margin-left: 0px;
	padding-right: 0px;
}

#rutaPagina li a {
	text-decoration: none;
	background: #FFFFFF;
	color: #BFBFBF;
}
#rutaPagina li a:link, #rutaPagina li a:visited {
	color: #A1A1A1;
}
#rutaPagina li a:hover, #rutaPagina li a:active {
	color: #07499B;
}
#rutaPagina li strong {
	color: #000000;
}
/* Contenido central
------------------------------------------------------------------------------------------- */

.innerRight {
	line-height: 1.3em;
	margin: 0em 0em 0em 0em;
	padding: 0px 26px 0px 40px;
}

/* Zona izquierda
------------------------------------------------------------------------------------------- */

.navegacion-secundaria {
	border: 0px solid #d7dce4;
	margin: 0;
}
	
ul.subMenu {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style-type: none;
	}
.ie6 ul.subMenu { margin: 0px 0px 0px 0px; }	
.ie7 ul.subMenu { margin: 0px 0px 0px 0px; }	
	
	
li.nivel2 {
	border-bottom: 0px solid #cccccc;
	text-align: left;
	list-style: none;
	background: url(../public_images/bull_submenu_off.gif) no-repeat 0px 12px !important;
	}

.nivel2 a {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	letter-spacing: 0px;
	}
	
.nivel2 a:link, .nivel2 a:visited {
	color: #A1A1A1;
	display: block;
	text-decoration: none;
	border-top: 0px solid #ffffff;
	}	

.nivel2 a:hover {
	color: #000000;
	text-decoration: underline;
	background: #ffffff;
	}

li.seleccionado2 {
	color: #07499B;
	text-align: left;
	background: url(../public_images/bull_submenu_on.gif) no-repeat 0px 12px !important;
	border-bottom: 0px solid #cccccc;
	}
	
.seleccionado2 strong {
	clear: both;
	display: block;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	}
.ie6 .seleccionado2 span { margin-left: 0em; }	
.ie7 .seleccionado2 span { margin-left: 0em; }	
		

/* // NIVEL 3 DEL SUBMENU */

ul.submenu3 {
	padding: 0 0 0 0;
	border-top: 1px solid #ccc;
	margin: 0 0 0 0;
	}
.ie6 ul.submenu3 { margin: .5em -1px 0 -1px; }	
.ie7 ul.submenu3 { margin: .5em -1px 0 -1px; }	
	
	
li.nivel3 {
	border: 1px solid #cccccc;
	list-style-type: none
	}

.nivel3 a {
	margin: 0px 0px 0px 0px;
	padding: 5px 26px 5px 9px;
	letter-spacing: 0px;
	}
	
.nivel3 a:link, .nivel3 a:visited {
	color: #333333;
	display: block;
	background: #ffffff;
	text-decoration: none;
	border-top: 1px solid #ffffff;
	}	

.nivel3 a:hover {
	color: #000000;
	text-decoration: underline;
	background: #ffffff;
	}

.seleccionado3 {
	color: #000000;
	display: block;
	letter-spacing: 0px;
	padding: 5px 26px 5px 9px;
	background: #ffffff;
	text-decoration: underline;
	border-bottom: 1px solid #cccccc;
	}
	
.seleccionado3 strong {
	margin-left: .8em;
	text-decoration: none;
	border: 0px;
	}	



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


/* Accesibilidad
------------------------------------------------------------------------------------------- */

ul.lista-accesibilidad li {
	background: url(../public_images/dott.gif) no-repeat .1em .3em;
	list-style-type: none;
	padding-left: 1em;
	margin: .5em .7em .5em .7em;
}

.atajos {
	padding-top: .7em;
}

.atajos li {
	list-style: none;
	margin-bottom: .7em;
}


/* Área cliente
------------------------------------------------------------------------------------------- */

fieldset#area-cliente {
	border: 0;
	padding: 2em;
}


/* mapa web
------------------------------------------------------------------------------------------- */

.ul_mapa_web li {
	margin-top: 1.2em;
	list-style: none;
	padding-left: 1em;
	background: url(../public_images/mapa_web/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 {
	list-style: none;
	padding-left: 1em;
	margin: .5em 0 0 1em;
	background: url(../public_images/mapa_web/sub-arrow.gif) no-repeat 0px 4px;
}
.ul_mapa_web li ul li a {
	background: #fff;
}

/* pie de página
------------------------------------------------------------------------------------------- */

#pie_pagina {
	border: 0px solid #d7dce4;
	
	text-align: center;
	padding: 0 0 0 0;
	margin: 2em 0 0 0;
	clear: both;
}
.fondo_pie {
	background: url(../public_images/fondo_pie.gif) no-repeat 0px 0px #BFBFBF;
	padding-top:24px;
	padding-bottom:10px;
	overflow: hidden;
	font-size: 11px;
}

#pie_pagina ul,
#pie_pagina li {
	display: inline;
	background: none;
}


#contacto_pie li {
	border-right: 1px solid #2b383e;
	padding-right: .5em;
	padding-left: .5em;
	overflow: hidden;
	
}

#contacto_pie li.fin {
	border: none;
}


#direccion_pie {
	border: 0px solid #d7dce4;
	text-align: center;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	clear: both;
	background: #BFBFBF;
	font-size: 11px;
	color: #FFFFFF;
	}

/* generales
------------------------------------------------------------------------------------------- */
.w25 {
	width: 25%;
}
.w30 {
	width: 30%;
}
.w33 {
	width: 33%;
}
.w40 {
	width: 40%;
}
.w50 {
	width: 50%;
}
.w60 {
	width: 60%;
}
.w66 {
	width: 66%;
}
.w75 {
	width: 75%;
}
.w80 {
	width: 80%;
}
.MT10 {
	margin-top: 10px;
}

.ML10 {
	margin-left: 10px;
}
.ML20 {
	margin-left: 20px;
}
.resaltado {
	color: #3069AC;
}


.mTop {
	margin-top:30px;
}


.page_inner p {
	color: #656565;
}

.cajaPersona {
	margin: 0px 0px 20px 0px;
	text-align:justify;
}

.cajaItem {
	margin: 0px 0px 20px 0px;
	color: #656565;
}
.cajaLogoCliente {
	text-align: center;
	vertical-align: center;
	min-height: 100px;
	border:0px solid green;
}

.italic {
	font-style:italic;
}
.black {
	color: #000000 !important;
}
.gris {
	color: #504948 !important;
}

.listaPlana {

}
.listaPlana li {
	list-style-type:none;
}
.ul_multiple {
	margin-left:4px;
}

.ul_multiple li {
	list-style-type:none;
	padding-left:8px;
	background: url(../public_images/bull_titular.gif) no-repeat 0px 4px;
}
.lisBold li {
	font-weight:bold;
}

.ul_multiple li li {
	font-weight:normal;
	margin-left:20px;
	color: #656565;
}

.pagList {

}
.pagList li {
	list-style-type:none;
	width:45%;
	float:left;
	text-align:center;
}
.contFotoNoticias {
	width: 130px;
	float:left;
	padding: 6px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	border:0px solid red;

}

.contDataNoticias {
	width: 350px;
	float:left;
	margin-left: 20px;
	border:0px solid blue;
}

.contFotoNoticiasCard {
	float:left;
	padding: 6px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	border:0px solid red;

}

.contDataNoticiasCard {
	float:left;
	margin-left: 20px;
	border:0px solid blue;
	min-height: 40px;
}

.contFoto {
	width: 100px;
	float:left;
	padding: 6px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	border:0px solid red;

}

.contData {
	width: 380px;
	float:left;
	margin-left: 20px;
	border:0px solid blue;
}

.titularMedio {
	font-size: 125%;
	margin-bottom:4px;
}

.titularPunto {
	background: url(../public_images/bull_titular.gif) no-repeat 0px 5px;
	color: #4A4A4A;
	font-size: 110%;
	padding-left: 8px;
}

h4 {
	background: url(../public_images/bull_h4.gif) no-repeat 0px 5px;
	color: #266297;
	padding-left: 10px;
}

h5 {
	color: #518DC6;
}

dl.cols_w_1 {
	margin-top:10px;
	width: 29em;
	font-size:12px;
}

dl.cols_w_1 dt {
	float: left;
	text-align:right;
	padding: 0px 10px 0px 0px;
	clear:left;
}

dl.cols_w_1 dd {
	font-weight: bold;
}

.hr {
	background: url(../public_images/fondo_lineas.gif) repeat-x 0px 0px ;
	margin: 10px 0px 16px 0px;
	border: 1px solid #FFFFFF;
	height:5px;
}

.hr hr {
	display:none;
}
/* HOME */

.cajasLeft {
	width: 232px;
	float:left;
}


.caja1 {
	width: 232px;
}

.caja1_Top {
	background: url(../public_images/caja_top_1.gif) no-repeat 0px 0px #FFFFFF;
	color: #FFFFFF;
	padding: 10px 0px 6px 10px;
	margin: 0px 0px 0px 0px;

}

.caja1_Bottom {
	background: url(../public_images/caja_bottom_1.gif) no-repeat 0px 0px #FFFFFF;
	padding: 10px 10px 12px 10px;
	margin: 0px 0px 0px 0px;
	text-align:right;
	color: #64686C;
}

.caja1_Content {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 10px 10px 10px 10px;

}

.linkCaja2_Bottom {
	color: #64686C;
	text-decoration: none;
}

.linkCaja2_Bottom:hover, .linkCaja2_Bottom:active {
	color: #64686C;
	text-decoration: underline;
}
.caja2 {
	width: 232px;
	float:left;
	margin: 0px 0px 0px 20px;
}

.caja2_Top {
	background: url(../public_images/caja_top_2.gif) no-repeat 0px 0px #FFFFFF;
	color: #FFFFFF;
	padding: 10px 0px 6px 10px;
	margin: 0px 0px 0px 0px;

}

.caja2_Bottom {
	background: url(../public_images/caja_bottom_2.gif) no-repeat 0px 0px #FFFFFF;
	padding: 12px 0px 12px 10px;
	margin: 0px 0px 0px 0px;
}

.fechaNoticiaHome {
	color: #4D7AB4;
	font-size: 10px;
}

.liNoticiasHome {
	list-style-type: none;
	background: url(../public_images/fondo_lineas.gif) repeat-x 0px bottom;
	padding: 2px 0px 12px 0px;

}
.linkNotsHome {
	display:block;
	text-align:right;
	color: #003C96;
	text-decoration: none;
	margin-top:10px;
}

.linkNotsHome:hover, .linkNotsHome:active {
	color: #003C96;
	text-decoration: underline;
}

.textoNoticiaHome {
	color: #888888;
}
.caja2_Content {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 10px 10px 10px 10px;

}


/* Formateo de los estilos
------------------------------------------------------------------------------------------- */


.contBotonesForm {
	text-align: right;
	margin-top: 20px;
	}

ul.horizontalRadios, ul.verticalRadios {
	display: block;
	line-height: 100%;
	margin: 0em;
	padding: 0em;
	}
	
ul.verticalRadios li{
	list-style-type: none;
	clear: left;
	}
	
ul.horizontalRadios li{
	display: inline;
	}

.checkRadioInput {
	border: 0em;
	}

.labelRadiosChecks {
	padding: 0em 1em 0em .1em;
	margin: 0em;
	margin-top: 0.6em;
	width: auto !important;
	}
	
.ie6 .labelRadiosChecks, .ie7 .labelRadiosChecks {
	margin-top: 0.9em;
	}

/*
------------------------------------------------------------------------------------------- */

.accesibleValFocus {
	color: #747373;
	}

.inputText, textarea {
	background: #f8f8f8;
	border: 1px solid #cccccc;
	margin-bottom: 3px;
	padding-left:4px;
	color: #7a7a7a;
	width: 20em;
	height: 16px;
	float: left;
	}

input:focus {
	border: 1px solid #3388ba;
	}

textarea:focus {
	border: 1px solid #3388ba;
	}

.inputTextError {
	margin-bottom: 3px;
	float: left;
	padding-left:4px;
	border: 1px solid #000;
	width: 20em;
	height: 16px;
	float: left;
	color: #ffffff;
	background-color: #be0f1f;
	}
	
.inputTextArea {
	width: 20em;
	height: 10em;
	}

.botonEnviar {
	border: 1px solid #cccccc;
	background: #f8f8f8;
	color: #7a7a7a;
	padding: .2em .4em .2em .4em;
	}

.fieldSetContacto {
	margin: 1em 2em 1em 0em;
	padding:0px;
	border: none;
	width: 100%;
	}
	
.fieldSetContacto legend { 
	padding-left: 0;
	font-weight: bold;
	display: none; 
	}
		
.fieldSetContacto .cajaField {
	padding: 5px 0px 7px 0px;
	clear: left;
	}
	
.fieldSetContacto .cajaBoton {
	padding: 5px 0px 7px 0px;
	text-align: center;
	width: 28em;
	clear: left;
	}	

/*
------------------------------------------------------------------------------------------- */

.fieldSetContacto label, .fieldSetInscripcion span.spanLabel{
	margin-top: 4px;
	margin-bottom: 4px;
	float:left;
	width: 90px;
	text-align: left;
	border: 0px solid red;
	}

form label.required, form span.required {
	
	}

form label.problem, form span.problem {
	
	}
	
form label.completed, form span.completed {
	
	}

.errorField {
	font-size:10px;
	padding-left:10px;
	color: red;
	}

.ancho100 {
	width: 90% !important;
	float: none !important;
	margin-left: 0px;
	}
	
.ulCamposError {
	margin: 10px 0px 10px 50px;
	}

.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: 257px;
	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: 259px;
	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;
	}



#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
}


