@charset "UTF-8";
/* CSS Document */

/***************************/
/* RESET MARGINS & PADDING */
/***************************/

html, body, div, span,
p, blockquote, pre, code,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, legend, label, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}
/* TinyMCE Styles ---------------------------------------------------------------*/

body#mceSpanFonts.mceContentBody{
width:540px;
}

body.mceContentBody {
  background: #fff;
  color: #000;
}

.mceToolbarTop * {
float:left;
}

.mceToolbarTop select {
width:auto!important;
}

.mceToolbarTop option {
float:none;
}

/* Ends TinyMCE Styles ------------------------------------------------------*/

/**************/
/* TYPOGRAPHY */
/**************/

body {
  background:url(images/bg_site.jpg) repeat-x center top #fff;
  font-family: Tahoma, Geneva, sans-serif;;     /* web safe fonts */
  font-size: 75%;    /* 12px */
  font-weight: normal;
  line-height: 160%;    /* 19.2px */
  color: #666666;
}

h1 {
  font-size: 14px;
  font-style:normal;
  font-weight:normal;
  font-family: Tahoma, Geneva, sans-serif;
  border-bottom: 1px solid #398f00;
  margin: 0 0 10px 0;
  color:#666666;
  text-transform: uppercase;
}
h1 a{
  /*color:#443E38;*/
  text-decoration:none;
}

h2 {
	font-size: 1.70em;
	font-weight: normal;
/*	color:#EFAA27;*/
/*	font-family:Helvetica, Arial, sans-serif;*/
	font-weight:bold;
	line-height:1.30em;
}

h3 {
/*	font-family:Georgia, "Times New Roman", Times, serif;*/
  	font-style:italic;
  	font-weight:bold;		
  	font-size: 22px;
  	font-weight: bold;
/*  	color: #443E38;*/
}

h4 {
  font-size: 1.1em;
  font-weight: bold;
}

h5 {
  font-size: 1em;
  font-weight: bold;
}

h6 {
  font-size: 0.8em;
  font-weight: bold;
}

/*******************/
/* DRUPAL MESSAGES */
/*******************/

.node-unpublished {
  background-color: #FFF4F4;
}

.preview {
  background-color: #FFFFEA;
  padding: 10px;
}

.description {
}

div.messages {
  background: #FFFCE3;
  border: 2px solid #EED300;
  color: #C28E00;
  font-weight: bold;
  font-size: 1.166em;
  margin: 20px 0pt;
  padding: 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

div.messages ul {
  list-style-position: inside;
}

div.messages em {
  color: #656C9B;
}

div.error {
  background-color: #FFF2F2;
  border-color: #FF0000;
  color: #B20000;
}

.status {
}

.help {
}

.help .more-help-link {
}

.marker {
}

.tips {

}

#help {
  clear: left;
  margin: 0;
  overflow: hidden;
  padding: 0;
}



.domain_check {
    color: #333333;
    background-color: #ffffff;
    width: 300px;
    padding: 5px;
}

.result {
    width: 250px;
    color: #333333;
    padding: 5px;
}
.the_form {
    width: 250px;
    color: #333333;
}

#response{

  color: #C28E00;
  font-weight: bold;
  font-size: 1.166em;

}
/*********/
/* LISTS */
/*********/

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ol {
  margin: 0.75em 0 1.25em;
  padding: 0;
}

ol li, ul li {
  margin: 0.4em 0 0.4em .5em;    /* LTR */
}

ul.menu li,
.item-list ul li {
  margin: 0.15em 0 0.15em 0.5em;    /* LTR */
}

ul.menu ul, .item-list ul ul {
  margin-left: 0;
}

ol li,
ul li,
ul.menu li,
.item-list ul li,
li.leaf {
  margin: 0.15em 0 0.15em 0;
  padding: 0.2em 0 0 1.333em;    /* LTR */
}

ul li,
ul.menu li,
.item-list ul li,
li.leaf {
  background: url('images/arrow.png') no-repeat left ;    /* LTR */
  list-style-image: none;
  list-style-type: none;
}

