/********************************/
          /* PRECIOS */
/********************************/

/* Cabecero */
body#precios #cabecero{
	width:762px;
	height:151px;
	background:url(/wav/imgs/precios/cabecero_off.gif) no-repeat;
	position:relative;/* Los elementos interiores del cabecero toman este elemento como referencian en su posicionamiento */
}

body#precios #cabecero h1{
	display:none;
}

/* Formulario */
body#precios #formulario_contenedor{
	width:762px;
	height:32px;
	background:url(/wav/imgs/precios/formulario_fondo.gif) no-repeat;
	margin-bottom:5px;
	text-align:right;/* Alineo el formulario a la derecha*/
}

body#precios #formulario_contenedor span{
	display:none;
}

body#precios #formulario_contenedor input#buscador{
	position:relative;
	top:5px;
	right:15px;
	width:166px;
	height:16px;
	border:1px solid #5D5D5D;
	background:#FFF;
	font-size:60%;
	color:#5D5D5D;
}

html>body#precios #formulario_contenedor input#buscador{
	top:2px;
	min-height:16px;
}

body#precios #formulario_contenedor input#enviar{
	position:relative;
	top:8px;
	right:10px;
}
/* Encabezado H2 */
body#precios .titulo{
	width:318px;
	height:15px;
	background:#366A78 url(/wav/imgs/precios/titulo_fondo.gif) repeat-y;
	font-size:60%;
	color:#FFFFFF;
	font-weight:normal;
	padding:2px 0px 0px 5px;
	margin:0px 0px 8px 0px;
}

html>body#precios .titulo{
	min-height:15px;
	height:auto;
}

body#precios .titulo span{
	background:url(/wav/imgs/precios/titulo_flecha.gif) center left no-repeat;
	padding-left:8px;
}

body#precios .titulo img{
	margin:0px 5px 0px 10px;
}

/**** MENU LATERAL - ESTILOS DE LA SECCION 1 ***/
/* Nivel 1 ON*/
body#precios .m_lateral_nivel1_on{
	background:#366A78 url(/wav/imgs/precios/menu_lateral_nivel1_on.gif) repeat-y;/*cambiar*/
	color:#FFFFFF;/*cambiar*/
}
body#precios .m_lateral_nivel1_on a:link,body#precios .m_lateral_nivel1_on a:visited,body#precios .m_lateral_nivel1_on a:hover{
	color:#FFFFFF;/*cambiar*/
}
body#precios .m_lateral_nivel1_on .m_lateral_decoracion{
	background:#366A78 url(/wav/imgs/precios/decoracion_nivel1.gif) center no-repeat;/*cambiar*/
}
/* Nivel 1 OFF*/
body#precios .m_lateral_nivel1_off{
	background:#CCCCCC url(/wav/imgs/precios/menu_lateral_nivel1_off.gif) repeat-y;/*cambiar*/
}
body#precios .m_lateral_nivel1_off a:link,body#precios .m_lateral_nivel1_off a:visited,body#precios .m_lateral_nivel1_off a:hover{
	color:#000000;/*cambiar*/
}
body#precios .m_lateral_nivel1_off .m_lateral_decoracion{
	background:#CCCCCC url(/wav/imgs/precios/decoracion_nivel1_off.gif) center no-repeat;/*cambiar*/
}

/* Nivel 2 OFF*/
body#precios .m_lateral_nivel2_off{
	background:#C3E6F0 url(/wav/imgs/precios/menu_lateral_nivel2_off.gif) repeat-y;/*cambiar*/
}

body#precios .m_lateral_nivel2_off a:link,body#precios .m_lateral_nivel2_off a:visited,body#precios .m_lateral_nivel2_off a:hover{
	color:#000000;/*cambiar*/
}
body#precios .m_lateral_nivel2_off .m_lateral_decoracion{
	background:#C3E6F0 url(/wav/imgs/precios/decoracion_nivel2_off.gif) center no-repeat;/*cambiar*/
}

/* Nivel 2 ON*/
body#precios .m_lateral_nivel2_on{
	background:#8FB7C3 url(/wav/imgs/precios/menu_lateral_nivel2_on.gif) repeat-y;/*cambiar*/
	color:#000000;/*cambiar*/
}
body#precios .m_lateral_nivel2_on .m_lateral_decoracion{
	background:#8FB7C3 url(/wav/imgs/precios/decoracion_nivel2.gif) center no-repeat;/*cambiar*/
}
html>body#precios  .m_lateral_nivel2_on .m_lateral_decoracion{
	min-height:13px;
	height:auto;
	font-size:13px;
}

/********************************/
          /* PAGOS */
/********************************/

/* Cabecero */
body#pagos #cabecero{
	width:762px;
	height:151px;
	background:url(/wav/imgs/pagos/cabecero_off.gif) no-repeat;
	position:relative;
}

body#pagos #cabecero h1{
	display:none;
}

/* Formulario */
body#pagos #formulario_contenedor{
	width:762px;
	height:32px;
	background:url(/wav/imgs/pagos/formulario_fondo.gif) no-repeat;
	margin-bottom:5px;
	text-align:right;/* Alineo el formulario a la derecha*/
}

body#pagos #formulario_contenedor span{
	display:none;
}

body#pagos #formulario_contenedor input#buscador{
	position:relative;
	top:5px;
	right:15px;
	width:166px;
	height:16px;
	border:1px solid #5D5D5D;
	background:#FFF;
	font-size:60%;
	color:#5D5D5D;
}

html>body#pagos #formulario_contenedor input#buscador{
	top:2px;
	min-height:16px;
}

body#pagos #formulario_contenedor input#enviar{
	position:relative;
	top:8px;
	right:10px;
}
/* Encabezado H2 */
body#pagos .titulo{
	width:318px;
	height:15px;
	background:#5B6B11 url(/wav/imgs/pagos/titulo_fondo.gif) repeat-y;
	font-size:60%;
	color:#FFFFFF;
	font-weight:normal;
	padding:2px 0px 0px 5px;
	margin:0px 0px 8px 0px;
}

html>body#pagos .titulo{
	min-height:15px;
	height:auto;
}

