* {
  border:		0;
  margin:		0;
  padding:		0;
  outline:		0;
  text-decoration:	none;
}
body {
  font-size:		100%;
  font-family:		arial, sans-serif;
  color:		#333333;
  background:		#DBDBDB url(images/encabezado-fondo.gif) repeat-x;
}

a span,
cite span,
h1 span,
h2 span {
  display:		none;
}


/*------------------------------------------------------- ::: - ::: - ::: ---*/
/*------------------------------------------------------- ::: - ::: - ::: ---*/
#header {
  width:		960px;
  height:		185px;
  margin:		0px auto;
  padding:		0px 0px 0px 32px;
}
/*------------------------------------------------------- ::: - ::: - ::: ---*/
#header h1 {
  width:		100%;
  padding:		30px 0px 10px 0px;
}
#header h1 a {
  width:		270px;
  height:		45px;
  background:		url(images/encabezado-logo-wowmagazine.gif) no-repeat;
  display:		block;
}
/*------------------------------------------------------- ::: - ::: - ::: ---*/
#header .menu {
  width:		100%;
  height:		60px;
  list-style-type:	none;
}
#header .menu li {
  float:		left;
  padding:		4px 55px 0px 0px;
}
#header .menu li a {
  display:		block;
}
#header .menu .home {
  width:		62px;
  height:		26px;
  margin-top:		12px;
  background:		url(images/encabezado-btn-home.gif) no-repeat left top;
}
#header .menu .home:hover {
  background:		url(images/encabezado-btn-home.gif) no-repeat left bottom;
}
#header .menu .acerca {
  width:		67px;
  height:		26px;
  margin-top:		12px;
  background:		url(images/encabezado-btn-acerca.gif) no-repeat left top;
}
#header .menu .acerca:hover {
  background:		url(images/encabezado-btn-acerca.gif) no-repeat left bottom;
}
#header .menu .archivo {
  width:		78px;
  height:		26px;
  margin-top:		12px;
  background:		url(images/encabezado-btn-archivo.gif) no-repeat left top;
}
#header .menu .archivo:hover {
  background:		url(images/encabezado-btn-archivo.gif) no-repeat left bottom;
}
#header .menu .publicite {
  visibility:		hidden;
  width:		109px;
  height:		26px;
  margin-top:		12px;
  background:		url(images/encabezado-btn-publicidad.gif) no-repeat left top;
}
#header .menu .publicite:hover {
  background:		url(images/encabezado-btn-publicidad.gif) no-repeat left bottom;
}
#header .menu .contacto {
  width:		90px;
  height:		26px;
  margin-top:		12px;
  background:		url(images/encabezado-btn-contacto.gif) no-repeat left top;
}
#header .menu .contacto:hover {
  background:		url(images/encabezado-btn-contacto.gif) no-repeat left bottom;
}
#header .menu .feed {
  width:		230px;
  height:		55px;
  margin-left:		155px;
  background:		url(images/encabezado-btn-rss.gif) no-repeat right top;
}
/*------------------------------------------------------- ::: - ::: - ::: ---*/
#header cite {
  width:		100%;
  height:		20px;
  display:		block;
  margin:		12px 0px 8px 0px;
  background:		url(images/encabezado-frase.gif) no-repeat left top;
}


/*------------------------------------------------------- ::: - ::: - ::: ---*/
/*------------------------------------------------------- ::: - ::: - ::: ---*/
#page {
  width:		980px;
  margin:		0px auto;
}


/*------------------------------------------------------- ::: - ::: - ::: ---*/
/*------------------------------------------------------- ::: - ::: - ::: ---*/
#content {
  width:		978px;
  background:		#FFFFFF url(images/contenido-fondo.gif) repeat-y;
  float:		left;
}


