/*#############################################################
Name: Dark Ritual
Date: 2006-11-06
Description: Tribal-style three column layout.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #682;}

a:hover {color: #9A6;}

body {
	background: #333 url(img/bg.gif);
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 10px 0;
}

p,ul {
	padding-bottom: 1em;
}

ul {margin-left: 1.2em;}

li {list-style: none;}
.main li {list-style-image: url(img/li.gif);}

h2 {font-size: 1.2em;}

blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}

h1,h2,h3 {
	color: #883;
	padding-bottom: 10px;
}

h2 a, h2 a:hover {
	text-decoration: none;
	color: #883;
	padding-bottom: 10px;
}

/* misc */
.clearer {clear: both;}
/*.main_right .padded {padding: 6px 42px 6px 16px;}*/
.main .padded {padding: 18px 24px;}
.rp {
/*padding: 150px 1px 1px 1px;*/
float: left;
padding: 1px 0px 1px 2px;
max-width: 305px;
border-left: 1px solid #AAAAAA;
}

.meta {
	font-size: 0.8em;
	color: #666;
	padding-bottom: 10px;
}

.left {float: left;}
.right {float: right;}

/* structure */
.container {
	font-size: 1.2em;
	/* background: url(img/bgcontainer.gif) repeat-y; */
	margin: 0 auto;
	/*width: 95%;*/
	max-width: 950px;
	border: 12px solid #222;
	background-color: #fdfdfd;
}

/* header */
.header {
	float: left;
	width: 640px;
	background: url(img/header.jpg) no-repeat;
	font: normal 2.4em Verdana,sans-serif;
	line-height: 150px;
	text-align: center;	
	letter-spacing: -3px;
}
.header a, .header a:hover {
	text-decoration: none;
	color: #333;
}
.header_b
{
	border-top: 12px solid #222;
	background: #333;
clear: both;
height: auto;
	/*background: #333 url(img/bg.gif);*/
}
.header_b img{
	width:100%;
	height:auto;
}

.header_c
{
background: #fdfdfd;
height: 90px;
width: 950px;
}

/* structure */

.rws-primary-menu{
background-color:#343434;
color:#fff;
font-family: sans-serif, "Myriad Pro", "Times New Roman", Georgia, Arial,  Verdana;
text-align:left;
margin-bottom:14px;
text-decoration: none;
font-weight:bold;
}

