BODY {
	SCROLLBAR-BASE-COLOR: #000000;
	SCROLLBAR-FACE-COLOR: #CCCCCC;
	SCROLLBAR-HIGHLIGHT-COLOR: #F3F3F3;
	SCROLLBAR-SHADOW-COLOR: #9D9D9D;
	SCROLLBAR-3DLIGHT-COLOR: #868686;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #C0C0C0;
	SCROLLBAR-DARKSHADOW-COLOR: #666666;
	border: 0px #FFFFFF solid;
	padding: 0px; margin: 0px;
}
A {
/* enlace simple por defecto */
	FONT-WEIGHT: bold; COLOR: #0066CC; FONT-FAMILY: Arial, Helvetica, sans-serif, "Lucida Sans"; TEXT-DECORATION: none
}
A:link {
/* enlace simple por defecto */
	font-family: Arial, Helvetica, sans-serif, "Lucida Sans";
	font-weight: normal;
	color: #FF6600;
}
A:hover {
/* enlace simple por defecto con el ratón sobre él mismo */
	FONT-WEIGHT: normal; COLOR: #FF9900; FONT-FAMILY: Arial, Helvetica, sans-serif, "Lucida Sans"; TEXT-DECORATION: underline
}
A:visited {
/* enlace simple por defecto ya visitado */
	FONT-WEIGHT: normal; COLOR: #D97226; FONT-FAMILY: Arial, Helvetica, sans-serif, "Lucida Sans"; TEXT-DECORATION: none
}
a:link img {
	border: 1px solid #4C5C69; 
}
a:hover img {
	border: 1px solid #6D8496; 
}
a:visited img {
	border: 1px solid #566876; 
}
a:active img {
	border: 1px solid #4C5C69; 
}
/* sombras de tabla */
.sombraup {
	background-image: url(img/esq02.gif);
	background-repeat:  repeat-x;
}
.sombradown {
	background-image: url(img/sombra-bajo.gif);
	background-repeat:    repeat-x;
}
.sombraizq {
	background-image: url(img/sombra-izq.gif);
	background-repeat:      repeat-y;
	vertical-align: top;

}
.sombrader {
	background-image: url(img/sombra-der.gif);
	background-repeat:                repeat-y;
	vertical-align: top;

}
/* fondos de tabla */
.olatop {
	background-color: #FFFFFF;
}
/* imagen sin borde */
.imgmarcador {
	border: 0px #999999!important; none;
	color: #999999;
}
/* formulario */
input.inputgris2 {
	background-color: #F7F7F7;
	font-size: 9px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	background-image: url(img/fondoinput2.gif);
	background-repeat:  repeat-x;
}
textarea.textareagris {
	background-color: #F7F7F7;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Sans";
	font-weight: normal;
	font-size: 9px;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	background-image: url(img/fondoarea.gif);
	background-repeat:  repeat-x;
}
select.selectazoscuro {
	background-color: Blue;
	font-weight: bold;
	font-size: 12px;
	color: Aqua;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
select.selectazclaro {
	background-color: #6890C8;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #E0F0F8;
	font-size : 10px;
	font-weight : bold;
}
input.inputsubmit {
	background-color: #E0E0E0;
	font-size: 9px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #003399;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
	background-image: url(img/fondoinput.gif);
	background-repeat:  repeat-x;
}
/* fotos que salen de fondo en lateral derecho */
.fotolateral01 {
	background-image: url(img/fondocuenta.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/* tipos de texto */
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000033;
	padding-left: 20px;
	padding-right: 5px;
}
.txttitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	line-height: 30px;
	text-transform: capitalize;

}
.txttitulosec {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	line-height: 30px;
	text-transform: capitalize;
}
.txttitulomenuhtml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	line-height: 10px;
	text-transform: capitalize;
}
.txttitulo2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	line-height: 30px;
	text-transform: capitalize;
}
.txttitulo3 {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #825700;
	line-height: 30px;
	text-transform: capitalize;
}
.txttitulomemo {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #6F4A00;
	line-height: 30px;
	text-transform: capitalize;
}
.txttitulopromo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #754F00;
	text-transform: capitalize;
	background-image: url(img/barratitulo02.gif);
	background-repeat:  repeat-x;
	vertical-align: middle;
	line-height: 5px;



}
.txtresumenpromo {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000066;
	padding-left: 20px;
	padding-right: 5px;
}
.txtresumenpromo2 {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000066;
	padding-left: 20px;
	padding-right: 5px;
}

