body {
	margin: 0;
	padding: 0;
	color: #5e5b57;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	background-color: #E7E7E7;
	background-repeat: repeat-x;
	background-position: top
}

a, a:link, a:visited {
	color: #C05900;
	font-weight: normal;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline; 
}

a.learnmore { 
	display: block; 
	width: 110px; 
	height: 40px; 
	text-indent: -10000px; 
	background: url(../images/templatemo_learnmore.png) no-repeat; 
}

a.more { 
	display: inline-block; 
	padding-right: 24px; 
	font-size: 11px; 
	font-weight: 700; 
	background: url(../images/templatemo_more.png) no-repeat scroll 34px 3px; 
}

a.nivo-nextNav { background-position:-30px 0; right:15px; }

a.nivo-prevNav { left:15px; }

blockquote { font-style: italic; margin: 0 0 0 10px;}

.button {
	display: inline-block;
	margin-right: 14px;
	padding: 7px;
	border: 0px solid #999999;
	font-size: 20px;
	font-weight: normal;
	color: #000;
	cursor: pointer;
	background-color: #000;
	margin-top: 0.2em;
}
	
.button:hover {
	background-color: #666666;
	background-position: bottom;
}
		
.button:active {
			box-shadow: 0px 0px 25px rgba(0,0,0,0.3),
							inset 0px 0px 20px #412410;
}

cite { font-weight: bold; color:#e17300; }

cite a, cite a:link, cite a:visited  { 
	font-size: 12px; 
	text-decoration: none; 
	font-style: normal 
}

cite span { font-weight: 400; color: #e17300; }

.cleaner { clear: both }

.close {
	margin: 1em auto;
	display: block;
	width: 48px;
	padding: 3px 10px;
	color: #999;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	border-radius: 3px;
	box-shadow: 0 1px 3px #ddd;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
	cursor: pointer;
	background-color: #666666;
}
	
.close:hover {
	background: #fefefe;
	background: -moz-linear-gradient(top,  #fefefe 0%, #f8f8f8 40%, #e9e9e9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(40%,#f8f8f8), color-stop(100%,#e9e9e9));
	background: -webkit-linear-gradient(top,  #fefefe 0%,#f8f8f8 40%,#e9e9e9 100%);
	background: -o-linear-gradient(top,  #fefefe 0%,#f8f8f8 40%,#e9e9e9 100%);
	background: -ms-linear-gradient(top,  #fefefe 0%,#f8f8f8 40%,#e9e9e9 100%);
	background: linear-gradient(to bottom,  #fefefe 0%,#f8f8f8 40%,#e9e9e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e9e9e9',GradientType=0 );
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
	
.close:active {
	background: #f4f4f4;
	background: -moz-linear-gradient(top,  #f4f4f4 0%, #efefef 40%, #dcdcdc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(40%,#efefef), color-stop(100%,#dcdcdc));
	background: -webkit-linear-gradient(top,  #f4f4f4 0%,#efefef 40%,#dcdcdc 100%);
	background: -o-linear-gradient(top,  #f4f4f4 0%,#efefef 40%,#dcdcdc 100%);
	background: -ms-linear-gradient(top,  #f4f4f4 0%,#efefef 40%,#dcdcdc 100%);
	background: linear-gradient(to bottom,  #f4f4f4 0%,#efefef 40%,#dcdcdc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dcdcdc',GradientType=0 );
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.col_2 { 
	float: left; 
	width: 450px; 
	margin-right: 60px; 
}

.col_2_vinos { 
	float: left; 
	width: 250px; 
	margin-right: 35px;
	margin-left: 35px; 
}

.col_3 { 
	float: left; 
	width: 280px; 
	margin-right: 60px; 
}

.col_4 { 
	float: left; 
	width: 225px; 
	margin-right: 20px; 
}

.comments {
	list-style: none; 
}

.comments li { 
	margin-bottom: 10px; 
	list-style:none; 
}

.comments li .commentbox1 { 
	border-left: 5px solid #000; 
	background: #222; 
}

.comments li .commentbox2 { 
	border-left: 5px solid #333; 
	background: #292929; 
}

.comments li .comment_box { 
	clear: both; 
	width:100%; 
	padding: 15px; 
	margin-bottom: 40px;  
}

.comment_box .gravatar { 
	float: left; 
	width: 75px; 
	margin-right: 30px; 
}

.comment_box .gravatar img {  
	width: 75px; 
	height: 75px; 
}

.comment_box .comment_text {  }

.comment_box .comment_text p { 
	margin: 0; 
}

.comment_text .comment_author { 
	font-size: 14px; 
	font-weight: bold; 
	color: #ba8c00; 
	margin-bottom: 10px; 
}

.comment_text .date { 
	font-size: 12px; 
	font-weight: normal; 
	color: #7b7b7b;
	padding-left: 10px; 
}

.comment_text .time { 
	font-size: 12px; 
	font-weight: normal; 
	color: #7b7b7b; 
	padding-left: 10px; 
}

.comment_text .reply a { 
	display: block; 
	clear: both; 
	float: right; 
	color: #000; 
	font-weight: 700; 
} 

#comment_form {
	clear: both;
}

#comment_form h3 {
	font-size: 20px;
	border-bottom: 1px dotted #666;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

#comment_form form {
}

#comment_form textarea {
	padding: 5px; 
	color: #fff;
	background: #333;
	border: 1px solid #555;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 5px; 
	height:150px;
	width: 400px;
}

#comment_form .form_row {
	width: 100%;
	margin-bottom: 15px;
}

#comment_form form input {
	padding: 5px; 
	color: #fff;
	background: #333;
	border: 1px solid #555;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 5px; 
	width: 280px;
}

#comment_form .submit_btn {
	display: block; 
	width: 70px; 
	height: 30px; 
	padding: 5px 8px; 
	text-align: center; 
	text-decoration: none; 
	font-weight: bold;  
	background: #111;
	border: 1px solid #555;
	color: #fff; 
	font-size:12px;
}

#comment_section {
	clear: both;
	margin-bottom: 60px;
	width: 590px;
}

#cont_images {
	height: auto;
	width: 620px;
}

#content_top {
	width: 100%;
	height: 150px;
	margin-bottom: 30px;
	float: left;
}

#contact_form { 
	padding: 0; 
	width: 460px; 
	margin-bottom: 40px; 
}

#contact_form form { 
	margin: 0px; 
	padding: 0px; 
}

#contact_form form .input_field {
	width: 300px;
	padding: 5px;
	color: #7B7B7B;
	background-color: #E7E7E7;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 5px;
	border: 1px solid #C8C8C8;
}

#contact_form form label {
	display: block;
	width: 140px;
	margin-right: 12px;
	font-size: 13px;
}

#contact_form form textarea {
	width: 448px;
	height: 210px;
	padding: 5px;
	color: #fff;
	background-color: #E7E7E7;
	border: 1px solid #A0A0A0;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 5px;
}