ol li {
  padding: 0 0 .3em;
  margin-left: 2em;    /* LTR */
}

div.block ul {
  padding: 0 0 3px;
}

ul.links li,
ul.links.inline {
  background: transparent;
}

/* remove list styling on login block and taxonomy */
#user-login-form div.item-list ul li,
div.terms ul li {
  list-style-type: none;
  margin: 0;
}
/*****************/
/* DEFAULT LINKS */
/*****************/

a {
  color: #398f00;
  margin: 0;
  padding: 0;
  text-decoration: none;
}



/**********/
/* LAYOUT */
/**********/

.top{
	width: 938px;
	margin:0 auto;
	height: 44px;
	background-image: url(images/bg_wrap.png);
	background-repeat:repeat-y;
	padding: 0px 10px;
	line-height: 44px;
}
.wrap_menu{
	width:100%;
	background-image: url(images/bg_menu.png);
	background-repeat:repeat-x;
	background-position:0 0;
	height:46px;
	margin: 0 0 -3px 0;
	z-index: 100;
}
.main_menu{
	background:none;
	width:938px;
	height:46px;
	line-height: 46px;
	margin: 0 auto;
	padding: 0 10px;
}
.banner{
	background-image: url(images/bg_banner.png);
	width: 958px;
	height: 348px;
	background-position: 3px 0;
	background-repeat: no-repeat;
	position: relative;
}
.logo{
	position:absolute;
	left: 60px;
	top: 92px;
}
.banner_slideshow{
	width: 514px;
	height: 100%;
	position: absolute;
	right: -5px;
	top: 0px;
	z-index: 85;
	background:url(images/plasta-banner.png) no-repeat 1px 0;
}
.field_frases{
	position: absolute;
	left: 10px;
	bottom:0px;
	height: 45px;
	width: 50%;
	z-index: 80;
	padding: 0px 0 10px 0;
}
.wrap_main{
	width: 958px;
	margin:0 auto;
	height: 100%;
	background-image: url(images/bg_wrap.png);
	background-repeat:repeat-y;
	padding: 0px;
	z-index: 90;
}
.main_full{
	width: 938px;
	height: 100%;
}
.main_center{
	width: 660px;
	height:100%;
	margin: 0 10px 0 0;
	float: left;
}
.center_left{
	width: 396px;
	height: 100%;
	float: left;
	margin: 0 10px 0 0;
}
.center_right{
	width: 244px;
	height: 100%;
	float: left;
}
.sidebar_right{
	width: 268px;
	height: 100%;
	float: left;
}
.bottom_main{
	width: 958px;
	margin:0 auto;
	height: 3px;
	background-image: url(images/bottom_wrap.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding: 0px;
}
.main{
	padding: 0 10px 20px 10px;
	text-align:justify;
}
.footer{
	width: 938px;
	margin:0 auto;
	height: 44px;
	padding: 10px;
	line-height: 44px;
}

/**********/
/* TOOLS */
/**********/

.clear{
	clear:both;
}
.lnk_all{
	border-bottom:1px solid #398f00;
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
}
.lnk_all a{
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px 0 20px;
	color: #fff;
	background-color: #398f00;
	text-transform: uppercase;
	font-size: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
/*********/
/* Redes */
/*********/
#block-block-1{
	width: 150px;
	float: right;
}
.top ul.redesul, .top ul.redesul li{
	margin: 0px ;
	padding: 0px;
}
.top ul.redesul{
	margin: 5px 0 0 0;
}
.top ul.redesul li{
	float: left;
	margin: 0 5px 0 0;
	height: 30px;
	background:none;
}
.top ul.redesul li.first_li{
	line-height: 30px;
	color:#000;
}
/* Conchita */
#block-block-6{
	float: right;
	margin:0 30px 0 0;
}
/************/
/* main menu*/
/************/
.main_menu #block-nice_menus-1 ul{
	margin: 0px;
	padding: 0px;
	background: none;
	border: 0px solid;
	z-index:100;
}
.main_menu #block-nice_menus-1 ul li{
	margin: 0px;
	padding: 0px;
	background: none;
	border: 0px solid;
}
.main_menu #block-nice_menus-1 ul li a{
	margin: 0px;
	padding: 14px;
	color: #808080;
	text-transform: uppercase;
	font-weight: bold;
	padding: 14px 14px 22px 14px;
}
.main_menu #block-nice_menus-1 ul li a:hover{
	color: #000;
	background-image: url(images/menu_active.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	
}
.main_menu #block-nice_menus-1 ul li a.active, .main_menu #block-nice_menus-1 ul li.active-trail a{
	color: #000;
	background-image: url(images/menu_active.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/***************/
/*Block Phrases*/
/***************/
/* @font-face {
  font-family: 'Gochi Hand';
  font-style: normal;
  font-weight: 400;
  src: local('Gochi Hand'), local('GochiHand-Regular'), url('http://test2.area22studio.com/sites/default/files/fonts/GochiHand.ttf') format('truetype');
}*/

/*@font-face {
  font-family: 'Gochi Hand';
  font-style: normal;
  font-weight: 400;
  src: local('Gochi Hand'), local('GochiHand-Regular'), url('http://themes.googleusercontent.com/static/fonts/gochihand/v4/ZZzTGmufF-Wq8IS3fkpBu8DdSZkkecOE1hvV7ZHvhyU.ttf') format('truetype');
}*/

@font-face {
  font-family: 'Salsa';
  font-style: normal;
  font-weight: 400;
  src: local('Salsa-Regular'), url('http://themes.googleusercontent.com/static/fonts/salsa/v3/cHLfR5ZWqP3Jce1Gfs9oa6CWcynf_cDxXwCLxiixG1c.ttf') format('truetype');
}

.field_frases .view-phrases #views_slideshow_cycle_main_phrases-block_1 div{
	display:block;
	width:450px;
	padding:0;
}
.field_frases .view-phrases .views-row .views-field-title{
	color: #808080;
	font-size: 10px;
	text-align: right;
	
}
.field_frases .view-phrases .views-field-field-desc-phrase-value{
	font-family: 'Salsa';
	font-size:15px;
	color:#000;
}
.field_frases .view-phrases .autor_frase{
	font-family:Tahoma, Geneva, sans-serif;
	color:#999;
	font-size:10px;
	padding:0 0 0 5px;
}

