body {
	color:#464646;
	background: #fff url(../images_blog02/css/bg_body.png) 0 0 repeat-x;
}
a {color:#3A64AC;}
a:hover {color:#09c;}
#wrapper {
	background: #fff url(../images_blog02/css/bg_wrapper.png) 0 0 repeat;
}
.wrap {
	width: 840px;
	margin: 0 auto;
}
h1 a {
	display: block;
	width: 224px;
	height: 73px;
	text-indent: -99999px;
	background: url(../images_blog02/css/logo_fide.png) 0 0 no-repeat;
	margin: 0 0 20px 0;
}
h2 a {
	text-indent: -99999px;
	display: block;
	width: 595px;
	height: 125px;
	margin-left: -100px;
}
#header {
	height:225px;
	padding-top: 20px;
	width: 100%;
	background: url(../images_blog02/css/bg_header.png) top center no-repeat;	
}
#header .wrap, #footer .wrap {position: relative;}
#content {
	width: 820px;
	padding: 0 10px 10px;
	border: 1px solid #ededed;
	background: #fff;
	border-width: 0 1px;
	margin: 0 auto;
	overflow: hidden;
	height: 1%;
	position: relative;
	z-index: 1;
}
#content h2.pageTitle {
	color: #A50732;
	font-size: 2.5em;
	text-transform: uppercase;
	border-bottom: 1px solid #A50732;
	margin-bottom: 20px;
	font-family: "Lucida Handwriting";
}
#content h3.sectionTitle {
	color: #176943;
	font-size: 1.6em;
	margin-bottom: 20px;
	font-weight: bold;
}
#content #mainContent {
	width: 500px;
	float: left;
	padding-top: 25px;
}
#content #sidebar {
	width: 300px;
	float: right;
}
#sidebar h2#lema {
	background: url(../images_blog02/css/bg_lema_sidebar.png) bottom center no-repeat;
	color:#fff;
	padding: 25px 20px 75px;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 20px;
}
#personaje_iru {
	position: absolute;
	top: 250px;
	left: -107px;
	z-index: 0;
}
#personaje_lela {
	position: absolute;
	top: -230px;
	left: -110px;
	z-index: 0;
}
#personaje_niquete {
	position: absolute;
	top: -205px;
	left: 835px;
	z-index: 0;
}
/* entradas ------------- */
#entradas .post {
	margin-bottom: 35px;
}
#entradas .post .cab {	position: relative; }
#entradas .post h3 {
	font-size: 2.1em;
	font-weight: bold;
	border-bottom: 1px solid #AB163D;
	margin: 0 50px 5px 65px;
	color:#3A64AC;
}
#entradas .post h3 a {text-decoration: none;}
#entradas .post .meta {
	font-size: 1.1em;
	margin: 0 89px 25px 65px;
}
#entradas .post .chapa_fecha {
	position: absolute;
	top:-5px;
	left: 0;
	background: url(../images_blog02/css/bg_chapa_fecha.png) 0 0 no-repeat;
	width: 54px;
	height: 49px;
	padding: 5px 0 0;
	text-align: center;
	color:#fff;
	font-size: 1.5em;
	font-weight: bold;
	font-family: Georgia, Palatino, Times, "Times New Roman", serif;
	text-transform: uppercase;
}
#entradas .post .bocadillo_comenta a {
	background: url(../images_blog02/css/bg_bocadillo_comentarios.png) 0 0 no-repeat;
	width: 89px;
	height: 46px;
	display: block;
	font-size: 2.1em;
	font-weight: bold;
	padding: 3px 0 0 60px;
	position: absolute;
	bottom: 0;
	left: 411px;
	display: block;
	color:#A50732;
	text-decoration: none;
}
#entradas .post .cont {
	font-size: 1.2em;
	line-height: 1.4em;
}
#entradas .post .cont .fotoEntrada,
#entradas .post .cont .foto-left {
	float: left;
	margin: 0 10px 10px 0;
}
#entradas .post .cont .foto-right {
	float: right;
	margin: 0 0 10px 10px;
}
#entradas .post .cont .foto-center {
	text-align: center
}
#entradas .post .cont .foto img {
	margin-bottom: 5px;
}
#entradas .post .cont .foto .pie {
	font-size: .9em;
	color:#484848;
}
#entradas .post .cont p, #entradas .post .cont ul, #entradas .post .cont ol {
	margin-bottom: 15px;
}
#entradas .post .cont h4 {
	color: #1E6E49;
	margin: 15px 0;
	font-weight: bold;
	font-size: 1.2em;
}
#entradas .post .cont ul,
#entradas .post .cont ol {	
	margin-left: 20px;
}
#entradas .post .cont ul li {
	list-style: disc;
	margin-bottom: 3px;
	height: 1%;
}
#entradas .post .cont ol li {
	list-style: decimal;
	margin-bottom: 3px;
	height: 1%;
}
#entradas .post .leerMas {
	margin-bottom: 20px;
	font-size: 1.2em;
}
#entradas .post .resumen {
	background:#e9e9e9 url(../images_blog02/css/bg_resumen.png) 0 0 repeat-x;
	border: 1px solid #ddd;
	padding: 10px;
	font-size: 1.1em;
}
.pagination {
	font-size: 1.2em;
	text-align: center;
	margin: 25px 0;
	font-weight: bold;
}
.audio p {font-weight: bold; font-size: 1.1em;margin: 10px 0 25px;}
.audio {margin-bottom: 25px;}
.pagination a {text-decoration: none;}

