*{
	margin:0;
	padding:0;
	border:0;
}

body{
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#666666;
	background:#fff url(images/bg.png) repeat-x;
}
body.home{ background:#D8D8D8 url(images/bghome.png) repeat; }

ul{	list-style:none;}
a{ color:#444;	text-decoration:none; }
a:hover{ text-decoration:underline; }
a img{ border:0; }

h2,h3,h4,h5,h6 {
	color: #444;
	letter-spacing:0em;
	font-weight: normal;

}
h2{
	line-height:30px;
	font-size:30px;
}
h3{
	line-height: 60px;
	font-size: 43px;
}
h4{
	line-height: 25px;
	font-size: 19px;
	text-transform:uppercase;
}

p{ margin-bottom:15px; }

#contenedor{ position:relative; width:100%; }

/* GENERALES */

.clear{	clear:both; }
.dentro {
	position:relative;
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}

.peke{ font-family:Arial, Helvetica, sans-serif; font-size:11px; }
.error{ color:#d00; }

/* HEADER */

#cabecera{
	position:relative;
	height:117px;
	overflow:hidden;
}

.description{ display:none; }

/* MENU */

#menu {
	position:absolute;
	top:24px;
	left:0px;
	width:416px;
	height: 26px;
	background:url(images/menu_cabecera.png) no-repeat bottom;
	overflow: hidden;
}
#menu li { float: left; min-height: 26px; }
#menu li a {
	position: relative;
	display: block;
	height: 26px;
	background-image: url(images/menu_cabecera.png);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -2000em;
}
  
#menu li.home a {width: 61px; background-position: 0 0; }
#menu li.home a.activo { background-position: 0 -26px; } 

#menu li.noticias a { width: 88px; background-position: -61px 0; }
#menu li.noticias a.activo { background-position: -61px -26px; }

#menu li.fotos a { width: 72px; background-position: -149px 0; }
#menu li.fotos a.activo { background-position: -149px -26px; }

#menu li.criaderos a { width: 99px; background-position: -221px 0; }
#menu li.criaderos a.activo { background-position: -221px -26px; }

#menu li.contacto a { width: 96px; background-position: -320px 0; }
#menu li.contacto a.activo { background-position: -320px -26px; }

/* descripción menu */
#descmenu {
	position:absolute;
	top:66px;
	left:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#777;
}

/* NEWSLETTER */

#newsletter {
	position:relative;
	width:210px;
	height: 33px;
	margin:10px 0 10px 0;
	background:url(images/bgnewsletter.png) no-repeat;
	background-position:top;
	overflow: hidden;
}
#newsletter:hover { background-position:bottom; }
#newsletter input.email {
	position:absolute;
	top:7px;
	left:10px;
	width:160px;
	height: 20px;
	border:0;
	color:#FFF;
	background:none;
}
#newsletter input.suscribir {
	position:absolute;
	top:7px;
	right:12px;
	width:20px;
	height: 20px;
	border:0;
	color:#FFF;
	background:none;
	cursor:pointer;
}

/* BUSCADOR */

#buscador {
	position:absolute;
	top:20px;
	right:0;
	width:181px;
	height: 33px;
	background:url(images/bgbuscador.png) no-repeat;
	overflow: hidden;
}
#buscador {
	position:absolute;
	top:20px;
	right:0;
	width:181px;
	height: 33px;
	background:url(images/bgbuscador.png) no-repeat;
	background-position:top;
	overflow: hidden;
}
#buscador:hover { background-position:bottom; }
#buscador input.palabra {
	position:absolute;
	top:7px;
	left:10px;
	width:130px;
	height: 20px;
	border:0;
	color:#FFF;
	background:none;
}
#buscador input.buscar {
	position:absolute;
	top:7px;
	right:12px;
	width:20px;
	height: 20px;
	border:0;
	color:#FFF;
	background:none;
	cursor:pointer;
}

/* SIDE BAR */

#sidebar{
	position:relative;
	float:left;
	width:210px;
	overflow:hidden;
}

#logo {
	margin:15px 0 50px 0;
	top:15px;
	left:10px;
	width: 205px;
	height:128px;
	background: url(images/logo.png) no-repeat bottom;
 }