/*block theme*/
.line_title h2{	
	border-bottom: 1px solid #398f00;
	margin: 0 0 10px 0;
	padding: 0;
	color: #666666;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
}
.line_title{
	border-bottom: 1px solid #398f00;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

/*bg gray*/
.bg_gray h2{	
	border-bottom: 1px solid #398f00;
	margin: 0 0 5px 0;
	padding: 0;
	color: #666666;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
}
.bg_gray .content{
	background-color: #E6E6E6;
	padding: 10px;
	margin:10px 0 0 0;
}
/*green title*/
.green-title h2{
	border-bottom: 1px solid #398f00;
	margin: 0 0 10px 0;
}
.green-title div.title{
	background-color: #398f00;
	background-image:url(images/bg-blocks-titles.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	width: 134px;
	padding: 0 10px;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	line-height:30px; 
}
/* Block Menu Zebra*/
.green_menu{
	margin: 0 0 15px 0;
}
.green_menu h2{
	background-color: #398f00;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	line-height:30px;
	padding: 0 10px;
}
.green_menu .views-row{
	margin: 2px 0;
	border: 1px dotted #cccccc;
	line-height: 25px;
	padding: 0 10px;
}
.green_menu .views-row-even{
	background-color: #EAEAEA
}
.green_menu .views-row a{
	font-size: 14px;
}
.green_menu .views-row a.active{
	color: #005D9F;
}

/* Block Green Title BG*/

.greentitlebg_block{
	border-bottom:1px solid #CCC;
	padding:0px;
	margin:0 0 20px 0;
	width:268px;
}

.greentitlebg_block h2{
	background-color: #398f00;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	line-height:30px;
	padding: 0 10px;
	
}
.greentitlebg_block ul{
	padding:0;
	margin:0;
}
.greentitlebg_block ul li{
	list-style:none;
	display:block;
	border-bottom:1px dotted #CCC;
	background:none;
	padding:5px;
}
.greentitlebg_block ul li:hover{
	background:#CCC;
}

/* Block Grey Title BG*/

.greytitlebg_block{
	border-bottom:1px solid #CCC;
	padding:0px;
	margin:0 0 20px 0;
	width:268px;
}

.greytitlebg_block h2{
	background-color:#333;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	line-height:30px;
	padding: 0 10px;
	
}
.greytitlebg_block ul{
	padding:0;
	margin:0;
}
.greytitlebg_block ul li{
	list-style:none;
	display:block;
	border-bottom:1px dotted #CCC;
	background:none;
	padding:5px;
}
.greytitlebg_block ul li:hover{
	background:#CCC;
}

/*pic book*/
#block-block-3{
	margin: 15px 0 20px 0;
}
/*serach*/
#block-search-0{
	margin: 0 0 10px 0;
}
#block-search-0 label{
	display: none;
}
#block-search-0 .form-item{
	float: left;
	margin: 0px;
}
#block-search-0 .form-item input.form-text{
	width: 165px;
	margin: 0 10px 0 0;
	height: 30px;
	line-height: 30px;
}
/*endorsements, videos and galleries block*/
#block-views-endorsment-recent_endonrsements .views-row,
.view-display-id-recent_gallery .views-row, 
#block-views-videos-block_1 .views-row{
	padding: 0 0 8px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
}
#block-views-endorsment-recent_endonrsements .views-row-last, 
.view-display-id-recent_gallery .views-row-last,
#block-views-videos-block_1 .views-row-last{
	border-bottom: 1px solid #398f00;
	padding: 0 0 15px 0;
	margin: 0 0 20px 0;
}
.view-display-id-recent_gallery .views-row .views-field-field-photo-gallery-fid, 
#block-views-videos-block_1 .views-row .views-field-field-image-video-fid{
	width: 113px;
	margin: 0 7px 0 0;
	float: left;
}

