

/*********************
	Layout
*********************/
body {background: #eaf2f3;}
a {color:#79ACB8}
.wrapper {
	width: 960px; 
	margin: 0 auto;
	font-size: 1.2em;
}
.featured-link {
	/*font-family: 'CaviarDreamsRegular';*/
	font-size: 1.3em;
	font-weight: bold;
	color: #5A848C;
	text-decoration: underline;
}
.featured-link_ {
	/*font-family: 'CaviarDreamsRegular';*/
	font-size: 1.3em;
	font-weight: bold;
	color: #5A848C;
	text-decoration: none;
}

#main-content_ {
	width: 940px;
	float: left;
	padding-bottom: 15px;
}

#main-content {
	width: 590px;
	float: left;
	padding-bottom: 15px;
}
#column-left {
	width: 300px;
	border-left: 1px solid #E8F0F2;
	float: right;
	padding-left: 20px;
}

/*********************
	#header
*********************/
#header .logo {
	float: left;
}
#header .logo a {
	
	width: 354px;
	height: 105px;
	display: block;
	text-indent: -9999px;
}
#header .phone {
	margin: 33px 0 21px;
	width: 119px;
	height: 21px;
	float: right;
	padding: 12px 10px 12px 75px;
	font-family: 'CaviarDreamsRegular';
	font-size: 1.5em;
	font-weight: bold;
}
#header #nav {
	clear: both;
	float: right;
	width: 586px;
	padding-right: 20px;
}
#header #nav li {
	float: right;
	margin-right: 2px;
	margin-top:2px;
}
#header #nav li a {
	/*font-family: 'CaviarDreamsRegular';*/
	font-weight: bold;
	padding: 8px 12px;
	display: block;
	background: #fff;
	font-size: 1.08em;
	text-transform: uppercase;
	color: #4FC2FF;
	text-decoration: none;
	border-radius:5px 5px 0 0; -moz-border-radius:5px 5px 0 0; -webkit-border-radius:5px 5px 0 0;
}
#header #nav li a:hover,
#header #nav li a.active {
	background: url(../images/bg_circles.png) 0 0 repeat;
	color: #fff;
}
/*********************
	#content
*********************/
#content {
	padding: 20px;
	background: #fff;
}
#content.content-home {
	padding: 0;
	background: none;
}
.bg-content {
	height: 20px;
	background: url(images/css/bg_content.png) 0 bottom no-repeat;
}
.section {
	position: relative;
	width: 960px;
}
.sect-bottom {
	background: url(images/css/bg_sect_bottom.png) 0 bottom repeat-x;
	padding-bottom: 10px;
	margin-bottom: 12px;
}
.sect-top {
	background: url(images/css/bg_sect_top.png) 0 top repeat-x;
	padding-top: 10px;
}
#content .section-bg {
	padding: 20px;
	background: #fff;
}
.tit {
	font-size: 1.16em;
	color: #79ADBA;
	border-bottom: 1px solid #79ADBA;
	text-transform: uppercase;
	margin-bottom: 16px;
	/*font-family: 'CaviarDreamsRegular';*/
	font-weight: bold;
}
/***********
	#slider	
***********/
#slider {
	width: 920px;
	height: 354px;
	overflow: hidden;
}
#slider li {
	float: left;
}
.section a.prevbutton,
.section a.nextbutton {
	width: 70px;
	height: 64px;
	border: none;
	position: absolute;	
	z-index: 5;
	cursor: pointer;
}
a.prevbutton {
	background: url(images/ico/ico_prevbutton.png) 0 0 no-repeat;
	left: -16px;
	top: 165px;
}
a.nextbutton {
	background: url(images/ico/ico_nextbutton.png) 0 0 no-repeat;
	right: -16px;
	top: 165px;
}
/***********
	.info	
***********/
.section .info {
	width: 290px;
	height: 109px;
	background: url(images/css/bg_info.png) 0 0 no-repeat;
	position: absolute;
	bottom: 32px;
	z-index: 4;
	color: #fff;
	padding: 20px 20px 20px 20px;
}
.section .info .tit {
	border: none;
	font-size: 1.75em;
	text-shadow: 0px 0px 5px #fff;
	text-transform: none;
	color: #fff;
	margin-bottom: 2px;
}
.section .info p {
	font-size: 1.3em;
	margin-bottom: 5px;
}
/***********
	#news	
***********/

#news_ {
	float: left;
	width: 900px;
	padding-right: 21px;
	background: url(images/css/bg_separador.png) right 20px no-repeat;
}



