/*
Theme Name: Market Theme (v3.62)
Theme URI: http://www.markettheme.com
Description: Wordpress powered market theme
Version: 3.62
Author: MarketTheme.com
*/

/* General */

* {
	margin:0px;
	padding:0px;
	border:none;
	list-style:none;
}

body {
	background-image:url(http://www.vcan.cl/wp-content/uploads/2010/05/fondo.jpg); /*old version: imgs/fondo.jpg*/
	background-repeat:no-repeat;
	background-position:center top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	font-size: 12px;
	color: #ffffff;
}

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

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

.mr_10 {
	margin-right:10px;
}

/* Top Bar */

#bar {
	background-image:url(http://www.vcan.cl/wp-content/uploads/2010/05/bg-nav.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:88px;
	padding-bottom: 6px;
	width:940px;
	margin:0 auto;
}
#bar .barhead{
	width: 940px;
	margin: auto;
	position: relative;
}
#bar .pdl {
	float: right;
}
.header a.home {
	float:left;
	width:250px;
	height:80px;
	position:absolute;
	top:0px;
	left:350px;
	z-index:60;
}
.postform {
	font-family:arial;
	font-size:11px;
	background-color:#EEEEEE;
	border-width:1px;
	width: 175px;
	margin: 0px;
	position:relative;
	top:-5px;
}
#bar .pdl p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
#bar .sdl {
	float: right;
}
.sdl {
	float: right;
	width:220px;
}
.sdl2 {
	float: right;
	width:160px;
}
#bar .sdl p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
#bar .sdl a {
	color: #FFFFFF;
	font-weight: bold;
}
#bar .sdl a img {
	border: 0px;
}
.sdl .viewcarttop {
	text-align: right;
}
.viewcarttop a {
	background-image:url(imgs/cart.gif);
	background-position:left top;
	background-repeat:no-repeat;
	font-size:10px;
	padding-left:20px;
	color:#5f6a72;
}
.sdl .topsearchbar {
	padding:0px 20px 0 0;
}

#top_content {
	width:920px;
	height:26px;
	padding:5px 10px 0px;
	background-color:##2D373D;
	border-bottom:1px #666666 solid;
}

/* Nav */

#nav {
	float:left;
	width:340px;
	margin-left:80px;
	padding-top:20px;
}

#nav2 {
	float:left;
	width:340px;
	padding-left:90px;
	padding-top:20px;
}
#nav2  .navbar,
#nav .navbar {
	width: 940px;
	margin: auto;
}
#nav2 ul,
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav2 li{
	float: right;
	margin: 0px;
	padding: 0px;
}
#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#nav2 li a {
	float: left;
	margin: 0px 1px 0px 0px;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	text-transform:uppercase;
	padding: 5px 15px;
	color: #ffffff;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
			
#nav li a {
	float: left;
	margin: 0px 1px 0px 0px;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	text-transform:uppercase;
	padding: 5px 15px;
	color: #ffffff;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#nav2 li a:hover,
#nav li a:hover {
	color: #FF0000;
}
#nav2 .current_page_item,
#nav .current_page_item {
	color: #FF0000;
}
/* Wrap */

#wrap {
	background: none repeat scroll 0 0;
	width: 940px;
	margin: 0px auto;
	padding: 8px;
}
/* Logo And Header */

.header {
	margin: 0px;
	border-bottom: 0px solid #ccc;
	margin-bottom: 10px;
	margin-top: 4px;
	float: left;
}
.header a img {
	border: 0px;
}
/* Content */

#content {
	background-image:url(imgs/bg_content.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#161c22;
	width: 100%;
	margin-bottom: 10px;
	color:#828a8f;
}
/* Content -> News Panel */