body#pagos .titulo span{
	background:url(/wav/imgs/pagos/titulo_flecha.gif) center left no-repeat;
	padding-left:8px;
}

body#pagos .titulo img{
	margin:0px 5px 0px 10px;
}

/**** MENU LATERAL - ESTILOS DE LA SECCION 1 ***/
/* Nivel 1 ON*/
body#pagos .m_lateral_nivel1_on{
	background:#5B6B11 url(/wav/imgs/pagos/menu_lateral_nivel1_on.gif) repeat-y;/*cambiar*/
	color:#FFFFFF;/*cambiar*/
}
body#pagos .m_lateral_nivel1_on a:link,body#pagos .m_lateral_nivel1_on a:visited,body#pagos .m_lateral_nivel1_on a:hover{
	color:#FFFFFF;/*cambiar*/
}
body#pagos .m_lateral_nivel1_on .m_lateral_decoracion{
	background:#5B6B11 url(/wav/imgs/pagos/decoracion_nivel1.gif) center no-repeat;/*cambiar*/
}
/* Nivel 1 OFF*/
body#pagos .m_lateral_nivel1_off{
	background:#CCCCCC url(/wav/imgs/pagos/menu_lateral_nivel1_off.gif) repeat-y;/*cambiar*/
}
body#pagos .m_lateral_nivel1_off a:link,body#pagos .m_lateral_nivel1_off a:visited,body#pagos .m_lateral_nivel1_off a:hover{
	color:#000000;/*cambiar*/
}
body#pagos .m_lateral_nivel1_off .m_lateral_decoracion{
	background:#CCCCCC url(/wav/imgs/pagos/decoracion_nivel1_off.gif) center no-repeat;/*cambiar*/
}

/* Nivel 2 OFF*/
body#pagos .m_lateral_nivel2_off{
	background:#DEF284 url(/wav/imgs/pagos/menu_lateral_nivel2_off.gif) repeat-y;/*cambiar*/
}

body#pagos .m_lateral_nivel2_off a:link,body#pagos .m_lateral_nivel2_off a:visited,body#pagos .m_lateral_nivel2_off a:hover{
	color:#000000;/*cambiar*/
}
body#pagos .m_lateral_nivel2_off .m_lateral_decoracion{
	background:#DEF284 url(/wav/imgs/pagos/decoracion_nivel2_off.gif) center no-repeat;/*cambiar*/
}

/* Nivel 2 ON*/
body#pagos .m_lateral_nivel2_on{
	background:#8FA23B url(/wav/imgs/pagos/menu_lateral_nivel2_on.gif) repeat-y;/*cambiar*/
	color:#000000;/*cambiar*/
}
body#pagos .m_lateral_nivel2_on .m_lateral_decoracion{
	background:#8FA23B url(/wav/imgs/pagos/decoracion_nivel2.gif) center no-repeat;/*cambiar*/
}
html>body#pagos  .m_lateral_nivel2_on .m_lateral_decoracion{
	min-height:13px;
	height:auto;
	font-size:13px;
}
/********************************/
          /* ESTABILIDAD */
/********************************/

/* Cabecero */
body#estabilidad #cabecero{
	width:762px;
	height:151px;
	background:url(/wav/imgs/estabilidad/cabecero_off.gif) no-repeat;
	position:relative;
}

body#estabilidad #cabecero h1{
	display:none;
}

/* Formulario */
body#estabilidad #formulario_contenedor{
	width:762px;
	height:32px;
	background:url(/wav/imgs/estabilidad/formulario_fondo.gif) no-repeat;
	margin-bottom:5px;
	text-align:right;/* Alineo el formulario a la derecha*/
}

body#estabilidad #formulario_contenedor span{
	display:none;
}

body#estabilidad #formulario_contenedor input#buscador{
	position:relative;
	top:5px;
	right:15px;
	width:166px;
	height:16px;
	border:1px solid #5D5D5D;
	background:#FFF;
	font-size:60%;
	color:#5D5D5D;
}

html>body#estabilidad #formulario_contenedor input#buscador{
	top:2px;
	min-height:16px;
}

body#estabilidad #formulario_contenedor input#enviar{
	position:relative;
	top:8px;
	right:10px;
}
/* Encabezado H2 */
body#estabilidad .titulo{
	width:318px;
	height:15px;
	background:#87752F url(/wav/imgs/estabilidad/titulo_fondo.gif) repeat-y;
	font-size:60%;
	color:#FFFFFF;
	font-weight:normal;
	padding:2px 0px 0px 5px;
	margin:0px 0px 8px 0px;
}

html>body#estabilidad .titulo{
	min-height:15px;
	height:auto;
}

body#estabilidad .titulo span{
	background:url(/wav/imgs/estabilidad/titulo_flecha.gif) center left no-repeat;
	padding-left:8px;
}

body#estabilidad .titulo img{
	margin:0px 5px 0px 10px;
}

/**** MENU LATERAL - ESTILOS DE LA SECCION 1 ***/
/* Nivel 1 ON*/
body#estabilidad .m_lateral_nivel1_on{
	background:#87752F url(/wav/imgs/estabilidad/menu_lateral_nivel1_on.gif) repeat-y;/*cambiar*/
	color:#FFFFFF;/*cambiar*/
}
body#estabilidad .m_lateral_nivel1_on a:link,body#estabilidad .m_lateral_nivel1_on a:visited,body#estabilidad .m_lateral_nivel1_on a:hover{
	color:#FFFFFF;/*cambiar*/
}
body#estabilidad .m_lateral_nivel1_on .m_lateral_decoracion{
	background:#87752F url(/wav/imgs/estabilidad/decoracion_nivel1.gif) center no-repeat;/*cambiar*/
}
/* Nivel 1 OFF*/
body#estabilidad .m_lateral_nivel1_off{
	background:#CCCCCC url(/wav/imgs/estabilidad/menu_lateral_nivel1_off.gif) repeat-y;/*cambiar*/
}
body#estabilidad .m_lateral_nivel1_off a:link,body#estabilidad .m_lateral_nivel1_off a:visited,body#estabilidad .m_lateral_nivel1_off a:hover{
	color:#000000;/*cambiar*/
}
body#estabilidad .m_lateral_nivel1_off .m_lateral_decoracion{
	background:#CCCCCC url(/wav/imgs/estabilidad/decoracion_nivel1_off.gif) center no-repeat;/*cambiar*/
}