#contact_form form .submit_btn {
	padding: 5px 14px;
	background-color: #E7E7E7;
	border: 1px solid #909090;
	color: #868686;
	font-size: 14px;
	margin: 10px 0px;
}

#content {
	float: left;
	width: 620px;
	padding: 10px;
}

#content2 {
	float: left;
	width: 940px;
	padding: 10px;
}

.first_level { margin: 0; padding: 0; }	

.float_l { float: left }

.float_r { float: right }

.footer_list { 
	margin: 0; 
	padding: 0; 
	list-style: none;
}

.footer_list li { 
	margin: 0 0 5px; 
	padding: 0 0 3px; 
	border-bottom: 1px dotted #433854;
}

.footer_list li a { color: #666; }

.footer_social_button { clear: both; margin-top: 20px; }

.footer_social_button a { margin-right: 5px; }

.fpost { padding-top: 0; border-top: none; }

#gallery { display: none; }

h1, h2, h3, h4, h5, h6, h8 {
	color: #C05900;
	font-weight: normal;
}

h1 { font-size: 48px; margin: 0 0 30px; padding: 5px 0 }

h2 {
	font-size: 30px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

h3 { font-size: 24px; margin: 0 0 20px; padding: 0; }

h4 { font-size: 18px; margin: 0 0 15px; padding: 0; }

h5 { font-size: 16px; margin: 0 0 10px; padding: 0;  }

h6 { font-size: 12px; margin: 0 0 5px; padding: 0; }

h7 {
	font-size: 30px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	color: #666;
}

h8 {
	font-size: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.h10 { height: 10px }

.h20 {
	height: 80px;
	background-image: url(../images/logonegro.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.h30 { height: 30px }

.h40 { height: 40px }

.h50 { height: 50px }

#home { background-image: url(../images/templatemo_home_bg.jpg); }

#home_portfolio {
	background-image: url(../images/templatemo_home_bg_2.jpg);
}

#home #templatemo_wrapper #capamedia {
	height: 300px;
	width: 960px;
	float: left;
}

#home #templatemo_wrapper #capamedia #imagenes {
	float: left;
	height: 250px;
	width: 450px;
}

img { border: none; }

.image_frame {
	display: inline-block;
	position: relative;
	margin: 3px 0 10px 0;
	background-color: #ABABAB;
	padding: 6px;
	border: 0px solid #3a3a3a;
}

.image_fl { float: left; margin: 3px 20px 12px 0; }

.image_fr { float: right; margin: 3px 0 12px 20px; }

#jgal {padding:0;margin:0;list-style: none; width: 160px; }

#jgal li { 
	opacity: .5;filter:alpha(opacity=50); 
	float: left; 
	display: block; 
	width: 60px; 
	height: 60px; 
	background-position: 50% 50%; 
	cursor: pointer; 
	border: 3px solid #fff; 
	outline: 1px solid #ddd; 
	margin-right: 10px; 
	margin-bottom: 10px; 
}

#jgal li img { 
	position: absolute;
	top: 20px; 
	left: 160px; 
	display: none; 
}

