html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

input {
    border: 1px solid black;
    background-color: #333333;
}

ol, ul {
	list-style: none;
}


table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group Defaults */

strong{
	font-weight: bold;
}

em{
	font-style: italic;
}

ol{
	list-style-type: decimal;
}

p{
	line-height: 1.2;
}

h1, h2, h3, h4{
	font-weight: normal;
}

a:link, a:visited{
	color: #aeee00;
	text-decoration: none;
}

a.premier:link, a.premier:visited {
	color: #FF358B;
	text-decoration: none;
}

a:hover, a:active{
	text-decoration: underline;
}

/* @end */

/* @group Utilities */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* @end */

/* @group Attributes */

body{
	background: #000;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 12px;
	color: #FFF;
}

.page{
	width: 830px;
	margin: 5px auto 20px auto;
}

/* @group Left Column */

.left_column{
	width: 520px;
	margin-right: 20px;
	padding-top: 1px; /* so the post's margin top shows up */
	margin-top: 26px;
	float: right;
}

.post_wrap{
	background: #191919 url(images/article_background.jpg) top left no-repeat;
	margin-top: 20px;
	width: 520px;
}

.post{
	background: url(images/article_bottom.gif) bottom left no-repeat;
	padding: 25px 20px 15px 20px;
}

.content{
	clear: left;
}