/* Nivel 2 OFF*/
body#estabilidad .m_lateral_nivel2_off{
	background:#DED79C url(/wav/imgs/estabilidad/menu_lateral_nivel2_off.gif) repeat-y;/*cambiar*/
}

body#estabilidad .m_lateral_nivel2_off a:link,body#estabilidad .m_lateral_nivel2_off a:visited,body#estabilidad .m_lateral_nivel2_off a:hover{
	color:#000000;/*cambiar*/
}
body#estabilidad .m_lateral_nivel2_off .m_lateral_decoracion{
	background:#DED79C url(/wav/imgs/estabilidad/decoracion_nivel2_off.gif) center no-repeat;/*cambiar*/
}

/* Nivel 2 ON*/
body#estabilidad .m_lateral_nivel2_on{
	background:#AFA766 url(/wav/imgs/estabilidad/menu_lateral_nivel2_on.gif) repeat-y;/*cambiar*/
	color:#000000;/*cambiar*/
}
body#estabilidad .m_lateral_nivel2_on .m_lateral_decoracion{
	background:#AFA766 url(/wav/imgs/estabilidad/decoracion_nivel2.gif) center no-repeat;/*cambiar*/
}
html>body#estabilidad  .m_lateral_nivel2_on .m_lateral_decoracion{
	min-height:13px;
	height:auto;
	font-size:13px;
}
/********************************/
  /* BUSCADOR */
/********************************/

/* Cabecero */
body#buscador_global #cabecero{
	width:762px;
	height:151px;
	background:url(/wav/imgs/global/cabecero_off.gif) no-repeat;
	position:relative;/* Los elementos interiores del cabecero toman este elemento como referencian en su posicionamiento */
}

body#buscador_global #cabecero h1{
	display:none;
}
body#buscador_global #contenido h3{
	font-size:70%;
	color:#7E0A0B;
	font-weight:bold;
	margin:10px 0px 0px 0px;
	padding:0px;
}
body#buscador_global #contenido p#termino_incorrecto{
	background:url(/wav/imgs/global/formulario_top.gif) bottom left repeat-x;
	padding-bottom:5px;
	margin-bottom:5px;
}

body#buscador_global #contenido p.url a:link,body#buscador_global #contenido p.url a:visited,body#buscador_global #contenido p.url a:hover{
	font-style:italic;
	margin-right:30px;
	color:#646464;
	text-decoration:none;
}
body#buscador_global #contenido p.url a:hover{
	text-decoration:underline;
}
body#buscador_global #contenido div{
	margin-top:5px;
}
body#buscador_global #contenido div#formu_fila1{
	background:url(/wav/imgs/global/formulario_top.gif) top left repeat-x;
	margin-top:10px;
	padding-top:15px;
}
body#buscador_global #contenido div#formu_fila3{
	margin-bottom:20px;
}
body#buscador_global #contenido label{
	font-size:70%;
	color:#999999;
	font-weight:bold;
}
body#buscador_global #contenido label input,body#buscador_global #contenido label select{
	font-size:90%;
	color:#666666;
	font-weight:bold;
	border:1px solid #9C9C9C;
}
html>body#buscador_global #contenido label input,html>body#buscador_global #contenido label select{
	font-size:11px;
}
body#buscador_global #contenido label select#metodo{
	margin:0px 40px 0px 80px;
}
body#buscador_global #contenido label select#formato{
	margin:0px 0px 0px 50px;
	width:68px;
}
html>body#buscador_global #contenido label select#formato{
	margin:0px 0px 0px 42px;
	width:73px;
}
body#buscador_global #contenido label select#titulos_pagina{
	margin:0px 112px 0px 23px;
	width:60px;
}
html>body#buscador_global #contenido label select#titulos_pagina{
	margin:0px 115px 0px 23px;
}
body#buscador_global #contenido label select#ordenado_por{
	margin:0px 0px 0px 20px;
}
html>body#buscador_global #contenido label select#ordenado_por{
	margin:0px 0px 0px 21px;
}
html>body#buscador_global #contenido label select#ordenado_por{
	margin:0px 0px 0px 14px;
}
body#buscador_global #contenido label input#inflaccion{
	margin:0px 0px 0px 84px;
	border:1px solid #666666;
}
body#buscador_global #contenido input#buscar_btn,body#buscador_global #contenido input#ayuda_btn{
	border:1px solid #666666;
	width:55px;
	height:17px;
	font-size:70%;
	font-weight:bold;
	color:#666666;
	background:#ffffff;
}
body#buscador_global #contenido input#words{
	margin:0px 0px 0px 20 px;
}

body#buscador_global #contenido input#buscar_btn{
	margin:0px 0px 0px 20 px;
}
html>body#buscador_global #contenido input#buscar_btn{
	margin:0px 5px 0px 129px;
}

/* Formulario */
body#buscador_global #formulario_contenedor{
	width:762px;
	height:32px;
	background:url(/wav/imgs/global/formulario_fondo.gif) no-repeat;
	margin-bottom:5px;
	text-align:right;/* Alineo el formulario a la derecha*/
}

body#buscador_global #formulario_contenedor span{
	display:none;
}

body#buscador_global #formulario_contenedor input#buscador{
	position:relative;
	top:5px;
	right:15px;
	width:166px;
	height:16px;
	border:1px solid #5D5D5D;
	background:#FFF;
	font-size:60%;
	color:#5D5D5D;
}

html>body#buscador_global #formulario_contenedor input#buscador{
	top:2px;
	min-height:16px;
}

body#buscador_global #formulario_contenedor input#enviar{
	position:relative;
	top:8px;
	right:10px;
}

/* Encabezado H2 */
body#buscador_global .titulo{
	width:318px;
	height:15px;
	background:#6B6B6B url(/wav/imgs/global/titulo_fondo.gif) repeat-y;
	font-size:60%;
	color:#FFFFFF;
	font-weight:normal;
	padding:2px 0px 0px 5px;
	margin:0px 0px 8px 0px;
}

