/*========================= STYLES TEMPLATES / MAYO 2005 ====================================*/


/* -------------------- ESTILOS DE CONTORNO Y FONDO DE LAS TABLA GENERAL -------------------*/


/* FONDO DE LA PANTALLA */
.bgtotal {
	background-color: #07074A;
}

/* BORDES LATERALES-IZQUIERDO + DERECHO */
.bordes-lat {
	border-left:  0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
}
.img-lat-izq{
border-right:  2px solid #FFFFFF;
width: 0px;

}
.img-lat-der{
border-left:  2px solid #FFFFFF;
width: 0px;
}

/* -------------------- ESTILOS DEL H1 -------------------*/

/* FONDO DEL H1 */
.bgH1 {
	background-color: #040530;
	border-botton: 2px solid #FFFFFF;
}

/* H1 */
h1 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	padding: 0px 10px 0px 10px;
	height: 10px;
	float: left;
}


/* -------------------- ESTILOS DEL TOP -------------------*/

/* FONDO DE LA CELDA QUE CONTIENE EL BANNER LEADER-BOARD 720X90 */
.bg-leaderboard {
	background-color: #E5ECF8;
	padding:5px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/* FONDO DEL TOP EN DONDE SE INSERTA LA IMAGEN */
.bgtop {
	background-color: #762743;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

/* FONDO Y BORDES DE LA BARRA DE OPCIONES DEL TOP */
.soporte-menu-top{
	background-color: #FFFFFF;
	border-top:    1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF; 
}

/* ESTILOS DE VINCULOS DE LOS FAVORITOS + PÁGINA DE INICIO */
.favoritos{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	padding-right: 8px;
	}
a.favoritos:active {
	text-decoration: none;
	color: #F4CDCD;
	font-weight: normal;
	}
a.favoritos:link {
	text-decoration: none;
	color: #F4CDCD;
	font-weight: normal;
	}
a.favoritos:visited {
	text-decoration: none;
	color: #F4CDCD;
	font-weight: normal;
	}
a.favoritos:hover {
	text-decoration: none;
	color: #F4CDCD;
	font-weight: normal;
}

/* ESTILOS DE VINCULOS DE LAS OPCIONES DEL TOP +  CLOSE DEL POPUP */
.sitios {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	padding-right: 8px;
}
a.sitios:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
a.sitios:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
a.sitios:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
a.sitios:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}

/* FONDO DE LA CELDA DE LAS OPCIONES DEL TOP - NORMAL */
.clasemenuctop {
	text-align: center;
	vertical-align: middle;
	border-top:    1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right:  1px solid #FFFFFF;
	border-left:   1px solid #FFFFFF;
	background-color: #E5ECF8;
	height: 20px;
}

/* FONDO DE LA CELDA DE LAS OPCIONES DEL TOP - OVER */
.clasemenuotop {
	text-align: center;
	vertical-align: middle;
	border-top:    1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right:  1px solid #FFFFFF;
	border-left:   1px solid #FFFFFF;
	background-color: #BF2E5F;
	height: 20px;
}


/* -------- FONDOS DE LAS 3 COLUMNAS VERTICALES - ( MENU / MIDDLE / BANNER y TOPSITES) --------*/

/* FONDO DE LA COLUMNA DEL MENU */
.bg-columna-left {
	background-color: #E5ECF8;
}

/* FONDO DE LA COLUMNA DEL MIDDLE */
.bg-columna-middle {
	background-color: #E5ECF8;
}

/* FONDO DE LA COLUMNA DEL BANNER Y TOPSITES */
.bg-columna-right {
	background-color: #E5ECF8;
}
/* ESPACIO QUE CORRESPONDE A LA ALTURA ENTRE LAS CAJAS DE LA COLUMNA IZQ */
.espacio-entre-cajas {
	height: 10px;
}


/* -------------------- ESTILOS DE LA COLUMNA IZQUIERDA (MENU PRINCIPAL) -------------------*/

/*FONDO Y BORDE DEL MENU PRINCIPAL*/
.basemenu {
	border-top:    1px solid #07074A;
	border-bottom: 0px solid #07074A;
	border-right:  1px solid #07074A;	
	border-left:   1px solid #07074A;
	background-color: #FFFFFF;
}

/* TITULO DEL MENU PRINCIPAL*/ 
.titulomenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #0A137F;
	text-align: center;
	padding-right: 10px;
	border-top:    0px solid #07074A;
	border-bottom: 1px solid #07074A;
	border-right:  0px solid #07074A;	
	border-left:   0px solid #07074A;
	height: 20px;
	text-transform:uppercase;
}
/* FONDO DE LA CELDA DEL MENU PRINCIPAL - COMUN */
.clasemenuc {
	text-align: left;
	vertical-align: middle;
	border-top:   0px solid #07074A;
	border-bottom:1px solid #07074A;
	border-right: 0px solid #07074A;
	border-left:  0px solid #07074A;
	background-color: #FFFFFF;
	padding-left: 3px;

}
/* FONDO DE LA CELDA DEL MENU PRINCIPAL - OVER */
.clasemenuo {
	text-align: left;
	vertical-align: middle;
	border-top:   0px solid #07074A;
	border-bottom:1px solid #07074A;
	border-right: 0px solid #07074A;
	border-left:  0px solid #07074A;
	background-color: #A0A3CA;
	padding-left: 3px;
}