#content .news {
	width: 539px;
	padding:0px;
	float: left;
}
#content .news .head {
	height: 23px;
	width: 100%;
	margin-bottom: 10px;
}
#content .news .head h2 {
	font-size:24px;
}
#content .news .post {
	border-bottom: 0px solid #999;
	margin-bottom: 15px;
	padding:40px 60px;
}
.post td {
	padding:2px;
}
.post td strong {
	color:#FFFFFF;
	padding-top:10px;
}
.post table {
	margin-bottom:10px;
}
h4.zona {
	font-weight:normal;
	font-size:14px;
	border-bottom:1px #CCCCCC solid;
	margin-bottom:10px;
	padding-bottom:4px;
}

#content .news h2 {
	font-size: 16px;
	color: #FFFFFF;
	margin: 0px;
	margin-bottom: 6px;
}
#content .news h2 a {
	color: #FFFFFF;
	border-bottom: 1px none #888;
}
#content .news h2 a:hover {
	border-bottom: 1px dotted #222 ;
	color: #FF0000;
}
#content .news h2 img {
	vertical-align: text-bottom;
	margin-right: 2px;
}
#content .news .comments {
	font-size: .825em;
	font-weight: normal;
	color: #ca1717;
}
#content .news p {
	font-size: 11px;
	line-height: 165%;
	margin-bottom: 11px;
}
#content .news li {
	margin-bottom: 15px;
}
#content .news .post p a {
	border-bottom: 1px none #4D98C8;
	color: #4D98C8;
	padding: 2px;
}
#content .news .post p a:hover {
	border-bottom: 1px dotted #1C5F85;
}
#content .post h3 {
	font-size: 1.325em;
	color: #333;
	margin-bottom: 10px;
}
/* Content -> Product and Sidebar Panel */

#content .products {
	width: 380px;
	padding-top:10px;
	padding-left:20px;
	float: right;
}
#content .products h4 {
	font-size:12px;
	font-weight:normal;
}

#content .products .head {
	background-image: url(imgs/newproducts.gif);
	height: 23px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-left: 8px;
}
#content .products .post {
	float: left;
	/*width: 116px;*/
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 10px;
	display: inline;
}
#content .products .post .item {
	font-size: 12px;
	/*background-image: url(imgs/itembg.gif);*/
	/*height: 86px;*/
	/*width: 116px;*/
	text-align: center;
	line-height: normal;
	margin-bottom: 5px;
}
#content .products .post .item img {
	margin-top: 7px;
}
#content .products .post .item a img {
	border: 1px solid #333333;
	padding: 3px;
}
#content .products .post .item a:hover img {
	border: 1px solid #ffffff;
}
#content .products .post .inside {
	/*font-size: 12px;*/
}
#content .products .post .top {
	color: #222;
	text-align: center;
}
#content .products .post .top h2 {
	margin: 0px;
	padding: 0px;
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#content .products .post .top h2 a {
	color: #FFFFFF;
}
#content .products .post .top h2 a:hover {
	color: #CC0000;
}
#content .products .post .bot {
	background-color: #F3F3F3;
	color: #222;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#content .products .post .bot p {
	color: #222;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-weight: bold;
}
#content .products .navigation {
	font-size: 12px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 5px;
}
#content .products .navigation a {
	border: 1px solid #ccc;
	color: #555;
	padding: 4px;
}
#content .products .navigation a:hover {
	border: 1px solid #222;
	color: #222;
}
#content .products .navigation .left {
	width: 45%;
	float: left;
}
#content .products .navigation .right {
	width: 45%;
	float: right;
	text-align: right;
}
/* Content -> Sidebar Widget Styles */

