/* $Id: styles-site.css 34 2007-01-31 09:14:22Z yasuda $ */

/* basic elements */

html {
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}

body {
	background-color: #ffffff;
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 12px;
}

form { margin: 0; padding: 0; }
a { text-decoration: none; }
a img { border: 0; }
a:link { color: #0a50a0; }
a:visited { color: #0a50a0; }
a:active { color: #0a50a0; }
a:hover { color: #0a50a0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
	margin-top: 10px;
	margin-bottom: 10px;
}


/* standard helper classes */

.clr {
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container {
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 820px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url("parts/separador_v.gif");
	background-repeat: repeat-y;
	background-position: center;
}
#container-inner {
	position: static;
	width: auto;
	border: 0;
}

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta {
	display: inline; /* ie win bugfix */
	position: relative;
	min-height: 1px;
	padding-top: 9px;
}

#alpha {
	float: left;
	width: 500px;
	margin: 0px;
	padding: 0px;
/*	border-style: dashed;
	border-color: #ff8080;*/
}

#beta {
	float: right;
	width: 300px;
	margin: 0px;
	padding: 10px 0px;
/*	border-width: 1px;
	border-style: dashed;
	border-color: #8080ff;*/
}

#alpha-inner, #beta-inner {
	position: static;
}

/* content */

.content-nav {
	margin: 10px;
	text-align: center;
}

.entry-header {
	margin: 1px 0 10px 10px;
	border: 0;

	color: #000000;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: large;
	text-align: left;
	font-weight: bold;
}

.date-header,
.entry-content {
	position: static;
	clear: both;
}

.entry,
.trackbacks,
.comments,
.archive {
	width: 600px;
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	padding: 10px 10px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
	clear: both;
	margin: 5px 20px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {
	clear: both;
}

.archive-title {
	margin: 1px 0 10px 10px;
	border: 0;

	color: #0a50a0;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: large;
	text-align: left;
	font-weight: bold;
}

.comments-open-footer,
.archive-content {
	clear: both;
	margin: 5px 10px 20px 10px;
}

.entry-footer,
.trackback-footer,
.comment-footer {
	clear: both;
	margin: 0 0 10px 10px;
	padding: 3px;
	color: #888888;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	line-height: normal;
	text-align: left;
	font-weight: bold;
}

.entry-separator {
	width: 440px;
	height: 18px;
	margin-left: 30px;
	background-image: url("parts/separador_h_gris.gif");
	background-repeat: repeat-x;
	background-position: top;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text {
	width: 240px;
}

#comment-bake-cookie {
	margin-left: 0;
	vertical-align: middle;
}

#comment-post {
	font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail {
	float: left;
	width: 115px;
	margin: 0 10px 10px 0;
}

.image-thumbnail img {
	width: 115px;
	height: 115px;
	margin: 0 0 2px 0;
}


/* modules */

.module {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.module-content {
	position: relative;
	margin: 5px 10px 20px 10px;
}

.module-list,
.archive-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.module-list-item {
	margin-top: 5px;
	margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table {
	border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td {
	width: 14%;
	text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item {
	display: block;
	clear: both;
	margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail {
	float: left;
	min-width: 60px;
	width: 60px;
	/* no ie mac \*/width: auto;/* */
	margin: 0 5px 0 0;
	text-align: center;
	vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description {
	margin: 0;
	padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content {
	margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list {
	display: block;
	height: 1%;
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item {
	display: block;
	float: left;
	/* ie win fix \*/ height: 1%; /**/
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item a {
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item img {
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
}


/* efs */

.navbar2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.tahoma11blanca {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FBFBFB;
	text-decoration: none;
}

.tahoma11blanca a {
	color: #FFFFFF;
	text-decoration: none;
}

.tahoma11blanca a:link { color: #FFFFFF; }
.tahoma11blanca a:visited { color: #FFFFFF; }
.tahoma11blanca a:active { color: #FFFFFF; }
.tahoma11blanca a:hover { color: #FFFFFF; }

.side_inner {
	padding: 10px 20px;
}

.side_inner_center {
	padding: 10px 20px;
	padding-right: 40px;
	text-align: center;
}

.side_canto_title {
	width: 240px;
	color: #0a50a0;
	font-weight: bold;
	text-align: left;
	padding-bottom: 5px;
}

.side_canto_desc {
	width: 240px;
	text-align: left;
	line-height: 180%;
	padding-left: 20px;
}

.side_design_desc {
	width: 240px;
	color: #0a50a0;
	font-weight: bold;
	text-align: center;
}

.side_under_construction {
	font-weight: bold;
	text-align: center;
}

.side_rss_name {
	background-image: url("parts/arrow_grey.gif");
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 12px;
	font-weight: bold;
}

.side_rss_title {
	margin-left: 10px;
}

.side_rss_desc {
	margin-left: 10px;
	margin-bottom: 10px;
}

.side_flash {
	margin-top: 10px;
	margin-bottom: 10px;
}

.link_category {
	margin-bottom: 10px;
	margin-left: 15px;
	font-weight: bold;
	color: #0a50a0;
}

.link_item {
	background-image: url("parts/arrow_grey.gif");
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-left: 40px;
	padding-left: 12px;
	height: 24px;
}

.canto_header {
	margin-bottom: 10px;
	margin-left: 15px;
	height: 20px;
}

.canto_title_blue {
	font-weight: bold;
	color: #0a50a0;
	float: left;
}

.canto_title_gray {
	font-weight: bold;
	color: #808080;
	float: left;
}

.canto_ano {
	font-weight: normal;
	color: #000;
}

.canto_letra {
	margin-left: 40px;
	line-height: 18px;
}

.canto_footer {
	background-image: url("parts/spacer.gif");
	height: 16px;
}

.papel_title {
	background-image: url("parts/arrow_blue.gif");
	background-repeat: no-repeat;
	background-position: 0px 3px;

	padding-left: 12px;
	font-weight: bold;
	color: #0a50a0;
}

.papel_match {
	margin: 10px 0px 10px 40px;
	font-weight: bold;
	color: #000;
}

.papel_desc {
	margin-left: 40px;
	line-height: 18px;
}

.papel_footer {
	background-image: url("parts/spacer.gif");
	height: 16px;
}

.viaje_intro {
	width: 480px;
	text-align: center;
}
.viaje_intro_inner {
	width: 380px;
	text-align: center;
	padding: 0px 50px;
}
.viaje_title {
	color: #0a50a0;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
}
.viaje_subtitle {
	height: 24px;
	color: #0a50a0;
	font-size: 12px;
	text-align: right;
}
.viaje_desc {
	width: 380px;
	color: #00000;
	font-size: 12px;
	text-align: left;
	line-height: 150%;
}
.viaje_main {
	padding: 0px 20px;
}
.viaje_comment {
	width: 380px;
	padding: 0px 50px;
}
.viaje_table {
	border: 1px #000000 solid;
	border-spacing: 5px;
	border-collapse: collapse;
}
.foro_area {
	width: 460px;
	margin-left: 20px;
}
.foto_titile {
	margin-bottom: 0px;
	margin-left: 10px;
	font-weight: bold;
	color: #0a50a0;
}

#pict {
	float: left;
	margin: 10px;
}