/* HIPERVINCULOS DEL MENU PRINCIPAL */
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-right: 5px;
}
a.menu:active {
	text-decoration: none;
	color: #07074A;
	font-weight: bold;
}
a.menu:link {
	text-decoration: none;
	color: #07074A;
	font-weight: bold;
}
a.menu:visited {
	text-decoration: none;
	color: #07074A;
	font-weight: bold;
}
a.menu:hover {
	text-decoration: none;
	color: #07074A;
	font-weight: bold;
}


/* -------------------- ESTILOS DE LA COLUMNA IZQUIERDA (ENCUESTA) -------------------*/

/*FONDO Y BORDE DEL MENU PRINCIPAL*/
/*.baseencuesta {
	border-top:    1px solid #BDB263;
	border-bottom: 1px solid #BDB263;
	border-right:  0px solid #BDB263;	
	border-left:   0px solid #BDB263;
	background-color: #EAE2B1;
}
*/
/* TITULO DE LA CAJA ENCUESTA */ 
.tituloencuesta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3E350A;
	text-align: center;
	padding-right: 10px;
	border-top:    1px solid #07074A;
	border-bottom: 1px solid #07074A;
	border-right:  0px solid #07074A;	
	border-left:   0px solid #07074A;
	background-color: #FFFFFF;
	height: 20px;
}

/* TEXTO Y BORDE DE LA  DE LA CAJA ENCUESTA */ 
.pregunta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #484816;
	font-size: 10px;
	border-bottom: 1px solid #DED59B;
	padding: 4px 0px 4px 4px
}

/* RADIO BUTTON */ 
.radio {
	border-bottom: 1px solid #DED59B;
	padding: 0px 2px 0px 10px;
}

/* TEXTO DE LA RESPUESTA */ 
.respuesta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #484816;
	font-size: 10px;
	border-bottom: 1px solid #DED59B;
	padding: 0px 2px 0px 5px
}

/* FONDO Y PADDING DEL BOTON DE VOTAR */ 
.bg-boton-votar {
	background-color: #EAE2B1;
	padding: 2px 0px 2px 0px;
	vertical-align: middle;
 	text-align: center;
}
/* BOTON DE VOTAR */ 
.boton-votar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 20px;
	text-align:center;
	vertical-align: middle;
}


/* TITULO DE LA CAJA NEWSLETTER */ 
.titulonewsletter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3E350A;
	text-align: center;
	padding-right: 10px;
	border-top:    1px solid #07074A;
	border-bottom: 1px solid #07074A;
	border-right:  0px solid #07074A;	
	border-left:   0px solid #07074A;
	background-color: #FFFFFF;
	height: 20px;
}






/*FONDO Y BORDE DEL NESLETTER*/
.basenewsletter {
	border-top:    1px solid #07074A;
	border-bottom: 1px solid #07074A;
	border-right:  0px solid #07074A;	
	border-left:   0px solid #07074A;
	background-color: #FFFFFF;
}

/* TEXTO DE LA CAJA DEL NEWSLETTER */ 
.texto-newsletter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #484816;
	font-size: 10px;
	padding: 0px 2px 0px 5px;
}
/* BOTON DE SUSCRIBIR */ 
.boton-suscribe {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 20px;
	text-align:center;
	vertical-align: middle;
}

/* FONDO Y PADDING DEL BOTON DE SUSCRIBIR */ 
.bg-boton-suscribe {
	background-color: #EAE2B1;
	padding: 2px 0px 2px 0px;
	vertical-align: middle;
 	text-align: center;
}
/* TEXTBOX QUE CORRESPONDE AL NEWSLETTER */ 
.formL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: lowercase;
	text-align: left;
	width: 120px;
	padding: 0px 0px 0px 1px;
}


/* -------------------- ESTILOS DEL MIDDLE (NOTICIAS) -------------------*/

/* BORDE DE LA TABLA DE LAS NOTICIAS */ 
.borde-tabla-centro {
	border-top:    1px solid #07074A;
	border-bottom: 1px solid #07074A;
	border-right:  1px solid #07074A;	
	border-left:   1px solid #07074A;
	background-color: #FFFFFF;
}