#news {
	float: left;
	width: 470px;
	padding-right: 21px;
	background: url(images/css/bg_separador.png) right 20px no-repeat;
}
#news li {
	width: 220px;
}
#news li img {
	background: url(images/css/bg_img_sombra_big_.png) 0 0 no-repeat;
	width: 205px;
	height: 115px;
	padding: 5px 15px 11px 5px;
	margin-bottom: 5px;
}
#news h2 {
	color: #7FBB3D;
	font-size: 1.16em;
	margin-bottom: 5px;
}
#news p {
	margin-bottom: 12px;
}
.more a {
	padding-left: 12px;
	height: 26px;
	display: inline-block;
	text-decoration: none;
}
.more a span {
	display: inline-block;
	height: 22px;
	padding: 4px 20px 0 0;
	font-family: 'CaviarDreamsRegular';
	font-weight: bold;
	font-style: italic;
	color: #fff;
}
.etiqueteBlue a {background: url(images/css/bg_moreBlue_a.png) 0 0 no-repeat;}
.etiqueteBlue span {background: url(images/css/bg_moreBlue_span.png) right 0 no-repeat;}
.etiqueteOrange a {background: url(images/css/bg_moreOrange_a.png) 0 0 no-repeat;}
.etiqueteOrange span {background: url(images/css/bg_moreOrange_span.png) right 0 no-repeat;}


 
/*****************
	#localization	
******************/
#localization {
	float: right;
	width: 400px;
}
#localization #map {
	width: 400px;
	height: 224px;
	margin-bottom: 12px;
	background-image:url(../images/bg_dove_.jpg);
}
.where {
	font-family: 'CaviarDreamsRegular';
	color: #171415;
	font-size: 1.25em;
}
.where a {text-decoration: none; color:#000;}
/***********
	#footer	
***********/
#footer {
	color: #666;
	font-size: .9em;
	margin-top: 10px;
	height: 90px;
}
#footer a {
	color: #999;
}
#footer a.featured-link {
	color: #5A848C;
}
/*******************
	#head-content	
*******************/
#head-content {
	position: relative;
	margin-bottom: 25px;
}
#head-content .tit {
	font-size: 6.25em;
	color: #fff;
	position: absolute;
	left: 10px;
	top: 20px;
	margin-bottom: 0;
	border-bottom: 0;
	text-shadow: 0px 0px 10px #567B84;
	font-family: 'CaviarDreamsRegular'
}
/*******************
	#main-content	
*******************/
.vinete {
	width: 565px;
	height: 49px;
	background: url(images/css/bg_vinete.png) 0 0 no-repeat;
	font-size: 1.3em;
	color: #30454C;
	text-shadow: 0px 0px 5px #4C6D78;
	padding: 40px 0 0 20px;
	margin-bottom: 30px;
}
.vinete h1 {
	display: inline;
	font-weight: bold;
	font-style: italic;
}
.items-list li {
	padding-bottom: 15px;
	border-bottom: 1px solid #E8F0F2;
	margin-bottom: 18px;
}
.items-list li img {
	background: url(images/css/bg_img_sombra_small.png) 0 0 no-repeat;
	width: 145px;
	height: 85px;
	padding: 10px 12px 12px;
	float: left;
}
.items-list .item-text {
	margin-left: 190px;
}
.item-text .category-name {
	font-size: 0.9em;
	color: #999;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.item-text .category-name a {text-decoration: none; color:#999;}
.item-text h2 {
	margin-bottom: 4px;
}
.item-text h2 a {
	font-family: 'CaviarDreamsRegular';
	font-weight: bold;
	color: #7FB93D;
	font-size: 1.4em;
	text-decoration: none;
	line-height: 1.2em;
}
.item-text h2 a:hover {
	text-decoration: underline;
}
.meta {
	font-size: .9em;
	color: #666;
	margin-bottom: 5px;
}
.meta a {
	color: #79ACB8;
}
.item-text .meta a {
	color: #666;
}
.item-text p {
	line-height: 1.5em;
}
.item-text p a {
	color: #79ACB9;	
}
.item-text p a.continue {
	font-style: italic;
}
/*****************
	leading-post
******************/
.items-list .leading img {
	background: #F3F7F8;
	width: 265px;
	height: 205px;
	border: 1px solid #DDEAEC;
	padding: 2px;
}
.items-list .leading .item-text {
	margin-left: 290px;
}
.leading .item-text h2 a {
	font-size: 1.58em;
	color: #79ACB8;
}
.items-list .leading .meta {
	margin-bottom: 10px;
}
.paginator {
	text-align: center;
}
.paginator a,
.paginator span {
	padding: 5px 10px;
	display: inline-block;
	margin-right: 1px;
}
.paginator span {
	color: #ccc;
}
.paginator a {
	color: #81B0BC;
	background: #EAF2F3;
	text-decoration: none;
}
.paginator a:hover,
.paginator a.active {
	color: #fff;
	background: #7FBA3D;
}
.paginator a.prev-next {
	background: none;
}
.paginator a.prev-next:hover {
	text-decoration: underline;
	color: #81B0BC;
}
/* paginavi ------------ */
.wp-pagenavi {
	text-align:center;
}
.wp-pagenavi a {
	padding: 5px 10px;
	display: inline-block;
	margin-right: 1px;
	color: #81B0BC;
	background: #EAF2F3;
	text-decoration: none;
}
.wp-pagenavi a:hover {	
	color: #fff;
	background: #7FBA3D;
}
.wp-pagenavi a:active {
	color: #fff;
	background: #7FBA3D;	
}
.wp-pagenavi span.pages {
	background: none;
	color:#ccc;
	padding: 5px 10px;
}
.wp-pagenavi span.current {
	color: #fff;
	background: #7FBA3D;
	padding: 5px 10px;
	display: inline-block;
	margin-right: 1px;
}
.wp-pagenavi span.extend {
	color: #fff;
	background: #7FBA3D;
	padding: 5px 10px;
	display: inline-block;
	margin-right: 1px;
}

/*********************
	#widget-section
*********************/
.widget-section {
	margin-bottom: 25px;
}
.widget-section .tit {
	color: #7FB93D;
	border-color: #7FB93D;
}
.categories-list li {
	background: url(images/css/bg_list_style.png) 0 0 no-repeat;
	padding-left: 25px;
	color: #79ACB8;
	margin-bottom: 8px;
}
.categories-list li ul {margin: 8px 0 0;}
.categories-list li a {
	color: #79ACB8;
	text-decoration: none;
}
.categories-list li a:hover {
	text-decoration: underline;
}
.widget-section .where {
	font-size: 1.16em;
}
.widget-section #map {
	background-image:url(../images/dove_piccolo.png);
	background-repeat:no-repeat;
	width: 290px;
	height: 170px;
	margin-bottom: 12px;
}