#logo h1 { margin:0; padding:0;  }
#logo h1 a {
	width: 205px;
	height:128px;
	text-indent:-8000px;
	display:block;
	background: url(images/logo.png) no-repeat top;
	z-index:60;
 }

#sidebar div.sidebar{
	margin:20px 0 0 0;
	overflow:hidden;
}

#sidebar div.sidebar h4{
	margin:20px 0 6px 0;
	color:#999;
}
#sidebar div.sidebar li em{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#999;
}

 
/* CUERPO */
 
#cuerpo {
	position:relative;
	float:right;
	width:740px;
	padding-bottom:40px;
	overflow:hidden;
}

#content{
	position:relative;
	float:right;
	width:645px;
	margin:0 0 50px 0;
	line-height:170%;
	overflow:hidden;
}

/* BANNERS HOME */

#bannershome{
	width:740px;
	height:754px;
	background:url(images/bgbannershome.png) no-repeat top;
	overflow:hidden;
}
#bannershome li{
	position:relative;
	width:740px;
	height:600px;
	overflow:hidden;
}
#bannershome li img.fotobanner{
	position:absolute;
	top:0;
	left:0;
}

#bannershome li h3{
	position:absolute;
	top:80px;
	width:340px;
	color:#444;
	letter-spacing:-1.8pt;
	text-shadow:#eee 0 1px 0px;
}
#bannershome li.der h3{	right:0; text-align:right; }
#bannershome li.izq h3{	left:25px; text-align:left; }

#bannershome li h4{
	position:absolute;
	top:142px;
	width:340px;
	font-weight: normal;
	color:#663366;
	letter-spacing: -1.5pt;
}

#bannershome li.der h4{	right:0; text-align:right; }
#bannershome li.izq h4{	left:25px; text-align:left; }

#bannershome li p{
	position:absolute;
	top:180px;
	width:330px;
	font-size:12px;
	line-height: 1.5;
	color:#777;
	overflow:hidden;
}
#bannershome li.der p{ right:0;	text-align:right; }
#bannershome li.izq p{ left:26px; text-align:left; }

#bannershome li a.masinfo{
	display:block;
	margin-top:18px;
	text-decoration:underline;
}
#bannershome li a.masinfo:hover{ color:#333; }

/* POST */

.post-page h2{ margin-bottom:20px; }
.post-page ul{ margin-bottom:15px; overflow:hidden; }
.post-page li{ list-style:outside; list-style-position:inside; margin-left:20px; }