.post .date{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.post h2{
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.post .tags a:link, .post .tags a:visited{
	color: white;
	text-decoration: none;
}

.post .tags{
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 10px;
	float: left;
	padding-top: 2px;
}

.post .tags a:link, .post .tags a:visited{
	padding-left: 16px;
	background: url(images/icon_tag.gif) 0 5px no-repeat;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.post .tags a:hover, .post .tags a:active{
	text-decoration: underline;
}

div.comments{
	font-size: 12px;
	text-align: right;
}

div.comments a{
	background: url(images/icon_comment.gif) 0 2px no-repeat;
	padding-left: 18px;
}

.post p{
	margin-bottom: 10px;
	text-align: justify;
	line-height: 1.4;
}

.post .leftimg{
	margin-right: 10px;
}

.post .firstimg_tres{ /* como el post de twiggy lamp -- la primera de las imagenes (la grande) */
	float: left;
	margin-right: 10px;
}

.post .secondimg_tres{ /* como el post de twiggy lamp -- la segunda de las imagenes (derecha, arriba)  */
	margin-bottom: 10px;
}

.post small{
	font-size: 10px;
	color: #fff;
	display: block;
	text-align: right;
	padding: 2px 4px;
}

.search_result{
	margin-bottom: 25px;
}

.search_result .tags{
	float: none;
}

.search_result h2{
	margin-bottom: 3px;
}


.copyright{
	margin: 20px;
	font-size: 11px;
	color: #666;
	text-align: center;
}

.w3c{
	margin-top: 5px;
}

.btns{
	padding-left: 20px;
}

.btn{
	float: left;
	margin: 0 5px 5px 0;
}

a.valid{
	padding-left: 14px;
	background: url(images/icon_checkmark.gif) 0 2px no-repeat;
	margin-right: 10px;
}

h2.comments{
	color: #ff358b;
}

.comment{
	background: url(images/comment_background.gif) 0 0 no-repeat;
	color: black;
	padding: 15px 0 1px 15px;
	text-align: justify;
	line-height: 1.4;
	margin-top: 15px;
}

.comment p{
	padding-right: 15px;
}

.comment a:link, .comment a:visited{
	color: #089bd0;
}

.comment_meta{
	padding-top: 20px;
	padding-left: 15px;
	background: url(images/comment_bottom.gif) 0 0 no-repeat;
}

.highlighted a:link, .highlighted a:visited{
	color: #ff358b;
	background: url(images/icon_butterfly.gif) right 1px no-repeat;
	padding-right: 17px;
}

.comment_date{
	color: #999;
}

.comment textarea{
	width: 445px;
	height: 70px;
	margin-bottom: 10px;
}

.comment_meta label{
	margin-left: 5px;
	font-weight: bold;
}

.comment_meta label small{
	font-weight: normal;
	color: #999;
	display: inline;
	text-align: left;
	margin-left: 3px;
}

.comment_meta input{
	width: 150px;
}

ul.archive, ul.archive_tags{
	margin-bottom: 15px;
}

ul.archive li{
	padding-left: 16px;
	margin-bottom: 8px;
	background: url(images/icon_article.gif) 0 1px no-repeat;
}

ul.archive_tags li{
	padding-left: 16px;
	margin-bottom: 8px;
	background: url(images/icon_tag.gif) 0 1px no-repeat;
}

ul.archive li a, ul.archive_tags li a{
	color: #fff;
}

ul.related li{
	padding-left: 16px;
	background: url(images/icon_article_blue.gif) 0 1px no-repeat;
	margin-bottom: 5px;
}

ul.related a:link, ul.related a:visited{
	color: #FFF;
}

.navleft{
	width: 50%;
	float: left;
}
/*
.navleft a:link, .navleft a:visited{
	font-size: 16px;
	text-transform: uppercase;
	padding-left: 25px;
	background: url(images/left.gif) 0 2px no-repeat;
	color: #fff;
}
*/
.navright{
	text-align: right;
}
/*
.navright a:link, .navright a:visited{
	font-size: 16px;
	text-transform: uppercase;
	padding-right: 25px;
	background: url(images/right.gif) right 2px no-repeat;
	color: #fff;
}
*/
.nav{
	padding-bottom:20px;
}

.event_month{
	margin-top: 20px;
	font-size: 12px;
	text-transform: uppercase;
}

.event{
	margin-left: 20px;
	margin-top: 15px;
}

.event_title{
	text-transform: uppercase;
	line-height: 1.2;
}

.event_description{
	color: #777;
	text-transform: none;
	margin-left: 10px;
}

.event_title_info{
	margin-bottom: 2px;
}

.event_details{
	line-height: 1.2;
}

.event_location{
	/*
	padding-left: 15px;
	margin-left: 10px;
	background: url(images/icon_flag.gif) 0 1px no-repeat;
	*/
}

/*
.event_date:after{
	content: " @ ";
	color: #777;
}
*/

.event_at{
	color: #777;
}

.event_date{
	/*
	padding-left: 15px;
	background: url(images/icon_date.gif) 0 1px no-repeat;
	*/
}

/* @end */

/* @group Right Column */

.right_column{
	width: 274px;
	float: right;
}

.right_column h1 a{
	display: block;
	height: 0;
	padding-top: 136px;
	overflow: hidden;
	background: url(images/logo.jpg) 4px 0 no-repeat;
	margin-top: 10px;
}

.widget_wrap{
	background: #191919 url(images/sidebar_background.jpg) top left no-repeat;
	margin-bottom: 20px;
}

.widget{
	background: url(images/sidebar_bottom.gif) bottom left no-repeat;
	padding: 25px 20px 15px 20px;
}

.widget h2{
	font-size: 18px;
	text-transform: uppercase;
}

.blue{
	color: #089bd0;
}

.helpBlue {
    color: white;
    background-color: #089bd0;
    height: 20px;
    font-size: 14px;
    clear: both;
    margin: 0px 0px 10px 0px;
    float: left;
    padding: 5px;
}

.green{
	color: #aeee00;
}

.pink{
	color: #ff358b;
}

.widget ul{
	margin-top: 12px;
}

.widget ul li{
	margin-bottom: 8px;
	padding-left: 18px;
	line-height: 1.2;
}

.widget ul li a:link, .widget ul li a:visited{
	color: white;
	text-decoration: none;
}

.widget ul li a:hover, .widget ul li a:active{
	text-decoration: underline;
}

ul.menu li{
	background: url(images/icon_page.gif) 0 2px no-repeat;
}

ul.recent li{
	background: url(images/icon_article.gif) 0 2px no-repeat;
}

ul.blogroll li{
	background: url(images/icon_link.gif) 0 2px no-repeat;
}

ul.subscribe li{
	background: url(images/icon_feed.gif) 0 2px no-repeat;
}

ul.categories li{
	background: url(images/icon_tag.gif) 0 2px no-repeat;
}

.right_column .ads{
	margin-top: 10px;
}

.right_column .ads img{
	margin-bottom: 10px;
}

.widget form{
	margin-top: 10px;
	margin-bottom: 10px;
}

.texta {
 font-size: 12px;
 color:#aeee00;
 background-color: #212121;
 border: 1px solid #666666;
 height:200px;
 width:300px;	
}

.textad {
 font-size: 12px;
 color:#aeee00;
 background-color: #212121;
 border: 1px solid #666666;
}

.buttonad {
 font-size: 14px;
 color:#aeee00;
 background-color: #212121;
 border: 1px solid #666666;
}

div.menu{
	background: url(images/menu_background.gif) top repeat-x;
	width: 100%;
	position: fixed;
}

div.menu ul{
	width: 1050px;
	margin: 0 auto;
}

div.menu ul li{
	font-size: 12px;
	float: left;
	margin-right: 20px;
	text-transform: uppercase;
	margin: 15px 5px 15px 0;
}

div.menu ul li a{
	display: block;
	float: left; /* IE fix */
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
}

div.menu ul li a:link,
div.menu ul li a:visited{
	color: #FFF;
}

div.menu ul li.current_page_item{
	background: url(images/menu_item_right.gif) top right no-repeat;
}

div.menu ul li.current_page_item a{
	background: url(images/menu_item_left.gif) top left no-repeat;
}

div.menu ul li.search{
	float: right;
	margin-right: 0;
}

div.menu a.spain{
	background: url(images/spain.gif) left no-repeat;
	padding-left: 20px;
	margin-left: 10px;
}

.searchfield{
	vertical-align: middle;
	font-size: 12px;
	line-height: 12px;
	width: 165px;
	margin: 0 5px;
	border: 0;
	padding: 5px 5px 4px 7px;
	background: url(images/search_field.png) top left no-repeat;
	color: black;
}

.searchbutton{
	vertical-align: middle;
	border: 0;
	padding: 0;
	margin: 0;
}

.description {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #089BD0;
    border-bottom: 1px solid #089BD0;
}

.message {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #FFFFFF;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.forumPost {
    margin-top: 10px;
}