* {
	margin: 0;
	padding: 0;
}
img {
	border: 1;
}
.clear {
	clear: both;
	font-size: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.text-right {
	text-align: right;
}
.center {
	text-align: center;
}
.xxsmall {
	font-size: 10px;
}
.xsmall {
	font-size: 11px;
}
.small {
	font-size: 12px;
}
.normal {
	font-size: 14px;
}
.big {
	font-size: 16px;
}
.black {
	color: #000;
}
.strong {
	font-weight: bold;
}
.float {
	float: left;
}
.right {
	float: right;
}
.uppercase {
	text-transform: uppercase;
}
.absolute-right {
	position: absolute;
	top: 0;
	right: 0;
}
body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 12px;
}
a {
	color: #1a2455;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.reverse {
	text-decoration: underline;
}
a.reverse:hover {
	text-decoration: none;
}
.no-ul {
	text-decoration: none
}
.no-ul:hover {
	text-decoration: underline !important
}

.container {
	margin: 0 auto;
	width: 960px;
}
.posterousHeader {
	left: -10px;
	position: absolute;
	top: 0;
}

.header {
	background: #999900;
	color: #fff;
	overflow: visible;
	z-index:center
	text-align: left;
}
.header_text, .header_text .content { height: 100px; }
.header .content {
	width: 900px;
	margin: 0 auto;
	padding-left: 100px;
	position: relative;
}

h1,h2,.about-details,.date {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial,Helvetica,sans-serif;
}
.date {
	font-weight: 300;
}

h1 {
	font-size: 36px;
	text-align: right;
	line-height: 36px;
}

h1 a {
	color: #fff;
	text-decoration: none;
}

h2 {
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
}

h2 a {
	color: #1a2455;
	text-decoration: none;
}

h2 a:hover {
	color: #333;
	text-decoration: none;
}

.post_body { margin-top: 15px; }

h4 {
	color: #555;
}

.about {
	left: -50px;
	margin: 28px auto 5px;
	position: relative;
	overflow: hidden;	
	width: 500px;
}

.about-details {
	line-height: 1.5em;
	margin-left: 70px;
	width: 430px;
	overflow: hidden;
	margin-top: -10px;
}

.about-details p {
	color: #444;
	font-size: 14px;
	margin: 10px 0px;
}

#posts {
	float: left;
	width: 680px;
}


.postunit {
	padding: 20px 0px;
	margin: 5px 0px;
	position: relative;
}

.info-column {
	color: #444;
	float: left;
	font-size: 14px;
	text-align: left;
	width: 180px;
	margin-top: 20px;
}

.text {
	margin: 5px 20px 0 0;
}


.post {
	float: right;
	position: relative;
	width: 500px;
}

.post p, .post div {
	line-height: 1.5em;
}

.post p {
	margin: 15px 0px;
}
.post ol { margin: 15px 0px 15px 20px;}
.post ul { margin: 15px 0px 15px 15px;}

.galleryLabel {
	color: #676767;
}


.tagsbar {
	font-size: 11px;
	line-height: 14px;
	color: #aaa;
	margin-top: 15px
}

.infobar .location {
	display: block !important;
	font-size: 11px;
	float: left;
}

.infobar .details {
	float: right;
	font-size: 10px;
	margin-top: 1px;
}

.date-comments {
	padding-left: 10px;
}

.infobar .posted,.infobar .comments-name {
	color: #1a2455;
}

.infobar a.timestamp,.infobar .comments-quantity {
	color: #999;
	font-size: 10px;
}

.comment-area {
	clear: left;
}

.infobar .comment_list {
	display: inline !important;
}

.comment,.commentunit {
	color: #444;
	margin-top: 5px;
}

.commentunit {
	width: auto !important;
}

.commentname a {
	text-decoration: none !important;
}

.commentname a:hover {
	text-decoration: underline !important;
}

.comment h4 {
	margin: 0 !important;
}

.posterousAddNewComment .commentunit {
	margin-top: 20px;
	border-bottom: none !important;
}

.comment ul.mini_commands {
	clear: both;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: right;
	top: 0;
}

.comment ul.mini_commands li {
	margin: 0px 5px 0px 0px;
}


.comment_value label {
	margin-right: 10px;
}
.comment_value br {
	display: none;
}

.comment_value input[type='submit'] {
	margin: 10px 0px;
}

.comment_none_yet_msg {
	color: #888;
	font-size: 11px;
	font-weight: normal;
	margin-top: 5px;
}

.infobar .details a {
	text-decoration: none;
}

.infobar .details a:hover {
	text-decoration: underline;
}

.location-map {
	margin-top: 5px;
	padding: 8px;
	border: 1px solid #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.map {
	float: left;
	height: 150px;
	width: 300px;
}

.location-details {
	color: #676767;
	float: right;
	width: 175px
}

p.private-post {
	margin: 10px 20px 0px 0px;
}
.private-post a.tooltip_link:hover span {
	color: #555;
	right: 0px; width: 110px;
}

.private-post a.tooltip_link:hover span b {
	color: #555;
}

.search-section, .tag-section {
	margin-left: 160px;
	padding: 20px 20px 5px 20px;
}
.search-section h2, .tag-section h2 {
	color: #444;
	font-size: 16px;
}

.pagination {
	color: #676767;
	margin: 0 0 50px 180px;
}

.pagination span {
	position: relative;
	top: 2px;
}

.pagination a {
	background: #1a2455;
	border: solid 1px #1a2455;
	color: #fff;
	display: inline-block;
	display: -moz-inline-box;
	padding: 1px 6px;
}

.pagination a:hover {
	background: #555;
	border: solid 1px #555;
	color: #ddd;
	text-decoration: none;
}

.pagination .disabled {
	color: #676767;
}

