/*  
Template Name: LightSpeed
Theme URI: http://www.thewebhub.com/2008/11/lightspeed/
Description: A two-column, dark-themed design suitable for personal websites and blogs use. This design fits in a 1024x768 screen resolutions.
Author: Enjay
Author URI: http://aboutenjay.com/
(c)2008 Enjay and TheWebHub.com
*/

body {
	margin: 0;
	padding: 0;
	background: #000 url(images/mandanga.png);
	font-family: Helvetica;
	font-size: 75%;
	color: #CCCCCC;
	background-attachment: fixed;
	background-repeat: repeat;
	
	
}

#contenedor {
	clear:both;
	margin-left: 14%;
	margin-right:14%;
	margin-top:0%;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	height:100%;
}

h1, h2, h3, p, ul, ol {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: "Walkway UltraExpand Bold", "Century Gothic", Helvetica;
}

h1 {
	letter-spacing: 1px;
	font-size: 220%;
	color: #8B8B8B;
}

h2 {
	letter-spacing: -1px;
	font-size: 130%;
	text-align: center;
}

h3 {
	font-size: 123.1%;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 180%;
	position: static;
}

strong, em {
	color: #ddd;
}

a {
	text-decoration: none;
}

a:link {
	border-bottom: 1px dotted #333;
	color: #CCCCCC;
	font-family: "Walkway UltraExpand Bold", "Century Gothic";
}

a:visited {
	color: #FF0000;
	border-bottom: 1px dotted #666;
}

a:hover {
	color: #FF0000;
	border-bottom-color: #CCCCCC;
	text-decoration: line-through;
}

a img {
	border: 4px #000000;
}

/* WRAP - Encloses everything to add the header background. */

#wrap {
}

/* HEADER - Contains the logo, slogan and menu. */

#header {
	margin: 0 auto;
	text-transform: lowercase;
	position: center;
	visibility: visible;
	background-attachment: fixed;
	background-image: url(images/header.png);
	top: auto;
	text-align: center;
}

/* LOGO & SLOGAN */

#header h1, #header h2 {
	margin: 0;
	text-align: center;
	color: #FF0000;
	font-family: "Walkway UltraExpand Bold", "Century Gothic", Helvetica;
	position: center;	
}

#header h1 {
	padding-top: 5%;
}

#header a {
	border: none;
	color: #FF0000;
}

#header a:hover {
	color: #FF0000;
	text-decoration: line-through;
}

/* MENU */

#header ul {
	margin: 0;
	padding: 1em 0 0 0;
	line-height: normal;
	list-style: none;
	text-align: center;
	position: static;
	background-attachment: fixed;
}

#header li {
	display: inline;
}

#header li a {
	padding: 0 1em;
	font-weight: bold;
	color: #fff;
}

#header li a:hover {
	color: #FF0000;
	text-decoration: line-through;
}

/* PAGE - Contains the main content and the sidebar. */

#page {
	width: 960px;
	margin: 0 auto;
}

/* CONTENT - The main content area. */

#content {
	clear:both;
	margin-left: 14%;
	margin-right:14%;
	margin-top:2%;
	margin-bottom:0px;
	padding-top:3%;
	padding-bottom:0px;
	height:100%;
	
}

.content_text{

font-size:11px;

color:#FFFFFF;

height:auto;

text-align:justify;

padding:8px;

}

img.pic{

padding:0px;

margin-right:10px;

margin-bottom:10px;

border:0px;

float:left;

}

img.map_pic{

padding:0px;

margin:10px;

border:0px;

float:right;

}

img.gallery{

padding:0px;

margin:8px;

border:0px;

float:left;

}


/* POST - Contains a section of the content. Grouping content is neat. */

.post {
	margin-bottom: 20px;
}

.post .title {
	height: 35px;
	margin: 0;
	padding: 6px 0 0 20px;
	
	font-size: 150%;
	font-weight: normal;
	color: #CCCCCC;
}

.post .title a {
	border: none;
	color: #fff;
}

.post .entry {
	padding: 20px 20px 1px 20px;
	float: right;
}

.post .byline {
	font-size: smaller;
	color: #666;
}

.post .byline a {
	font-weight: bold;
	color: #999;
}

.post .img {
	width:300px;
	height:300px;
	float:left;
	clear:none;
	position: relative;
}

.post .meta {
	background: url(images/post_meta_bg.png);
	border-top: 1px solid #000;
}

.post .meta p {
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #000;
	line-height: normal;
	color: #666;
}

.post .meta a {
	border: none;
	color: #999;
}

.post .meta a:hover {
	color: #fff;
}

.post .meta .tags {
	padding-left: 30px;
	background: url(images/tag_green.png) no-repeat 10px 50%;
}

.post .meta .tags a {
}

.post .meta .links {
}

.post .meta .links a {
	padding-left: 22px;
}

.post .meta .comments {
	background: url(images/comments.png) no-repeat 0 50%;
}

.post .meta .permalink {
	background: url(images/world_link.png) no-repeat 0 50%;
}

.post .meta .more {
	background: url(images/bullet_go.png) no-repeat 0 50%;
}

/* SIDEBAR - For extra links and ad spaces. */

#sidebar {
	float: left;
	width: 300px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	padding: 2px 0;
	border-bottom: 1px dotted #333;
}

#sidebar li li a {
	border: none;
}

#sidebar li li a:hover {
	padding-left: 20px;
	background: url(images/bullet_go.png) no-repeat 0 50%;
	color: #fff;
}

#sidebar h2 {
	height: 35px;
	margin: 0;
	padding: 6px 0 0 20px;
	background: url(images/post_title_bg.png) repeat-x;
	font-size: 153.9%;
	font-weight: normal;
	color: #fff;
}

#sidebar .pad {
	padding: 20px;
}
/* FOOTER - For footnotes and copyright notices. */

#footer {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px solid #000;
	text-align: center;
	font-size: smaller;
}

#footer p {
	margin: 0;
	line-height: normal;
}

#footer .legal img {
	margin-top: 1em;
}
.language {
	font-family: "Century Gothic", Helvetica;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	color: #FFFFFF;
	text-align: left;
}