/* TITULO Y FONDO DE LAS CAJAS DEL CENTRO */ 
.titulocentral {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000E2E;
	text-align: left;
	text-transform: normal;
	padding-left: 2px;
	height:19px;
	/*background-color: #610424;*/
	/*border-bottom: 1px solid #000E2E;*/
}

/* SUBTITULO Y FONDO DE LAS CAJAS DEL CENTRO */ 
.subtitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #010754;
	text-align: left;
	text-transform: normal;
	padding-left: 0px;
	height:15px;
	/*background-color: #FDF9D1;*/
	border-bottom: 1px solid #000E2E;
}

/* CUERPO DE TEXTO DEL CENTRO */
.cuerpo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #171717;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
}

/* TEXTO DE LAS NOTICIAS (PADDING)*/
.celda-noticia {
	padding: 0px 4px 6px 8px;
}

/* COLOR DE FONDO DE LOS CUADROS DEL CENTRO (PADDING)*/
.celda-central {
	padding: 2px;	
}
.celda-central-internas {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:11px;
	padding: 2px;
	line-height: 15px;

}

/* HIPERVINCULOS DEL MORE  */
.more {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
	padding: 0px 0px 0px 0px;
	text-align: right;
	vertical-align: top;
}
a.more:active {
	text-decoration: none;
	color: #632726;
	font-weight: normal;
}
a.more:link {
	text-decoration: none;
	color: #632726;
	font-weight: normal;
}
a.more:visited {
	text-decoration: none;
	color: #632726;
	font-weight: normal;
}
a.more:hover {
	text-decoration: none;
	color: #632726;
	font-weight: normal;
}



/* CUERPO DE TEXTO DEL PAGE RECOMMEND */
.simple-rec {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #484816;
	font-size: 10px;
}

/* BOTON DE ENVIAR QUE CORRESPONDE AL PAGE RECOMMEND */ 
.boton-enviar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 20px;
	text-align:center;
	vertical-align: middle;
}

/* TEXTBOX QUE CORRESPONDE AL PAGE RECOMMEND */ 
.formF {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: lowercase;
	text-align: left;
	width: 200px;
	padding: 0px;
}

/* HIPERVINCULOS GENERICOS */

a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #632726;
	line-height: normal;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #632726;
	line-height: normal;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #632726;
	line-height: normal;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #9A1E1C;
	line-height: normal;
	text-decoration: none;
}


/* HIPERVINCULOS DEL GAMBLING SITES  */
.gamb-sites {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
	padding: 0px 8px 4px 4px;
}
a.gamb-sites:active {
	text-decoration: none;
	color: #632726;
	font-weight: normal;
}
a.gamb-sites:link {
	text-decoration: none;
	color: #632726;
	font-weight: normal;
}
a.gamb-sites:visited {
	text-decoration: none;
	color: #632726;
	font-weight: normal;
}
a.gamb-sites:hover {
	text-decoration: none;
	color: #632726;
	font-weight: normal;
}

/* TEXTBOX QUE CORRESPONDE AL PAGE RECOMMEND */ 
.text-links {
	background-color: #A0A3CA;
	border-top:    1px solid #BDB263;
	border-right:  1px solid #BDB263;
	border-bottom: 1px solid #A79A40;
	border-left:   1px solid #A79A40;
	padding: 5px;
	height: auto;
}

/* ESTILOS DE LOS SXLINXS (NOTICIAS) */
a.link-cat:active {
	color: #484816;
	text-decoration: none;
	font-weight: bold;
}
a.link-cat:link {
	color: #484816;
	text-decoration: none;
	font-weight: bold;
}
a.link-cat:visited {
	color: #484816;
	text-decoration: none;
	font-weight: bold;
}
a.link-cat:hover {
	color: #484816;
	text-decoration: none;
	font-weight: bold;
}
a.link-recommended:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #760100;
}
a.link-recommended:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #760100;
}
a.link-recommended:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #760100;
}
a.link-recommended:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #480202;
}
.cell-cat {
	text-align: left;
	vertical-align: middle;
	/*padding: 1px 1px 1px 5px;*/
	/*background-color: #C60402;*/
	border-bottom-width: 0px;
	border-bottom-style: double;
	border-bottom-color: #1E3E85;
}

.cell-desc {
	text-align: left;
	vertical-align: middle;
	/*padding: 1px 1px 1px 10px;*/
	/*background-color: #9E0706;*/
}
.cell-recommended {
/*	background-color: #C60402;*/
	text-align: left;
	vertical-align: middle;
	/*padding: 2px 1px 2px 5px;*/
	border-top: 0px solid #1E3E85;
}

