/* Credit: http://www.templatemo.com */
body {
	margin: 0;
	padding: 0;
	color: #cccccc;
	font-family: "open sans", "droid sans", "liberation sans", "muli", arial, arial unicode, sans-serif;
	font-size: 14px;
	line-height: 1.4em; 
	background: url(../gallery/templatemo_body.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	overflow-x: hidden;
}

a, a:link, a:visited { color: #d7bc83; text-decoration: none; }
a:hover { text-decoration: underline; }

p { margin: 5px 0 10px 0; padding: 0; }
img { border: none; }

h1, h2, h3, h4, h5, h6 { color: #eeeeee; font-family: "helvetica light", "sans light",  "sansation light",  "muli", arial, arial unicode, sans-serif; font-weight: normal }
h1 { font-size: 30px; margin: 0 0 20px 0; padding: 0; }
h2 { font-size: 22px; margin: 0 0 20px 0; padding: 0; }
h3 { font-size: 20px; margin: 0 0 15px; padding: 0; }
h4 { font-size: 18px; margin: 0 0 10px; padding: 0; }
h5 { font-size: 16px; margin: 0 0 5px; padding: 0; }
h6 { font-size: 14px; margin: 0 0 5px; padding: 0; }
h7 { font-size: 11px; margin: 0 0 5px; padding: 0; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px; }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h60 { height: 60px }

a.more { 
	color: #d7bc83;
	text-decoration: underline;
}

a.more span { font-size: 14px; }
a.more:hover { text-decoration: none; }

.float_l { float: left }
.float_r { float: right }

.image_title { margin-bottom: 10px; font-size: 16px; font-weight: bold; }

.image_wrapper { position: relative; display: inline-block; margin-bottom: 10px }

.image_wrapper span { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 200px; 
	height: 100px; 
	background: url(../gallery/templatemo_image_frame.png) no-repeat; 
}

.image_wrapper img { width: 200px; height: 100px }
.image_fl { float: left; margin: 3px 15px 5px 0 }
.image_fr { float: right; margin: 3px 0 5px 15px }

blockquote { font-style: italic; margin-left: 10px}
cite, cite a { font-weight: 700; color:#9b5e0a }
cite span { color: #bbbbbb }
em { color: #fff }

.templatemo_list { margin: 0 0 15px 15px; padding: 0; list-style: none }

.templatemo_list li { 
	color:#bbbbbb; 
	margin: 0 0 6px; 
	padding: 4px 0 3px 22px; 
	background: transparent url(../gallery/templatemo_list.jpg) scroll 0 7px  no-repeat; 
}

.templatemo_list li a { color: #bbbbbb }
.templatemo_list li a:hover { color: #9b5e0a }

#templatemo_wrapper { 
	width: 980px;
	margin: 0 auto
}

#templatemo_header {
	width: 960px;
	padding: 10px;
	position:relative;
}

#templatemo_header .header_bg {
	position:absolute;
	top:50px;
	right:550px;
	cursor:default;
}

#wr_menu { 
	float: right;
}

#templatemo_menu { 
	float: left;
	margin-bottom: 10px; 
}

/* Modified by www.templatemo.com */
.ddsmoothmenu {
}

.ddsmoothmenu ul {
	z-index: 100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	display: block;
	height: 30px;
	margin-left: 35px;
	padding: 5px;
	padding-top: 6px;
	line-height: 20px;
	font-size: 14px;
	font-family: "open sans", "droid sans", "liberation sans", "muli", arial, arial unicode, sans-serif;
	color: #AAAAAA;	
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	outline: none;
}

/*IE6 hack to get sub menu links to behave correctly*/
* html .ddsmoothmenu ul li a { 
	display: inline-block;
}

/*CSS class that's dynamically added to the currently active menu items' LI A element*/
.ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a:hover { 
	color: #d7bc83;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	width: 160px;
	margin: 10px 0 0 5px;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	background: #333;
}

.ddsmoothmenu ul li ul span.top { 
	position: absolute; 
	width: 160px; 
	height: 5px; 
	top: -5px; 
	left: 0;  
}

.ddsmoothmenu ul li ul span.bottom { 
	position: absolute; 
	width: 160px; 
	height: 5px; 
	bottom: -5px; 
	left: 0;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
	font-weight: 500;
	width: 140px; /*width of sub menus*/
	height: 28px;
	line-height: 28px;
	margin: 4px 8px;
	font-size: 14px;
	text-align: left;
	background: none;
	color: #AAAAAA;
	border-bottom: 1px solid #151515;
}

.ddsmoothmenu ul li ul li .last {
	border-bottom: none;
}

.ddsmoothmenu ul li ul li a.selected, .ddsmoothmenu ul li ul li a:hover {
	color: #CC6600;
	width: 136px;
	margin-left: 12px;
	background: none;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu { height: 1%; } /*Holly Hack for IE7 and below*/

/* ######### CSS classes applied to down and right arrow ../gallery  ######### */

.downarrowclass {
	position: absolute;
	top: 12px;
	right: 7px;
}

.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
}

.toplevelshadow { /*shadow opacity. Doesn't work in IE*/
	opacity: 0.5;
}
/* menu */

#site_title { float: left; }

#site_title h1 { margin: 0; padding: 0 }

#site_title h1 a { 
	display: block; 
	width: 145px; 
	height: 135px; 
	color: #333; 
	text-indent: -10000px; 
	background: url(../gallery/templatemo_logo.jpg) top left no-repeat;
}

#name { width: 600px; padding: 5px; margin-top: 5px; }

#header_right {
	float: right;
}

#social_links { float: right; margin: 0 5px 5px 0 }
#idioma { float: right; }
#idioma  a { display: inline-block; }


#templatemo_slider {
	clear: both;
	width: 980px;
	height: 225px;
	padding: 20px 0;
}