/*------------------------------------------------------- ::: - ::: - ::: ---*/
#info {
  width:		647px;
  padding:		35px 20px 115px 27px;
  float:		left;
}
#info h2 {
  font-weight:		bold;
  font-size:		1.5em;
  line-height:		1.1em;
  letter-spacing:	-0.03em;
  color:		#97B82D;
  padding:		0em 0em 1em 0em;
}
#info h3 {
  font-weight:		bold;
  font-size:		1.3em;
  color:		#666666;
  line-height:		1em;
  padding-bottom:	0.5em;
  margin-bottom:	1.5em;
  border-bottom:	1px solid #DDDDDD;
}
#info h4 {
  font-size:		1.4em;
  color:		#E1BC3A;
  padding:		20px 0px 0px 17px;
}
/*------------------------------------------------------- ::: - ::: - ::: ---*/
#info .post {
  margin-bottom:	40px;
  float:		left;
}
#info .post .date {
  width:		42px;
  height:		45px;
  background:		#E6F1F6;
  border-right:		3px solid #BADDEE;
  margin-right:		10px;
  float:		left;
  text-align:		center;
}
#info .post .date .n {
  font-weight:		bold;
  color:		#8D4C05;
  padding-top:		5px;
}
#info .post .date .m {
  color:		#8D4C05;
  font-size:		0.9em;
  line-height:		0.7em;
}
#info .post .head {
  width:		580px;
  float:		left;
  padding-bottom:	35px;
}
#info .post .head h2 {
  padding:		4px 0px 0px 0px;
}
#info .post .head h2 a {
  color:		#97B82D;
}
#info .post .head small {
  font-size:		0.8em;
  clear:		both;
  color:		#AEAEAE;
}
#info .post .head small a {
  font-weight:		bold;
  color:		#5CA5C7;
}
#info .post .head small a:hover {
  color:		#97B82D;
}
#info .post .entry {
  clear:		both;
  padding-bottom:	1em;
}
#info .post .entry p {
  margin-bottom:	1em;
}
#info .post .entry a {
  color:		#427E9A;
}
#info .post .entry a:hover {
  color:		#97B82D;
}
#info .post .entry a img {
  border:		1px solid #E9E9E9;
  padding:		8px;
  background:		#F7F7F7;
}
#info .post .entry a img:hover {
  border:		1px solid #97B82D;
}
#info .post .entry ul {
  padding:		0em 0em 1em 2em;
}
#info .post .entry small {
  width:		100%;
  font-size:		1em;
  padding:		2em 0em;
  border-top:		1px solid #E2DBAD;
  float:		left;
}
#info .post .entry .st-related-posts {
  font-size:		0.9em;
  color:		#A6BA41;
  padding-left:		30px;
}
#info .post .entry .st-related-posts {
}
#info .post .entry .st-related-posts a {
  color:		#A6BA41;
}
#info .post .entry .st-related-posts a:hover {
  color:		#427E9A;
}
#info .post .comments {
  width:		630px;
  height:		16px;
  padding:		10px 0px 10px 15px;
  border-top:		1px solid #E2DBAD;
  border-bottom:	8px solid #FBEE9B;
  float:		left;
}
#info .post .comments div {
  position:		relative;
  float:		left;
}
#info .post .comments .comment {
  font-size:		0.75em;
  padding:		2px 25px 4px 5px;
  font-weight:		bold;
  color:		#4893BD;
  background:		url(images/icono-comentario.gif) no-repeat right top;
  border-left:		1px solid #E4E3D7;
}
#info .post .comments .comment a {
  display:		block;
  color:		#4893BD;
}
#info .post .comments .favorite .link {
  width:		23px;
  height:		18px;
  padding:		0px 2px;
  margin-left:		4px;
  display:		block;
  background:		url(images/icono-favorito.gif) no-repeat 3px top;
  border-left:		1px solid #E4E3D7;
}
#info .post .comments .favorite ul {
  position:		absolute;
  top:			18px;
  left:			4px;
  width:		170px;
  list-style-type:	none;
  padding:		6px;
  background:		#FAFAFA;
  display:		none;
  border:		1px solid #E4E3D7;
}
#info .post .comments .favorite:hover ul,
#info .post .comments .favorite:hover ul:hover {
  display:		block;
}
#info .post .comments .favorite ul li {
  height:		22px;
}
#info .post .comments .favorite ul li a {
  font-size:		0.7em;
  font-weight:		bold;
  color:		#4893BD;
}
#info .post .comments .favorite ul li a:hover {
  color:		#97B82D;
}
#info .post .comments .recommend {
  display:		none;
}
#info .post .comments .recommend a {
  width:		23px;
  height:		18px;
  padding:		0px 3px 0px 2px;
  margin-left:		4px;
  display:		block;
  background:		url(images/icono-recomendar.gif) no-repeat 3px top;
  border-left:		1px solid #E4E3D7;
  border-right:		1px solid #E4E3D7;
}
/*------------------------------------------------------- ::: - ::: - ::: ---*/
#info #commentlist {
  width:		100%;
  float:		left;
}
#info #commentlist ul {
  list-style-type:	none;
  margin-bottom:	2em;
  float:		left;
}
#info #commentlist ul li {
  float:		left;
  margin-bottom:	1em;
}
#info #commentlist ul li .ath {
  width:		145px;
  height:		100px;
  padding-right:	20px;
  background:		url(images/comentario-flecha.gif) no-repeat right 20px;
  float:		left;
}
#info #commentlist ul li .ath .n {
  width:		100%;
  text-align:		center;
  color:		#5CA5C7;
  font-weight:		bold;
}
#info #commentlist ul li .ath a {
  color:		#5CA5C7;
}
#info #commentlist ul li .ath .d {
  clear:		both;
  font-size:		0.75em;
  color:		#666666;
  text-align:		center;
}
#info #commentlist ul li .msg {
  width:		430px;
  padding:		25px;
  background:		#FEF4C1;
  color:		#5D3910;
  float:		left;
}
#info #commentlist ul li .msg a {
  color:		#97B82D;
}
#info #commentlist ul li .msg a:hover {
  color:		#427E9A;
}
/*------------------------------------------------------- ::: - ::: - ::: ---*/
#info #cformsform,
#info #commentform {
  width:		555px;
  padding:		25px 45px;
  background:		#F5F5F5;
  float:		left;
}
#info #commentform h2 {
  width:		250px;
  height:		25px;
  background:		url(images/comentario-titulo-publicar_un_comentario.gif) no-repeat left top;
}
#info #cformsform label,
#info #cformsform input,
#info #commentform label,
#info #commentform input {
  clear:		both;
  color:		#5D3910;
  float:		left;
}
#info #cformsform label,
#info #cformsform input {
  float:		none;
}
#info #cformsform label {
  padding-top:		8px;
}
#info #commentform label {
  font-weight:		bold;
  padding:		0px 0px 5px 10px;
}
#info #cformsform .reqtxt,
#info #cformsform .emailreqtxt,
#info #commentform label small {
  font-weight:		normal;
  font-size:		0.75em;
  padding-left:		5px;
  color:		#727272;
}
#info #cformsform .reqtxt,
#info #cformsform .emailreqtxt {
  padding-top:		8px;
}
#info #cformsform .single,
#info #cformsform .area,
#info #commentform .field {
  width:		530px;
  font-size:		1em;
  font-family:		arial, sans-serif;
  padding:		9px;
  background:		#EDF6B5;
  border:		1px solid #A8BB45;
  margin-bottom:	10px;
}
#info #cformsform .single,
#info #cformsform .area {
  width:		350px;
}
#info #cformsform .single:hover,
#info #cformsform .single:focus,
#info #cformsform .area:hover,
#info #cformsform .area:focus,
#info #commentform .field:hover,
#info #commentform .field:focus {
  background:		#E6EEB0;
}
#info #cformsform #sendbutton {
  position:		relative;
  left:			95px;
  border:		0px;
  width:		60px;
  height:		34px;
}
/*------------------------------------------------------- ::: - ::: - ::: ---*/
#info .cats,
#info .archs,
#info .stats {
  width:		215px;
  float:		left;
}
#info .cats ul,
#info .archs ul,
#info .stats ul {
  list-style-type:	none;
}
#info .cats ul li,
#info .archs ul li,
#info .stats ul li {
  font-size:		0.8em;
  color:		#888888;
}
#info .cats a,
#info .archs a,
#info .stats a {
  font-size:		1.3em;
  color:		#97B82D;
}
#info .cats a:hover,
#info .archs a:hover,
#info .stats a:hover {
  color:		#427E9A;
}