#content .products .widgetcase {
	width: 350px;
	float: right;
}
#content .products .widgetcase p {
	font-size: .850em;
	color: #343434;
	line-height: 175%;
}
#content .products .widgetcase .textwidget {
	font-size: .850em;
	color: #343434;
	line-height: 175%;
}
#content .products .widgetcase h2.widgettitle {
	font-size: .965em;
	margin-bottom: 10px;
	padding: 0px;
	color: #454545;
	border-bottom: 1px dotted #ccc;
	font-weight: normal;
}
#content .products .widgetcase ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
#content .products .widgetcase ul li {
	margin-bottom: 3px;
}
#content .products .widgetcase ul li a {
	font-size: 1em;
	color: #1c5f85;
}
#content .products .widgetcase ul li a:hover {
	background-color: #e2e2e2;
	color: #222;
}
#content .products .widgetcase ul .children {
	margin-left: 20px;
	margin-bottom: 0px;
	font-size: 1em;
	line-height: normal;
}
#bot_content {
	width:920px;
	padding:5px 10px;
	background-color:#1f242a;
	clear:both;
	font-size:10px;
	margin-top:15px;
}
#bot_content .col2 {
	width: 95%;
	text-align:right;
	padding-right: 5%;
	text-align: right;
	color:#5f6a72;
}
#bot_content .col2 a {
	color:#5f6a72;
}
#bot_content .col2 a:hover {
	color:#ffffff;
}

.col2 p span {
	position:relative;
	top:-6px;
	padding-left:10px;
}

#wp-calendar {
	background-color:#F1F1EF;
	border-left:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	font-size: .725em;
	vertical-align:middle;
	text-align:center;
	width: 100%;
	margin-bottom: 9px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
	text-decoration: none;
}
#wp-calendar a:hover {
	background: #E6E6DF;
	color: #333333;
}
#wp-calendar caption {
	display: none;
}
#wp-calendar td {
	color:#333333;
	font: normal 9px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0px;
	text-align: center;
	background-color: #FFFFFF;
}
#wp-calendar td.pad:hover {
	font-size:9px;
	color:#FF4200;
	background-color: #ffffff;
}
#wp-calendar td:hover, #wp-calendar #today {
	background: #E6E6DF;
	color: #ca1717;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* Content -> Spacer */
.spacer {
	width: 100%;
	clear: both;
}
/* Content -> Product Item Display Page */

#content .breadcrumbs {
	margin-top: 5px;
	width:450px;
}
#content .breadcrumbs p {
	font-size: 11px;
	text-transform: lowercase;
	color: #5f6a72;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
}
#content .breadcrumbs p a {
	border-bottom: 1px none #888;
	color: #5f6a72;
}
#content .breadcrumbs p a:hover {
	/*border-bottom: 1px solid #111;*/
	color: #ffffff;
}
#content .news .ls {
	width: 256px;
	float: left;
}
#content .news .tr {
	width: 356px;
	text-align: center;
	line-height: normal;
	padding-top: 4px;
	padding-bottom: 2px;
}
#content .news .tr img {
	width: 100px;
	height: 100px;
	padding: 2px;
	border: 1px solid #999;
	margin-right: 3px;
	margin-left: 3px;
}
#content .news .mi {
	width: 350px;
	padding: 2px;
	border: 1px solid #f2f2f2;
	margin-bottom: 2px;
	height: 350px;
}
#content .product_image {
	float: left;
	text-align: center;
	margin:30px 0 0 30px;
}
#content .product_image .tr img {
	padding: 2px;
	border: 1px solid #999;
	margin-right: 3px;
	margin-left: 3px;
}
#content .product_image .mi {
	padding: 2px;
	border: 1px solid #f2f2f2;
	margin-bottom: 2px;
}
#content .desc {
	width: 450px;
	float: right;
	padding-top: 30px;
	color:#828a8f;
}
#content h2 .price {
	background-image:url(imgs/bgprice.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #CC0000;
	color: #fff;
	padding-right: 2px;
	padding-left: 2px;
	margin-left: 5px;
}
#content h2 .sold {
	background-color: #ca1717;
	color: #fff;
	padding-right: 2px;
	padding-left: 2px;
	margin-left: 5px;
}
#content .desc .buy {
	padding: 5px;
	font-size: 11px;
	line-height: 150%;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #828a8f;
}
#content .desc .buy .lsf {
	width: 40%;
	float: left;
}
#content .desc .buy .rsf {
	float: right;
	width: 40%;
}
#content .desc .buy .field {
	font-family: verdana;
	font-size: 8pt;
	background-color: #EEEEEE;
	border-width:1px;
	//width: 115px;
	margin: 0px;
}
#content .desc .buy .field2 {
	font-family: verdana;
	font-size: 8pt;
	background-color: #EEEEEE;
	border-width:1px;
	margin: 0px;
}
#content .desc h2 {
	font-size: 1.225em;
	color: #ffffff;
	margin: 0px;
	margin-bottom: 6px;
}
#content .desc p {
	font-size: 1em;
	line-height: 165%;
	margin-bottom: 11px;
	color: #828a8f;
}
#content .desc p a {
	color: #828a8f;
	border-bottom: 1px solid #1c5f85;
}
#content .desc p a:hover {
	color: #FFFFFF;
	border-bottom: 1px solid #222;
}
/* Content -> Normal Full Product Flow */