#jgal li.active img { 
	display: block; 
	width:370px; 
}

#jgal li.active, #jgal li:hover { 
	outline-color: #bbb; 
	opacity: .99;
	filter: alpha(opacity=99);}

.nivo-controlNav { position:absolute; left:260px; bottom:-42px; }

.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}

.nivo-controlNav a.active { background-position:0 -22px; }

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}

.nivo-caption a { color:#efe9d1; text-decoration:underline; }

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

.no_margin_right { margin-right: 0; }

.no_pmb { 
	padding-bottom: 0; 
	margin-bottom: 0; 
	border-bottom: 0; 
}

.no_margin_right { margin: 0 }

.overlay-container {
		display: none;
		content: " ";
		height: 100%;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: -moz-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%, rgba(127,127,127,0.9) 100%);
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(127,127,127,0)), color-stop(100%,rgba(127,127,127,0.9)));
		background: -webkit-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
		background: -o-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
		background: -ms-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
		background: radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007f7f7f', endColorstr='#e67f7f7f',GradientType=1 );
}

p { margin: 0 0 10px 0; padding: 0; }

.pagging { margin: 0 0 20px; padding: 0; }

.pagging ul { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

.pagging ul li { 
	margin: 0; 
	padding: 0; 
	display: inline; 
}

.pagging ul li a {
	float: left;
	display: block;
	color: #333;
	text-decoration: none;
	margin-right: 5px;
	padding: 5px 10px;
	background-color: #E7E7E7;
	border: 1px solid #2f2f2f;
}

.pagging ul li a:hover { 
	background: #f2b600; 
	border: 1px solid #dfdfdf; 
	color: #fff;  
}

#pelicula {
	width: 450px;
	height: 250px;
	float: left;
}

#pelicula2 {
	width: 960px;
	height: 280px;
	float: left;
}

.post {
	clear: both;
	padding: 40px 0;
	border-bottom: 1px solid #343434;
	border-top: 1px solid #000;
}

.post2 {
	clear: both;
	padding: 10px 0;
	border-bottom: 1px solid #343434;
}

.post2 h2.home { 
	color: #ba8c00; 
	font-size: 20px; 
	margin-bottom: 0;  
}

.post h2.home {
	color: #C05900;
	font-size: 18px;
	margin-bottom: 0;
}

.post h2 { 
	margin-bottom: 0;
	line-height: 38px; 
}

.post .meta { 
	font-size: 10px; 
	margin-bottom: 20px; 
}

.post .meta a, .post .meta strong { 
	color: #7b7b7b; 
	font-weight: 700; 
}

.rp_pp { 
	margin-bottom: 10px; 
	padding-bottom: 10px; 
	border-bottom: 1px dotted #ced4dc; 
}