/*------------------------------------------------------- ::: - ::: - ::: ---*/
/*------------------------------------------------------- ::: - ::: - ::: ---*/
#sidebar {
  width:		258px;
  padding:		35px 10px 50px 10px;
  float:		left;
}
#sidebar ul {
  width:		100%;
  list-style-type:	none;
}
#sidebar h2 {
  height:		40px;
  margin-left:		3px;
}
/*------------------------------------------------------- ::: - ::: - ::: ---*/
#sidebar #ads {
  border-bottom:	8px solid #BADDEE;
  margin:		0px 0px 35px 0px;
  padding-bottom:	20px;
  float:		left;
}
#sidebar #ads ul li {
  float:		left;
}
#sidebar #ads .pri {
  margin:		0px 4px 2px 0px;
}
#sidebar #ads .sec {
  margin:		0px 0px 2px 0px;
}
#sidebar #ads ul li a img {
  border:		1px solid #DEDEDE;
}
#sidebar #ads ul li a img:hover {
  border:		1px solid #38AECE;
}
#sidebar #ads .pub {
  margin-top:		30px;
  float:		left;
}
/*------------------------------------------------------- ::: - ::: - ::: ---*/
#sidebar #categories-1 {
  border-bottom:	8px solid #BADDEE;
  margin:		0px 0px 35px 0px;
  padding-bottom:	30px;
  float:		left;
}
#sidebar #categories-1 h2 {
  width:		120px;
  background:		url(images/lateral-titulo-categorias.gif) no-repeat left top;
}
#sidebar #categories-1 ul {
  float:		left;
}
#sidebar #categories-1 ul li {
  margin-bottom:	2px;
}
#sidebar #categories-1 a {
  width:		246px;
  font-size:		0.9em;
  font-weight:		bold;
  color:		#5D3910;
  background:		#D3EAF4;
  padding:		7px 0px 7px 12px;
  display:		block;
}
#sidebar #categories-1 a:hover {
  background:		#BBE2F5;
}
/*------------------------------------------------------- ::: - ::: - ::: ---*/
#sidebar #archives,
#sidebar #links,
#sidebar #sponsors,
#sidebar #recent-posts {
  border-bottom:	8px solid #BADDEE;
  margin:		0px 0px 35px 0px;
  padding-bottom:	20px;
  float:		left;
}
#sidebar #archives ul,
#sidebar #links ul,
#sidebar #sponsors ul,
#sidebar #recent-posts ul {
  margin-bottom:	25px;
}
#sidebar #archives h2 {
  width:		95px;
  background:		url(images/lateral-titulo-archivo.gif) no-repeat left top;
}
#sidebar #links h2 {
  width:		95px;
  background:		url(images/lateral-titulo-links.gif) no-repeat left top;
}
#sidebar #sponsors h2 {
  width:		95px;
  background:		url(images/lateral-titulo-sponsors.gif) no-repeat left top;
}
#sidebar #recent-posts h2 {
  width:		160px;
  background:		url(images/lateral-titulo-posts_recientes.gif) no-repeat left top;
}
#sidebar #archives ul li a,
#sidebar #links ul li a,
#sidebar #sponsors ul li a,
#sidebar #recent-posts ul li a {
  width:		246px;
  font-size:		0.9em;
  font-weight:		bold;
  color:		#5D3910;
  padding:		7px 0px 7px 12px;
  display:		block;
  border-bottom:	1px solid #CEE2EA;
}
#sidebar #archives a:hover,
#sidebar #links a:hover,
#sidebar #sponsors a:hover,
#sidebar #recent-posts a:hover {
  background:		#E1ECF1;
}
/*------------------------------------------------------- ::: - ::: - ::: ---*/
#sidebar #search {
  width:		100%;
  border-bottom:	8px solid #BADDEE;
  margin:		0px 0px 35px 0px;
  padding-bottom:	30px;
  float:		left;
}
#sidebar #search h2 {
  width:		70px;
  background:		url(images/lateral-titulo-buscar.gif) no-repeat left top;
}
#sidebar #search #s {
  width:		200px;
  height:		20px;
  padding:		5px;
  margin-right:		5px;
  border:		1px solid #B7D9EA;
  float:		left;
}
#sidebar #search #searchsubmit {
  position:		relative;
  top:			-3px;
  left:			3px;
  width:		36px;
  height:		37px;
}
/*------------------------------------------------------- ::: - ::: - ::: ---*/
#sidebar #banners {
  width:		100%;
  border-bottom:	8px solid #BADDEE;
  margin:		0px 0px 35px 0px;
  padding-bottom:	20px;
  float:		left;
}
#sidebar #banners h2 {
  width:		55px;
  background:		url(images/lateral-titulo-links.gif) no-repeat left top;
}
#sidebar #banners ul li {
  padding:		0px 0px 6px 6px;
}
#sidebar #banners ul li a img {
  border:		1px solid #DEDEDE;
}
#sidebar #banners ul li a img:hover {
  border:		1px solid #38AECE;
}
/*------------------------------------------------------- ::: - ::: - ::: ---*/
#sidebar #text-1 {
  width:		100%;
  border-bottom:	8px solid #BADDEE;
  margin:		0px 0px 35px 0px;
  padding-bottom:	45px;
  float:		left;
}
#sidebar #text-1 h2 {
  width:		90px;
  background:		url(images/lateral-titulo-participa.gif) no-repeat left top;
}
#sidebar #text-1 div {
  padding:		0px 30px 0px 12px;
  font-size:		0.9em;
  font-weight:		bold;
  color:		#5D3910;
}