/* tabla con estilo */

table.tablasin {
	border: 0px none;
	margin: 0;
	text-align: center;
	background-image: none !important;
}
table.tablacuenta {
	border: 1px solid #999999;
	margin: 0;
	background-image: url(img/fondocuenta.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
table.tablalog {
	border: none;
	margin: 0;
	text-align: center;
}
table.tablalog thead th {
	font: bold 0.5em/1.4em Verdana, sans-serif;
	color: #333333;
	text-align: center;
	background-image: url(panel/img/tablogin02.gif);
	background-repeat:  repeat-x;

}
table.tablalog thead td {
	font: bold 0.6em Verdana, sans-serif;
	color: #990000;
	text-align: center;
	background-image: url(panel/img/tablogin02.gif);
	background-repeat:  repeat-x;
}

table.tablalog tbody th {
	font: bold 0.7em/1.4em Verdana, sans-serif;
	color: #000099;
	text-align: left;
	padding: .5em;
	background-color: #FFCC00;
}
table.tablalog tbody td {
	font: bold 0.7em/1.4em Verdana, sans-serif;
	color: #666666;
	text-align: center;
	padding: 0.2em;
}
table.tablaplano {
	width: 95%;
	text-align: center;
	vertical-align: top;
	border: none;
	background-color: #DED9C7;
}
table.tablaplano thead th {
	font: bold 0.7em/0.4em Verdana, sans-serif;
	color: #FFFFFF;
	text-align: center;
	padding: 0.5em;
	background-color: #CC0000;
	background-image: url(img/tabhoras.gif);
	background-repeat:  repeat-x;
}
table.tablaplano tbody tr.celda td {
	font: bold normal 18px/18px Arial, Helvetica, sans-serif;
	color: #990000;
	text-align: center;
	padding: 0.3em;
	background-color: #FFDD97;
	border-top: 1px solid #FFFFFF;
}
table.tablaplano tbody tr.celdab td {
	font: bold normal 18px/18px Arial, Helvetica, sans-serif;
	color: #990000;
	text-align: center;
	padding: 0.3em;
	background-color: #FFEC9F;
	border-top: 1px solid #FFFFFF;
}
table.tablaplano tbody tr.celdac td {
	font: normal 9px/1.4em Verdana, Arial, Helvetica, sans-serif, "Lucida Sans";
	color: #333333;
	text-align: center;
	padding: 0.3em;
	background-color: #E4E4E4;
	border-top: 1px solid #FFFFFF;
	text-transform: lowercase;

}
table.tablaplano tbody tr.celdad td {
	font: normal 11px/1em Arial, Helvetica, sans-serif;
}
table.tablapanel {
	border: 1px solid #999999;
	margin: 0;
}
table.tablapanel thead td {
	font: bold 0.7em/1.4em Verdana, sans-serif;
	color: #CC0000;
	text-align: left;
	padding: .5em;
	background-color: #FFC164;
}
table.tablapanel thead th {
	font: bold 0.7em/1.4em Verdana, sans-serif;
	color: #CC0000;
	text-align: left;
	padding: .5em;
	background-color: #FFC164;
}
table.tablapanel tbody tr.celda td {
	font: 0.7em/1.4em Verdana, sans-serif;
	color: #666666;
	text-align: center;
	background-color: #F3F3F3;
	border-top: 1px solid #D7D7D7;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #E1E1E1;

}
table.tablapanel tbody tr.celda th {
	font: bold 0.7em/1.4em Verdana, sans-serif;
	color: #FFCC00;
	text-align: left;
	background: #000099;
	padding: .5em;
	border: 1px solid #003399;
	text-transform: capitalize;
}
table.tablapanel tbody tr.celdab td {
	font: 0.7em/1.4em Verdana, sans-serif;
	color: #666666;
	text-align: left;
	background-color: #F3F3F3;
	border-top: 1px solid #D7D7D7;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #E1E1E1;
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;


}
table.tablapanel tbody tr.celdab th {
	font: 0.7em/1.4em Verdana, sans-serif;
	color: #666666;
	text-align: center;
	background-color: #E6E6E6;
	border-top: 1px solid #D7D7D7;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #E1E1E1;
	padding-left: 2px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
}
table.tablapanel tbody tr.celdac td {
	font: 0.7em/1.4em Verdana, sans-serif;
	color: #666666;
	text-align: center;
	background-color: #EBEBEB;
	border-top: 1px solid #D7D7D7;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #E1E1E1;

}
table.tablapanel tbody tr.celdac th {
	font: bold 0.7em/1.4em Verdana, sans-serif;
	color: #FFCC00;
	text-align: left;
	background: #000099;
	padding: .5em;
	border: 1px solid #003399;
	text-transform: capitalize;
}
table.tabla {
	border: 1px solid #999999;
	margin: 0;
}
table.tabla thead th {
	text-align: left;
	padding: 10px;
	background-image: url(img/fondoarea.gif);
	background-repeat:  repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	font-size: 13px;


}
table.tabla tbody tr.celda3 td {
	font: 10px/1.4em Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	padding: .5em;
	background-color: #FFCC99;
	border-top: 1px solid #CCCCCC;
}
table.tabla tbody tr.celda3 th {
	font: bold 0.7em/1.4em Verdana, sans-serif;
	color: #FFCC00;
	text-align: left;
	background: #000099;
	padding: .5em;
	border: 1px solid #003399;
	text-transform: capitalize;
}
table.tabla tbody tr.celda1 td {
	font: bold 12px/1.4em Arial, Helvetica, sans-serif;
	color: #A71500;
	padding: .5em;
	background-color: #FFDD97;
}
table.tabla tbody tr.celda1 th {
	font: bold 0.7em/1.4em Verdana, sans-serif;
	color: #FF3300;
	background: #97ACC4;
	padding: .5em;
	text-transform: capitalize;
}
table.tabla tbody tr.celdagris td {
	color: #990000;
	text-align: left;
	border-top: 1px solid #DBDBDB;
	padding: 1px 1px 1px 5px;
	background-color: #F2F2F2;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;

}
table.tabla tbody tr.celdagris th {
	color: #666666;
	text-align: left;
	border-top: 1px solid #DBDBDB;
	padding: 1px 1px 1px 5px;
	background-color: #F2F2F2;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Sans";
	font-size: 10px;
	font-style: normal;
	font-weight: normal;

}
table.tabla tfoot tr {
	text-align: left;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D4D4D4;
	font-size: 11px;
	font-weight: bold;
	color: #666666;



}
/* tabla con estilo */
.linearayas {
	background-image: url(img/linearayas.gif);
	background-repeat:  repeat-x;
}
.lineapuntos {
	background-image: url(img/lineapuntos.gif);
	background-repeat:   repeat-x;
}
.txtno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000033;
	padding-left: 20px;
	text-align: justify;


}
.olatoppanel {
	background-image: url(panel/img/topb.jpg);
	background-repeat:  no-repeat;
	background-color: #FFFFFF;

}
.txtmini {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000033;
	padding-left: 20px;
	padding-right: 5px;
}
.txtminiverde {


	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Sans";
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #006600;
	padding-left: 20px;
	padding-right: 5px;
}
.separador {
	background-color: #FFFFFF;
	background-image: url(img/txt-fondo.gif);
	background-repeat:   repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #0066CC;
	vertical-align: top;
	line-height: 40px;

}
.tabplano1 {
	background-image: url(img/tabplanos02.gif);
	background-repeat:  repeat-y;
	text-align: center;
	vertical-align: middle;
}
.txtnoblanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #8F8F8F;

}
.txttitulo4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
	line-height: 30px;
	text-transform: none;
	letter-spacing: -0.05em;

}
.fondologopie {
	background-image: url(img/logopie-fondo.gif);
	background-repeat:     repeat-x;
	background-color: #FFFFFF;

}
.fondodirec {

	background-image: url(img/esq-bajo02.gif);
	background-repeat:      repeat-x;
}
.fondotablineas {
	background-color: #FFFFFF;
	background-image: url(img/tablineas04.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: center;


}
.txtmininaranja {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF6600;
	padding-left: 20px;
	padding-right: 5px;
	letter-spacing: -0.02em;

}
.bolaazul {
	text-align: center;
	vertical-align: middle;

}
.fondoaviso {
	background-color: #FFFFFF;
	background-image: url(img/tabaviso02.jpg);
	background-repeat:  repeat-y;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CC0000;
	vertical-align: top;
	padding: 10px;


}
.fondohorarioup {
	background-image: url(img/tabhorario02.gif);
	background-repeat:   repeat-x;
	text-align: center;

}
.fondohorario {
	background-image: url(img/tabhorario05.gif);
	background-repeat:     repeat-x;
	text-align: center;
	background-position: center top;
	padding: 15px;


}
.fondohorariodown {

	background-image: url(img/tabhorario10.gif);
	background-repeat:    repeat-x;
	text-align: center;
}
.fondohorarioizq {
	background-image: url(img/tabhorario07.gif);
	background-repeat:    repeat-y;
	vertical-align: top;

}
.fondohorarioder {

	background-image: url(img/tabhorario08.gif);
	background-repeat:     repeat-y;
	vertical-align: top;
}
.fondoparada {
	background-image: url(img/tabparadas02.gif);
	background-repeat:      repeat-x;
	text-align: left;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;

}
.fondoparadapie {

	background-image: url(img/tabparadas05.gif);
	background-repeat:       repeat-x;
	text-align: left;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.nosombra {
	height: 70px;
	width: 5px;
}
.fondofecha {
	background-color: #FFFFFF;
	background-image: url(img/tabtitulonoticia01.gif);
	background-repeat:  no-repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CC0000;
	vertical-align: middle;
	width: 63px;
	line-height: normal;


}
.fondotitulonoticia {
	background-image: url(img/tabtitulonoticia03.gif);
	background-repeat:   repeat-x;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CC0000;
	vertical-align: top;
	padding: 10px;
}
.fondooficina1 {
	background-image: url(img/oficinavalencia.jpg);
	background-repeat:  no-repeat;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CC0000;
	vertical-align: top;
	padding: 10px;
	background-position: right top;
	height: 134px;

}
.fondooficina2 {

	background-image: url(img/oficinasegorbe.jpg);
	background-repeat:  no-repeat;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CC0000;
	vertical-align: top;
	padding: 10px;
	background-position: right top;
	height: 134px;
}
.texto_noticias {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	line-height: normal;
}
.texto_noticias a:link {
	font-size: 11px;
	color: #FABE34;
	line-height: normal;
	font-weight: bold;
	font-style: normal;
	text-transform: capitalize;
}
.texto_noticias a:hover {
	font-size: 11px;
	color: #FFDE59;
	line-height: normal;
	text-decoration: underline;
	font-weight: bold;
	text-transform: capitalize;
}
.texto_noticias a:visited {
	font-size: 11px;
	color: #FF9900;
	line-height: normal;
	font-weight: bold;
	text-transform: capitalize;
}
.negrita {
	font-weight: bold;
}
.negritarojo {
	font-weight: bold;
	color: #990000;

}
.negritanaranja {

	font-weight: bold;
	color: #FF6600;
}
.subrayado {
	font-weight: normal;
	text-decoration: underline;

}


/***************************************/

table.tablaplanoControl {
	width: 95%;
	text-align: center;
	vertical-align: top;
	border: none;
	/*background-color: #DED9C7;*/
}

table.tablaplanoControl .celdaSuperior {
	font: bold 0.7em/0.4em Verdana, sans-serif;
	color: #FFFFFF;
	text-align: center;
	padding: .5em;
	background-color: #CC0000;
	background-image: url(img/tabhoras.gif);
	background-repeat:  repeat-x;

}

table.tablaplanoControl .celda {
	font: bold normal 18px/1em Arial, Helvetica, sans-serif;
	color: #990000;
	text-align: center;
	padding: 0.3em;
	background-color: #FFDD97;
	border-top: 1px solid #FFFFFF;
}
table.tablaplanoControl tbody tr.celdab td {
	font: bold normal 18px/1em Arial, Helvetica, sans-serif;
	color: #990000;
	text-align: center;
	padding: 0.3em;
	background-color: #FFEC9F;
	border-top: 1px solid #FFFFFF;
}
table.tablaplanoControl tbody tr.celdac td {
	font: normal 9px/1.4em Verdana, Arial, Helvetica, sans-serif, "Lucida Sans";
	color: #333333;
	text-align: center;
	padding: 0.3em;
	background-color: #E4E4E4;
	border-top: 1px solid #FFFFFF;
}
/* imagen aleatoria */
#swap {
	background-image: url(img/topfoto.jpg);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 300px;
	width: 775px;
} 
#swap2 {
	background-image: url(img/topfoto.jpg);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 300px;
	width: 775px;
}
#swap3 {
	background-image: url(img/topfoto.jpg);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 300px;
	width: 800px;
}
#apDiv1 {
	position:absolute;
	left:0px;
	top:-5px;
	width:775px;
	height:300px;
	z-index:2;
	overflow: visible;
	visibility: visible;
}
#apDiv2 {
	position:absolute;
	left:0px;
	top:100px;
	width:775px;
	height:300px;
	z-index:2;
	overflow: visible;
	visibility: visible;
}