.widget-section #map1 {
	background-image:url(../images/xxx.png);
	background-repeat:no-repeat;
	width: 290px;
	height: 170px;
	margin-bottom: 12px;
}


.widget-section #searchform label {	display: none;}
.widget-section #searchform input {
	border: 1px solid #5B848C;
	border-left: none;
	float: left;
	height: 27px;
}
.widget-section #searchform  input#s {
	background: url(images/css/bg_input_buscar.png) 0 0 repeat-x;
	width: 245px;
	border-left: 1px solid #5B848C;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 2px 3px 3px;
	color:#666;
}
.widget-section #searchform input#searchsubmit {
	background: url(images/ico/ico_buscar.gif) 0 0 no-repeat;
	border:none;
	text-indent: -999999px;
	width: 30px;
	height: 27px;
	cursor: pointer;
}
/*************
	.post
**************/
.post .date {
	background: url(images/ico/ico_date.png) 0 0 no-repeat;
	width: 48px;
	height: 29px;
	float: left;
	text-align: center;
	font-size: 0.8em;
	color: #000;
	padding-top: 17px;
	text-transform: uppercase;
	font-weight: bold;
}
.post .date span {
	font-size: 1.7em;
	display: block;
	margin-bottom: 1px;
}
.post-title {
	margin-left: 60px;
	margin-bottom: 20px;
}
.post-title h1 {
	font-size: 1.58em;
	/*font-family: 'CaviarDreamsRegular';*/
	font-weight: bold;
	color: #4FC2FF;
	margin-bottom: 4px;
}
.post-title .meta a {
	color: #79ACB8;
	text-decoration: none;
}
.post-title .meta a:hover {
	text-decoration: underline;
}
.content-post {
	color: #464646;
	border-bottom: 1px solid #E8F0F2;
	padding-bottom: 1px;
	margin-bottom: 20px;
}
.content-post p {
	line-height: 1.5em;
	margin-bottom: 12px;
}
.content-post img {
	background:none repeat scroll 0 0 #F3F7F8;
	border:1px solid #DDEAEC;
	padding:2px;
}
.content-post .align-left,
.content-post .alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 12px;
}
.content-post .align-right,
.content-post .alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 12px;
}
.content-post .align-center,
.content-post .aligncenter {
	text-align: center;
	margin-bottom: 12px;
}
.content-post .aligncenter {
	clear:both;
	display:block;
	margin: 0 auto;
}
.content-post a {
	color: #79ACB8;
}
.content-post h2 {
	color: #7FBB3D;
	font-size: 1.16em;
	margin-bottom: 12px;
	font-weight: bold;
}
.content-post ul,
.content-post ol {
	margin-bottom: 12px;
}
.content-post ul ul,
.content-post ol ul,
.content-post ul ol,
.content-post ol ol
 {
	margin: 5px 0 0 15px;
}
.content-post ul li {
	list-style: disc;
	list-style-position: inside;
	margin-bottom: 4px;
	line-height: 1.5em;
}
.content-post ol li {
	list-style-position: inside;	
	margin-bottom: 4px;
	line-height: 1.5em;
}
.content-post .shareThis {
	border-color:#E8F0F2;
	border-style:solid;
	border-width:0 0 1px 1px;
	float: right;
	margin: 0 0 10px 15px;
	padding-left:10px;
	width:45px;
}
.content-post .shareThis span.stButton {
	float:left;
	height:32px;
	margin:0 0 10px;
	width:32px;
}
.btn span {
	background: url(images/css/bg_circles.png) 0 0 repeat;
	padding: 5px 10px;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.16em;
	margin-bottom: 20px;
}
.list-comment {
	margin-bottom: 20px;
}
.list-comment img {
	padding: 2px;
	border: 1px solid #DDD;
	float: left;
}
.list-comment li {
	margin-bottom: 20px;
}
.list-comment .comment-content {
	margin-left: 85px;
}
.list-comment .comment-content p {
	line-height: 1.4em;
}
.list-comment .comment-content p.waiting {color:#b12;}
.form-common .texto {
	border: 1px solid #DDD;
	height: 19px;
	padding: 2px 5px 3px;
	width: 337px;
	background: url(images/css/bg_input_texto.png) 0 0 no-repeat;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
.form-common  .wpcf7-not-valid-tip-no-ajax {color:#b12;}
.form-common select.texto {
	border: 1px solid #DDD;
	height: 26px;
	padding: 4px 5px 3px;
	width: 348px;
	background: url(images/css/bg_input_texto.png) 0 0 no-repeat;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
.form-common label {
	color: #79ACB8;
	float: left;
	width: 80px;
	text-align: right;
	margin-right: 12px;
	font-weight: bold;
	padding-top: 3px;
}
.form-common p {
	margin-bottom: 0;
}
.form-common form p {
	margin-bottom: 12px;
}
.form-common form p span {color:#ccc;}
.form-common textarea.texto {
	background: url(images/css/bg_textarea.png) 0 0 no-repeat;
	padding: 8px 5px 3px 10px;
	border: 1px solid #ddd;
	width: 424px;
	height: 140px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	resize: none;
}
.form-common #submit {
	background: url(images/ico/ico_enviar.png) 0 0 no-repeat;
	border: none;
	display: block;
	width: 110px;
	height: 28px;
	text-indent: -9999px;
	margin-left: 92px;
}
.form-common .antispam label {
	width: auto;
	float: none;
	padding-top: 0;
	margin-right: 0;
}
.form-common .antispam input {
	width: auto;
	width: 30px;
	margin-left: 5px;
}
.form-common .form-action .bt {
	background: url(images/ico/ico_enviar.png) 0 0 no-repeat;
	width: 110px;
	height: 28px;
	display: block;
	text-indent: -99999px;
	border: none;
	cursor: pointer;
}
.alertaError {font-weight:bold; color:#b12; margin-bottom: 25px; font-size: 1.2em;border: 1px solid #b12; padding: 10px;margin-left: 92px;}
.alertaOk {font-weight:bold; color:#7FBC3D; margin-bottom: 25px; font-size: 1.2em;border:1px solid #7FBC3D;margin-left: 92px;}
.form-common .alertaOk, .form-common  .alertaError, .nomargen {margin-left: 0 !important; padding: 20px !important;}
/*************
	.page
**************/
.page .post-title {
	margin-left: 0;
}
.page .post-title h1 {
	text-transform: uppercase;
}
.page .content-post {
	border-bottom: none;
}
.page .form-common {
	padding-top: 15px;
}
.editame {font-size: 11px; text-transform: capitalize; font-family: Arial; font-weight: normal;}