/*------------------------------------------------------- ::: - ::: - ::: ---*/
/*------------------------------------------------------- ::: - ::: - ::: ---*/
#subcontent {
  width:		100%;
  padding-bottom:	35px;
  border-top:		5px solid #D0AE02;
  background:		#EED743;
  float:		left;
}
/*------------------------------------------------------- ::: - ::: - ::: ---*/
#subcontent .nav {
  width:		880px;
  margin:		0px auto;
  height:		70px;
}
#subcontent .nav .up {
  width:		67px;
  height:		56px;
  padding:		10px 0px 0px 0px;
  float:		right;
}
#subcontent .nav .up a {
  width:		67px;
  height:		56px;
  display:		block;
  background:		url(images/icono-arriba.gif) no-repeat left top;
  text-align:		right;
}
/*------------------------------------------------------- ::: - ::: - ::: ---*/
#subcontent .nav .pages {
  width:		680px;
  float:		left;
  margin-bottom:	20px;
}
#subcontent .nav .pages ul {
  position:		relative;
  top:			-5px;
  width:		100%;
  height:		50px;
  list-style-type:	none;
  float:		left;
}
#subcontent .nav .pages ul li {
  float:		left;
}
#subcontent .nav .pages a,
#subcontent .nav .pages .current {
  width:		41px;
  height:		30px;
  background:		url(images/navegador-fondo-paginas.gif) no-repeat left top;
  display:		block;
  padding-top:		3px;
  margin-right:		10px;
  color:		#AB650E;
  text-align:		center;
  font-size:		1.2em;
}
#subcontent .nav .pages .prev,
#subcontent .nav .pages .next {
  width:		64px;
  height:		36px;
  padding-top:		12px;
  display:		block;
  background:		url(images/navegador-fondo-flechas.gif) no-repeat left top;
}
#subcontent .nav .pages .current {
  color:		#DDCCCC;
}
#subcontent .nav .pages .counter {
  clear:		both;
  font-weight:		bold;
  color:		#AB650E;
}
/*------------------------------------------------------- ::: - ::: - ::: ---*/
#subcontent .tags {
  width:		880px;
  margin:		20px auto 0px auto;
  background:		#F3E065;
  border:		1px solid #E5CB2F;
  padding:		20px;
}
#subcontent .tags h4 {
  width:		55px;
  height:		27px;
  background:		url(images/pie-titulo-tags.gif) no-repeat left top;
}
#subcontent .tags h4 span {
  display:		none;
}
#subcontent .tags a {
  font-weight:		bold;
}


/*------------------------------------------------------- ::: - ::: - ::: ---*/
/*------------------------------------------------------- ::: - ::: - ::: ---*/
#footer {
  width:		100%;
  padding:		35px 0px;
  border-top:		3px solid #764819;
  background:		#B29503;
  float:		left;
}
#footer p,
#footer ul {
  font-weight:		bold;
  color:		#EADA77;
  width:		980px;
  margin:		0px auto;
  list-style-type:	none;
}
#footer ul li {
  display:		inline;
}
#footer a {
  color:		#EADA77;
}
#footer a:hover {
  color:		#764819;
}

.singletags {
  margin-left:15px;
padding-left:15px;
  font-size:		0.75em;
  color:		#4893BD;

}


