/*********** TAGS COMUNES *************/
body{
	background: #FFFFFF;
	color: #333;
	font: normal 76%/1em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

p, td, li{
	font-size: 92%;
	line-height: 1.51em;
}

blockquote{
	padding: 5px;
	line-height: 1.41em;
	font-style: italic;
}

table{
	border:2px solid #A3A3A3;
	margin:20px auto 15px;
	text-align:left;
	width:530px;
}

	table td, table th{
		border:1px solid #0E625A;
		line-height:1.21em;
		padding:5px;
		vertical-align:top;
	}
	
	table th{
		text-align: center;
	}

/*********** LAYOUT GENERAL *************/

#contenedor{
	margin: 0 auto 0 auto;
	padding: 0;
	position: relative;	
	text-align: left;
	width: 796px;
}

#titEscritorio{ 
    float: left;
    margin-bottom: 2px;
    margin-top: 36px;
}

	#titEscritorio a, #titConectar a{
		display: block;
	}

#titConectar{ 
    float: right;
    margin-bottom: 2px;
    margin-top: 35px;
}

.volverHome{
	margin-top: 53px;
	width: 132px;
	float: right;
	background-color: #D8D8D8;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	margin-bottom: 2px;
	padding: 2px 6px 2px 0;
	color: #FF0066;
	font-weight: bold;
	text-align: right;
	}
	
	