html>body#buscador_global .titulo{
	min-height:15px;
	height:auto;
}

body#buscador_global .titulo span{
	background:url(/wav/imgs/global/titulo_flecha.gif) center left no-repeat;
	padding-left:8px;
}

body#buscador_global .titulo img{
	margin:0px 5px 0px 10px;
}

/**** MENU LATERAL - ESTILOS DE LA SECCION 1 ***/
/* Nivel 1 ON*/
body#buscador_global .m_lateral_nivel1_on{
	background:#6B6B6B url(/wav/imgs/global/menu_lateral_nivel1_on.gif) repeat-y;/*cambiar*/
	color:#FFFFFF;/*cambiar*/
}
body#buscador_global .m_lateral_nivel1_on a:link,body#buscador_global .m_lateral_nivel1_on a:visited,body#buscador_global .m_lateral_nivel1_on a:hover{
	color:#FFFFFF;/*cambiar*/
}
body#buscador_global .m_lateral_nivel1_on .m_lateral_decoracion{
	background:#6B6B6B url(/wav/imgs/global/decoracion_nivel1.gif) center no-repeat;/*cambiar*/
}
/* Nivel 1 OFF*/
body#buscador_global .m_lateral_nivel1_off{
	background:#CCCCCC url(/wav/imgs/global/menu_lateral_nivel1_off.gif) repeat-y;/*cambiar*/
}
body#buscador_global .m_lateral_nivel1_off a:link,body#buscador_global .m_lateral_nivel1_off a:visited,body#buscador_global .m_lateral_nivel1_off a:hover{
	color:#000000;/*cambiar*/
}
body#buscador_global .m_lateral_nivel1_off .m_lateral_decoracion{
	background:#CCCCCC url(/wav/imgs/global/decoracion_nivel1_off.gif) center no-repeat;/*cambiar*/
}
/********************************/
  /* MAPA WEB */
/********************************/

/* Cabecero */
body#mapaweb #cabecero{
	width:762px;
	height:151px;
	background:url(/wav/imgs/global/cabecero_off.gif) no-repeat;
	position:relative;/* Los elementos interiores del cabecero toman este elemento como referencian en su posicionamiento */
}

body#mapaweb #cabecero h1{
	display:none;
}

body#mapaweb #contenido{
	width:760px;
	margin-left:0px;
	padding-top:20px;
}
body#mapaweb #contenido h3{
	font-size:70%;
	color:#7E0A0B;
	font-weight:bold;
	margin:10px 0px 0px 0px;
	padding:0px;
}
body#mapaweb #contenido p#termino_incorrecto{
	background:url(/wav/imgs/global/formulario_top.gif) bottom left repeat-x;
	padding-bottom:5px;
	margin-bottom:5px;
}

body#mapaweb #contenido p.url a:link,body#mapaweb #contenido p.url a:visited,body#mapaweb #contenido p.url a:hover{
	font-style:italic;
	margin-right:30px;
	color:#646464;
	text-decoration:none;
}
body#mapaweb #contenido p.url a:hover{
	text-decoration:underline;
}
body#mapaweb #contenido div#formu_fila1{
	background:url(/wav/imgs/global/formulario_top.gif) top left repeat-x;
	margin-top:10px;
	padding-top:15px;
}
body#mapaweb #contenido div#formu_fila3{
	margin-bottom:20px;
}
body#mapaweb #contenido label{
	font-size:70%;
	color:#999999;
	font-weight:bold;
}
body#mapaweb #contenido label input,body#mapaweb #contenido label select{
	font-size:90%;
	color:#666666;
	font-weight:bold;
	border:1px solid #9C9C9C;
}
html>body#mapaweb #contenido label input,html>body#mapaweb #contenido label select{
	font-size:11px;
}
body#mapaweb #contenido label select#metodo{
	margin:0px 40px 0px 80px;
}
body#mapaweb #contenido label select#formato{
	margin:0px 0px 0px 50px;
	width:68px;
}
html>body#mapaweb #contenido label select#formato{
	margin:0px 0px 0px 42px;
	width:73px;
}
body#mapaweb #contenido label select#titulos_pagina{
	margin:0px 112px 0px 23px;
	width:60px;
}
html>body#mapaweb #contenido label select#titulos_pagina{
	margin:0px 115px 0px 23px;
}
body#mapaweb #contenido label select#ordenado_por{
	margin:0px 0px 0px 20px;
}
html>body#mapaweb #contenido label select#ordenado_por{
	margin:0px 0px 0px 21px;
}
html>body#mapaweb #contenido label select#ordenado_por{
	margin:0px 0px 0px 14px;
}
body#mapaweb #contenido label input#inflaccion{
	margin:0px 0px 0px 84px;
	border:1px solid #666666;
}
body#mapaweb #contenido input#buscar_btn,body#mapaweb #contenido input#ayuda_btn{
	border:1px solid #666666;
	width:55px;
	height:17px;
	font-size:70%;
	font-weight:bold;
	color:#666666;
	background:#ffffff;
}
body#mapaweb #contenido input#buscar_btn{
	margin:0px 0px 0px 132px;
}
html>body#mapaweb #contenido input#buscar_btn{
	margin:0px 5px 0px 129px;
}

/* Formulario */
body#mapaweb #formulario_contenedor{
	width:762px;
	height:32px;
	background:url(/wav/imgs/conoce/formulario_fondo.gif) no-repeat;
	margin-bottom:5px;
	text-align:right;/* Alineo el formulario a la derecha*/
}

body#mapaweb #formulario_contenedor span{
	display:none;
}

body#mapaweb #formulario_contenedor input#buscador{
	position:relative;
	top:5px;
	right:15px;
	width:166px;
	height:16px;
	border:1px solid #5D5D5D;
	background:#FFF;
	font-size:60%;
	color:#5D5D5D;
}

html>body#mapaweb #formulario_contenedor input#buscador{
	top:2px;
	min-height:16px;
}

