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

body{
	padding-top:5px;
	font-size:12px;
	font-family: Tahoma, Arial;
	color:#666666;
	background:#fff url(images/bg.png) repeat-x;
}

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

h2, h4{
margin:0 0 5px 0;
padding:0 0 5px 0;
font: 18px/16px Tahoma, Arial, sans-serif;
font-weight: normal;
color: #666;
text-transform:uppercase;
}
h2 b,
h4 b{ font-weight:600; }

/* GENERALES */

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

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

/* LOGO */

#logo {
	position:absolute;
	top:30px;
	left:-50px;
	width:121px;
	height:177px;
	z-index:1;
 }
#logo h1 a {
	display:block;
	width:121px;
	height:177px;
	text-indent:-8000px;
	background: url(images/logo.png) no-repeat top;
 }

/* HEADER */

#cabecera{
	position:relative;
	width:1000px;
	height:147px;
	background:url(images/bgcabecera.png) no-repeat center;
	border:0px solid red;
}

/* IDIOMAS */

#cabecera .qtrans_language_chooser{
	position:absolute;
	top:1px;
	right:0;
}
#cabecera .qtrans_language_chooser li{
	float:left;
	margin-left:1px;
	text-align:center;
	width:28px;
	height:23px;
	line-height:22px;
	font-size:11px;
}
#cabecera .qtrans_language_chooser li a{
	display:block;
	width:28px;
	height:23px;
	background:#606D1D;
	color:#B0B68E;
	text-decoration:none;
}
#cabecera .qtrans_language_chooser li.active a,
#cabecera .qtrans_language_chooser li a:hover{ background:#96B114; color:#fff; }

/* SOCIAL MEDIA */

#cabecera .socialmedia{
	position:absolute;
	top:5px;
	right:65px;
}
#cabecera .socialmedia li{
	float:right;
	margin-left:5px;
}

/* SLOGAN */

#cabecera .slogan{
	position:absolute;
	top:83px;
	left:75px;
	font: 18px/16px Tahoma, Arial, sans-serif;
	color:#96B113;
}

/* POST ALEATORIOS */

#cabecera .aleatorios{
	position:absolute;
	top:52px;
	left:330px;
}
#cabecera .aleatorios li{ float:left; margin-left:5px; }
#cabecera .aleatorios li a img{ opacity:0.5; }
#cabecera .aleatorios li a:hover img{ opacity:1; }

/* MENU */

#menu{
	position:relative;
	height:40px;
	font-weight:bold;
}
#menu ul { padding-left:60px; }
#menu ul li { float:left; }
#menu ul li a{
	display:block;
	height:40px;
	line-height:38px;
	padding:0 20px;
	color:#E0E8B9;
	border-right:1px solid #B4C756;
}
#menu ul li a:hover{ color:#fff; text-decoration:none; }
#menu ul li a.submit{ background:#829911; border-right:1px solid #B4C756; }

/* NEWSLETTER */

#newsletter {
	position:relative;
	width:210px;
	height: 33px;
	margin: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:relative;
	width:210px;
	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:160px;
	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;
}

/* TOP 10 */

.top10{	margin:15px 0 0 20px; }
.top10 li{
	list-style:decimal;
	padding:10px 0;
	border-bottom:1px solid #ccc;
}
.top10 li * { float:left; }
.top10 li span { margin-left:5px; }
.top10 li a{ font-weight:bold; }
.top10 li em{ float:right; font-style:normal; font-weight:bold; color:#96B114; }

/* SIDEBAR */

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

#sidebar div.caja{
	margin:20px 0;
	padding:0 0 20px 0;
	background:url(images/bgpuntos.png) repeat-x bottom;
	overflow:hidden;
}

#sidebar ul.breeders li{
	background:url(images/arrow2.png) no-repeat 0 4px;
	padding:0 0 0 10px;
}
#sidebar ul.breeders li a:hover{ text-decoration:none; color:#999; }


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

#contenido{
	position:relative;
	float:right;
	width:780px;
	margin:10px 0 0 0;
	line-height:170%;
	overflow:hidden;
}
#contenido h2{ margin:20px 0 15px 20px; }
#contenido p.error{ margin:0 0 15px 20px; }

/* POST */

.post{ margin:0 0 0 20px; }

.post-titulo{ margin-bottom:15px; padding-bottom:5px; overflow:hidden; background:url(images/bgpuntos.png) repeat-x bottom; }
.post-titulo h2{ margin:20px 0 7px 0!important; }
.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-titulo em{ float:right; text-align:right; font-style:normal; }