.pagination .current {
	color: #676767;
	font-weight: bold;
	padding: 0 3px;
}


#sidebar {
	float: right;
	width: 230px;
	margin-top: 30px;
}

.sidebar-block {
	margin-bottom: 30px;
}

h5 {
	color: #1a2455;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 3px;
	text-transform: uppercase;
}

.tags {
	width: 230px;
}

.tag {
	margin: 0;
	padding-top: 7px;
}

#more-tags-listing ul {
	margin: 0;
}

.tag li,#more-tags-listing li,.taglist li {
	color: #1a2455;
	font-size: 10px;
	list-style: none;
	margin: 0;
	vertical-align: top;
}

.taglist ul {
	margin: 0 !important;
}

.tag li a,#more-tags-listing li a,.taglist li a {
	color: #818181;
	display: inline-block;
	font-size: 12px;
	margin-bottom: 7px;
	text-decoration: none;
}

.tag li a:hover,#more-tags-listing li a:hover,.taglist li a:hover {
	text-decoration: underline;
}

a.more-tags {
	color: #1a2455 !important;
	font-size: 10px !important;
	text-decoration: none;
}

a.more-tags:hover {
	text-decoration: underline;
}

li.tag_item_selected {
	color: #333;
	font-size: 12px;
	padding-bottom: 7px;
}

.search {
	background: url(/themes/search-light.gif) no-repeat 3px 2px #fff;
	border: solid 1px #e5e5e5;
	color: #aaa;
	font-size: 11px;
	margin-bottom: 2px;
	padding: 5px 7px 5px 20px;
	width: 153px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.search:focus {
	color: #333;
}


.contributors, .fans {
	margin: 10px 0;
}
ul.contribs li, ul.contribs li a, ul.fans li, ul.fans li a {
	font-size: 11px;
	color: #666;
	list-style: none;
}
ul.contribs li img, ul.fans li img {
	vertical-align: middle;
}

#subscribe_div {
	margin-bottom: 3px;
}

.subscribe-link {
	color: #666;
	font-size: 11px;
	padding-left: 20px;
	line-height: 20px; 
	position: relative;
	top: -2px;

}
.subscribe-posterous {
	background: url(/images/favicon.png) no-repeat -1px -1px;
	height: 20px;
	margin: 3px 0px;	
}
.subscribe-rss {
	background: url(/images/feed-icon-14x14.png) no-repeat;
	height: 16px;
	margin: 3px 0px;	
}
.editbox {
	visibility: hidden;
	position: absolute;
	top: -5px;
	left: 180px;
}
.postunit:hover .editbox {
	visibility: visible;
}
.posted_by {
	font-size: 10px;
	margin: 5px 0px 20px 0px;
	color: #888;
}
.posted_by a {
	color: #999;
}

.posterousPrivateBox a { color: #fff;}
.metricLabel { font-size: 10px; color: #aaa; }
.metricValue { font-size: 10px; color: #444; font-weight: bold; }
div.profile_ajax_reply { padding-left: 20px; }

ul.navigation { margin: 20px auto; width: 500px; position: relative; left: -50px; }
ul.navigation li { list-style: none; display: inline; padding-right: 20px; }
ul.navigation li a { font-size: 17px; }
ul.navigation li a.current { color: #444; font-weight: bold; }

li 

{

margin-top: 5px;

}

li 

{

list-style-type: none;

}

ul li

{

list-style-type: disc;

}


/* ***************************** Feed ***************************** */
#blog {

	width:700px;
	padding:0;
	margin-left: 40px;	
	margin-right: 40px;
	margin-top: 40px;
	font-size: 11px;

}
		
	/* Happy Resyndicator
	----------------------------------------------- */
	
	div.feedburnerFeedBlock p.date {
		color: #666;
		}
	div.feedburnerFeedBlock ul li div {
		display: inline;
		text-align: left;
		list-style: none;
		

		

		}
	div.feedburnerFeedBlock span.headline a {
		font-size: 18px;
		text-align: right;
		line-height: 15px;

		}
	div.feedburnerFeedBlock ul li {
		margin-bottom: 10px;
		margin-left: 0;
		padding-left: 0;
		text-indent: 0;
				list-style: none;

		}
	div.feedburnerFeedBlock ul {
		list-style: none;
		margin: 0;
		margin-left: 0;
		padding: 0;
		text-align: left;

	}



/* ******************************* footer ******************************* */


#footer{
	
	left:0px;
	bottom: 0px;
	display:block;
	width:100%;
	height:100px;
	padding:0;
	margin:0;
	text-align:left;
	background-repeat:repeat-x;
	background-position:top left;
	/*background-color:#e4f3fa;*/
	border: solid 0px #000;
	background-image:url(http://www.travelsoft.es/template-c2k_files/footer_bg.jpg);

}


#footercontent {
	width:960px;
	display:block;
	margin: 0 auto;
	overflow:auto;
	padding-top: 10px;
	text-align: left;
}

#footercontent ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
	padding-top: 10px;
}


#footercontent li {
	list-style:none;
	margin-left: 0px;
	list-style-position:inside;
	outline-style: none;
	display: block;

}

#footercontent li a {
	font-weight:normal;
	text-decoration: underline;

}

#footercontent li a:hover {

}

.footer-col {
	width:170px;
	height: 140px;
	overflow:hidden;
	float:left;
	padding:10px 10px 0 10px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: gray;
}

.footer-col a{
	color: gray;
}

#footer-col1 {
}


#footer-col2 {
	font-size: 11px;

}

#footer-col3 {
	font-size: 11px;

}

#footer-col4 {
	font-size: 11px;

}

.titulo {
	font-size: 14px; 
	font-weight: bold; 
	color: #999999;
}