body#mapaweb #formulario_contenedor input#enviar{
	position:relative;
	top:8px;
	right:10px;
}
/* Encabezado H2 */
body#mapaweb .titulo{
	width:318px;
	height:15px;
	background:#6B6B6B url(/wav/imgs/global/titulo_fondo.gif) repeat-y;
	font-size:60%;
	color:#FFFFFF;
	font-weight:normal;
	padding:2px 0px 0px 5px;
	margin:0px 0px 8px 0px;
}

html>body#mapaweb .titulo{
	min-height:15px;
	height:auto;
}

body#mapaweb .titulo span{
	background:url(/wav/imgs/global/titulo_flecha.gif) center left no-repeat;
	padding-left:8px;
}

body#mapaweb .titulo img{
	margin:0px 5px 0px 10px;
}

body#mapaweb .mapaweb_seccion_izq{
	width:253px;
	float:left;
	margin:0px 40px 25px 40px;
}

html>body#mapaweb .mapaweb_seccion_izq{
	margin-left:80px;
}
body#mapaweb .mapaweb_seccion_der{
	width:253px;
	float:left;
	margin:0px 40px 25px 40px;
}

body#mapaweb .mapaweb_sub_solo{
	width:248px;
	height:20px;
	background:#E0E0E0 url(/wav/imgs/global/mapaweb_sub_solo.gif) top left no-repeat;
	padding:5px;
	float:left;
	margin:0px 40px 0px 40px;
}

html>body#mapaweb .mapaweb_sub_solo{
	margin:0px 40px 30px 80px;
}

body#mapaweb #contenedor #pie{
	margin-top:20px;
}

body#mapaweb .mapaweb_sub_top{
	width:253px;
	height:16px;
	background:#E0E0E0 url(/wav/imgs/global/mapaweb_sub_top.gif) top left no-repeat;
	padding:5px 0px 5px 5px;
	font-weight:bold;
	font-size:0.7em;
}
html>body#mapaweb .mapaweb_sub_top{
	min-height:16px;
	height:auto;
}

body#mapaweb .mapaweb_sub_cnt{
	width:238px;
	height:175px;
	background:url(/wav/imgs/global/mapaweb_sub_cnt.gif) top left repeat-y;
	padding:10px;
}
html>body#mapaweb .mapaweb_sub_cnt{
	min-height:175px;
	height:auto;
}
body#mapaweb .mapaweb_sub_btn{
	width:258px;
	height:15px;
	background:url(/wav/imgs/global/mapaweb_sub_btn.gif) top left no-repeat;
}
html>body#mapaweb .mapaweb_sub_btn{
	min-height:15px;
	height:auto;
}
body#mapaweb p{
	margin:0px 0px 5px 0px;
	padding:0px;
	font-size:0.7em;
	color:#7D7D7D;
}
body#mapaweb p a:link,body#mapaweb p a:visited,body#mapaweb p a:hover{
	color:#7D7D7D;
	text-decoration:none;
}
body#mapaweb p a:hover{
	text-decoration:underline;
}

body#mapaweb .mapaweb_sub_solo p a:link,body#mapaweb .mapaweb_sub_solo p a:visited,body#mapaweb .mapaweb_sub_solo p a:hover{
	font-size:1.1em;
	font-weight:bold;
	color:#616161;
}

body#mapaweb .mapaweb_sub_solo p{
	padding:0px;
	margin:0px;
}
/********************************/
          /* CONOCE */
/********************************/

/* Cabecero */
body#conoce #cabecero{
	width:762px;
	height:151px;
	background:url(/wav/imgs/conoce/cabecero_off.gif) no-repeat;
	position:relative;/* Los elementos interiores del cabecero toman este elemento como referencian en su posicionamiento */
}

body#conoce #cabecero h1{
	display:none;
}

/* Formulario */
body#conoce #formulario_contenedor{
	width:762px;
	height:32px;
	background:url(/wav/imgs/conoce/formulario_fondo.gif) no-repeat;
	margin-bottom:5px;
	text-align:right;/* Alineo el formulario a la derecha*/
}

body#conoce #formulario_contenedor span{
	display:none;
}

body#conoce #formulario_contenedor input#buscador{
	position:relative;
	top:5px;
	right:15px;
	width:166px;
	height:16px;
	border:1px solid #5D5D5D;
	background:#FFF;
	font-size:60%;
	color:#5D5D5D;
}

html>body#conoce #formulario_contenedor input#buscador{
	top:2px;
	min-height:16px;
}

body#conoce #formulario_contenedor input#enviar{
	position:relative;
	top:8px;
	right:10px;
}
/* Encabezado H2 */
body#conoce .titulo{
	float:left;
	margin-bottom:5px;
}
html>body#conoce .titulo{
	margin-bottom:0px;
}
body#conoce .titulo h2{
	float:left;
	width:318px;
	height:15px;
	background:#B22424 url(/wav/imgs/conoce/titulo_fondo.gif) repeat-y;
	font-size:60%;
	color:#FFFFFF;
	font-weight:normal;
	padding:2px 0px 0px 5px;
	margin:0px 0px 8px 0px;
}
html>body#conoce .titulo h2{
	min-height:15px;
	height:auto;
}

body#conoce .titulo h2 span{
	background:url(/wav/imgs/conoce/titulo_flecha.gif) center left no-repeat;
	padding-left:8px;
}

body#conoce .titulo h2 img{
	margin:0px 0px 0px 10px;
}

body#conoce .titulo a{
	float:left;
	display:block;
	width:94px;
	padding-top:1px;
	background:#F4C8C8;
	border:1px solid #ACABAB;
	margin-left:4px;
	color:#646464;
	text-decoration:none;
	font-size:0.7em;
	font-weight:bold;
	text-align:center;
}
body#conoce .titulo a.imagenes{
	width:125px;
}