.post-titulo{ margin-bottom:15px; padding-bottom:5px; overflow:hidden; border-bottom:1px solid #ddd; }
.post-titulo h2 a{ text-decoration:none; color:#333; }
.post-titulo h2 a:hover{ text-decoration:none; color:#aaa; }
.post-titulo p{ font-size:11px; color:#666; margin:0; }
.post-titulo a{ color:#666; text-decoration:underline; }
.post-titulo p.categoria{ float:left; width:50%; }
.post-titulo p.fecha{ float:right; width:50%; text-align:right; }

.post-txt{ margin-bottom:15px; overflow:hidden; }

.post-comentarios { margin-bottom:15px; font-size:11px; overflow:hidden; }
.post-comentarios .comentarios { float:left; width:50%; }
.post-comentarios .comentarios a{ padding:1px 4px 2px 4px; background:#666; color:#fff; text-decoration:none; border-radius:2px; }
.post-comentarios .comentarios a:hover{ background:#BABABA; color:#fff; text-decoration:none; }
.post-comentarios .tags { float:right; width:50%; text-align:right; }
.post-comentarios .tags a{ padding:1px 4px 2px 4px; background:#BABABA; color:#fff; text-decoration:none; border-radius: 2px; }
.post-comentarios .tags a:hover{ background:#666; color:#fff; text-decoration:none; }

/* PIE */

#pie{
	display: block;
	position: fixed;
	bottom: 0px;
	width:100%;
	height:80px;
	background:#666;
	line-height:22px;
	color:#B2B2B2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border-top:8px solid #aaa;
	opacity:.8;
	overflow:hidden;
	z-index:3;
}
#pie a { color:#eee; }
#pie span { color:#B2B2B2; font-style:normal; }
#pie p.izq { float:left; width:50%; margin:17px 0 0 0; padding-left:80px; }
#pie p.der { float:right; width:50%; text-align:right; margin:16px 0 0 0; }

#pie .dentro { background:url(images/bgpie.png) no-repeat 0 17px; }

#pie .socialmedia {
	float:right;
	overflow:hidden;
	margin:22px 0 0 0;
	z-index:6;
}
#pie .socialmedia li {
	float:right;
	margin-left:3px;
}

/* IMÁGENES */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 1px;
	margin: 0 0 2px 7px;
	display: inline;
	background:#fff;
	}

img.alignleft {
	padding: 1px;
	margin: 0 7px 2px 0;
	display: inline;
	background:#fff;
	}

.alignright { float: right;	}

.alignleft { float: left; }

/* FORM COMENTARIOS */



/* Begin Comments*/

h2#comment_title{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#000000;
	font-weight: lighter;
	padding-bottom:4px;
}

.commentlist {
	padding: 0px;
	text-align: justify;
	margin-left:0px;
	}

.comm_items {
	margin: 15px 0 5px;
	display:block;
	border:1px solid #CFF0D9;
	background:#CFF0D9 url(images/bgcomentario.png) repeat-x top;
	}

.comm_items li {
	margin: 0;
	padding: 5px 10px 5px;
	background:none;
	border:0;
	list-style:none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	line-height:18px;
	}

h3#respond{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#000000;
	font-weight: lighter;
	padding-bottom:4px;
	border-bottom:1px solid #ccc;
}

#commentform { margin-bottom:15px; overflow:hidden; }
#commentform p { margin: 5px 0;	}
#commentform label{	vertical-align:middle; }
#commentform #submit {
	margin: 0;
	width:65px;
	height:25px;
	}
#commentform input{
	width: 170px;
	margin: 5px 5px 1px 0;
	background:#ffffff;
	border:1px #aaa solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px;
	color:#333;
}
#commentform textarea{
	width: 350px;
	padding: 5px;
	background:#ffffff;
	border:1px #aaa solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
#commentform input#submit{
	background:#444444;
	border:0px;
	padding:8px 20px;
	height:35px;
	width:150px;
	color:#fff;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	cursor:pointer;
}
#commentform input#submit:hover{ background:#666; }

/* End Comments */

/* ITEMS */

ul.items {
	margin:15px 0 0 0;
	overflow:hidden;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
}
ul.items li {
	position:relative;
	float:left;
	width:310px;
	height:195px;
	margin:0 0 15px 0;
}
ul.items li:nth-child(even) { float:right; }
ul.items li:nth-child(odd) { float:left; }
ul.items li h5 {
	position:absolute;
	top:0;
	left:0;
	font-size:12px;
	font-weight:bold;
}
ul.items li span.pais {
	position:absolute;
	top:2px;
	right:0;
	font-size:11px;
}
ul.items li div.screenshot {
	position:absolute;
	top:22px;
	left:0;
	width:310px;
	height:155px;
}
ul.items li div.screenshot a img {
	background:#fff;
	border:10px solid #ddd;
}
ul.items li div.screenshot a:hover img { border:10px solid #444; }

ul.items li div.post-ratings {
	position:absolute;
	bottom:0;
	right:0;
	width:310px;
	height:11px;
	font-size:10px;
	overflow:hidden;
}
ul.items li div.post-ratings img{ float:left; vertical-align:middle; }
ul.items li div.post-ratings em,
ul.items li div.post-ratings span{
	float:right;
	padding-top:0px;
	font-style:normal;
	color:#999;
	line-height:10px;
}

ul.items li div.post-ratings-loading{
	position:absolute;
	bottom:0;
	right:0;
	font-size:11px;
	color:#999;
}
ul.items li div.post-ratings-loading img{ margin-right:4px; vertical-align:middle; }

/* FORMULARIOS */

#formulario { margin:15px 0 0 0; }
#formulario p{ margin:0 0 10px 0; }
#formulario .input,
#formulario .textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px;
	width:300px;
	border:1px solid #ccc;
}
#formulario .boton{
	padding:6px 18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	background:#444;
}
#formulario .boton:hover{	background:#999; }