#views_slideshow_cycle_teaser_section_endorsment-block_1 .views_slideshow_cycle_slide {
	width:376px !important;
}

/*FOOD RECIPES block*/
#block-views-food_recipes-block_1 .views-row{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
}
#block-views-food_recipes-block_1 .views-row-last{
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #398f00;
}
#block-views-food_recipes-block_1 .views-row .views-field-field-pic-recipes-fid img.imagecache-recipes_thum{
	border: 1px solid #ccc;
}
#block-views-food_recipes-block_1 .views-row .views-field-title a{
	font-size: 12px;
}
/*Endorsement Block*/
#block-views-endorsment-block_1 .views-row .views-field-field-foto-endorsement-fid{
	width: 88px;
	margin: 0 10px 0 0;
	float: left;
}
#block-views-endorsment-block_1 .views-row .views-field-title a{
	color: #000;
	font-weight: bold;
	font-size: 14px;
}
#block-views-endorsment-block_1 .views-row .views-field-field-commnet-endorsement-value{
	margin: 0 0 10px 0;
}
#block-views-endorsment-block_1 .views-row .views-field-view-node a{
  margin: 0 5px 0 0; /* LTR */
  padding: 5px 11px;
  background-color: #398f00;
	background-image:url(images/bg-blocks-titles.jpg);
	background-position:left top;
	background-repeat:repeat-x;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  color: #ffffff;
  text-transform: uppercase;
}
#block-views-endorsment-block_1{
	margin: 20px 0 20px 0;
}
/*blog block*/
#block-views-blogs-block_1 .views-row{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
}
#block-views-blogs-block_1 .views-row-last{
	margin:0px;
	padding: 0 0 10px 0;
	border-bottom: 0px dotted #ccc;
}
#block-views-blogs-block_1 .views-row .views-field-title a{
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}
/* Gallery Block*/
#block-views-Gallery-block_1 table.views-view-grid tr,
#block-views-Gallery-block_1 table.views-view-grid tr td{
	margin: 0px;
	padding: 0px;
	border: 0px solid;
}