.volverHome a{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

.volverHome a:hover{
	color: #FFF;
}

.contenidos{
	padding: 5px 10px 65px 10px;
	/*width: 772px; fue necesario...*/
	height: 100%;
	border: 2px solid #C1C1C1;
	clear: both;
	overflow: hidden;
	background: url(../img/bckg/fnd_contenidos.png) no-repeat bottom center;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

/*** HOME ***/

.menu-inicio{
	border:2px solid #C1C1C1;
	clear:both;
	height:100%;
	overflow:hidden;
	/*width:791px;*/
}

ul.contenidos{
	background: none; 
	padding: 5px 6px 5px 6px; 
	/* width: 780px; fue necesario...*/
	text-indent: -3000px;
	list-style-type: none;
	border: none;
	}

ul.contenidos li{ float: left;}

ul.contenidos li a{ display: block;}

ul.contenidos .juegos a{ width: 283px; height: 133px; background: url(../img/bot_juegos.jpg) no-repeat 0 0;}
ul.contenidos .videos a{ width: 242px; height: 133px; background: url(../img/bot_videos.jpg) no-repeat 0 0;}
ul.contenidos .programas a{ width: 254px; height: 133px; background: url(../img/bot_programas.jpg) no-repeat 0 0;}
ul.contenidos .actividades a{ width: 283px; height: 140px; background: url(../img/bot_actividades.jpg) no-repeat 0 0;}
ul.contenidos .libros a{ width: 242px; height: 140px; background: url(../img/bot_libros.jpg) no-repeat 0 0;}
ul.contenidos .cursos a{ width: 254px; height: 140px; background: url(../img/bot_cursos.jpg) no-repeat 0 0;}

ul.contenidos .juegos a:hover{ width: 283px; height: 133px; background: url(../img/bot_juegos_ov.jpg) no-repeat 0 0;}
ul.contenidos .videos a:hover{ width: 242px; height: 133px; background: url(../img/bot_videos_ov.jpg) no-repeat 0 0;}
ul.contenidos .programas a:hover{ width: 254px; height: 133px; background: url(../img/bot_programas_ov.jpg) no-repeat 0 0;}
ul.contenidos .actividades a:hover{ width: 283px; height: 140px; background: url(../img/bot_actividades_ov.jpg) no-repeat 0 0;}
ul.contenidos .libros a:hover{ width: 242px; height: 140px; background: url(../img/bot_libros_ov.jpg) no-repeat 0 0;}
ul.contenidos .cursos a:hover{ width: 254px; height: 140px; background: url(../img/bot_cursos_ov.jpg) no-repeat 0 0;}

/*** /HOME ***/

.menuPrincipal{ 
	font-family: Arial, Helvetica, sans-serif; 
	overflow: hidden;
	width:100%;
	background: url(../img/bckg/fnd_menuPrincipal.jpg) no-repeat bottom center;
	padding: 0 0 20px 0;
	list-style-type: none;
}

.menuPrincipal li{ float: left; }

.menuPrincipal a{
	text-shadow:1px 1px 4px #5E5D5D;
	display:block;
	text-decoration: none; 
	font-size: 182%;
	color: #FFF;
	margin-right: 4px;
	text-align: center;
	/* padding: 7px 2px 9px 2px;*/
	padding: 7px 0px 9px 0px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	
	-moz-box-shadow:1px 1px 2px #9C9C9C;
	box-shadow:1px 1px 2px #9C9C9C;
	-webkit-box-shadow:1px 1px 2px #9C9C9C;
	}
	
.menuPrincipal li a:hover, .menuPrincipal li .activo{ background-color: #000;}

.menuPrincipal .actividades a{ width: 128px; background-color: #CC0000;}
.menuPrincipal .programas a{width: 140px;background-color: #FF6600;}
.menuPrincipal .cursos a{width: 102px;background-color: #86B300;margin-right: 0;}
.menuPrincipal .juegos a{width: 104px;background-color: #9900CC;}
.menuPrincipal .libros a{width: 180px;background-color: #CC3399;}
.menuPrincipal .videos a{width: 98px;background-color: #0099CC;}


/************* CONTENIDOS ***********************/

#texto{ width: 545px; float: left; padding-top: 10px;}

#texto ol, #texto ul{
	padding: 5px 20px;
}

#texto ul{
	list-style-type: disc;
	list-style-position: inside;
}

#texto ol{
	list-style-type: decimal;
		list-style-position: inside;
}

#menu{
	width: 210px;
	float: right;
	padding-top: 33px; /**/
	padding-top: 10px;
}

#texto #titCategoria{
	font-size: 172%;
	font-weight: normal;
	padding: 24px 0 34px 80px;
	position: relative;
	margin-left: 10px;
	z-index: 10;
	background: url(../img/bckg/bullet_h1_cursos.png) no-repeat 0 0;
	line-height: 1em;
	text-shadow:1px 1px 2px #A9A0A0;
	width:321px;
	}
	
#actividades #titCategoria{ background-image: url(../img/bckg/bullet_h1_actividades.png);}
#programas #titCategoria{ background-image: url(../img/bckg/bullet_h1_programas.png);}
#cursos #titCategoria{ background-image: url(../img/bckg/bullet_h1_cursos.png);}
#juegos #titCategoria{ background-image: url(../img/bckg/bullet_h1_juegos.png);}
#libros #titCategoria{ background-image: url(../img/bckg/bullet_h1_libros.png);}
#videos #titCategoria{ background-image: url(../img/bckg/bullet_h1_videos.png);}

.copete{
	background-color: #EFEFEF;
	padding: 15px 15px 10px 15px;
	color: #536F00;
	position: relative;
	z-index: 5;
	margin-bottom: 20px;
	margin-top: -20px;
	height:100%;
	
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	-moz-box-shadow: 1px 1px 2px #7D7D7D;
	box-shadow: 1px 1px 2px #7D7D7D;
	-webkit-box-shadow: 1px 1px 2px #7D7D7D;
}

#actividades .copete{ color: #9F0000;}
#programas .copete{color: #B94A00;}
#programas .individual .copete{
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}
#cursos .copete{ color: #536F00;}
#juegos .copete{ color: #630084;}
#libros .copete{ color: #630084;}
#videos .copete{ color: #006080;}
#videos  .individual .copete{
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.itemCurso, .itemJuegos{ 
	margin-left: 10px; 
	border-bottom: 1px dotted #536F00; 
	padding: 20px 0 25px 0; 
	clear: both;
	height: 100%;
	overflow: hidden;
	/*width: 100%;*/
	}
	
#actividades .itemCurso{	border-bottom: 1px dotted #9F0000; }
#programas .itemCurso{	border-bottom: 1px dotted #B94A00; }
#cursos .itemCurso{	border-bottom: 1px dotted #536F00; }
#juegos .itemCurso{	border-bottom: 1px dotted #630084; }
#libros .itemCurso{	border-bottom: 1px dotted #630084; }
#videos .itemCurso{	border-bottom: 1px dotted #006080; }

.itemCurso h2{ width: 358px; float: left; margin-bottom: 10px;}
.itemCurso p{ width: 358px; float: left;}

.itemCurso h2{
	color: #536F00;
	font-weight: bold;
	line-height: 1.51em;
}

#actividades h2{ color: #9F0000;}
#programas h2{ color: #B94A00;}
#cursos h2{ color: #536F00;}
#juegos h2{ color: #630084;}
#libros h2{ color: #630084;}
#videos h2{ color: #006080;}

.itemCurso h2 a{color: #536F00;}

#actividades h2 a{ color: #9F0000;}
#programas h2 a{ color: #B94A00;}
#cursos h2 a{ color: #536F00;}
#juegos h2 a{ color: #630084;}
#libros h2 a{ color: #630084;}
#videos h2 a{ color: #006080;}


.itemCurso h2 a:hover{color: #000;}

#juegos .itemCurso h2, #videos .itemCurso h2, #actividades .itemCurso h2, #libros .itemCurso h2, #programas .itemCurso h2{ width: 360px; float: right; margin-bottom: 10px;}
#juegos .itemCurso p, #videos .itemCurso p, #actividades .itemCurso p, #libros .itemCurso p, #programas .itemCurso p{ width: 360px; float: right;}

#libros .subcat .itemCurso h2 {float:left;margin-bottom:10px;width:358px;}
#libros .subcat .itemCurso p {float:left; width:358px;}

.itemCurso .verCursos, .itemCurso .verPDF, .botJugar,  .botProgramas{
	float: right;
	display: block;
	width: 98px;
	margin: 0 48px 0 15px;
	display: inline;
	height: 98px;
	background: url(../img/bckg/bot_des_pdf.png) no-repeat 0 0;
	text-indent: -3000px;
	margin-top: -27px;
}

.individual img.imgJugar{
	float: right;
	display: block;
	width: 98px;
	margin: 0 48px 0 15px;
	display: inline;
	height: 72px;
	margin-top: 0;
}


.itemCurso .thumbJuego{ float: left;}

.itemCurso .verCursos{	background-image: url(../img/bckg/bot_des_pdf.png);}
.itemCurso .verPDF{	background-image:url(../img/bckg/bot_ver_cursos.png);}

.itemCurso .verCursos:hover{	background-image: url(../img/bckg/bot_des_pdf_ov.png);}
.itemCurso .verPDF:hover{	background-image:url(../img/bckg/bot_ver_cursos_ov.png);}

#libros .itemCurso .verPDF{ background:url(../img/bckg/bot_des_pdf_libros.jpg);}
#libros .itemCurso .verPDF:hover{	background-image:url(../img/bckg/bot_des_pdf_libros_ov.jpg);}

#actividades .itemCurso .verPDF{ background:url(../img/bckg/bot_des_pdf_libros.jpg);}
#actividades .itemCurso .verPDF:hover{	background-image:url(../img/bckg/bot_des_pdf_libros_ov.jpg);}

.bot-ampliar{
	text-align: center;
}
/************ INDIVIDUALES *******************/

.botImprimir{
	width: 122px;	
	float: right;
	margin: 10px 19px 2px 0;
	padding: 7px 14px 12px 0;
	color: #0066CC;
	text-decoration: none;
	font-weight: normal;
	text-align: right;
	background: url(../img/bckg/bot_imprimir.png) no-repeat top right;
	font-size: 92%;
	display: inline; 
	position: relative;
	z-index: 15;	
	clear: both;
	}
	
.botImprimir:hover{ color: #000;}

.individual img{ float: left; margin: 0 10px 10px 0;}

.individual h2, .individual h3{ margin: 20px 0 10px 0;color: #333;}

.individual p{ margin-bottom: 10px;}

.individual .funcion img{
	margin: 0;
	display: inline;
	float: none;
}

#actividades .actividadPDF .copete{ width: 358px; float: left;}

#juegos .individual, #videos .individual{ margin-left: 10px;}

#juegos .botJugar{ background-image: url(../img/bckg/bot_jugar.jpg); margin-top: 0;}
#juegos .botJugar:hover{ background-image:url(../img/bckg/bot_jugar_ov.jpg);}

#programas .botProgramas{ background-image:url(../img/bckg/bot_programas.jpg); margin-top: 0;}
#programas .botProgramas:hover{ background-image:url(../img/bckg/bot_programas_ov.jpg);}

.individual h1{ border-bottom: 1px dashed #BCBCBC; color: #630084; font-size: 132%; margin-top: 10px; padding-bottom: 12px ; margin-bottom: 15px;line-height:1.11em;}

.individual a{ color: #0066CC;}

#actividades .individual h1 { color: #9F0000;}
#programas .individual h1 { color: #B94A00;}
#cursos .individual h1 { color: #536F00;}
#juegos .individual h1 { color: #630084;}
#libros .individual h1 { color: #630084;}
#videos .individual h1 { color: #006080;}

#juegos .individual .copete, #programas .individual .copete{ background-color: transparent; color: #333; overflow: hidden; width: 100%;  background: url(../img/bckg/bckg_copete_individual.jpg) no-repeat bottom center; padding-top: 25px; padding-bottom: 50px; margin-left: 0;}
                                   
/*#juegos .individual .copete, #programas .individual .copete{ width: 340px;}*/
#juegos .individual .copete{ width: 340px;
		-moz-box-shadow:none;
		box-shadow: none;
		-webkit-box-shadow: none;
}

/*#juegos .copeteAncho .individual .copete{ width: 100%;}*/

#juegos .individual .acotacion{ color: #666; margin-left: 20px; font-style: italic;}

#actividades .individual .copete, #cursos .individual .copete{	
	background-color: #EFEFEF;
	padding: 15px 15px 10px 15px;
	position: relative;
	z-index: 5;
	margin-bottom: 20px;
	margin-top: 0;
}

/*#videos .individual .video{ float: left; margin: 0 10px 4px 0;}*/

#videos .individual .copete{background-color: transparent; padding-top: 0; margin-top: 10px; background: url(../img/bckg/bckg_copete_individual.jpg) no-repeat bottom center; padding-bottom: 40px; color: #333; /*overflow: hidden; width: 100%;   padding-top: 25px; padding-bottom: 50px; margin-left: 0;*/}
                                                         
/************ MENU *******************/

.menuCategorias{ background: url(../img/bckg/bckg_menuSeccion.jpg) no-repeat bottom center; padding-bottom: 14px;}

.menuCategorias li { display: inline;}

.menuCategorias li a{
	display: block; 
	padding: 7px 5px; 
	border-bottom: 2px solid #CC0000;
	font-weight: bold;
	font-size: 112%;
	text-align: center;
	text-decoration: none; 
	color: #CC0000;
	background: #E8E8E8 url(../img/bckg/top_boton_seccion.gif) no-repeat 2px 2px;
	}

#actividades .menuCategorias li a{ color: #9F0000; border-bottom: 2px solid #9F0000;}
#programas .menuCategorias li a{ color: #B94A00; border-bottom: 2px solid #B94A00;}
#cursos .menuCategorias li a{ color: #536F00; border-bottom: 2px solid #536F00;}
#juegos .menuCategorias li a{ color: #630084; border-bottom: 2px solid #630084;}
#libros .menuCategorias li a{ color: #630084; border-bottom: 2px solid #630084;}
#videos .menuCategorias li a{ color: #006080; border-bottom: 2px solid #006080;}

.menuCategorias li a:hover, .menuCategorias li a.activo{ background-color: #A4A4A4; background-image: url(../img/bckg/top_boton_seccion_ov.gif);}


.botColeccion a{
	background: url(../img/bckg/bot_coleccion.jpg) no-repeat 0 0; 
	width: 213px;
	height: 149px;
	margin-top: 5px;
	display: block;
	text-indent: -3000px;
	}
	
	
.botMiescritorio a{
	background: url(../img/banner-mi-escritorio.jpg) no-repeat 0 0;
	width: 213px;
	height: 200px;
	margin-top: 5px;
	display: block;
	text-indent: -3000px;
	}
	
	
	
.botBritish a{
	background: url(../img/bckg/bot_british.png) no-repeat 0 0;
	width: 213px;
	height: 93px;
	margin-top: 5px;
	display: block;
	text-indent: -3000px;
}

.botAdaptativa a{
	background: url(../img/bot_adaptativa.png) no-repeat 0 0;
	width: 213px;
	height: 160px;
	margin-top: 5px;
	display: block;
	text-indent: -3000px;
}	
	.botGuia a{ background: url(../img/botGuia.png) no-repeat 0 0;
width: 182px;
height: 121px;
display: block;
text-decoration: none;
text-align: center;
font-family: Arial;
font-size: 1.31em;
text-indent: -3000px;

}

.edvial a{ background: url(../img/banner-edvial.jpg) no-repeat 0 0;
width: 182px;
height: 121px;
display: block;
text-decoration: none;
text-align: center;
font-family: Arial;
font-size: 1.31em;
text-indent: -3000px;
position: relative;
top: 0px;
left: 10px;

}

.botUnicef a {
    background: url(../img/banner-tics.jpg) no-repeat scroll 0 0 transparent;
    display: block;
    font-family: Arial;
    font-size: 1.31em;
    height: 121px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-indent: -3000px;
   	top: 0px;
	left: 0px;
    width: 180px;
}


.botColeccion a:hover{ background-image: url(../img/bckg/bot_coleccion_ov.jpg);}

/************ PIE *******************/

/*.logos{ padding-top: 6px; background: url(../img/bckg/fnd_logos.jpg) no-repeat top center;list-style-type:none;}

.logos li{float: left; margin-bottom: 25px;}
.logos a{ display: block; width: 85px; background: url(../img/bckg/logos/logo_educar.png) no-repeat 0 0; text-indent: -3000px; height: 42px;}

.educar a{ }
.encuentro a{background-image: url(../img/bckg/logos/logo_encuentro.png);}
.ministerio a{ width: 131px;background-image: url(../img/bckg/logos/logo_ministerio.png);}
.anses a{ width: 106px;background-image: url(../img/bckg/logos/logo_anses.png);}
.oei a{ width: 43px;background-image: url(../img/bckg/logos/logo_oei.png);}
.presidencia a{ width: 128px;background-image: url(../img/bckg/logos/logo_presidencia.png);}
.bicentenario a{ width: 104px;background-image: url(../img/bckg/logos/logo_bicentenario.png);}

.logos .anses, .logos .presidencia, .logos .bicentenario{ float: right;}*/

ul.logos{
	height: 38px;
	list-style-type: none;
	padding: 10px 0;
	background: transparent url("../img/bkg-footer.png") no-repeat center top;
}

	ul.logos li{
		float: left;
		padding: 0;
	}

	ul.logos li.anses, /*ul.logos li.presidencia,*/ ul.logos li.bicentenario, ul.logos li.ministerio{
		float: right;
	}

		ul.logos li.educar{
			padding-left: 0;
		}
		
		ul.logos li.encuentro{
			padding-left: 12px;
		}

		ul.logos li.pkpk{
			padding-left: 12px;
		}
		
		ul.logos li.tecnopolis{
			padding-left: 14px;
		}
		
		ul.logos li.ministerio{
			padding-right: 11px;
		}
		
		ul.logos li.oei{
			padding-left: 13px;
		}
		
		ul.logos li.anses{
			padding-right: 7px;
		}
		
		ul.logos li.presidencia{
			padding-left: 0px;
			float: right;
		}
		
		ul.logos li.bicentenario{
			padding-right: 0px;
		}

		ul.logos li a{
			display: block;
			border: none;
			width: 74px;
			background: transparent url(../img/logos-inferior.png) no-repeat -7px 0;
			text-indent: -999999px;
			height: 38px;
		}
		
		ul.logos li.encuentro a{
			width: 47px;
			background-position: -100px;
		}
		
		ul.logos li.pkpk a{
			width: 54px;
			background: transparent url(../img/logo-pkpk.png) no-repeat 0 0;
		}
		
		ul.logos li.tecnopolis a{
			width: 42px;
			background: transparent url(../img/logo-tecnopolis.png) no-repeat 0 0;
		}
		
		ul.logos li.ministerio a{
			width: 126px;
			background-position: -171px;
		}
		
		ul.logos li.oei a{
			width: 29px;
			background-position: -313px;
		}
		
		ul.logos li.anses a{
			width: 83px;
			background-position: -582px;
		}
		
		ul.logos li.presidencia a{
			width: 259px;
			background: transparent url(../img/logos-presidencia-buena-gente.png) no-repeat 0 0;
		}
		
		ul.logos li.bicentenario a{
			width: 91px;
			background-position: -811px;
		}
		
/*************************************************/

img.Link1, .img_centrada{
	display: block;
	float: none;
	margin: 15px auto;
}

a.PDFindividual{
	background:transparent url(../img/bckg/bot_des_pdf_libros.jpg) repeat scroll 0 0;
	height:98px;
	margin:15px auto;
	width:98px;
	display:block;
	text-indent: -99999px;
	/*clear: both;*/
}

#cursos a.PDFindividual{
	background-repeat:no-repeat;
	color:#CB3398;
	font-family:trebuchet MS;
	font-size:1.31em;
	font-weight:bold;
	line-height:60px;
	margin:10px 21px 25px;
	text-decoration:none;
	text-indent:100px;
	width:300px;
}

.vid_centrado {
	margin:30px auto;
}

.vid_360x290px {
	background:transparent url(../img/bkg_vid_360x290.png) no-repeat scroll 0 0;
	height:327px;
	width:396px;
}

.video {
	background-color:#EEEEEE;
	margin:30px 0 30px 60px;
	text-align:center;
	clear:both;
}

.vid_398x286px object, .vid_380x234px object, .vid_360x290px object {
	margin-top:15px;
}

ul.curso_flash {
	padding:5px 30px;
}

ul.curso_flash li{
	padding-bottom: 15px;
}

/**************** BUSCADOR *************************/

.resultadosBuscador p{
	margin: 10px 0;
}

form{
	margin: 0 2px 11px 0;
	/*text-align: right;*/
	position: relative;
}

.menu-inicio form {
	margin:0 5px 6px 0;
	float: right;
}

	.campo-buscador, .zoom_searchbox, select{
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		-moz-box-shadow: 2px 2px 2px #E0E0E0;
		box-shadow: 2px 2px 2px #E0E0E0;
		-webkit-box-shadow: 2px 2px 2px #E0E0E0;
		background-color: #FBFBFB;
		border:2px solid #C5C5CB;
		padding:2px 5px;
		width: 168px;
	}
	
	.menu-inicio .campo-buscador{
		width:196px;
	}
	
	.inicio .campo-buscador{
		height: 14px;
		-moz-box-shadow: 1px 1px 1px #706A6A inset;
		box-shadow: 1px 1px 1px #706A6A inset;
		-webkit-box-shadow: 1px 1px 1px #706A6A inset;
		border: 1px solid #C5C5CB;
		background-color: #FFFAF4;
	}
	
	.zoom_searchbox, select{
		-moz-box-shadow: 2px 2px 2px #E0E0E0 inset;
		box-shadow: 2px 2px 2px #E0E0E0 inset;
		-webkit-box-shadow: 2px 2px 2px #E0E0E0 inset;
	}
	
	form.zoom_searchform select{
		width: 55px;
	}

	.campo-buscador:focus{
		-moz-box-shadow: 2px 2px 2px #C4E2F5;
		box-shadow: 2px 2px 2px #C4E2F5;
		-webkit-box-shadow: 2px 2px 2px #C4E2F5;
		background-color: #F0F3F9;
	}
	
	.inicio .campo-buscador:focus{
		-moz-box-shadow: 1px 1px 1px #706A6A inset;
		box-shadow: 1px 1px 1px #706A6A inset;
		-webkit-box-shadow: 1px 1px 1px #706A6A inset;
		background-color: #F1F9F1;
	}

	.boton-buscador, .zoom_button{
		background: url("../img/ico-buscar.png") no-repeat scroll 0 3px transparent;
		border: none;
		color: transparent;
		cursor: pointer;
		height: 25px;
		line-height: 1em;
		/*margin-right: 3px;*/
		text-indent: -999999px;
		width: 22px;
	}

form.zoom_searchform{
	background-color:#F5F5F5;
	border:2px solid #C1C1C1;
	margin-bottom:15px;
	padding:10px 10px 0;
	text-align: left;
	font-size: 0.91em;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	
	-moz-box-shadow: 2px 2px 2px #E0E0E0;
	box-shadow: 2px 2px 2px #E0E0E0;
	-webkit-box-shadow: 2px 2px 2px #E0E0E0;
}

	form.zoom_searchform .zoom_searchbox{
		width:220px;
	}

	form.zoom_searchform .zoom_button{
		margin-right: 10px;
	}
	
	.summary, .result_pagescount{
		color:#545465;
		font-size:0.91em;
		font-style:italic;
	}
	
	.suggestion{
		font-style:italic;
		padding-top:35px;
		text-align:center;
	}
	
	label.overlabel{
		color:#999999;
	}
	
	label.overlabel-apply {
		color:#999999;
		font-family: "Trebuchet MS";
		font-size:1.16em; /**/
		font-size: 0.91em;
		position:absolute;
		left: 32px;
		top:7px;
		z-index:1;
		cursor: text;
	}

.result_pagescount{
	display: none;
}

.searchheading{
	font-weight: bold;
}

.highlight{
	color: #F75F1E;
	font-weight: bold;
}

.results{
	padding: 40px 0 10px;
}

	.result_block{
		padding:5px 10px;
		margin-bottom: 15px;
		background-color: #F9F9FB;
		clear:both;
		height:100%;
		overflow: hidden;
		-moz-border-radius: 6px;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-khtml-border-radius: 6px;
	}
		.result_block a, .result_altblock a{
			font-size:1.21em;
			line-height:1.31em;
		}

	.result_altblock{
		padding:5px 10px;
		margin-bottom: 15px;
		clear:both;
		height:100%;
		overflow: hidden;
	}	
		.result_title{
			line-height:1.21em;
			padding-bottom: 3px;
			float:left;
			width:475px;
		}
		
		.context, .infoline{
			color: #333;
			font-size: 0.91em;
			line-height: 1.31em;
			padding-bottom:5px;
			width:510px;
			float: left;
		}
		
		span.category{
			color:#848484;
			font-size:0.81em;
			display: block;
		}

		.zoom_categories{
			display:block;
			margin-top:12px;
			height:95px;
		}
		
			#texto span.zoom_categories ul{
				height:100%;
				list-style-type:none;
				overflow:hidden;
				padding:0;
				width:269px;
				margin:-15px 0 0 80px;
			}
			
				#texto span.zoom_categories ul li{
					float:left;
					width:130px;
				}
		
		.infoline{
			color: #777;
		}
		
		.result_image{
			float:left;
			margin-bottom:5px;
			margin-right:12px;
		}
			.result_image a{
			}
				.result_image a img{
					margin: 0;
				}


/********************* SHARE THIS ******************/

.compartir{
	float: right;
	margin:5px 0 0 4px;
	display: inline;
	width: 180px;
}

.menu-inicio .compartir{
	float: left;
	width: 170px;
}

	.compartir p{
		color:#646877;
		font-family:Arial;
		font-size:1em;
		font-weight:bold;
		float: left;
		line-height: 1.25em;
		padding-right: 10px;
	}

	.menu-inicio .compartir p{
		float: right;
		padding-right:0px;
	}
	
	.compartir .stButton{
		margin-left: 0;
		margin-right: 0;
	}

	.compartir .stButton .chicklets {
		padding-left: 15px;
	}
	
	
/********************* BOTÓN "ME GUSTA" ******************/

.botonFBlike{
	position:absolute;
	top: 76px;
}