body#conoce .titulo a:hover{
	background:#646464;
	border:1px solid #ACABAB;
	color:#F4C8C8;
}
body#conoce .cleared{
	clear:both;
}
/**** MENU LATERAL - ESTILOS DE LA SECCION 1 ***/
/* Conoce */
body#conoce #m_conoce{
	margin-bottom:5px;
}
/* Nivel 1 ON*/
body#conoce .m_lateral_nivel1_on{
	background:#B22424 url(/wav/imgs/conoce/menu_lateral_nivel1_on.gif) repeat-y;/*cambiar*/
	color:#FFFFFF;/*cambiar*/
}
body#conoce .m_lateral_nivel1_on a:link,body#conoce .m_lateral_nivel1_on a:visited,body#conoce .m_lateral_nivel1_on a:hover{
	color:#FFFFFF;/*cambiar*/
}
body#conoce .m_lateral_nivel1_on .m_lateral_decoracion{
	background:#B22424 url(/wav/imgs/conoce/conoce_deco_nivel1.gif) center no-repeat;/*cambiar*/
}
/* Nivel 1 OFF*/
body#conoce .m_lateral_nivel1_off{
	background:#CCCCCC url(/wav/imgs/conoce/menu_lateral_nivel1_off.gif) repeat-y;/*cambiar*/
}
body#conoce .m_lateral_nivel1_off a:link,body#conoce .m_lateral_nivel1_off a:visited,body#conoce .m_lateral_nivel1_off a:hover{
	color:#000000;/*cambiar*/
}
body#conoce .m_lateral_nivel1_off .m_lateral_decoracion{
	background:#CCCCCC url(/wav/imgs/conoce/decoracion_nivel1_off.gif) center no-repeat;/*cambiar*/
}

/* Nivel 2 OFF*/
body#conoce .m_lateral_nivel2_off{
	background:#F4C8C8 url(/wav/imgs/conoce/menu_lateral_nivel2_off.gif) repeat-y;/*cambiar*/
}

body#conoce .m_lateral_nivel2_off a:link,body#conoce .m_lateral_nivel2_off a:visited,body#conoce .m_lateral_nivel2_off a:hover{
	color:#000000;/*cambiar*/
}
body#conoce .m_lateral_nivel2_off .m_lateral_decoracion{
	background:#F4C8C8 url(/wav/imgs/conoce/conoce_deco_nivel2_off.gif) center no-repeat;/*cambiar*/
}

/* Nivel 2 ON*/
body#conoce .m_lateral_nivel2_on{
	background:#E58B8B url(/wav/imgs/conoce/menu_lateral_nivel2_on.gif) repeat-y;/*cambiar*/
	color:#000000;/*cambiar*/
}
body#conoce .m_lateral_nivel2_on .m_lateral_decoracion{
	background:#E58B8B url(/wav/imgs/conoce/conoce_deco_nivel2.gif) center no-repeat;/*cambiar*/
}
html>body#conoce  .m_lateral_nivel2_on .m_lateral_decoracion{
	min-height:13px;
	height:auto;
	font-size:13px;
}
body#conoce div#menu_inferior_top{
	margin-top:10px;
}

.sinborde {
	border: 0px;
}

body#conoce ul.historia{
	clear:both;
	list-style-type:none;
	width:500px;
	margin-bottom:10px;
}

body#conoce ul.historia li{
	display:inline;
	background:url(/wav/imgs/conoce/flechita_historia.gif) center left no-repeat;
	margin:0px 7px;
	padding:5px 0px 5px 9px;
}

body#conoce ul.historia li a:link,body#conoce ul.historia li a:visited,body#conoce ul.historia li a:hover{
	color:#999;
	text-decoration:none;
	font-size:0.7em;
}

body#conoce ul.historia li a:hover{
	text-decoration:underline;
}

body#conoce ul.estructura,body#conoce ul.estructura_interior,body#conoce .estructura_sedes,body#conoce ul.estructura_interior_sedes{
	list-style-type:none;
	clear:both;
}
body#conoce ul.estructura_interior{
	margin-bottom:15px;
}
body#conoce ul.estructura_interior_sedes{
	margin-bottom:30px;
}
body#conoce ul.estructura{
	margin:20px 0px;
	float:left;
}
body#conoce ul.estructura_sedes{
	margin:20px 0px;
	clear:both;
}
body#conoce ul.estructura li,body#conoce ul.estructura_sedes li,body#conoce ul.estructura_interior li,body#conoce ul.estructura_interior_sedes li{
	background:url(/wav/imgs/conoce/flechita_historia.gif) center left no-repeat;
	padding-left:10px;
}
body#conoce ul.estructura li,body#conoce ul.estructura_sedes li{
	margin:15px 0px;
}
body#conoce ul.estructura_interior li,body#conoce ul.estructura_interior_sedes li{
	display:inline;
	margin:0px 1px;
	padding:0px 0px 0px 10px;
}
body#conoce ul.estructura_interior_sedes li{
	display:inline;
	width:200px;
	margin:2px 50px;
}
body#conoce ul.estructura_interior_sedes li.corta{
	margin-right:24px;
}
body#conoce ul.estructura li a:link,body#conoce ul.estructura li a:visited,body#conoce ul.estructura li a:hover,body#conoce ul.estructura_sedes li a:link,body#conoce ul.estructura_sedes li a:visited,body#conoce ul.estructura_sedes li a:hover,body#conoce ul.estructura_interior li a:link,body#conoce ul.estructura_interior li a:visited,body#conoce ul.estructura_interior li a:hover,body#conoce ul.estructura_interior_sedes li a:link,body#conoce ul.estructura_interior_sedes li a:visited,body#conoce ul.estructura_interior_sedes li a:hover{
	color:#999;
	text-decoration:none;
	font-size:0.7em;
}

body#conoce ul.estructura li a:hover,body#conoce ul.estructura_sedes li a:hover,body#conoce ul.estructura_interior li a:hover,body#conoce ul.estructura_interior_sedes li a:hover{
	text-decoration:underline;
}
body#conoce ul.estructura_interior li.actual a:link,body#conoce ul.estructura_interior li.actual a:visited,body#conoce ul.estructura_interior li.actual a:hover,body#conoce ul.estructura_interior_sedes li.actual a:link,body#conoce ul.estructura_interior_sedes li.actual a:visited,body#conoce ul.estructura_interior_sedes li.actual a:hover,body#conoce ul.historia li.actual a:link,body#conoce ul.historia li.actual a:visited,body#conoce ul.historia li.actual a:hover{
	text-decoration:underline;
}