#block-views-Gallery-block_1 .views-field-changed{
	font-size:10px;
}

/*blogs*/
.wrap_blogs{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #cccccc;
}
.wrap_blogs h2{
	border: 0px solid;
}
.wrap_blogs h2 a{
	font-size: 18px;
	color: #000000;
}
.wrap_blogs .content-blog span{
	font-size: 10px;
	font-weight: bold;
}

/*Recipes*/
.wrap_teaser_repipes,
.view-display-id-recipes_page .views-row{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #cccccc;
}
.wrap_teaser_repipes .field_pic,
.view-display-id-recipes_page .views-row .views-field-field-pic-recipes-fid{
	width: 242px;
	margin: 0 10px 0 0;
	float: left;
}
.wrap_teaser_repipes .field_title a,
.view-display-id-recipes_page .views-row .views-field-title a{
	font-weight: bold;
	font-size: 18px;
	color: #000000;
}
.wrap_teaser_repipes .field_desc,
.view-display-id-recipes_page .views-row .views-field-field-detail-recipes-value{
	text-align: justify;
}
.wrap_teaser_repipes .field_desc span{
	float: left;
}

.wrap_recipe h2{
	font-size: 14px;
	font-weight: normal;
	color: #398f00;
	margin: 0 0 5px 0;
}
.wrap_recipe .detail,
.wrap_recipe .ing_share{
	border-bottom: 1px solid #cccccc;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
.wrap_recipe .detail .pic{
	float: left;
	width: 320px;
	margin: 0 10px 0 0;
}
.wrap_recipe .detail .info_rec{
	float: left;
	width: 330px;
}
.wrap_recipe .detail .field_title{
	font-weight: bold;
	font-size: 18px;
	color: #000;
	margin: 0 0 5px 0;
}
.wrap_recipe .detail .field_desc{
	text-align: justify;
	margin: 0 0 10px 0;
}
.wrap_recipe .detail .votes form.fivestar-widget,
.wrap_recipe .detail .votes form.fivestar-widget .clear-block:after{
	clear: none;
	padding: 0 0 10px 0;
	background:none; 
}
.wrap_recipe .detail .votes form.fivestar-widget .form-item .description{
	border: 0px solid;
	background-color: #ffffff;
}
.wrap_recipe .ingredient{
	float: left;
	width: 550px;
	margin: 0 10px 0 0;
}

#blog-full .share_links{
	float: right;
	width: 100px;
	margin: 0px;
	text-align: right;
}
.wrap_recipe .share_links{
	float: left;
	width: 100px;
}
#blog-full .share_links .share_title,
.wrap_recipe .share_links .share_title{
	color: #999999;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
.wrap_recipe .ingredient ul{
	margin: 0px;
	padding: 0px;
}
.wrap_recipe .ingredient ul li{
	padding:0 0 0 14px;
	margin: 0px;
}
.wrap_recipe .instruction{
	text-align: justify;
}

/*Endorsement*/
h1.endorrsement{
	color: #000;
	font-weight: bold;
}
.view-display-id-endorsement_page table.views-view-grid tr,
.view-display-id-endorsement_page table.views-view-grid tr td{
	padding: 0px;
	border-bottom: 1px dotted #cccccc;
}

.view-display-id-endorsement_page table.views-view-grid tr td.col-first{
	padding: 10px 0;
}
.view-display-id-endorsement_page table.views-view-grid tr td.col-last{
	padding: 10px 0 10px 10px;
}
.view-display-id-endorsement_page table.views-view-grid tr td.col-first .views-field{
	border-right: 1px solid #398f00;
	padding: 0 10px 0 0;
}
.view-display-id-endorsement_page table.views-view-grid .views-field-title a{
	color: #000;
	font-size: 18px;
	font-weight: bold;
}
.view-display-id-endorsement_page table.views-view-grid .views-field-field-commnet-endorsement-value{
	text-align: justify;
}
.wrap_endorsement .date,
.view-display-id-endorsement_page table.views-view-grid .views-field-created{
	color: #808080;
	font-weight: bold;
	font-size: 10px;
}
.view-display-id-endorsement_page table.views-view-grid .views-field-view-node{
	line-height: 30px
}
.wrap_endorsement .info{
	margin: 10px 0 0 0;
}
.wrap_endorsement .info .field-pic{
	min-width:88px;
	margin: 0 12px 0 0;
	float: left; 
}
.wrap_endorsement .info .field-desc{
	float: left;
	width:560px;
	text-align: justify;
}


/* Galery Views /*/

.view-display-id-gallery_page{
}

.view-display-id-gallery_page .col-3{
	margin:0;
	padding:0;
	border-collapse:collapse;
	width:660px;
}

.view-display-id-gallery_page .col-3 tr{
	border-bottom:1px dotted #CCC;
	padding:0 0 20px 0;
	height:200px;
}
.view-display-id-gallery_page .col-3 tr td{
	padding:0;
	margin:0;
}

.view-display-id-gallery_page .col-3 tr td.col-2{
	padding:0 12px;
}

.view-display-id-gallery_page .col-3 tr td .views-field-field-photo-gallery-fid{
	padding:0;
	margin:0;
	height:148px;
}
.view-display-id-gallery_page .col-3 tr td .views-field-title{
	width:212px;
	height:30px;
	background:#50BA46;
	border-top:1px solid #fff;
	
}

.view-display-id-gallery_page .col-3 tr td .views-field-title a{
	color:#fff;
	text-decoration:none;
	font-size:14px;
	background:url(images/arrow-galeria.png) no-repeat 3px 7px;
	display:block;
	line-height:30px;
	padding:0 0 0 23px;
}

/* Videos teaser Views /*/

.view-id-videos{
}

.view-id-videos .col-3{
	margin:0;
	padding:0;
	border-collapse:collapse;
	width:660px;
}

.view-id-videos .col-3 tr{
	border-bottom:1px dotted #CCC;
	padding:0 0 20px 0;
	height:200px;
}
.view-id-videos .col-3 tr td{
	padding:0;
	margin:0;
}

.view-id-videos .col-3 tr td.col-2{
	padding:0 12px;
}

.view-id-videos .col-3 tr td .views-field-field-image-video-fid{
	padding:0;
	margin:0;
	height:148px;
}
.view-id-videos .col-3 tr td .views-field-title{
	width:212px;
	height:30px;
	background:#50BA46;
	border-top:1px solid #fff;
	
}

.view-id-videos .col-3 tr td .views-field-title a{
	color:#fff;
	text-decoration:none;
	font-size:14px;
	background:url(images/arrow-galeria.png) no-repeat 3px 7px;
	display:block;
	line-height:30px;
	padding:0 0 0 23px;
}


/*gallery*/
.wrap_gallery{
	width:660px;
	}
.pics-item{
	width:212px;
	margin:3px;
	padding:0;
	float:left;
}
.pics-item a{
	border:4px solid #fff;
	display:block;
	width:212px;
	height:148px;
	margin:0;
	padding:0;
}
.pics-item a:hover{
	border:4px solid #50BA46;
}

/*videos*/
.wrap_video .video_item{
	padding: 0 10px;
}
.wrap_video .desc_item{
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px dotted #ccc;
	text-align: justify;
}
.wrap_video .desc_item .share_links h3{
	color: #999999;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
.wrap_video .desc_item .share_links{
	float: right;
	margin: 0 0 10px 10px;
}


.video_teaser{
	float:left;
	width:212px;
	margin:5px 3px;
}

.video_teaser h3.title{
	width:212px;
	height:30px;
	background:#50BA46;
	border-top:1px solid #fff;
}
.video_teaser h3.title a{
	color: white;
	text-decoration: none;
	font-size: 14px;
	background: url(images/arrow-galeria.png) no-repeat 3px 7px;
	display: block;
	line-height: 30px;
	padding: 0 0 0 23px;
	font-weight:normal;
	font-style:normal;
}

.video_teaser .video_thumb{
	margin:0;
	height:148px;
}
.video_teaser .video_thumb img{
	margin:0;
}