.pics_slider { width: 55%; float: left; }

.txt_slider { width: 40%; float: right; margin-top: 15px; } 

#templatemo_main {
	clear: both;
	margin-top: 15px;
	width: 960px;	
}

#templatemo_content {
	float: left;
	width: 600px;
	margin-top: 15px;
}

#form_content {
	float: right;
	width: 49%;
}

#content2 {
	margin: 0 auto;
	width: 960px;
	margin-top: 15px;
}

#templatemo_sidebar {
	float: right;
	width: 300px;
}

#left_sidebar {
	float: left;
	width: 49%;
}

.fbox { width: 30%; padding: 5px; margin-right: 10px; float: left; }

.templatemo_fwc {
	clear: both;
	width: 1002px;
}

.fwc_box {
	width: 920px;
	margin: 0 auto;
	padding: 20px;
}

.box_w200 {
	float: left;
	width: 200px;
	margin-right: 30px;
}

.image_cap {
	margin-top: 5px;
	color: #cccccc;
	text-align: center;
}

.rmb { margin-right: 0 }

.sb_box_wrapper {
	clear: both;
	margin-bottom: 30px;
}

.sb_box {
	width: 250px;
	padding: 10px;
	overflow: hidden;
	line-height: 22px;
	color: #bbbbbb;
}

.templatemo_post {
	margin: 0px;
	padding: 20px 0px;
}

.tour_post {
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

.templatemo_post_title {
	font-size: 24px;
	margin: 10px 0px 15px 0px;
}

.tour_title {
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	text-align: center;
}

.templatemo_post_tag {
	margin-bottom: 15px;
	font-size: 11px;
	font-weight: bold;
	color: #555555;
}

.post_image {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.contenedor-tabla{
display: table; border-style: solid; border-width: 1px; width: 100%;
}
.contenedor-fila{
display: table-row; border-style: solid; border-width: 1px;
}
.contenedor-columna1{
display: table-cell; text-align: center; vertical-align: top; border-style: solid; border-width: 1px; width: 40%;
}

.contenedor-columna2{
display: table-cell; text-align: center; vertical-align: top; border-style: solid; border-width: 1px; width: 20%;
}

#templatemo_footer {
	clear: both;
	width: 960px;
	padding: 10px;
	text-align: center;
	color: #797979;
}

#templatemo_footer a {
	color: #797979;
}

#contact_form { padding: 0; width: 300px }
#contact_form form { margin: 0px; padding: 0px; }

#contact_form form .input_field { 
	width: 400px; 
	padding: 5px; 
	color: #bbbbbb; 
	border: 1px solid #333333; 
	background: #000000; 
	font-family: "open sans", "droid sans", "liberation sans", "muli", arial, arial unicode, sans-serif;
}

#contact_form form label { display: block; width: 100px; margin-bottom: 5px; font-size: 14px }

#contact_form form textarea { 
	width: 400px; 
	height: 100px; 
	padding: 5px; 
	color: #bbbbbb; 
	border: 1px solid #333333; 
	background: #000000;   
	font-family: "open sans", "droid sans", "liberation sans", "muli", arial, arial unicode, sans-serif;
}

#contact_form form .submit_btn { 
	cursor: pointer; 
	margin: 0px;
	padding: 8px 14px; 
	color: #bbbbbb; 
	border: 1px solid #333333; 
	background: #000000; 
}