#content .grid {
	margin: 0px auto;
	width: 800px;
	float: left;
}
#content .grid .post {
	float: left;
	/*width: 116px;*/
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 10px;
	display: inline;
}
#content .grid .post .item {
	font-size: 12px;
	/*background-image: url(imgs/itembg.gif);*/
	/*height: 86px;*/
	/*width: 116px;*/
	text-align: center;
	line-height: normal;
}
#content .grid .post .item img {
	margin-top: 7px;
}
#content .grid .post .item a img {
	border: 1px solid #D2D2D2;
	padding: 3px;
}
#content .grid .post .item a:hover img {
	border: 1px solid #7cceed;
}
#content .grid .post .inside {
	font-size: 12px;
}
#content .grid .post .top {
	color: #222;
	text-align: center;
}
#content .grid .post .top h2 {
	margin: 0px;
	padding: 0px;
	line-height: 130%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .925em;
}
#content .grid .post .top h2 a {
	color: #4d98c8;
}
#content .grid .post .top h2 a:hover {
	color: #2a718c;
}
#content .grid .post .bot {
	background-color: #F3F3F3;
	color: #222;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#content .grid .post .bot p {
	color: #222;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-weight: bold;
}
#content .grid .navigation {
	font-size: 12px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 5px;
}
#content .grid .navigation a {
	border: 1px solid #ccc;
	color: #555;
	padding: 4px;
}
#content .grid .navigation a:hover {
	border: 1px solid #222;
	color: #222;
}
#content .grid .navigation .left {
	width: 45%;
	float: left;
}
#content .grid .navigation .right {
	width: 45%;
	float: right;
	text-align: right;
}
#content .grid .price {
	background-color: #d3d3d3;
	color: #222;
	width: 108px;
	margin: 0px auto;
	text-align: center;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 9px;
}
#content .grid .sold {
	background-color: #d3d3d3;
	color: #ca1717;
	width: 108px;
	margin: 0px auto;
	text-align: center;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 9px;
}
/* Content -> Archives */