/* comentarios */
h3.etiqueta {
	margin-bottom: 20px;
}
h3.etiqueta strong {
	background:#A60832;
	font-size:1.4em;
	font-weight:bold;
	padding:4px 15px;
	color: #fff;
	text-transform: uppercase;
}
.comentario {
	clear:both;
	font-size:1.2em;
	margin-bottom:25px;
}
.comentario .avatar {
	border:1px solid #ddd;
	float:left;
	height:69px;
	padding:2px;
	width:69px;
}
.comentario ul {
	padding-left:85px;
}
.comentario .meta {
	color:#666;
	font-size:0.95em;
	margin-bottom: 7px;
}
.comentario .meta strong {
	color:#3964AC;
	font-weight:bold;
}

/*comentar*/
#comentar {
	font-size: 1.2em;
}
#comentar .escritoPor {
	margin-bottom: 15px;
}
form#formularioComentarios .labelComentario {
	clear:both;
	float:left;
	font-weight:bold;
	padding:10px;
	text-align:right;
	width:130px;
	color: #4A7FB1;
}
form#formularioComentarios input {
	border:1px solid #ddd;
	float:left;
	font-size:1em;
	height:20px;
	margin:5px 0;
	padding:2px;
	width:340px;
}
form#formularioComentarios textarea.post {
	clear:both;
	height:150px;
	margin:10px auto;
	padding:10px;
	width:474px;
	border:  1px solid #ddd;
	font-family: Arial, "sans-serif";
	font-size: 1em;
}
form#formularioComentarios input#enviarComentario,
.formulario input.botoncito {
	-moz-border-radius:5px 5px 5px 5px; -webkit-border-radius:5px 5px 5px 5px; border-radius:5px 5px 5px 5px;
	background:#A60832;
	border:1px solid #000;
	color:#FFFFFF;
	font-weight: bold;
	cursor:pointer;
	height:31px;
	width:160px;
	text-shadow: 0 1px 1px rgba(71,32,17,.4);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.5);
	box-shadow: 0 1px 2px rgba(0,0,0,.5);
	margin-right: 10px;
}

.aviso {
	color:#333;
	padding: 10px;
	border: 1px solid #E67A28;
	background: #FFEED5;
	font-size: 1.1em;
	margin-bottom: 20px;
}
.cancion {
	display: block;
	font-size: 1.6em;
	color:#333;
	font-family: "Comic Sans MS";
	text-align: center;
	margin-bottom: 100px;
	position: relative;
}
.cancion .subir {
	position: absolute;
	bottom: -119px;
	right:0;
	font-family: arial;
	background: url(../images_blog02/ico/ico_top.png) center right no-repeat;
	padding: 0 25px 0 0;
	font-size: .9em;
}
.cancion .subir a {
	text-decoration: none;
}
#mainContent .menuInt {
	margin-bottom: 50px;
}
#mainContent .menuInt h3 {
	color: #176943;
	font-weight: bold;
	font-size: 1.6em;
	margin-bottom: 10px;
}
#mainContent .menuInt ol {
	font-size: 1.2em;
	list-style: decimal;
	margin: 0 0 0 25px;
}
#mainContent .menuInt ol li {
	list-style: decimal;
}
#mainContent .menuInt li a {
	border-bottom: 1px solid #ededed;
	padding: 5px;
	display: block;
	text-decoration: none;
}