.rws-primary-menu a{color:#fff;}
.rws-primary-menu .block, .rws-primary-menu .block-menu{padding:0; margin:0; border:none; background-color:transparent;}
.rws-primary-menu h2{display:none; }
.rws-primary-menu ul, .rws-primary-menu ul.menu{margin:0; padding:0;}
.rws-primary-menu li, .rws-primary-menu li.leaf, .rws-primary-menu ul.links li{margin:0; padding:0; list-style:none;
float:left;
font-size:1.2em;
}

.rws-primary-menu li a{display:block; padding:0.35em 1.3em 0.5em 1.3em;  color:#fff !important; background-color:#4a4a4a;text-decoration: none; font-weight:bold;}
.rws-primary-menu li a:hover{background-color:#3a3a3a; color:#f5f5f1; }
.rws-primary-menu li a.active {color:#fff; background-color:#3a3a3a;}


.top {
	background: #222;
	color: #DDD;
	float: left;
	font: normal 1.4em Verdana;
	height: 50px;
	text-align: center;
	width: 639px;
}
.subnav {
	float: left;
	width: 160px;
}
.main {
	float: left;
	background: #FFF;
	max-width: 640px;
	width: 100%;
	/* width: 480px; */
}
#portada {
	float: left;
	background: #FFF;
/*	width: 920px !important;*/
	margin: 0px 0px 0px -10px;
	/* width: 480px; */
}
img{
	max-width:100% !important;
	height:auto !important;
	
}
h2
{
margin: 16px 0px 0px 0px;
}
.main_right {
	float: right;
	width: 200px;
	min-height: 150px;
	color: #CCC;
}

/* sub-navigation */
.subnav {
	color: #FFE;
}
.subnav h2 {
	background: #222;
	color: #FFE;
	font: bold 1.1em Verdana,sans-serif;
	line-height: 24px;
	padding-left: 8px;
}
.subnav ul {margin: 0; padding: 0;}
.menu li {
	border-bottom: 1px solid #696755 !important;
	list-style: none;
	margin: 0 !important;
	padding: 0;
}
.menu .expanded ul {
	padding-left: 4px;
}
.menu li a {
	background: #89866F;	
	color: #111;
	display: block;
	padding: 8px 0 8px 12px;
	text-decoration: none;
}
.menu li a:hover {
	background: #9C997C;
	color: #000;
}

/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #CCC;
	font-size: 0.9em;
	line-height: 39px;
	width: 100%;
	text-align: center;
}
.footer .left,.footer .right {padding: 0 16px;}
.footer a {color: #EEE;}
.footer a:hover {color: #FAFCB0;}

/* aboros added drupal specifyc styles */
.node {
	padding-bottom: 20px;
}
.node img.img_left {
	padding: 0 10px 0 0;
}

.submitted
{
	padding: 0px 0px 10px 0px;
	font-style: italic;
	font-size: 0.9em;
}
.comment
{
padding-top: 20px;
border-top: 1px solid #dddddd;
}
.block
{
/*background-color: #ffffff;
border: 1px solid #333;*/
}
.captcha img
{
float: left;
padding-right: 15px;
}

.searchbox{
width: 302px;
background-color:#343434;
color:#fff;
font-family: sans-serif, "Myriad Pro", "Times New Roman", Georgia, Arial,  Verdana;
text-align:left;
/*margin-bottom: 14px;*/
padding: 2px 0px 0px 8px;
text-decoration: none;
font-weight:bold;
float: right;
height: 26px;
}


/* *********************** MENU *************************** */

.rws-primary-menu{
background-color:#343434;
color:#fff;
font-family: sans-serif, "Times New Roman", Georgia, Arial,  Verdana;
text-align:left;
margin-bottom:14px;
text-decoration: none;
font-weight:bold;
width: 100%;
height: 37px;
}

.rws-primary-menu a{color:#fff;}
.rws-primary-menu .block, .rws-primary-menu .block-menu{padding:0; margin:0; border:none; }
.rws-primary-menu h2{display:none; }
.rws-primary-menu ul, .rws-primary-menu ul.menu{margin:0; padding:0;}
.rws-primary-menu li, .rws-primary-menu li.leaf, .rws-primary-menu ul.links li{margin:0; padding:0; list-style:none;
float:left;
font-size:1.2em;
}

.rws-primary-menu li a{display:block; padding:10px 20px 10px 20px;  color:#fff !important; background-color:#4a4a4a;text-decoration: none; font-weight:bold;}
.rws-primary-menu li a:hover{background-color:#3a3a3a; color:#f5f5f1; }
.rws-primary-menu li a.active {color:#fff; background-color:#3a3a3a;}



.rws-primary-menu ul,
.rws-primary-menu ul li,
.rws-primary-menu ul ul {
  list-style: none;
}

.rws-primary-menu ul {
  position: relative;
  z-index: 597;
  float: left;
}

.rws-primary-menu ul li {
  float: left;
  vertical-align: middle;
  list-style-type: none !important;
  list-style-image: none !important;
  /*zoom: 1;*/
  display:block;  color:#fff !important; background-color:#4a4a4a;text-decoration: none; font-weight:bold;
}

.rws-primary-menu ul li.hover,
.rws-primary-menu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
  background-color:#3a3a3a; color:#f5f5f1; 
}

.rws-primary-menu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 150px;
  margin-top: 1px;
}

.rws-primary-menu ul ul li {
  float: none;
  margin: 0;
  padding: 10px 20px;
  font-weight: normal;
  width:150px;
}


.rws-primary-menu ul li:hover > ul {
  visibility: visible;
}

.rws-primary-menu ul li.rtl ul {
  top: 100%;
  right: 0;
  left: auto;
}
/*
.rws-primary-menu ul ul ul {
  top: 1px;
  left: 99%;
}
.rws-primary-menu ul li.rtl ul ul {
  top: 1px;
  right: 99%;
  left: auto;
}

.rws-primary-menu ul ul li.expanded {
  padding-right: 20px;
}*/


@media (max-width: 560px) {
#block-adsense_managed-12, #block-adsense_managed-8 {
	display:none;
}

}