#content .archive {
	width: 520px;
	margin: 0px auto;
	padding:10px;
	float:left;
}
#content .archive h2 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
}
#content .archive h2 a {
	color: #FFFFFF;
}
#content .archive h2 a:hover {
	color: #FF0000;
}
#content .archive p {
	line-height: 165%;
	color: #999999;
	font-size: 0.825em;
}
#content .archive .col1 {
	width: 100%;
	padding-right: 49px;
	float: left;
}
#content .archive .col1 p {
	font-size: 11px;
	padding:5px 0px 0px;
	margin: 0px;
}
#content .archive .col1 p a {
	color:#73777a;
	text-decoration:none;
}
#content .archive .col1 p img {
	vertical-align: bottom;
}
#content .archive .col2 {
	width: 90px;
	padding-right: 29px;
	float: left;
	text-align: center;
}
#content .archive .col2 img {
	padding: 2px;
	border: 1px solid #ccc;
}
#content .archive .col2 a img {
	border: 1px solid #ccc;
}
#content .archive .col2 a:hover img {
	border: 1px solid #222;
}
#content .archive .col3 {
	width: 100px;
	padding-right: 29px;
	float: left;
	margin-right: 20px;
	text-align: center;
}
#content .archive .col3 .price {
	background-color: #CC0000;
	margin-top: 20px;
	color: #FFFFFF;
	padding: 2px;
	font-weight: bold;
}
#content .archive .col4 {
	width: 100px;
	float: right;
	text-align: center;
}
#content .archive .post-even {
	border-bottom: 1px solid #333;
	padding-top: 10px;
	padding-bottom: 10px;
	/*margin-bottom: 5px;*/
	/*background-color: #000000;*/
	padding-right: 5px;
	padding-left: 5px;
	clear:both;
}
#content .archive .post-odd {
	border-bottom: 1px solid #333;
	padding-top: 10px;
	padding-bottom: 10px;
	/*margin-bottom: 10px;*/
	padding-right: 5px;
	padding-left: 5px;
}
#content .archive .post-even p a, .post-odd p a {
	/*border-bottom: 1px dotted #999;*/
	font-weight: normal;
}

#content .archive .post-even img, #content .archive .post-odd img {
	margin:10px 0px;
	display:block;
}

p.categorias {
	background-image:url(imgs/tag.png);
	background-repeat:no-repeat;
	background-position:left top;
	height:20px;
	padding-left:20px !important;
	display:block;
	padding-bottom:5px;
	clear:both;
}

/* Content -> Comments */

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
}
#commentform textarea {
	width: 100%;
}
#commentlist .author {
	font-size: .950em;
	margin-bottom: 5px;
	color: #555;
}
#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}
#commentlist p a {
	background-color: #fff;
	font-size: .925em;
	line-height: 175%;
}
/* Content -> Footer and Copyright */

#footer {
	width: 100%;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer .col1 {
	width: 40%;
	float: left;
	padding-left: 3%;
}

#footer p {
	margin: 0px;
	padding: 0px;
	font-size: .840em;
	line-height: 165%;
	text-align:center;
	color: #828a8f;
}

#footer p span {
	position:relative;
	top:-20px;
	margin-left:30px;
	font-size:10px;
}

#footer p a {
	color: #828a8f;
}
#footer p a:hover {
	color: #ffffff;
}
#copyright {
	text-align: center;
}
#copyright p {
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#copyright p a {
	color: #333333;
}
#copyright p a:hover {
	color: #222;
}



.redbar {
background-color: #ca1717;
color: #fff;
text-align: center;
font-size: 11px;
padding-top: 3px;
padding-bottom: 3px;
}

.redbar a {
color: #fff;
border-bottom: 0px dotted #f2f2f2;
}