.rp_pp a { color: #666; font-weight: 700; }

.rp_pp img { float: right; }

.rp_pp p { font-size: 10px; }

#sidebar { float: right; width: 280px; padding-top: 10px; }

#site_title {
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	width: 970px;
	height: 120px;
	background-image: url(../images/templatemo_home_header.jpg);
	background-repeat: no-repeat;
}

#site_title2 {
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	width: 970px;
	height: 120px;
	background-image: url(../images/templatemo_home_header2.jpg);
	background-repeat: no-repeat;
}

#site_title h1 { margin: 0; padding: 0; }

#site_title2 h1 { margin: 0; padding: 0; }

#site_title h1 a {
	display: block;
	width: 360px;
	height: 125px;
	text-indent: -10000px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#site_title2 h1 a {
	display: block;
	width: 360px;
	height: 125px;
	text-indent: -10000px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#slider-wrapper {
	float: left;
    width: 360px;
    height: 228px;
    margin: 0 0 0;
	padding: 10px 11px 14px;
	background: url(../images/templatemo_slider.png) no-repeat 
}

#slider {
	position:relative;
    width: 360px;
    height: 228px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#slider a { border:0; display:block; }


#subpage { background-image: url(../images/templatemo_subpage_bg.jpg); }

#telefono {
	float: left;
	height: 50px;
	width: 150px;
	background-image: url(../images/tfno.png);
	background-repeat: no-repeat;
	background-position: center;
}

.templatemo_list { 
	margin: 10px 0 10px 0; 
	padding: 0; 
	list-style: none; 
}

.templatemo_list li { 
	color:#5e5b57; 
	margin: 0 0 10px 0; 
	padding: 0 5px 0 20px; 
	background: url(../images/templatemo_list.png) no-repeat scroll 0 5px;  
}

.templatemo_list li a { color: #5e5b57; font-weight: normal; }

.templatemo_list li a:hover { color: #666666; text-decoration: underline; }

#templatemo_wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
}

#templatemo_menu {
	width: 800px;
	height: 50px;
	float: left;
}

#templatemo_header_home {
	width: 960px;
	height: auto;
	float: left;
	background-color: #242424;
	background-image: url(../images/templatemo_home_header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#templatemo_header_sp {
	width: 960px;
	height: 150px;
	background: url(../images/templatemo_subpage_header.jpg) no-repeat top 
}

#templatemo_middle {
	width: 960px;
	height: 300px;
	padding-top: 15px;
	float: left;
	padding-bottom: 20px;
}

#templatemo_main {
	width: 960px;
	padding: 20px 0 40px;
}

#templatemo_main_2 { width: 960px; padding: 20px 0 0px }

#templatemo_main_3 { width: 960px; padding: 30px 0 0px }

#templatemo_main_4 { width: 960px; padding: 20px 0 10px }

#templatemo_footer_wrapper {
	width: 100%;
	background: #1b1b1b url(../images/templatemo_footer.jpg) repeat-x top
}

#templatemo_footer {
	width: 960px;
	padding: 40px 10px;
	margin: 0 auto;
}

#templatemo_middle_text {
	float: right;
	width: 500px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

#templatemo_middle_text h2 {
	color: #535353;
	font-size: 26px;
	font-weight: normal;
	line-height: 40px;
	margin-bottom: 10px;
}

#templatemo_middle_text h2 strong { 
	display: block; 
	color: #fff; 
	font-size: 38px;  
	font-weight: normal; 
}

#templatemo_middle_text p { 
	color: #333; 
	margin-bottom: 20px; 
}

#templatemo_main h2 a, #templatemo_main h3 a, #templatemo_main h4 a {
	color: #C05900
}

#templatemo_footer h5 { 
	font-size: 14px; 
	font-weight: 700; 
	margin-bottom: 20px; 
}

.testimonial { 
	padding: 0 0 0 50px; 
	display: block; 
	background: url(../images/templatemo_testimonial.png) left top no-repeat; 
}

#tv {
	width: 280;
	height: 158;
	float: left;
	padding-right: 15px;
}

.twitter_post { margin: 0; padding: 0; list-style: none; }

.twitter_post li { 
	margin: 0 0 10px; 
	padding: 0 0 7px; 
	border-bottom: 1px dotted #433854; 
}
	

		