body#conoce p{
	margin-bottom:10px;
}

body#conoce p.centrado{
	text-align:center;
	padding:15px 0px;
}

body#conoce ol{
	color:#646464;
	font-size:0.7em;
	clear:both;
	position:relative;
	top:-10px;
	left:-10px;
}
html>body#conoce ol{
	color:#646464;
	clear:both;
	position:static;
}

body#conoce ol li{
	margin-bottom:10px;
}
html>body#conoce ol li{
	margin:10px 0px 10px -15px;
}
body#conoce ol.organos{
	list-style-type:lower-alpha;
}
body#conoce ol.organos{
	font-size:0.7em;
}
body#conoce ol.organos p{
	font-size:1em;
}
body#conoce img.img_decoracion{
	float:left;
	margin:0px 10px 0px 0px;
}
body#conoce ol.organos li ul{
	list-style-type:none;
}
/********************************/
          /* JUEGOS HOME */
/********************************/

/* Cabecero */
body#juegos_home #cabecero{
	width:762px;
	height:151px;
	background:url(/wav/imgs/juegos/cabecero_off.gif) no-repeat;
	position:relative;
}

body#juegos_home #cabecero h1{
	display:none;
}

/* Formulario */
body#juegos_home #formulario_contenedor{
	width:762px;
	height:32px;
	background:url(/wav/imgs/juegos/formulario_fondo.gif) no-repeat;
	margin-bottom:5px;
	text-align:right;/* Alineo el formulario a la derecha*/
}

body#juegos_home #formulario_contenedor span{
	display:none;
}

body#juegos_home #formulario_contenedor input#buscador{
	position:relative;
	top:5px;
	right:15px;
	width:166px;
	height:16px;
	border:1px solid #5D5D5D;
	background:#FFF;
	font-size:60%;
	color:#5D5D5D;
}

html>body#juegos_home #formulario_contenedor input#buscador{
	top:2px;
	min-height:16px;
}

body#juegos_home #formulario_contenedor input#enviar{
	position:relative;
	top:8px;
	right:10px;
}
/* Encabezado H2 */
body#juegos_home .titulo{
	width:318px;
	height:15px;
	background:#77669C url(/wav/imgs/juegos/titulo_fondo.gif) repeat-y;
	font-size:60%;
	color:#FFFFFF;
	font-weight:normal;
	padding:2px 0px 0px 5px;
	margin:0px 0px 8px 0px;
}

html>body#juegos_home .titulo{
	min-height:15px;
	height:auto;
}

body#juegos_home .titulo span{
	background:url(/wav/imgs/pagos/titulo_flecha.gif) center left no-repeat;
	padding-left:8px;
}

body#juegos_home .titulo img{
	margin:0px 5px 0px 10px;
}

/**** MENU LATERAL - ESTILOS DE LA SECCION 1 ***/
/* Nivel 1 ON*/
body#juegos_home .m_lateral_nivel1_on{
	background:#77669C url(/wav/imgs/pagos/menu_lateral_nivel1_on.gif) repeat-y;/*cambiar*/
	color:#FFFFFF;/*cambiar*/
}
body#juegos_home .m_lateral_nivel1_on a:link,body#juegos_home .m_lateral_nivel1_on a:visited,body#juegos_home .m_lateral_nivel1_on a:hover{
	color:#FFFFFF;/*cambiar*/
}
body#juegos_home .m_lateral_nivel1_on .m_lateral_decoracion{
	background:#77669C url(/wav/imgs/pagos/decoracion_nivel1.gif) center no-repeat;/*cambiar*/
}
/* Nivel 1 OFF*/
body#juegos_home .m_lateral_nivel1_off{
	background:#CCCCCC url(/wav/imgs/pagos/menu_lateral_nivel1_off.gif) repeat-y;/*cambiar*/
}
body#juegos_home .m_lateral_nivel1_off a:link,body#juegos_home .m_lateral_nivel1_off a:visited,body#juegos_home .m_lateral_nivel1_off a:hover{
	color:#000000;/*cambiar*/
}
body#juegos_home .m_lateral_nivel1_off .m_lateral_decoracion{
	background:#CCCCCC url(/wav/imgs/pagos/decoracion_nivel1_off.gif) center no-repeat;/*cambiar*/
}

/* Nivel 2 OFF*/
body#juegos_home .m_lateral_nivel2_off{
	background:#CCCCCC url(/wav/imgs/pagos/menu_lateral_nivel2_off.gif) repeat-y;/*cambiar*/
}

body#juegos_home .m_lateral_nivel2_off a:link,body#juegos_home .m_lateral_nivel2_off a:visited,body#juegos_home .m_lateral_nivel2_off a:hover{
	color:#000000;/*cambiar*/
}
body#juegos_home .m_lateral_nivel2_off .m_lateral_decoracion{
	background:#CCCCCC url(/wav/imgs/pagos/decoracion_nivel2_off.gif) center no-repeat;/*cambiar*/
}

/* Nivel 2 ON*/
body#juegos_home .m_lateral_nivel2_on{
	background:#77669C url(/wav/imgs/pagos/menu_lateral_nivel2_on.gif) repeat-y;/*cambiar*/
	color:#000000;/*cambiar*/
}
body#juegos_home .m_lateral_nivel2_on .m_lateral_decoracion{
	background:#77669C url(/wav/imgs/pagos/decoracion_nivel2.gif) center no-repeat;/*cambiar*/
}
html>body#juegos_home  .m_lateral_nivel2_on .m_lateral_decoracion{
	min-height:13px;
	height:auto;
	font-size:13px;
}