.post-txt{ margin-bottom:15px; overflow:hidden; }
.post-txt .fotoweb{ float:right; }
.post-txt .fotoweb a img{ border:5px solid #ddd; }

.post-txt .sociable { float:left; width:45%; }

.post-txt .tags { float:right; width:45%; margin-top:20px; text-align:right; }
.post-txt .tags a{ padding:1px 4px 2px 4px; background:#BABABA; color:#fff; text-decoration:none; border-radius: 2px; }
.post-txt .tags a:hover{ background:#666; color:#fff; text-decoration:none; }

.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-comentform{ margin-left:20px; }

.filtropais {
	position:absolute;
	top:14px;
	right:0;
	text-align:right;
}
.filtropais select {
	float:left;
	width:220px!important;
	font-size:17px!important;
}
.filtropais input.btpais {
	width:60px;
	height:25px;
	margin:2px 0 0 2px;
	background:#2A2925;
	text-align:center;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.filtropais input.btpais:hover { background:#96B113; }

/* PAGE */

.page-txt{ margin-left:20px; }

/* 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 */

.commentlist { margin:0 0 20px 20px; }
.commentlist .txtcoment {
	float:right;
	width:700px;
	line-height:18px;
	text-align:justify;
	font-size:11px;
	border:0px solid red;
	}
.commentlist .avatar {
	float:left;
	margin:2px 5px 5px 0;
	}

.comentario {
	margin: 15px 0 5px;
	padding:0 0 15px 0;
	background:url(images/bgpuntos.png) repeat-x bottom;
	overflow:hidden;
	}
.comentario li {
	margin: 0;
	padding: 5px 10px 5px;
	background:none;
	border:0;
	list-style:none;
	}

#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:0;
	overflow:hidden;
	list-style:none;
}
ul.items li {
	position:relative;
	float:left;
	width:240px;
	height:150px;
	margin:0 0 20px 20px;
}
ul.items li h3 {
	position:absolute;
	top:0;
	right:0;
	text-align:right;
	font-size:12px;
	font-weight:bold;
}
ul.items li a:hover { color:#aaa; text-decoration:none; }

ul.items li div.screenshot {
	position:absolute;
	top:25px;
	left:0;
	width:240px;
	height:110px;
	overflow:hidden;
}
ul.items li div.screenshot img.screen { width:230px; height:100px; }
ul.items li div.screenshot a img.screen {
	position:absolute; top:0; left:0; 
	background:#fff;
	border:5px solid #ddd;
}

ul.items li span.raza { position:absolute; top:135px; left:0; width:190px; height:20px; font-size:11px; overflow:hidden; }
ul.items li span.pais { position:absolute; top:135px; right:0; font-size:11px; }

ul.items li .facebook { position:absolute; top:0px; left:0; height:21px; text-align:left; overflow:hidden; }

ul.items li div.votacion{
	position: absolute;
	left:0;
	bottom:-40px; 
	width:240px;
	height:40px;
	background: #222;
	opacity: 0.9;
	z-index:1;
}

ul.items li div.post-ratings {
	padding:12px 5px 0 5px;
	width:230px;
	height:28px;
	font-size:10px;
}
ul.items li div.post-ratings img{ float:left; vertical-align:middle; }
ul.items li div.post-ratings em,
ul.items li li div.post-ratings span{
	float:right;
	padding-top:-2px;
	font-style:normal;
	color:#999;
}

ul.items li div.post-ratings-loading{
	float:right;
	font-size:11px;
	color:#999;
}
ul.items li div.votacion div.post-ratings-loading img{ margin-right:5px; vertical-align:middle; }

/* FORMULARIOS */

#formulario { margin:15px 0 0 0; }
#formulario p{ margin:0 0 10px 0; }
#formulario .input,
#formulario .textarea{
	width:300px;
	margin:2px 0 0 0;
	padding:5px;
	background:#fff;
	border:1px solid #aaa;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#2A2925;
}
#formulario select{
	width:312px;
	margin:2px 0 0 0;
	padding-left:5px;
	background:#fff;
	border:1px solid #aaa;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#2A2925;
}
#formulario .checkbox{ vertical-align: text-bottom; }
#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; }

/* PIE -------------------------------------------------------------------------------*/

#pie {
	width:100%;
	background:#333333 url(images/bgpie.png) repeat-x;
	font-size: 11px;
	color: #b2b2b2;
	overflow:hidden;
}
#pie .dentro{
	position:relative;
	width:1020px;
	height:300px;
	overflow:hidden;
}

/* ESTADISTICAS */

#pie p.stats { float:right; width:50%; height:40px; margin-right:10px; line-height:39px; color:#fff; text-align:right; }
#pie p.stats span { margin:0 5px; color:#B4C756; }

#pie div.copy{ position:absolute; bottom:15px; left:10px; right:10px; color:#aaa; }
#pie div.copy p.izq{ float:left; width:40%; text-align:left; }
#pie div.copy p.der{ float:right; width:40%; text-align:right; }
#pie div.copy a{ color:#aaa; }
#pie div.copy a:hover{ text-decoration:underline; }
#pie div.copy span{ color:#555; margin:0 4px; }

/* TOP */

#pie div.boxpie {
	float:left;
	width:320px;
	margin:25px 10px 0 10px;
}

#pie ul { list-style:none; }
#pie ul li { padding:8px 0; border-bottom:1px solid #444; overflow:hidden; }
#pie ul li * { float:left; }
#pie ul li span { margin-left:5px; }
#pie ul li em { float:right; font-style:normal; }

#pie div.boxpie ul li { padding-left:11px; background: url(images/arrow.png) no-repeat 0 12px; }
#pie div.boxpie ul li a { color:#96B114; }
#pie div.boxpie ul li a:hover { color:#fff; text-decoration:none; }

/* PAGINATION */

.navigation {
	margin:15px 0 0 0;
	text-align:center;
	border:0px solid red;
	overflow:hidden;
	}
.wp-paginate li { display:inline; list-style:none; }
.wp-paginate a { background:#96B114; color:#fff; margin-right:2px; padding:3px 6px; text-align:center; text-decoration:none; }
.wp-paginate a:hover,
.wp-paginate a:active{ background:#2A2925; color:#fff; }
.wp-paginate .current{ background:#2A2925; color:#fff; margin-right:2px; padding:3px 6px; text-align:center; }
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next {}