/* Sidebar */
.franja_sidebar {
	width:90%;
	font-family:"Tahoma",Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.franja_sidebar h2 {}
.franja_sidebar h3 {	
	border-top: 1px #36424a solid;
	border-bottom: 1px #36424a solid;
	padding:5px 0px;
	font-size:12px;
	color:#FFFFFF;
	padding-left:15px;
	font-weight:normal;
}
.franja_sidebar  h3 li a {
	color:#FFFFFF;
	font-weight:normal;
}
.franja_sidebar h4 {
	padding-left:15px;
	font-size:12px;
	color:#36424a;
}

.franja_sidebar ul {}
.franja_sidebar ul ul {
	padding-left:15px;
}
.franja_sidebar a:hover {
	color:#FFFFFF;
}
.franja_sidebar li {
	margin-bottom:3px;
}

.franja_sidebar li a,
.franja_sidebar li {
	color:#5f6a72;
	font-weight:bold;
}
.franja_sidebar li li a,
.franja_sidebar li li {
	color:#5f6a72;
}
.franja_sidebar li li li a,
.franja_sidebar li li li {
	color:#5f6a72;
	padding-left:4px;
	font-weight:normal;
}
.franja_sidebar li li li {
	background-image:url(imgs/list.gif);
	background-repeat:no-repeat;
	background-position:left;
}
/* Home */

#home {
	width:940px;
	height:317px;
	float:left;
	margin-top:230px;
	margin-bottom:35px;
}
.box_izq {
	background-image:url(imgs/bg_content.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:188px;
	height:287px;
	padding:20px 10px 10px;
	border-right:1px #36424a solid;
	float:left;
	color:#808990;
	text-align:right;
	font-family:"Tahoma",Geneva, Arial, Helvetica, sans-serif;
	position:relative;
}
.box_izq h3 {
	color:#FFFFFF;
	font-size:14px;
}
.box_izq h4 {
	color:#FFFFFF;
	font-size:11px;
	margin-bottom:20px;
}
.box_izq p {
	margin-bottom:10px;
	font-size:11px;
	color:#808990;
	clear:both;	
}
.box_izq .certificados {
	width:188px;
	height:40px;
	position:absolute;
	bottom:0px;
	left:10px;
}
.box_izq center img {
	margin:0 1px 0 0;
}
.box_der {
	background-image:url(imgs/bg_content.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:195px;
	height:287px;
	padding:20px 10px 10px;
	float:left;
	color:#5f6a72;	
	position:relative;
}
.box_der h3 {
	background-image:url(imgs/list_novedades_home.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:14px;
	padding-left:10px;
	margin-bottom:10px;
}
.box_der .novedad {
	padding:0px 0px 15px;
	clear:both;
	font-size:11px;
}
.box_der .novedad a {
	color:#5f6a72;
	text-decoration:underline;
	display:block;
}
.vermas {
	width:129px;
	float:right;
	text-align:left;
}
.box_der .novedad img {
	float:left;
	margin:0 10px 20px 0px;
}
.box_centro {
	width:516px;
	float:left;
}
.box_pro {
	width:171px;
	height:315px;
	border-right:1px #36424a solid;
	float:left;
}
.box_pro_text {
	padding:10px;
	text-align:center;
}
.box_pro_text h3 {	
	color:#828a8f;
	font-size:11px;
	margin-bottom:10px;
}
.box_pro_text ul {
	padding:0 10px;
	text-align:center;
}
.box_pro_text li {
	border-right:1px solid #36424a;
	display:inline;
	color:#36424a;
	font-size:10px;
	padding:0 2px;
}
.box_pro_text ul li a {
	color:#36424a;
}

.box_der .box_compartir {
	background-image:url(imgs/bg_comparte.gif);
	width:195px;
	height:30px;
	border:1px #2e3339 solid;
	position:absolute;
	bottom:10px;
	right:10px;
}
.box_compartir span {
	color:#999999;
	margin-right:15px;
	font-size:11px;
	margin-left:10px;
	margin-top:8px;
	float:left;
}
.box_compartir img {
	margin:5px 10px 0 0;
	float:left;
}

.fecha {
	background-image:url(imgs/fecha.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:74px;
	height:17px;
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
	margin-bottom:10px;
}

form#wpcf {
	position:relative;
}

.contactform form#wpcf input {
	margin-bottom:10px;
	padding:2px;
	background-color:#CCCCCC;
}

.contactform form#wpcf input#wpcf_your_name {
	margin-left:28px;
	margin-right:10px;
}
.contactform form#wpcf input#wpcf_email {
	margin-left:30px;
	margin-right:10px;
}
.contactform form#wpcf input#wpcf_website {
	margin-left:10px;
}

.contactform form#wpcf textarea {
	width:430px;
	margin-bottom:10px;
	margin-top:5px;
	background-color:#CCCCCC;
}