/* sidebar ----------------- */
#sidebar .block {
	margin-bottom: 20px;
	font-size: 1.2em;
	padding: 0 10px;
}
#sidebar .block h3 {
	color: #1F6D4A;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 7px;
}
.lucida-handwriting {
	font-family: "Lucida Handwriting", "Comic Sans MS";
}
#sidebar .block ul li {
	background: url(../images_blog02/ico/bullet_lila.gif) 0 4px no-repeat;
	padding-left: 15px;
	margin-bottom: 7px;
	height: 1%;
}
#sidebar .block ul li.adjunto {
	background: url(../images_blog02/ico/ico_clip.gif) 0 0 no-repeat;
	padding: 2px 0 2px 20px;
}
#sidebar .block ul.bigger {
	margin: 30px 0;
}
#sidebar .block ul.bigger li {
	background: none;
	padding: 0;
	font-size: 1.7em;
}
#sidebar .block ul.bigger li img {
	vertical-align: middle;
	width: 45px;
	margin-right: 7px;
}
#sidebar .banner {
	margin-bottom: 20px;
	text-align: center;
}
/* conocePersonajes	 */
#sidebar .conocePersonajes h3 {
	font-size: 1.2em;
	background: url(../images_blog02/css/bg_mascara.gif) center right no-repeat;
	padding: 17px 70px 17px 0;
}
#content  .conocePersonajes ul {
	padding-left: 110px;
}
/* items ------ */
#content .item {
	margin-bottom: 10px
}
#content  .item img {
	border: 1px solid #dedede;
	padding: 1px;
	float: left;
}
#content  .item .video {
	margin: 0 15px 10px 0;
	float: left;
	border: 1px solid #dedede;
	padding: 1px;
}
#content  .item ul li {
	padding-left: 0;
	background: none;
	margin-bottom: 3px;
}
#content  .item ul.infantil li {
	font-family: "Comic Sans MS";
	font-size: 1.1em;
}
#content  .item ul li h4 {
	font-weight: bold;
}
#content  .item ul li h4 a {
	text-decoration: none;
	color:#A50732;
}
#content .items .item {
	font-size: 1.2em;
	border-bottom:  1px solid #dedede;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#content .items .item img {
	margin: 0 15px 10px 0;
}
#content .items .item h3 {
	font-size: 1.4em;
	font-weight: bold;
	color:#3964AC;
}
#content .items .item h3 a {
	text-decoration: none;
	color:#3964AC;
}
#content .items .item .meta {
	font-size: .9em;
	color: #999;
	margin-bottom: 5px;
}
/* listados --- */
ul.listados {
	font-size: 1.2em;
	margin: 0 0 20px 15px;
}
ul.listados li {
	list-style: disc;
	margin-bottom: 10px;
}
ul.listados li a {
	text-decoration: none;
	font-weight: bold;
}
ul.listados li .meta {color:#999;}

/* fichaDetalle --- */
.fichaDetalle {
	background: url(../images_blog02/css/bg_fichaDetalle.png) 0 0 no-repeat;
	width: 460px;
	padding:  50px 20px 10px;
	border-bottom: 1px solid #dedede;
	font-size: 1.2em;
	margin-bottom: 25px;
	margin-top: -15px;
}
.fichaDetalle p {
	margin-bottom: 7px;
}
/* relacionados ---- */
.relacionados {
	font-size: 1.2em;
	margin-bottom: 25px;
}
.relacionados h4 {
	font-size: 1.4em;
	color: #A60832;
	font-weight: bold;
	margin-bottom: 15px;
}
.relacionados ul li {
	background:url("../images_blog02/ico/bullet_azul.gif") no-repeat 3px 4px;
	height:1%;
	margin-bottom:7px;
	padding-left:23px;
}
.relacionados ul li.adjunto {
	background:url("../images_blog02/ico/ico_clip.gif") no-repeat 0 0;
	padding:2px 0 2px 23px;
}
.bocadillo_lila {
	background: url(../images_blog02/css/bg_bocadillo_lila.png) 0 0 no-repeat;
	display: block;
	width: 468px;
	padding: 43px 20px 32px;
	color:#fff;
	font-size: 1.4em;
	margin-bottom: 25px;
}
/* footer  ---------- */
#footer {
	background: url(../images_blog02/css/bg_footer.png) 0 0 repeat-x;
	padding: 30px 0 200px;
	color:#fff;
	font-size: 1.2em;
}
#footer a {color:#fff}
/*  landingJuegos ---------------- */
 body#landingJuegos {
	background-position: 0 -4px;
}
#landingJuegos #header {
	background-image: url(../images_blog02/css/bg_header_juegos.jpg);
	height: 273px;
}

#landingJuegos #wrapper {
	background: #fff;
}

#landingJuegos #content {
	width: 960px; 
	border: none;
	padding-bottom: 50px;
}

#landingJuegos .juegos_descrp {
	margin:  35px 0 20px;
	text-align: center;
	font-family: "Lucida Handwriting", "Comic Sans MS";
	font-size: 2.1em;
	color:#333;
	
}
#landingJuegos .juegos_descrp p {
	margin-bottom: 14px;
}
#landingJuegos .pastillas_juegos li {
	display: block;
	float: left;
	margin: 0 6px;
}
#landingJuegos .pastillas_juegos li a {
	display: block;
	width: 307px;
	height: 259px;
	text-indent: -999999px;
	float: left;
}
#landingJuegos .pastillas_juegos li#uno a {
	background: url(../images_blog02/html/juego_pastilla_1.jpg) 0 0 no-repeat;
}
#landingJuegos .pastillas_juegos li#dos a {
	background: url(../images_blog02/html/juego_pastilla_2.jpg) 0 0 no-repeat;
}
#landingJuegos .pastillas_juegos li#tres a {
	background: url(../images_blog02/html/juego_pastilla_3.jpg) 0 0 no-repeat;
}
#landingJuegos .pastillas_juegos li#dos a:hover {
	background-position: 0 -260px;
}
#landingJuegos .pastillas_juegos li#uno a:hover {
	background-position: 0 -260px;
}
#landingJuegos .pastillas_juegos li#tres a:hover {
	background-position: 0 -261px;
}