/* Cajas de la zona de juegos */
body#juegos_home .zona_izq{
	float:left;
}
body#juegos_home .zona_der{
	float:right;
}
body#juegos_home .zona_der a img{
	border:0px;
}
body#juegos_home .zona_top_gr{
	width:240px;
	height:14px;
	background:url(/wav/imgs/juegos/caja_zona_titulo.gif) bottom left no-repeat;
}
body#juegos_home .zona_cnt_gr{
	width:228px;
	height:61px;	
	border-right:1px solid #999;
	border-left:1px solid #999;
	border-bottom:1px solid #999;		
	color:#999;
	font-size:0.7em;
	padding:5px;
	background:url(/wav/imgs/juegos/caja_bg_family.gif) bottom right no-repeat;
}
body#juegos_home .zona_cnt_gr a:link,body#juegos_home .zona_cnt_gr a:visited,body#juegos_home .zona_cnt_gr a:hover,
body#juegos_home .zona_bottom_gr a:link,body#juegos_home .zona_bottom_gr a:visited,body#juegos_home .zona_cnt_gr a:hover{
	color:#999;
	text-decoration:none;
}
body#juegos_home .zona_cnt_gr a:hover, body#juegos_home .zona_bottom_gr a:hover{
	text-decoration:underline;
}
body#juegos_home .zona_bottom_gr a {
	display:block;
	padding-top:5px;
}

body#juegos_home .zona_bottom_gr{
	width:240px;
	height:28px;	
	background:url(/wav/imgs/juegos/caja_zona_base.gif) top left no-repeat;
	color:#999;
	font-size:0.7em;
	padding:5px;
	text-align:center;
}
html>body#juegos_home .zona_bottom_gr{
	margin-bottom:10px;
}
body#juegos_home .repasa_top_gr{
	width:238px;
	height:16px;
	background:url(/wav/imgs/juegos/caja_repasa_titulo.gif) bottom left no-repeat;
}
body#juegos_home .repasa_cnt_gr{
	float:left;
	width:226px;
	height:33px;	
	border-right:1px solid #999;
	border-left:1px solid #999;
	border-bottom:1px solid #999;
	color:#999;
	font-size:0.7em;
	padding:19px 5px;
}
body#juegos_home .repasa_cnt_gr a:link,body#juegos_home .repasa_cnt_gr a:visited,body#juegos_home .repasa_cnt_gr a:hover,
body#juegos_home .repasa_bottom_gr a:link,body#juegos_home .repasa_bottom_gr a:visited,body#juegos_home .repasa_bottom_gr a:hover {
	color:#999;
	text-decoration:none;
}
body#juegos_home .repasa_cnt_gr a:hover, body#juegos_home .repasa_bottom_gr a:hover{
	text-decoration:underline;
}
body#juegos_home .repasa_bottom_gr a {
	display:block;
	padding-top:10px;
}


body#juegos_home .repasa_cnt_gr img{
	float:left;
	margin-right:6px;
}
body#juegos_home .repasa_bottom_gr{
	clear:both;
	width:240px;
	height:37px;
	color:#999;
	text-align:center;
	font-size:0.7em;
	background:url(/wav/imgs/juegos/caja_zona_base_der.gif) bottom left no-repeat;
}
html>body#juegos_home .repasa_bottom_gr{
	margin-bottom:10px;
}
body#juegos_home .zona_top_pq{
	width:239px;
	height:11px;
	background:url(/wav/imgs/juegos/caja_pq_top.gif) bottom left no-repeat;
}
body#juegos_home .zona_top_pq_pte {
	width:239px;
	height:11px;
	background:url(/wav/imgs/juegos/caja_pq_top_pte.gif) bottom left no-repeat;
}
body#juegos_home .zona_top_pq_ark {
	width:239px;
	height:11px;
	background:url(/wav/imgs/juegos/caja_pq_top_ark.gif) bottom right no-repeat;
}
body#juegos_home .zona_cnt_pq { 
	width:227px;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	color:#999;
	font-size:0.7em;
	padding:5px;
	text-align:center;
}
body#juegos_home .zona_cnt_pq_pte {
	width:227px;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	color:#999;
	font-size:0.7em;
	padding:5px;
	text-align:center;
	background:url(/wav/imgs/juegos/caja_pq_ctro_pte.gif) bottom left no-repeat;
}
body#juegos_home .zona_cnt_pq_ark {
	width:227px;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	color:#999;
	font-size:0.7em;
	padding:5px;
	text-align:center;
	background:url(/wav/imgs/juegos/caja_pq_ctro_ark.gif) bottom right no-repeat;
}
body#juegos_home .zona_cnt_pq a:link,body#juegos_home .zona_cnt_pq a:visited, body#juegos_home .zona_cnt_pq a:hover,
body#juegos_home .zona_cnt_pq_pte a:link, body#juegos_home .zona_cnt_pq_pte a:visited, body#juegos_home .zona_cnt_pq_pte a:hover,
body#juegos_home .zona_cnt_pq_ark a:link, body#juegos_home .zona_cnt_pq_ark a:visited, body#juegos_home .zona_cnt_pq_ark a:hover {
	color:#999;
	text-decoration:none;
}
body#juegos_home .zona_cnt_pq a:hover, body#juegos_home .zona_cnt_pq_pte a:hover, body#juegos_home .zona_cnt_pq_ark a:hover {
	text-decoration:underline;
}
body#juegos_home .zona_cnt_pq_pte a {
	margin:0px 10px 0px 16px;
}
body#juegos_home .zona_cnt_pq_ark a {
	margin:0px 14px 0px 2px;
}
body#juegos_home .zona_bottom_pq {
	width:239px;
	height:11px;
	background:url(/wav/imgs/juegos/caja_pq_bottom.gif) top left no-repeat;
}
body#juegos_home .zona_bottom_pq_pte {
	width:239px;
	height:11px;
	background:url(/wav/imgs/juegos/caja_pq_bottom_pte.gif) top left no-repeat;
}
body#juegos_home .zona_bottom_pq_ark {
	width:239px;
	height:11px;
	background:url(/wav/imgs/juegos/caja_pq_bottom_ark.gif) top right no-repeat;
}

/* JUEGOS HOME FLASH */
body#juegos_home_flash{
	margin:0px;
	padding:0px;
}
body#juegos_home_flash #intro_flash{
	width:500px;
	height:350px;
	background:url(/wav/imgs/comun/simulador_flash_img.gif) top center no-repeat;
	text-align:center;
}

body#juegos_home_flash #intro_flash img{
	border:0px;
}