.text-cat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #484816;
	text-transform: uppercase;
}

.text-desc {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #484816;
}

.text-recommended {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #484816;
	font-weight: bold;
}

.table-bord-link {
	border: 10px solid #F6F1F1;
}


/* -------------------- ESTILOS DE LA COLUMNA DERECHA (TOP SITES) -------------------*/

/* FONDO Y BORDE DEL TOP-SITES */
.base-topsites {
	border-top:    1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right:  1px solid #FFFFFF;	
	border-left:   1px solid #FFFFFF;
	background-color: #D7305A;
}

/* TITULO DEL TOP-SITES*/ 
.titulo-topsites {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-right: 10px;
	border-top:    0px solid #7D0D33;
	border-bottom: 1px solid #ffffff;
	border-right:  0px solid #5D0004;	
	border-left:   0px solid #C95454;
	height: 20px;
	background-color: #D7305A;
}

/* FONDO DE LA CELDA DEL TOP SITES - NORMAL */
.topsites-opciones-c {
	text-align: left;
	vertical-align: middle;
	height: 20px;
	border-bottom: 1px solid #FFFFFF;
	background-color: #D7305A;
	padding-left: 3px;
}

/* FONDO DE LA CELDA DEL TOP SITES - OVER */
.topsites-opciones-o {
	text-align: left;
	vertical-align: middle;
	height: 20px;
	border-bottom: 1px solid #FFFFFF;
	background-color: #34007E;
	padding-left: 3px;
}

/* HIPERVINCULOS DEL TOP SITES */
.links-topsites {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-right: 5px;
}
a.links-topsites:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
a.links-topsites:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
a.links-topsites:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
a.links-topsites:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}

/* HIPERVINCULOS DEL TOP SITES - MORE */
.links-topsites-more {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-right: 5px;
	vertical-align:middle;
	height: 20px;
}
a.links-topsites-more:active {
	text-decoration: none;
color: #ffffff;
	font-weight: normal;
}
a.links-topsites-more:link {
	text-decoration: none;
color: #ffffff;
	font-weight: normal;
}
a.links-topsites-more:visited {
	text-decoration: none;
color: #ffffff;
	font-weight: normal;
}
a.links-topsites-more:hover {
	text-decoration: none;
color: #ffffff;
	font-weight: normal;
}


/* -------------------- ESTILOS DEL BOTTOM -------------------*/
/*IMG DE BORDE DEL BOTTOM*/
.borde-bottom {
background-color: #ffffff;
height: 2px;
}

/* FONDO DE LA CELDA DE LAS OPCIONES DEL TOP - NORMAL */
.titulo-bottom {
	text-align: center;
	vertical-align: middle;
	border-top:    0px solid #A61446;
	border-bottom: 0px solid #7D0D33;
	border-right:  0px solid #7D0D33;
	border-left:  0px solid #A61446;
	background-color: #07074A;
	height: 20px;
}

/* FONDO DEL BOTTOM */
.bgbottom {
	/*background-color: #;*/
}

/* CUERPO DE TEXTO DEL BOTTOM */
.cbottom {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
}

/* HIPERVINCULO (TITULO) DE LAS OPCIONES DEL SITE-MAP */
.site-map-tit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	padding-right: 8px;
}
a.site-map-tit:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
a.site-map-tit:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
a.site-map-tit:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
a.site-map-tit:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}

/* FONDO DEL TD DE LAS CATEGORIAS DEL SITE-MAP */
.bgbottom-links {
	text-align: center;
	vertical-align: middle;
	border-top:    0px solid #A61446;
	border-bottom: 0px solid #7D0D33;
	border-right:  0px solid #7D0D33;
	border-left:   0px solid #A61446;
	background-color: #07074A;
	height: 20px;
}

/* HIPERVINCULO (CATEGORIAS) DE LAS OPCIONES DEL SITE-MAP */
.site-map-cat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	padding-right: 8px;
}
a.site-map-cat:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
a.site-map-cat:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
a.site-map-cat:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
a.site-map-cat:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}


/* -------------------- ESTILOS DEL POPUP (SHOW NEWSLETTER) -------------------*/

/* FONDO Y BORDE DEL TOP DEL POPUP */
.bg-pop {
	border-bottom: 1px solid #07074A;
	background-color: #07074A;
	text-align: center;	
}

/* FONDO Y BORDE DE LA TABLA QUE CONTIENE EL POPUP */
.bg-pop-total {
	border-top: 1px solid #07074A;
	border-right:  1px solid #07074A;
	border-bottom: 1px solid #07074A;
	border-left:  1px solid #07074A;
	background-color: #07074A;
	text-align: center;	
}
