
/**************************************************************************************/
/*
/*		Designed by 'AS Designing'
/*		Web: http://www.asdesigning.com
/*		Web: http://www.astemplates.com
/*		License: ASDE Commercial
/*
/**************************************************************************************/

/**************************************************************************************/
/**************************************************************************************/
/*   Elements
/**************************************************************************************/
/**************************************************************************************/

/*
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,700,900,200);
@import url(http://fonts.googleapis.com/css?family=Oswald);
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans|Source+Sans+Pro:400,200,300,700,900|Oswald);

*
{
	padding:0;
	margin:0;
	border: 0px;
}

html {
	height: 100%;
}

body
{
	height: 100%;
	margin: 0px;
	line-height: 18px;
	/*background-position: center top;*/
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Source Sans Pro';
	/*font-family: 'Roboto Condensed', sans-serif;*/
	font-size: 1em;
	font-weight: 300;
	color: #2e393d;
	/*background-image: url("../images/bg.png");*/
}

img
{
	max-width: 100%;
}

img:hover
{
}

a
{
	text-decoration: none;
}

a:hover,
a.selected
{
	text-decoration: none;
	color: #71b02d;
}

a:focus
{
	outline: none;
}

p
{
	margin: 0;
	padding-bottom: 15px;
}

hr
{
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #ffffff;
}

.body__home .wrapper-inner,
.home .wrapper-inner
{
	padding-top: 0;
}

.wrapper-inner
{
	padding-top: 0;
}

.page-featured p
{
	padding-bottom: 25px;
}















/**************************************************************************************/
/*   Forms																			  */

legend
{
	color: #44b1dc;
	border-bottom: 1px solid #e2e2e2;
	text-transform: uppercase;
}

legend small
{
	color: #999999;
}

textarea.invalid
{
	border: 1px solid #d6610b;
}

input,
textarea
{
	width: 220px;
}

textarea
{
	resize: none;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input
{
	line-height: 1 !important;
	padding: 6px 5px;
	height: auto !important;
	background-color: #fff;
	border: 1px solid #666666;
	-webkit-box-shadow: 0px 1px 0px #CCCCCC;
	-moz-box-shadow: 0px 1px 0px #CCCCCC;
	box-shadow: 0px 1px 0px #CCCCCC;
	color: #2e393d;
	border-radius: 5px;
}

input[type="text"] {
	padding: 8px 5px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus
{
	border-color: #b1aaaa;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus
{
	outline: thin dotted #b1aaaa;
	border-radius: 5px;
}

input[type='radio'],
input[type='checkbox']
{
	margin: 3px 0 0;
}

.input-block-level
{
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

select
{
	border: 1px solid #e2e2e2;
	background-color: #ffffff;
}

.page-login form .control-group
{
	margin: 0;
}

.checkbox-radio-wrap__inline
{
	display: inline-block;
	margin-left: 6px;
	vertical-align: top;
}

.checkbox-radio-wrap__inline input[type="radio"],
.checkbox-radio-wrap__inline input[type="checkbox"]
{
	margin: -2px 0 0 0;
}

.page-registration form label,
.page-remind form label,
.page-reset form label,
.page-login form label,
.page-login form label,
.page-profile__edit form label
{
	display: inline-block;
	margin-right: 20px;
}

.page-remind form button,
.page-reset form button
{
	display: inline-block;
	margin-left: 10px;
}

.form-vertical label
{
	display: inline-block;
}

#form-login-remember label
{
	margin-bottom: 20px;
}

.label-info,
.badge-info
{
	background-color: #929292;
}

/**************************************************************************************/
/*   Headings and Titles															  */

h1,
h2,
h3,
h4
{
	margin-top: 0px;
	letter-spacing: 0px;
	/*font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;*/
}

h1
{
	font-size: 26px;
	line-height: 32px;
	letter-spacing: 0px;
	font-weight: bold;
	margin-bottom: 30px;
	padding: 0px;
	text-transform: uppercase;
}

h1 span,
h2 span,
h3 span
{
	display: block;
}

h1 span
{
	padding-bottom: 60px;
}

h2
{
	margin-bottom: 15px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
}

h3
{
	margin-bottom: 0px;
	padding-bottom: 30px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
}

.page-featured h3
{
	padding: 0px 0px 10px;
}

h4
{
	font-size: 14px;
}

h5
{
	font-size: 14px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small
{
	color: #999999;
}

.category_title,
.item_title,
.module_title
{
	text-align:left;
}

h1,
h2.item_title,
.item__featured .item_title,
.module_title,
.page-category .item_title,
.page_header h2,
.category_title h2,
.item_title
{
	text-transform: uppercase;
}

.page-item__titsa .item_title {
	color: #71b02d;
}

.page-blog__novedades .item_title,
.page-item__novedades .item_title {
	color: #8fc688;
}

.page-item__novedades .item_fulltext {
	border-left: none !important;
}

.page-item .item_fulltext,
.item-content .item_fulltext {
	color: #2e393d;
}

.page-item__orange .item_title
{
	color: #FB9D14
}

.item__featured .item_title
{
	overflow: hidden;
}

.item__module h2.item_title
{
	border-bottom: none;
}

.page_header
{
	text-align: center;
}

.span12 {
	margin-left: 0px;
}


/**************************************************************************************/
/*   Images																			  */

.item_img,
.category_img,
.item_fulltext img,
.random-image img,
img.left,
img.right
{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.mod-custom img,
.item_img img,
.category_img img,
.item_fulltext img,
.random-image img,
aside .img-intro__left img,
aside .img-intro__right img
{
	border-radius: 0px;
}

.img-intro__none,
.img-intro-none,
.img-full__none
{

	text-align: center;
}

.img-intro__none img,
.img-full__none img
{

}

.img-intro__left,
.img-intro-left,
.img-full__left,
img.left
{
	float: left;
	margin: 0 10px 21px 0px;
}

.img-intro__right,
.img-intro-right,
.img-full__right,
img.right
{
	float: right;
	margin: 0 0 21px 25px;
}

.page-category__testimonials .item_img,
.page-featured .item_img
{
	padding: 0px;
}

.page-category__testimonials .img-intro img,
.page-featured .img-intro img
{
	padding: 2px;
	border: 1px solid #e2e2e2;
	max-width: 100%;
}

.page-category__testimonials .img-intro,
.page-featured .img-intro
{
	border: none;
}

aside .img-intro__left,
aside .img-intro__right
{
	margin-top: 3px;
	margin-bottom: 10px;
}

img.noborder
{
	border: none !important;
	box-shadow: none !important;
}

.random-image img
{
}

.menudesc img
{
	float: left;
	margin: 0px 20px 10px 0px;
}


/**************************************************************************************/
/*   Captions																		  */

.img_caption
{
	text-align: center!important;
}

.img_caption.left
{
	float: left;
	margin-right: 1em;
}

.img_caption.left p
{
	clear: left;
	text-align: center;
}

.img_caption.right
{
	float: right;
	margin-left: 1em;
}

.img_caption.right p
{
	clear: right;
	text-align: center;
}

.img_caption.none
{
	margin-left: auto;
	margin-right: auto;
}

/**************************************************************************************/
/*   Lists																			  */

.categories-module li,
.archive-module li
{
	padding: 0 0 0 20px;
	list-style: none;
	list-style-image: none;
	background: url('../images/li.style.png') left 11px no-repeat;
}


ul.categories-module h5
{
	font-size: 1em;
	line-height: inherit;
	font-weight: normal;
	margin: 0;
}

.categories-module,
.archive-module
{
	margin: 0;
}

.categories-module li,
.archive-module li
{
	line-height: 30px;
}

.categories-module li a,
.archive-module li a
{
	font-size: 14px;
	line-height: 30px;
	color: #626262;
}

.categories-module li a:hover,
.archive-module li a:hover
{
	color: #F93;
}

.moduletable ul
{
	margin-left: 0px;
}

.moduletable ul li
{
	line-height: 18px;
	list-style-image: url("../images/li.style.grey.png");
	list-style-position: inside;
}

.moduletable ul.item-list li
{
	list-style: none;
	list-style-image: none;
	background: url('../images/li.style.grey.png') left 11px no-repeat;
	padding: 0 0 0 25px;
}

/**************************************************************************************/
/*   Buttons																		  */

.readmore
{
	text-transform: none;
	box-shadow: none !important;
	-webkit-box-shadow: none;
	border-radius: 5px;
}

a.btn,
a.readmore,
.btn_info,
.btn-info,
.btn-group button.btn,
.mod-newsflash a.readmore,
.btn-primary,
.btn_primary,
.contentpane .button
{
	padding: 3px 0px 3px 28px;
	margin-top: 0px;
	font-size: 12px;
	line-height: 17px;
	border-radius: 5px;
	color: #71b02d;
	background-color: transparent;
	font-weight: bold;
}

#footer-row a.btn,
#footer-row a.readmore,
#footer-row .button
{
	color: #fb9d14;
}

.btn-group button.btn,
.btn-toolbar .btn
{
	padding: 10px 20px 10px 0px;
	background-image: none;
}

.page-login button
{
	margin-top: 20px;
}

#footer .atencion-cliente {
	
	padding: 7px;
	background-color: #2e383d;
	text-align: center;
	color: #c7d200;

}

#footer .atencion-cliente .atencion {
	font-size: 2em;
	line-height: 38px;
}

#footer .atencion-cliente .telefono {
	font-size: 2em;
	line-height: 38px;
	font-weight: bold;
}

#footer .atencion-cliente .horario {
	font-size: 1.2em;
	line-height: 38px;
	font-weight: bold;
}


#footer .atencion-cliente img {
	margin-left: 5px;
	margin-right: 5px;
}

.btn_info.active,
.btn-info.active,
.btn_info:active,
.btn-info:active,
.btn-primary.active,
.btn_primary.active,
.btn-primary:active,
.btn_primary:active
{
	box-shadow: none;
}

.btn,
.mod-newsflash a.readmore
{
	text-shadow: none !important;
	text-transform: none;
}

.contentpane .button
{
	margin-top: 20px;
}

a.btn:hover,
.btn_info:hover,
.btn-info:hover,
.btn_info:active,
.btn-info:active,
.btn_info.active,
.btn-info.active,
.btn_info.disabled,
.btn-info.disabled,
.btn_info[disabled],
.btn-info[disabled],
.btn-primary:hover,
.btn_primary:hover,
.btn-primary:active,
.btn_primary:active,
.btn-primary.active,
.btn_primary.active,
.btn-primary.disabled,
.btn_primary.disabled,
.btn-primary[disabled],
.btn_primary[disabled],
.mod-newsflash a.readmore:hover,
a.readmore:hover,
.contentpane .button:hover
{
	color: #71b02d;
	background-position: left bottom;
}

#component .row {
	margin: 0px 0px 0px 0px;
}

#component a.btn:hover,
#component .btn_info:hover,
#component .btn-info:hover,
#component .btn_info:active,
#component .btn-info:active,
#component .btn_info.active,
#component .btn-info.active,
#component .btn_info.disabled,
#component .btn-info.disabled,
#component .btn_info[disabled],
#component .btn-info[disabled],
#component .btn-primary:hover,
#component .btn_primary:hover,
#component .btn-primary:active,
#component .btn_primary:active,
#component .btn-primary.active,
#component .btn_primary.active,
#component .btn-primary.disabled,
#component .btn_primary.disabled,
#component .btn-primary[disabled],
#component .btn_primary[disabled],
#component .mod-newsflash a.readmore:hover,
#component a.readmore:hover,
#component .contentpane .button:hover,
#content-row-4 a.btn:hover,
#content-row-4 .btn_info:hover,
#content-row-4 .btn-info:hover,
#content-row-4 .btn_info:active,
#content-row-4 .btn-info:active,
#content-row-4 .btn_info.active,
#content-row-4 .btn-info.active,
#content-row-4 .btn_info.disabled,
#content-row-4 .btn-info.disabled,
#content-row-4 .btn_info[disabled],
#content-row-4 .btn-info[disabled],
#content-row-4 .btn-primary:hover,
#content-row-4 .btn_primary:hover,
#content-row-4 .btn-primary:active,
#content-row-4 .btn_primary:active,
#content-row-4 .btn-primary.active,
#content-row-4 .btn_primary.active,
#content-row-4 .btn-primary.disabled,
#content-row-4 .btn_primary.disabled,
#content-row-4 .btn-primary[disabled],
#content-row-4 .btn_primary[disabled],
#content-row-4 .mod-newsflash a.readmore:hover,
#content-row-4 a.readmore:hover,
#content-row-4 .contentpane .button:hover
{
	color: #44b1dc;
	background-position: left bottom;
}

.controls .btn
{
	margin: 15px 25px 0px 0px;
}

.controls {
	padding-top: 10px;
}

#footer-row a.btn:hover,
#footer-row a.readmore:hover,
#footer-row .button:hover
{
	color: #44b1dc;
}

/**************************************************************************************/
/*   Pagination																		  */

.pagination span,
.pagination a
{
	background: none !important;
	padding: 0 6px;
}

.pagination ul
{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	box-shadow: none;
	margin: 0 auto;
}

.pagination ul li .pagenav
{
	font: 800 14px/18px;
	text-transform: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	box-shadow: none;
}

.pagination ul li a.pagenav:hover
{
	background: none;
	color: #626262;
}

.pagination ul li .pagenav
{
	color: #555555;
}

.pagination ul li span.pagenav
{
	color: #555555;
}

.pagination ul li a.pagenav
{
	color: #929292;
}

.pagination ul li.num span.pagenav
{
	color: #626262;
}


/**************************************************************************************/
/*   BlockNumbers																	  */


p.blocknumber,
p.blockchar
{
	min-height: 40px;
	padding: 5px 10px 18px 70px !important;
	position: relative;
}

span.blocknumber,
span.blockchar
{
	border-radius: 50%;
	font-size: 20px;
	height: 44px;
	left: 0;
	line-height: 44px;
	position: absolute;
	text-align: center;
	width: 44px;
	margin-top: -4px;
	background-color: #ffffff;
	border: 2px solid #319DC6;
}

#footer span.blocknumber
{
	background-color: #ccc;
}

span.blocktitle
{
	font-size: 18px;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #929292;
	/*font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;*/
}

/**************************************************************************************/
/*   Toggling																		  */

.toggle
{
	min-height: 30px;
	font-size: 13px;
	font-weight: normal;
	background-image: url('../images/bg.toggle.open.png');
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
	margin:  0px 0px 0px 0px;
	padding: 6px 0px 3px 60px;
	clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.toggle:hover
{
	background-image: url('../images/bg.toggle.open.hover.png');
}

.toggle.opened
{
	background-image: url('../images/bg.toggle.close.png');
	background-position: left top;
	background-repeat: no-repeat;
}

.toggle.opened:hover
{
	background-image: url('../images/bg.toggle.close.hover.png');
}

.toggle_content
{
	display: none;
	margin: 15px 0px 20px 0px;
	padding: 25px;
	font-size: 12px;
	font-weight: normal;
	border-radius: 0px;
	background-color: #FDFDFD;
	border: 1px solid #e2e2e2;
	color: #626262;
}

/**************************************************************************************/
/*   Searching																		  */


ul#finder-filter-select-dates li.filter-date
{
	margin-bottom: 4px;
	margin-right: 4px;
}

ul#finder-filter-select-dates li.filter-date select.filter-date-operator
{
	margin-bottom: 9px;
}

#searchForm fieldset
{
	margin-bottom: 20px;
}

#searchForm fieldset label
{
	display: inline-block;
	margin-right: 1em;
}

#searchForm .form-limit label
{
	float: left;
}

#searchForm .form-limit select
{
	float: right;
	position: relative;
	top: -4px;
}

#searchForm .form-limit p
{
	overflow: hidden;
	clear: both;
}

dl.search-results
{
	margin-bottom: 30px;
}

dl.search-results dt
{
	margin-top: 20px;
}

.navbar-form .btn,
.navbar-form .btn-group
{
	margin-top: 5px;
}

#mod-finder-searchword
{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 4px;
	border: 1px solid #e2e2e2;
	box-shadow: none;
}

/**************************************************************************************/
/*   Modal																			  */

.modalClose
{
	margin: 14px;
}

div.modal.fade.in.loginPopup
{
	width: 260px;
	margin: -130px 0 0 -130px;
	top: 50%;
	left: 50%;
}

.login-greeting
{
	margin: 0 0 9px 0;
}

.input-modal
{
	width: 146px;
}

div.modal.fade
{
	z-index: -500;
}

div.modal.fade.in
{
	z-index: 1100;
}


/**************************************************************************************/
/*   Newsflash																		  */


.mod-newsflash-adv__links .item_content
{
	border-radius: 5px;
	padding-bottom: 24px;
	background-color: #e9e9e9;
}

.mod-newsflash-adv__links .item_content ul
{
	margin-bottom: 0;
}

.mod-newsflash-adv__links .item_content ul li
{
	line-height: 28px;
}

.mod-newsflash-adv__links .item_content ul li a
{
	font-size: 14px;
	line-height: 30px;
	text-decoration: underline;
}

.mod-newsflash-adv__links .item_content ul li a:hover
{
	color: #929292;
}

.mod-newsflash-adv__links .item_content h2
{
	text-transform: none;
	padding-bottom: 0;
	line-height: 68px;
	margin-bottom: 20px;
}

.mod-newsflash-adv__links a.readmore
{
	background: none;
	padding: 4px 0;
	margin: 0 0 0 45px;
	box-shadow: none;
	border: none;
	font-size: 14px;
}

.mod-newsflash-adv__links a.readmore:hover
{
	color: #929292;
}

.mod-newsflash-adv__links .shadow span
{
	bottom: 21px;
	width: 92%;
	left: 4%;
}

.mod-newsflash-adv__links.support .item_content
{
	padding-bottom: 12px;
}

.mod-newsflash-adv__links.support .item_introtext
{
	padding: 0 24px;
	font-size: 14px;
	line-height: 22px;
}

.mod-newsflash-adv__links .item_content ul li a,
.mod-newsflash-adv__links.support .item_introtext
{
	color: #7F7F7F;
}

.mod-newsflash-adv__links.support a.readmore
{
	margin: 0 0 0 24px;
}

.masonry_gallery .mod-newsflash-adv .img-intro__none img
{
	max-width: 100%;
}

.masonry_gallery .mod-newsflash-adv .img-intro__none
{
	max-width: 95%;
}


.masonry_gallery .mod-newsflash-adv .item_content
{
	max-width: 97%;
	min-width: 97%;
	max-height: 97%;
}

.masonry_gallery .mod-newsflash-adv .item_content .item_createdby
{
	padding-left: 10px;
}

.masonry_gallery .mod-newsflash-adv .item_content .item_introtext
{
	padding: 20px;
}

.masonry_gallery .mod-newsflash-adv .item_content .item_introtext a,
.masonry_gallery .mod-newsflash-adv .item_content .readmore
{
	color: #eee;
}

.masonry_gallery .mod-newsflash-adv .item_content .readmore
{
	float: right;
	padding-right: 30px;
}

.masonry_gallery .mod-newsflash-adv .item_content .item_title
{
	padding-top: 20px;
	text-transform: uppercase;
}


.masonry_gallery .mod-newsflash-adv .item_img
{
	margin: 0 0 10px 4px;
}

.masonry_gallery .mod-newsflash-adv .item_published
{
	position: absolute;
	top: 5px;
	padding-left: 10px;
	height: 100%;
	color: #000;
}

.masonry_gallery .mod-newsflash-adv .item_content
{
	background-color: #000;
	opacity: 0;
	position: absolute;
	top: 0;
	height: 100%;
	margin-left: 4px;
}

.masonry_gallery .mod-newsflash-adv .item_content:hover
{
	opacity: 1;
	transition-property: transform, opacity;
	transition-duration: 0.8s;

}


/**************************************************************************************/
/*   Acymailing																		  */

.acymailing_modulesubscribe form
{
	margin: 0px;
}

.acymailing_form,
.acymailing_form .acysubbuttons
{
	text-align: right;
}

.acymailing_form input
{
	padding: 5px 6px 4px;
}

.acymailing_form .acysubbuttons .button
{
	margin-top: 7px;
	line-height: 18px;
	padding: 4px 1px 4px 27px;
}

.acymailing_module_form span.acymailing_finaltext
{
	display: block;
	padding-top: 0px;
	text-align: right;
}

/**************************************************************************************/
/*   Back to Top																	  */


#back-top
{
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 60;
}

#back-top a
{
	width: 46px;
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	text-transform: none;
	text-decoration: none;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	color: #626262;
}

#back-top span
{
	width: 46px;
	height: 46px;
	display: block;
	background: url('../images/up.arrow-green.png') no-repeat center center;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	/*border-radius: 50%;*/
	border: 1px solid #ffffff;
}

/**************************************************************************************/
/*   Gallery																			*/
.page-gallery h1
{
	padding:0;
}

.page-gallery .well
{
	box-shadow: 0 0px 2px 0px #CCCCCC inset;
	background-image: url(../images/bg.png);
}

.page-gallery .item_img
{
	margin: 0;
	float: none;
	display: block;
}

.page-gallery .item_title
{
	margin: 0px;
	padding: 0px 0px 10px;
	text-align:center;
	line-height: 32px;
	font-size: 16px;
	letter-spacing: 0px;
	font-weight: bold;
	text-transform: uppercase;
}

.page-gallery .item_title a
{
	text-align:centre !important;
	color:#fff;
}

.page-gallery .item_title a:hover
{
	color:#909090;
}

.page-gallery ul#filters li
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	margin: 10px 15px 0 0;
}

.page-gallery li.item
{
	margin-bottom: 30px;
}

.page-gallery p
{
	padding-bottom: 10px;
	line-height: 16px;
}

.category_child .category_title a
{
	display: inline-block;
	margin-right: 12px;
}

.page-gallery .category_desc
{
	margin-bottom: 20px;
}

.page-gallery ul.singleColumn li
{
	margin-left: 0;
}

.page-gallery .item_img.img-intro .touchGalleryLink img
{
	width: 100%;
}

.page-gallery .btn
{
	float: right;
}

.page-gallery a.zoom,
.page-item__gallery a.zoom
{
	position: relative;
}

.page-gallery a.zoom span.zoom-bg,
.page-item__gallery a.zoom span.zoom-bg
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
}

.page-gallery .item_more
{
	text-align: center;
}

.page-gallery .item_more a
{
	display: inline-block;
	padding: 2%;
	color:#fff;
	font-size: 1.5em;
	font-weight: normal;
}

.page-gallery .item_more a:hover
{
	color:#909090;
}

.page-gallery a.zoom span.icon-zoom-in,
.page-item__gallery a.zoom span.icon-zoom-in
{
}

.page-gallery .item_icons,
.page-item__gallery .item_icons
{
	margin-bottom: 9px;
}

ul.singleColumn
{
	margin: 0;
}

ul.singleColumn > .item
{
	list-style: none;
	width: 100%;
}

.view-article #prevArrow,
.view-article #nextArrow
{
	display: none;
}

.masonry_gallery
{
	min-height: 700px;
}

.masonry_gallery .isotope-item
{
	display: none;
}

.isotope-item
{
	z-index: 2;
}

.isotope-hidden.isotope-item
{
	pointer-events: none;
	z-index: 1;
}

.isotope,
.isotope .isotope-item
{
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope
{
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item
{
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition
{
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

ul#filters li
{
	display: inline-block;
	vertical-align: top;
	margin: 9px 9px 0 0;
}

#isotopeContainer
{
	padding-top: 8px;
}

.page-gallery_img
{
	margin-left: 0;
}

.category_children .category_child
{
	margin-bottom: 20px;
}

#galleryOverlay
{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 100000;
	overflow: hidden;
	display: none;
	-moz-transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease;
	background-image: url(../images/bg.gallery.png);
}

#galleryOverlay.visible
{
	opacity: 1;
}

#gallerySlider
{
	height:100%;
	left:0;
	top:0;
	width:100%;
	white-space: nowrap;
	position:absolute;
	-moz-transition:left 0.4s ease;
	-webkit-transition:left 0.4s ease;
	transition:left 0.4s ease;
}

#gallerySlider .placeholder
{
	background: url("../images/system/preloader.gif") no-repeat center center;
	height: 100%;
	line-height: 1px;
	text-align: center;
	width:100%;
	display:inline-block;
}

#gallerySlider .placeholder:before
{
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right:-1px;
}

#gallerySlider .placeholder img
{
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}

#gallerySlider.rightSpring
{
	-moz-animation: rightSpring 0.3s;
	-webkit-animation: rightSpring 0.3s;
}

#gallerySlider.leftSpring
{
	-moz-animation: leftSpring 0.3s;
	-webkit-animation: leftSpring 0.3s;
}

/* Firefox Keyframe Animations */

@-moz-keyframes
rightSpring
{
 0% {
margin-left:0px;
}
 50% {
margin-left:-30px;
}
 100% {
margin-left:0px;
}
}
 @-moz-keyframes
leftSpring
{
 0% {
margin-left:0px;
}
 50% {
margin-left:30px;
}
 100% {
margin-left:0px;
}
}

/* Safari and Chrome Keyframe Animations */

@-webkit-keyframes
rightSpring
{
 0% {
margin-left:0px;
}
 50% {
margin-left:-30px;
}
 100% {
margin-left:0px;
}
}
 @-webkit-keyframes
leftSpring
{
 0% {
margin-left:0px;
}
 50% {
margin-left:30px;
}
 100% {
margin-left:0px;
}
}

#prevArrow,
#nextArrow
{
	border:none;
	text-decoration:none;
	background:url('../images/gallery/arrows.png') no-repeat;
	opacity:0.5;
	cursor:pointer;
	position:absolute;
	width:43px;
	height:58px;
	top:50%;
	margin-top:-29px;
	-moz-transition:opacity 0.2s ease;
	-webkit-transition:opacity 0.2s ease;
	transition:opacity 0.2s ease;
}

#prevArrow:hover,
#nextArrow:hover
{
	opacity:1;
}

#prevArrow
{
	background-position:left top;
	left:40px;
}

#nextArrow
{
	background-position:right top;
	right:40px;
}

.page-gallery .view
{
	overflow: hidden;
	position: relative;
}

.page-gallery .view:hover .mask
{
	opacity:1;
	-moz-transition:opacity 1s ease;
	-webkit-transition:opacity 1s ease;
	transition:opacity 1s ease;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
}

/*********************/

.body__home .well
.home .well
{
	display:none;
}

.page-gallery .mask
{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	opacity:0;
	-moz-transition:opacity 1s ease;
	-webkit-transition:opacity 1s ease;
	transition:opacity 1s ease;
	color:#fff;
}

.page-gallery .mask_cont
{
	padding: 15px;
}

/**************************************************************************************/
/*   Testimonials																	  */

blockquote p
{
	font-size: 12px;
	line-height: 20px;
}

blockquote a
{
	display: block;
	margin: 4px 5px 0px 0px;
}

.blockquote
{
	float: left;
	width: 50px;
	height: 50px;
	margin: 0px 15px 0px 0px;
	background-image: url('../images/blockquote.png');
	background-repeat: no-repeat;
	border-left: 0px solid #dddddd;
}

blockquote small
{
	color: #999999;
}

blockquote.pull-right
{
	border-right: 5px solid #eeeeee;
}


/**************************************************************************************/
/*   General
/**************************************************************************************/
/**************************************************************************************/

#header-row
{
	width: 100%;
}

.wrapper
{
	background-image: url(../images/bg.wrapper.png);
	background-position: right top;
	background-repeat: no-repeat;
}

#push
{
	height: 180px;
}

.muted
{
	color: #929292;
}

.item-separator
{
	clear: both;
	height: 25px;
}

.menudesc
{
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #ccc;
}

.row-fluid:last-child .menudesc
{
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

p .price
{
	text-align: right;
	margin: 10px 6px 0px;
	display: block;
}

/**************************************************************************************/

.clearfix
{
 *zoom: 1;
}

.clearfix:before,
.clearfix:after
{
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after
{
	clear: both;
}

.hide-text
{
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

/**************************************************************************************/
/*   Header
/**************************************************************************************/
/**************************************************************************************/

.wshadow
{
	position: relative;
	z-index: 10;
}

.shadow
{
	position: relative;
	z-index: 1;
}

.shadow span
{
	bottom: 0px;
	display: block;
	height: 0px;
	left: 1%;
	position: absolute;
	width: 98%;
}


/**************************************************************************************/
/*   Header Top Row		  															  */


#header-top-row
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto;
	padding-bottom: 1px;
}

#header-top-row .call-now [class^="icon-"],
#header-top-row .call-now [class*=" icon-"]
{
	text-align: right;
	width: 100%;
}

#header-top-row .call-now .mod-custom
{
	font-size: 15px;
	margin-top: 30px;
	/*font-family: Arial, Helvetica, sans-serif;*/
}

#header-top-row .moduletable.social
{
	margin-top: 25px;
	float: right;
	text-align: right;
}

#header-top-row .moduletable.social ul li
{
	display: inline;
	font-weight: bold;
	line-height: 29px !important;
	list-style: none !important;
	text-align: left;
}

#header-top-row .moduletable.social li a
{
    border: 2px solid #fb9d14;
    border-radius: 50%;
    display: block;
    float: left;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin-left: 5px;
    text-align: center;
    transition: background 0.5s ease 0.1s;
    width: 24px;
}

#header-top-row .moduletable.social li a
{
	color: #fb9d14;
	background-color: #fff !important;
	transition: background 0.5s ease 0.1s;
}

#header-top-row .moduletable.social li a:hover
{
	border-color: #44b1dc;
	color: #44b1dc;
	transition: border-color 0.5s ease 0.1s, color 0.5s ease 0.1s;
}

#header-top-row .moduletable.social .nav
{
	margin: 0px;
	padding: 0px;
	float: right;
}

/**************************************************************************************/
/*   Header Row		  																  */

#header-row
{
	background-color: #fff;
	border-top: 1px solid #44b1dc;
	border-bottom: 1px solid #44b1dc;
}

#header-row .row {
	margin-left: 0px;
}

#header-row .container
{
	padding: 8px 0px 8px 0px;
	border: 5px solid #fff;
	border-bottom: 0;
}

#header-row .container .row {
	/*margin-left: 0px !important;*/
}

#header-row #main-menu {
	margin-left: 8px;
}

#header-row .mod-search
{
	position: relative;
	padding-left: 55px;
	float: right;
}

#header-row .mod-search_searchword
{
	width: 286px;
	position: relative;
	padding: 9px 6px 8px 35px !important;
	display: block;
	height: 32px;
	border-radius: 0px;
	box-shadow: none !important;
	float: left;
	background-color: #eee;
}

#header-row .moduletable.search input.buttonsearch
{
	width: 18px;
	height: 18px;
	padding: 0;
	margin: 0;
	text-indent: -999em;
	border: none;
	position: absolute;
	top: 13px;
	left: 66px;
	z-index: 20;
	box-shadow: none;
}

#header-row .moduletable.search .btn-search
{
	float: left;
	margin: 10px;
}

#header-row .logo
{
	margin-left: 39px;
	line-height: 20px !important;
}

#header-row #logo a
{
	display:block;
	color: #909090;
}

#header-row .logo a:hover
{
	color: #fff;
}

#header-row #logo span.slogan
{
	font-size: 12px;
	margin-top: 10px;
	display: inline-block;
	position: relative;
	top: 13px;
	left: -33px;
}

#header-row .call-now [class^="icon-"],
#header-row .call-now [class*=" icon-"]
{
	text-align: right;
	width: 100%;
}

#header-row .call-now .mod-custom
{
	color: #44b1dc;
	font-size: 22px;
	margin-top: 30px;
	font-weight: normal;
	/*font-family: Arial, Helvetica, sans-serif;*/
}

#header-row .moduletable.social
{
	margin-top: 25px;
	float: right;
	text-align: right;
}

#header-row .moduletable.social ul li
{
	display: inline;
	font-weight: bold;
	line-height: 29px !important;
	list-style: none !important;
	text-align: left;
}

#header-row .moduletable.social li a
{
    border: 2px solid #faab39;
    border-radius: 50%;
    display: block;
    float: left;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
    text-align: center;
    transition: background 0.5s ease 0.1s;
    width: 30px;
}

#header-row .moduletable.social li a
{
	color: #faab39;
	background-color: #fff !important;
	transition: background 0.5s ease 0.1s;
}

#header-row .moduletable.social li a:hover
{
	border-color: #44b1dc;
	color: #44b1dc;
	transition: border-color 0.5s ease 0.1s, color 0.5s ease 0.1s;
}

#header-row .moduletable.social .nav
{
	margin: 0px;
	padding: 0px;
	float: right;
}


/**************************************************************************************/
/*   Slider Row		  																  */

.moduletable.slider
{
	overflow: hidden;
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 5px;
}



/**************************************************************************************/
/*   Breadcrumb Row		  															  */


#breadcrumbs {
	background: #e8ecee; 
}

#breadcrumbs-row .moduletable
{
	padding: 30px 0px;
}

#breadcrumbs-row .moduletable .breadcrumb,
#breadcrumbs-row .moduletable .mod-custom
{
	background-repeat: repeat-x;
	border-radius: 0px;
	position: relative;
	background-color: #FFFFFF;
	box-shadow: 0 0 2px 0 #CCCCCC inset;
	border-radius: 0px;
}

#breadcrumbs-row .moduletable h2
{
	margin: 0px;
	padding: 10px 40px;
	text-align: right;
}

.breadcrumb {
	padding: 10px 10px 10px 10px;
	font-size: 0.9em;
	border-radius: 0px;
}

.breadcrumb li {
	text-transform: uppercase;
	font-weight: bold;
}

#breadcrumbs .offset4 {
    margin-left: 364px;
}

#breadcrumbs .span8 {
    width: 768px;
	background: #fff;
}

.body__novedades .breadcrumb {
	background: #8fc688;
}

/*.body__ultima-hora .breadcrumb {
	background: #e5ac2a;
}*/



.body__novedades .breadcrumb a,
.body__ultima-hora .breadcrumb a {
	color: #fff;
}

.featured-items {
	background: #e8ecee;
	float: left;
}

.featured-items .moduletable   {
	padding-bottom: 20px;
	padding-left: 5px;
	background: #ffffff;
}

.featured-items .item_img img {
	margin-bottom: 15px;
}

.featured-items .item-title {
	font-size: 0.8em;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 12px;
    text-transform: uppercase;
	color: #71b02d;
}

.featured-items .module_title  {
	color: #71b02d;
	padding-bottom: 15px;
}

.featured-items  .moduletable-wrapper {
	border-top: 1px dotted #626262;
	padding-top: 20px;
	padding-left: 10px;
}

.featured-items .offset4 {
    margin-left: 364px;
}
.featured-items .span8 {
	width: 768px;
}

.breadcrumb span,
.breadcrumb .divider {
	color: #fff;
	text-transform: none;
}

.breadcrumb span {
	color: #fff;
	font-weight: 600;
}


/**************************************************************************************/
/*   Featured Row		  															  */


#featured-row
{
	padding: 10px 0px ;
	margin-bottom: 0;
	background-color: #fff;
	border-bottom: 1px solid #e2e2e2;
}

#featured-row .mod-newsflash
{
	padding: 10px;
}

#featured-row .mod-newsflash .item,
#featured-row .mod-custom
{
	border-radius: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: transparent;
}

#featured-row .moduletable
{
	margin-top: 25px;
	margin-bottom: 25px;
}

#featured-row  .about [class^="icon-"],
#featured-row  .about [class*=" icon-"]
{
	float: left;
	font-size: 60px;
	margin-top: 30px;
	text-align: center;
	width: 100%;
	height: 45px;
}

#featured-row .mod-newsflash .item img.ico,
#featured-row .mod-custom img.ico
{
    background: #fb9d14;
    border: 10px solid #FFFFFF;
    border-radius: 50%;
    box-shadow: 0 1px 0 0 #99B5C9;
    margin-bottom: 15px;
    padding: 35px;
	transition: background 0.5s ease 0.1s;
}


#featured-row .mod-newsflash:hover .item img.ico,
#featured-row .mod-custom:hover img.ico
{
    background: #99B5C9;
	transition: background 0.5s ease 0.1s;
}

#featured-row .module_title,
#featured-row .newsflash-title
{
	font-size: 18px;
	border-radius: 0px;
	padding: 0px;
	margin: 10px 0px;
	text-transform: uppercase;
	line-height: 18px;
	font-weight: bold;
}

#featured-row .mod-newsflash h2
{
	float: none;
	overflow: visible;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

#featured-row h3 a,
#featured-row h4 a
{
	color: #626262;
}

#featured-row h2
{
	font-size:20px;
	color: #626262;
}

#featured-row p
{
	color: #626262;
	padding-top: 15px;
}

#featured-row .readmore
{
	background-image: none !important;
	color: #44b1dc;
}

#featured-row a.readmore:hover,
#featured-row .mod-newsflash:hover a
{
	color: #fb9d14;
}

#featured-row .mod-newsflash:hover h2,
#featured-row .mod-newsflash:hover p
{
	color: #1d1d1d;
}

#featured-row .mod-newsflash .item ul
{
	margin-bottom: 0;
}

#featured-row .mod-newsflash .item ul li
{
	line-height: 28px;
}

#featured-row .mod-newsflash .item ul li a
{
	font-size: 14px;
	line-height: 30px;
	text-decoration: underline;
}

#featured-row .mod-newsflash .item #system-readmore img
{
	text-align: center;
	display: block;
	margin: 0px auto 20px;
}

#featured-row .mod-newsflash .item a.readmore
{
	margin-top: 0px;
}

#featured-row .readmore
{
	width:100%;
	padding:0;
}

/**************************************************************************************/
/*   Header Bottom Row		  														  */


#header-bottom-row
{
	/*padding-bottom: 30px;*/
}

#header-bottom-row .container
{
	background-color: #2e393d;
	/*-webkit-box-shadow: 0 0px 2px #ccc inset;
	-moz-box-shadow: 0 0px 2px #ccc inset;
	box-shadow: 0 0px 2px #ccc inset;
	margin-top: 40px;*/
	padding: 5px 0px 5px 0px;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}

#header-bottom-row .moduletable-wrapper
{
	padding: 40px 30px 30px;
	/*border: 1px solid #e2e2e2;*/
}

#header-bottom-row h2.module_title,
#header-bottom-row h3.module_title,
#header-bottom-row h2.item_title,
#header-bottom-row h3.item_title
{
	color: #fb9d14;
}

#toolbar {
	margin-left: 0px;
}

#toolbar #search {
	width: 294px
}

#toolbar #languages {
	margin: 6px 0px 0px 0px;
}

#toolbar input[type="text"] {
	width: 140px;
	margin: 0px;
	padding: 5px !important;
	float: left;
	border: 0;
	background: #fff;
	height: 26px !important;

}
#toolbar button {
	margin: 0;
	padding: 0px !important;
	text-transform:none;
	height: 26px;
	width: 26px;
	color: #fff;
	float:left;
	font-size: 14px;
}

#toolbar .search-form {
	background-color: #5f6c73;
	padding: 3px;
	float: right;
}

#main-menu .arrow-down {
	margin-top: 0px !important;
	margin-left: 2px !important;
}

#toolbar .zona-empleados {
	float: left;
	padding: 4px 4px 4px 12px;
	margin-left: 12px;
	border-left: 2px solid #c7d200;
}

#toolbar .zona-empleados a {
    text-transform:none !important;
    color: inherit;
    font-family: "Source Sans Pro" !important;
}

#toolbar .mod-search {
	margin: 0;
	padding: 0;
	float: none;
}

#toolbar .span1 {
	width: 70px;
}

#toolbar .span1,
#toolbar .span2,
#toolbar .span3,
#toolbar .span4
{
	margin-left: 0px !important;
	margin-bottom: 0px !important;
}

#toolbar #social-networks {
	float: right;
	width: auto !important;
}

#toolbar #social-networks img {
	background: none;
}

#toolbar #social-networks p {
	padding-bottom: 0;
	padding-top: 1px;
}


#toolbar ul li {
	margin: 0px 0px 0px 3px;
}

#as-menu a {
	line-height: 24px;
}


/**************************************************************************************/
/*   Content
/**************************************************************************************/
/**************************************************************************************/

#content-row
{
	/*border-bottom: 1px solid #e2e2e2;*/
}

#content-row .container
{
	padding: 0px 5px 0px 5px;
	padding-bottom: 0px;
	background: #fff;
}

/*#content-row .container .content-inner {
	margin-left: 0px !important;
}*/

#content-row .container .content-inner .span4 {
	margin-bottom: 0px;
}

.page-header
{
	border: none;
	padding: 0;
	margin: 0;
}

.fulltext-in-columns {
	margin: 20px 13px 0px 0px;
	column-count: 3;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	text-align: justify;
}

.page-contact
{
	padding-bottom: 30px;
}

.page-featured .items-row .item__featured
{
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: none;
}

.page-featured .items-leading .item__featured,
.page-category .category_desc p,
.page-blog .category_desc p
{
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	padding-bottom: 15px;
	border-bottom: none;
}


.page-featured .items-leading .item__featured,
.page-featured .items-row:last-child .item__featured
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.page-blog .category_desc p,
.page-category .category_desc p,
.page-category .items-row
{
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e2e2e2;
}

.item_info_dl dd
{
	border-right: 1px solid #B3B3B3;
}

.item_info,
.item_icons,
.pager {
	display: none;
}

.contentpane,
.contentpane.modal
{
	padding: 30px;
}

.item_info_dl
{
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 11px;
}

.item_info_dl dd
{
	display: inline-block;
	line-height: 11px;
	padding-right: 12px;
	margin-right: 12px;
	margin-left: 0;
}

.item_info_dl dd:last-child
{
	border: none;
}

.item > .btn-group.pull-right
{
	margin: 48px 7px 10px 15px;
}

/**************************************************************************************/
/*   Content Rows 		  															  */


#content-row-1,
#content-row-2,
#content-row-3
{
	margin-bottom: 0px;
}

#content-row-2 .moduletable-wrapper,
#content-row-3 .moduletable-wrapper
{
	padding: 35px 30px 30px;
	border: 1px solid #e2e2e2;
	background-color: #fff;
}

#content-row-3 .module_title
{
	margin: 0px auto 25px;
	padding: 0px;
	text-align: center;
	color: #fb9d14;
}

#content-row-4
{
	border-top: 1px solid #fff;
	background-color: #319DC6;
	min-height: 225px;
	color: #ffffff;
}

#content-row-4 .container
{
	padding: 30px 0;
}

#content-row-4 .mod-newsflash .item,
#content-row-4 .mod-single-article,
#content-row-4 .mod-custom
{
	border-radius: 0px;
	padding: 25px 25px 0px 25px;
	margin: 0px 0px 0px 0px;
}

#content-row-4 .mod-single-article,
#content-row-4 .mod-custom
{
	text-align: left;
}

#content-row-4 .module_title
{
	border-bottom: 1px solid #fff;;
	box-shadow: 0 1px 0 0 #888888;
	color: #fff;
	margin: 5px 0px 0px;
	padding-bottom: 30px;
}

#content-row-4 h4.module_title
{
	margin: 0px;
	border-bottom: none;
	box-shadow: none;
	text-transform: uppercase;
	font-size: 16px;
}

#content-row-4 .mod-newsflash .item ul
{
	margin-bottom: 0;
}

#content-row-4 .mod-newsflash .item ul li
{
	line-height: 28px;
}

#content-row-4 .mod-newsflash .item ul li a
{
	font-size: 14px;
	line-height: 30px;
	text-decoration: underline;
}

#content-row-4 .mod-newsflash .item #system-readmore img
{
	text-align: center;
	display: block;
	margin: 0px auto 20px;
}

#content-row-4 .mod-newsflash .item a.readmore
{
	margin-top: 10px;
}

#content-row-4 .mod-newsflash .item ul li a
{
	color: #fff;
}

#content-row-4 .mod-newsflash .item ul li a:hover
{
	color: #929292;
}

#content-row-4 .about
{
	color: #fff;
}

#content-row-4  .about [class^="icon-"],
#content-row-4  .about [class*=" icon-"]
{
	float: left;
	font-size: 60px;
	margin-top: 30px;
	text-align: left;
	width: 85px;
	height: 45px;
}

#content-row-5 .moduletable
{
	padding: 45px 0px 50px;
}

#content-row-5
{
	box-shadow: 0 0 3px 0 #999 inset;
}

/**************************************************************************************/
/*   Blog Pages																		  */


.page-blog {
	width: 763px;
	margin-left: 0px;
	padding-left: 5px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 0px;
	background: #fff;
}

.category-info {
	margin-left: 0px;
	background: #e8ecee;
	margin-bottom: 0px;
}


.category-info .category-title {
    font-size: 3em;
    font-weight: 400;
    line-height: 0.8em;
    margin: 20px 20px 0 20px;
    text-align: right;
}

.category-info .separator {
	color: #fff;
	font-size: 3em;
	text-align: right;
	margin: 0 15px 0 0;
}

.category-info .category-description {
    font-size: 1.8em;
    font-weight: 200;
    line-height: 0.8em;
    margin: 0px 20px 0 20px;
    text-align: right;
}



.page-blog .readmore-btn {
	margin: 0px 10px 0px 0px;
}

.page-blog p.item_title
{
	line-height: 12px;
	font-size: 1em;
	letter-spacing: 0px;
	margin-top: 0;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 0px;
}

.page-item__ultima-hora .item_title,
.page-blog__ultima-hora p.item_title
{
	line-height: 14px;
	font-size: 14px;
	letter-spacing: 0px;
	margin-top: 0;
	margin-bottom: 5px;
	text-transform: none;
	font-weight: bold;
	padding-bottom: 0px;
}

.page-item__ultima-hora .item_title {
	margin-bottom: 15px !important;
}

.page-item__ultima-hora .item_published {
	font-size: 18px;
}

.page-item__ultima-hora .item_published,
.page-blog__ultima-hora .item_published {
	color: #e5ac2a;
	font-weight: bold;
	margin-bottom: 5px;
}


.page-blog__titsa p.item_title a,
.page-blog__titsa h2 {
	color: #71b02d;
}

.page-blog__ultima-hora p.item_title a,
.page-blog__ultima-hora p.item_title a:hover,
.page-blog__ultima-hora h2,
.page-blog__ultima-hora h2:hover {
	color: #313131 !important;
}

.page-blog__novedades p.item_title a,
.page-blog__novedades h2,
.page-blog__novedades p.item_title a:hover,
.page-blog__novedades h2:hover {
	color: #8fc688 !important;
}

.page-blog .span4:last-child .item {
	border-right: none;
}

.page-blog .span4:last-child .item {
	border-right: none;
}

.page-blog .item_introtext {
	color: #2e393d;
}

.page-blog .item_introtext p {
}

.page-blog p.item_title a:hover
{
	color: #71b02d;
}

.page-blog .btn.btn-info
{
	margin: 0px 0px;
	float: right;
}

.page-blog .items-row.cols-1 .btn.btn-info
{
	float: left;
}

.page-blog .item
{
	overflow: hidden;
	padding: 0px 8px;
}

.page-blog__ultima-hora .item {
	border-right: none;
}

.page-blog .items-leading,
.page-blog .items-row
{
	padding-bottom: 15px;
	margin-bottom: 20px;
	padding-bottom: 0px;
}

.page-blog .items-row:last-child
{
	border: none;
}

.page-blog .category_children
{
	padding-bottom: 40px;
}

.page-blog .category_children h3.page-header
{
	font-size: 14px;
	font-weight: normal;
}

.page-blog .img-intro img {
	border-radius: 0px;

}

.page-blog .items-row.cols-3 .item_img.img-intro
{
	margin: 0px 0px 25px 0px;
	width: 100% !important;
}

.page-blog .span4 {
	margin-left: 0;
}

.page-blog .items-row.cols-3 .item_img.img-intro img
{
	width: 100%;
	overflow: hidden;
}



/**************************************************************************************/
/*   Category Pages																	  */

.page-category__testimonials blockquote
{
	overflow: hidden;
}

.page-category__testimonials .img-intro__left
{
	margin: 0px 15px 10px 0px;
}

.page-category__testimonials .item_img img
{
	width: 150px;
}

.page-category__team .item_introtext
{
	overflow: hidden;
}
 .page-category [class*="cols-"] h2.item_title {
 border: none;
 padding-bottom: 0;
}

.page-category .btn.btn_info
{
	margin: 10px 0px 5px;
	float: right;
}

.page-category .items-row:last-child
{
	border: none;
	margin-bottom: 0px;
}

.page-category .item
{
	overflow: hidden;
	margin-bottom: 25px;
}

/**************************************************************************************/
/*   Archive Page																	  */

#page-archive_items .item_title
{
	padding-bottom: 0;
}

.page-archive_filters .filter-search.alert
{
	padding-bottom: 0;
	overflow: hidden;
}

.page-archive_filters select
{
	margin-bottom: 8px;
	display: inline-block;
}

.page-archive_filters button
{
	display: inline-block;
	margin-bottom: 8px;
}

.page-archive .alert-info
{
	background-color: #eeeeee;
	border: 1px solid #eeeeee;
}

.filter-search.alert
{
	padding: 8px 21px;
}

body.body__ .page-item {
	padding-left: 0;
    min-height: 300px;
}



/**************************************************************************************/
/*   Page 404																		  */

.errorBox
{
	background: none;
	text-align: left;
}

/**************************************************************************************/
/*   Contacts Page																	  */

#jform_contact_message
{
	resize: none;
	width: 100%;
	height: 167px !important;
}

#contact-form label
{
	display: inline-block;
	margin-bottom: 4px;
}

.phone-num
{
	display: inline-block;
}

.icons-marker
{
	font-size: 14px;
	line-height: 20px;
}

.contact_email-copy,
.contact_vcard
{
	margin: 0px 15px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
}

.contact_vcard
{
	margin: 0;
}

#jform_contact_name,
#jform_contact_email,
#jform_contact_emailmsg
{
	width: 100%;
	margin-bottom: 10px;
}

#contact-form p
{
	text-align: right;
	margin: 3px 0px 0px;
}

.contact_email-copy
{
	margin-top: 10px;
}

#contact-form .controls button
{
	margin-top: 12px;
	padding-right: 0px;
}

.contact_details .icons-marker
{
	display: block;
	width: 16px;
	margin-right: 12px;
	float: left;
}

.contact_address
{
	overflow: hidden;
}

#contact_map
{
	margin: 20px 0px;
	height: 358px;
	border: 1px solid #cbcbcb;
}

#contact_map > div
{
	height: 100%;
}

.contact_map img
{
	max-width: none !important;
}

/**************************************************************************************/
/*   Sidebars
/**************************************************************************************/
/**************************************************************************************/

.aside
{
	margin-bottom: 30px;
	overflow: hidden;
	padding: 25px 30px 20px;
	margin-left: 20px;
	background-color: #F2F2F2;
	box-shadow: 0 0px 2px 0px #CCCCCC inset
}

aside .moduletable
{
	margin-bottom: 30px;
	overflow: hidden;
}

.aside .module_title
{
	color: #929292
}

#aside-row-1-left .moduletable
{
	padding: 25px 30px 20px;
	margin-right: 20px;
	box-shadow: 0 0px 2px 0px #CCCCCC inset;
	background-image: url(../images/bg.png);
}

#aside-row-2-left .moduletable
{
	margin-right: 20px;
}

#aside-row-1-right .moduletable
{
	margin-left: 20px;
}

#aside-row-2-right .moduletable
{
	padding: 25px 30px 20px;
	margin-left: 20px;
	box-shadow: 0 0px 2px 0px #CCCCCC inset;
	background-image: url(../images/bg.png);
}

.mod-newsflash .item
{
	margin-bottom: 23px;
	padding-bottom: 14px;
	border-bottom: none;
}

.mod-newsflash .item:last-child
{
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.mod-newsflash__history .item_published
{
	text-transform: none;
	font-size: 14px;
	display: inline-block;
	padding-top: 2px;
}

.mod-newsflash h2
{
	float: left;
	overflow: hidden;
	margin: 0px 25px 10px 0px;
	padding: 0px;
}

.mod-newsflash h3
{
	line-height: 24px;
}

aside .mod-search input.inputbox
{
	margin: 0px;
	width: 203px;
}

aside .mod-search button.btn.btn-search
{
	margin-top: -1px;
	padding: 5px 10px 4px;
}

.mod-search__aside .mod-search_searchword
{
	width: 100%;
}

aside .mod-login input
{
	margin-bottom: 10px;
}

.mod-login__aside .mod-login_username,
.mod-login__aside .mod-login_passwd
{
	width: 100%;
}

.mod-login_submit
{
	margin: 15px 0px 15px;
}

aside .mod-login input.mod-login_username,
aside .mod-login input.mod-login_passwd
{
	width: 100%;
}

#aside-row-2-left .btn.btn_info.readmore,
#aside-row-2-right .btn.btn_info.readmore
{
	float: right;
	margin-top: 10px;
}

#aside-right .moduletable ul.nav li,
#aside-left .moduletable ul.nav li
{
	padding-left: 2px;
	font-size: 12px;
	font-weight: 200;
	line-height: 16px;
	margin-bottom: 0;
	padding-bottom: 10px;
	letter-spacing: 0px;
	list-style-image: url(../images/li.style.grey.png);
	text-transform: uppercase;
}

#aside-right .moduletable ul.nav li:hover,
#aside-left .moduletable ul.nav li:hover
{
	list-style-image: url(../images/li.style.grey.png);
}

#aside-right .moduletable ul.nav li a,
#aside-left .moduletable ul.nav li a
{
	display: inline-block;
}

#aside-right .moduletable ul.nav ul li,
#aside-left .moduletable ul.nav ul li
{
	padding-left: 20px;
}

aside .moduletable ul.nav ul
{
	margin-top: 15px;
}

aside .moduletable ul.nav ul li:last-child
{
	padding-bottom: 0px;
}


/**************************************************************************************/
/*   testimonials sckroller															  */


.as-carousel
{
	min-height: 150px;
}

#shmsckrollnews
{
	margin:0;
	padding: 0px 70px;
}

#shmsckrollnews .carousel-caption
{
	background: transparent;
	padding: 20px 20px 0;
}

#shmsckrollnews blockquote
{
}

#shmsckrollnews blockquote p
{
}

.carousel-control
{
	margin-top: -30px;
}

/**************************************************************************************/
/*       News Show Pro GK4
/*
/**************************************************************************************/


#content-row-4 .container .nspArts
{
	padding: 15px 0 0 0px;
	width: auto !important;
}

#content-row-4 .nspCounter
{
	color: #fff;
}

#content-row-4 .container .nspTopInterface
{
	right: 0;
	top: 0;
}

#content-row-4 .container .nspPagination li
{
	border: 1px solid #fff;
	border-radius: 50%;
}

.review
{
	position: relative;
}

.review p
{
	padding-bottom: 25px;
}

.review h4.nspHeader
{
	background: url("../images/rewiew_bottom_line.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	float: left;
	width: 100%;
	padding: 30px 0 0;
	color: #fff;
}

.nspMain
{

}

#content-row-4 .nspArt img.nspImage
{
	padding: 2px;
	background-color: #fff;
	border: 1px solid #ccc;
}

#content-row-4 .nspArt h4.nspHeader a
{
	color: #fff;
}

.nspArts .readon
{
	display: block;
	padding: 20px 0 0 20px;
	float: right;
	color: #333;
	font-weight: bold;
}

/**************************************************************************************/
/*   Footer
/**************************************************************************************/
/**************************************************************************************/

#footer
{
	/*border-bottom: 1px solid #E2E2E2;*/
}

#footer-row
{
	padding: 0px;
	/*background-color: #4b5559;*/
	/*border-top: 4px solid #319DC6;*/
	color: #000;
	margin: 0px 0px 30px 0px;
}

#footer-row .container #footer-row1 {
	border-bottom: 1px solid #fff;
}

#footer-row .container #footer-row1 {
	padding-bottom: 0px;
	margin: 0px;
	font-size: 0.85em;
}
#footer-row .container #footer-row2 {
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0px;
	font-size: 0.85em;
}

#footer-row .container
{
	border: 5px solid #fff;
	border-radius: 0px 0px 15px 15px;
	border-top: 0;
	background: rgba(255, 255, 255, 0.85);
	padding: 0px 0px 10px 0px;
	/*background: rgba(75, 85, 89, 0.8);*/
}


#footer-row h1
#footer-row h2
{
	border-bottom: none;
	margin: 5px 0px 10px 0px;
	color: #fb9d14;
}

#footer-row h3
{
	border-bottom: none;
	color: #fb9d14;
}

#footer-row h4,
#footer-row h5
{
	color: #333;
}

#footer-row h1.social
{
	font-size: 18px;
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 2px;
	letter-spacing: 0px;
}

#footer-row .mod-newsflash .item
{
	margin-bottom: 8px;
}

#footer-row .footer-row-1
{
	overflow: hidden;
}

#footer-row .footer-row-2
{
	overflow: hidden;
	clear: both;
	margin-bottom: 0px;
}

#footer-row .footer-row-2 .moduletable
{
	padding: 25px 0 0;
	border-top: 0px solid #ccc;
}

#footer-row .footer-row-separator
{
	clear: both;
	margin: 25px 0px 30px 20px;
}

#footer-row ul li
{
	list-style-position: inside;
	line-height: 21px;
}

#footer-row .contactus  ul li
{
	width: 100% !important;
}


#footer-row ul.nav li
{
	list-style-image:  none;
}

#footer-row ul li a
{
	display: inline;
	color: #44b1dc;
}

#footer-row ul li a:hover
{
	color: #fb9d14;
}

#footer-row .contactus [class^="icon-"],
#footer-row .contactus [class*=" icon-"]
{
	width: auto;
}

#footer-row .contactus h4
{
	margin: 1px 0px 5px;
	font-weight: normal;
}

#footer-row .moduletable.social ul li
{
	display: inline;
	font-weight: bold;
	line-height: 29px !important;
	list-style: none !important;
	text-align: left;
}

#footer-row .moduletable.social li a
{
	border: 4px solid #319DC6;
	border-radius: 50%;
	color: #333;
	display: block;
	float: left;
	font-size: 30px;
	height: 60px;
	line-height: 2;
	margin-left: 20px;
	text-align: center;
	width: 60px;
	transition: background 0.5s ease 0.1s;
}

#footer-row .moduletable.social li a:hover
{
	color: #FFFFFF;
	background-color: #fb9d14 !important;
	transition: background 0.5s ease 0.1s;
}

#footer-row .moduletable.social .nav
{
	margin: 0px;
	padding: 0px;
}

#footer-row div.sigplus-gallery ul > li > img,
#footer-row div.sigplus-gallery ul > li > a > img
{
	margin: 6px !important;
	border-radius: 0px;
}

#footer-row .noborder div.sigplus-gallery ul > li > img,
#footer-row .noborder div.sigplus-gallery ul > li > a > img
{
	margin: 1px 5px !important;
}

#copyright-row
{
	background-color: #fff;
	background-image: none;
	font-size:14px;
	color: #333;
}

#copyright-row .container
{
	position: relative;
	border-top: 1px solid #e2e2e2;
	padding: 35px 0px 40px;
}

#copyright-row .mod-custom
{
	float: left;
}

#trademark
{
	float: left;
	text-transform: uppercase;
}

#copyright-menu li
{
	border-right: 1px solid #ffffff
}

#copyright-menu li a:hover
{
	color: #fb9d14;
}

#copyright-menu li a
{
	color: #333;
}

#copyright-menu li a:hover,
#copyright-menu li.current a,
#copyright-menu li.active a
{
	color: #319DC6;
}


#copyright-menu
{
	float: right;
}

#copyright-menu li
{
	display: inline-block;
	line-height: 11px;
	padding-right: 12px;
	margin-right: 12px;
	background: none;
}

#copyright-menu .nav,
#copyright-menu li.lastItem
{
	padding: 0;
	margin: 0;
	border: none;
}

#copyright-menu li a
{
	text-transform: uppercase;
	line-height: 11px;
	background: none !important;
}

#copyright-menu li a:hover
{
}

#copyright-menu li.current a,
#copyright-menu li.active a
{
}

#copyright-menu li ul
{
	display: none;
}

.tooltip
{
	background-color: #000;
}

.spacer_w
{
	height: 1px;
	color: transparent !important;
}


#left-column {
	margin: 0px 0px 0px 0px;
}

/* SLIDERS ------------------------------------------------------------------ */

#slider-row {}

#slider-row h1 {
	margin: 0;
	padding: 0;
}

#slider-row .container {
	padding: 5px 5px 0px 5px;
	margin-bottom: 5px;
	margin:auto;
	background: #fff;
	padding-bottom: 0px;
	position: relative;
}

#slider-row .container .header-banner {
	margin: 0px 0px 5px 0px;
	text-align: center;
}

#slider-row .container .header-banner img {
	width: 100%;
}

#slider-row .container .header-slider {
	margin: 0px 0px 0px 5px;
	width: 858px;
}

#slider-row .shadow
{
	top: -1px;
}

#slider-row #camera-slideshow .imgLoaded {
	width: 100% !important;
	height: 100% !important;
	margin: 0px !important;
}


.absolute-social-bar {
	
	position:absolute; 
	background: #72b02c; 
	color: #fff; 
	right: -40px;
	width: 40px; 
	padding-top: 10px; 
	text-align: center;
}

.absolute-social-bar span {
	margin-bottom: 10px;
	font-size: 1.6em;
}

.absolute-social-bar a {
	color: #fff;
}

.absolute-social-bar a:hover {
	color: #fff;
}



/* LATESTS NEWS ------------------------------------------------------------- */

#latest-news {
	height: 30px;
}

/* BANNERS ------------------------------------------------------------------ */

#main-banners .main-banner {
	float: left;
	
}

#main-banners .main-banner img {
	width: 100%;
	height: 100%;
}

#main-banners :nth-child(odd) .main-banner {
	width: 568px;
	height: 286px;
}

#main-banners :nth-child(even) .main-banner {
	width: 286px;
	height: 286px;
}

.main-banner {
	margin-left: 5px;
	margin-bottom: 5px !important;
	overflow: hidden;
	width: 379px;
}


.main-banner-large {
	width: 568px;
	height: 286px;
}

.main-banner-short {
	width: 286px;
	height: 286px
}

.main-banner img,
.main-banner img {
	-webkit-transition: all 0.5s ease; /* Safari and Chrome */
	-moz-transition: all 0.5s ease; /* Firefox */
	-ms-transition: all 0.5s ease; /* IE 9 */
	-o-transition: all 0.5s ease; /* Opera */
	transition: all 0.5s ease;
}

.main-banner:hover img,
.main-banner:hover img {
	-webkit-transform:scale(1.1); /* Safari and Chrome */
	-moz-transform:scale(1.1); /* Firefox */
	-ms-transform:scale(1.1); /* IE 9 */
	-o-transform:scale(1.1); /* Opera */
	transform:scale(1.1);
}

.main-banner-large-slim {
	width: 568px;
	height: 143px;
}

.main-banner-short-slim {
	width: 286px;
	height: 143px
}

.banner-image {
	position: relative;
}

.gallery-item-overlay {
	opacity: 1;
	width: 100%;
	text-align:center;
	z-index: 999;
	padding: 7px 0px;
	font-size: 1.2em;
	color: #fff;
	font-weight:bold;
	position: absolute;
}

.gallery-item-overlay-top {
	top: 0px;
}

.gallery-item-overlay-bottom {
	bottom: 0px;
}

.left-banner {
	margin-top: 5px;
}

.left-banner img {
	width: 100%;
}

.left-banner .banner-overlay-wrapper {
	bottom: 5px;
}

#mobile-menu {
	display: none;
}

.slicknav_menu {
	display:none;
}

#mobile-toolbar {
	width: 50%;
	position: absolute;
	background: #2e393d;
	z-index: 990;
	right: 7px;
	border-radius: 5px;
	top: 58px;
	padding: 0;
	padding-bottom: 0px;
}

#mobile-toolbar .search-form {
	color: #c7d200;
	background-color: #5f6c73;
	padding: 5px;
	float: left;
    width: 95%;
}

#mobile-toolbar button {
	margin: 0;
	padding: 2px 10px !important;
	text-transform:none;
	height: 26px;
	color: #fff;
	float: left;
}

#mobile-toolbar .zona-empleados {
	padding-top: 10px;
	padding-left: 10px;
	float: left;
}


#mobile-toolbar .zona-empleados a {
    color: #c7d200 !important;
}

#mobile-toolbar button:hover {
	background: #a8b300;
}

#mobile-toolbar input[type="text"] {
	width: 100%;
	margin: 0px;
	padding: 5px !important;
	float: left;
	border-radius: 0px;
	border: 0;
	background: #fff;
	height: 26px !important;
}

#mobile-toolbar #languages-mobile {
	padding: 5px;
}

.slicknav_menu .slicknav_menutxt {
	text-shadow: none !important;
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    height: 2px !important;
    width: 20px !important;
	box-shadow:none !important;
	margin-bottom: 3px !important;
	margin-top: 0 !important;
}

.slicknav_btn {
	border-radius: 0px !important;
	color: #2e393d !important;
}

#mobile-toolbar #languages-mobile img {
	border: 2px solid #2e393d;
}

#mobile-toolbar #search-mobile {
	padding: 5px 5px 5px 10px;
}

#mobile-toolbar #social-networks-mobile {
	float: left;
	padding: 5px 5px 10px 15px;
}

#mobile-toolbar #social-networks-mobile a,
#mobile-toolbar #social-networks-mobile a:hover {
	color: #fff;
	margin-right: 10px;
}

#mobile-toolbar #search-mobile input {
	width: 75%;
}

#mobile-toolbar {
	display: none;
}

#mobile-toolbar-button {
	float: right;
}

#mobile-toolbar-button-img {
	margin: 10px 5px 5px;
    width: 20px;
}

.body__informacion h2, 
.body__informacion h2 a,
.body__novedades h2,
.body__novedades h2 a {
	margin: 20px 0px 20px 0px;
	color: #8fc688;
	text-transform: uppercase;
}


.related-items .item-title {
	margin: 20px 0px 5px 0px;
	font-size: 15px;
}

.relateditems .span3 {
	width: 29%;
	margin-left: 0px;
	padding: 0px 15px 0px 15px;
	border-right: 1px dotted #313131;
	margin-bottom: 25px;
}

.relateditems:last-child {
	border-right: none;
}

.relateditems .item-introtext {
	color: #2e393d;

}

.relateditems .item-introtext p {
	padding-bottom: 0px;
	margin-bottom: 4px;
}

.relateditems .item-introtext img {
	border-radius: 0px;
	width: 15px;
}

.relateditems img {
	border-radius: 10px;
}

.relateditems:last-child {
	border-right: none;
}

/* COMPONENT ---------------------------------------------------------------- */

#component-content {
}

#notifier-wrapper .container {
	padding: 5px;
	background: #fff;
}

#ax-notifier {
    min-height: 22px;
}


/* MENU */

#as-menu ul.as-menu > li > a, 
#as-menu ul.as-menu > li > span {
	font-weight: bold;
}

#as-menu .item-224 img,
#as-menu .item-223 img,
#as-menu .item-220 img,
#as-menu .item-540 img {
	display: none;
}

.map-linker {
	padding: 10px;
}

.map-linker a,
.map-linker a:hover {
	color: #2e393d;
	font-weight: normal;
}

/** CUSTOM ********************************************************************************/

/* HOME */
body.body__home #component {
	margin: 0px 0px 20px 0px;
	width: 768px;
}

body.body__home #component-content {
	background: none !important;
}

/* DEFAULT */ 

.breadcrumb {
	background: #71b02d;
	margin-left: 5px;
}

.breadcrumb a {
	color: #fff;
}

.item_title {
	padding-top: 15px;
	padding-bottom: 0px;
	color: #71b02d;
}

.item_title a,
.item_title a:hover,
.item_title a:visited {
	color: #71b02d;
}

.item_header p {
	padding-bottom: 0px;
}

.item-info {
	padding-top: 30px;
	border-bottom: 1px dotted #626262;
	padding-bottom: 20px;
}



.page-item {
	padding-top: 30px;
}

.page-item .item-content {
	padding-right: 10px;
}

.custom-pagination {
	padding-left: 20px;
	float: right;
}


.custom-pagination a img {
	padding-left: 10px;
	padding-right: 10px;
}

.custom-pagination a:last-child img {
	border-left: 1px dotted #626262;
}


.share-toolbar {
	float: left;
	margin-top: 40px;
}

.share-toolbar .fa {
	color: #71b02d;
}

.custom-pagination {
	margin-top: 40px;
}

.item_header .item_intro {
	padding-right: 20px;
	border-bottom: 1px dotted #626262;
}

.item-wrapper {
	float: left;
	margin:0px;
	background: #fff;
	padding-bottom: 20px;
}

#component-content {
	float: left;
	background: #e8ecee;
}

.view-category .featured-items {
	display: none;
}


/* BILLETES Y BONOS --------------------- */



.billetes-bonos {
	padding: 10px 0px 10px 0px;
	margin-top: 0px;
}

.billetes-bonos .span3 {
	width: 33.3%;
	margin-left: 0;
}

.billetes-bonos .row {
	margin-bottom: 5px !important;
	background-color: #e3e3e5;
}

.billetes-bonos .section-separator {
	padding: 15px;
	margin: 20px 0 10px 0 !important;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
}

.popover-interurbanas:hover,
.popover-interurbanas,
.popover-metropolitanas:hover,
.popover-metropolitanas {
	color: #2e393d;
	float: right;
}

.popover-interurbanas:hover,
.popover-metropolitanas:hover {
	cursor: pointer;
}

.billetes-bonos .leyenda {
	margin-top: 30px;
}

.billetes-bonos .leyenda .row {
	padding: 10px;
	margin: 0 !important;
}

.billetes-bonos .leyenda img {
	margin-right: 15px;
}

.billetes-bonos .content {
	padding: 20px 10px 20px 10px;
}

.billetes-bonos .uso-indicado {
	margin-right: 5px;
}

/* Urbanas */
.billetes-bonos.urbanas .titulo .header {
	background-color: #74b74b;
}

.billetes-bonos.urbanas .caracteristicas .header {
	background-color: #97c671;
}

.billetes-bonos.urbanas .validez .header {
	background-color: #bdd748;
}

.billetes-bonos.urbanas .section-separator {
	background-color: #74b74b;
}

/* Metropolitanas */
.billetes-bonos.metropolitanas .titulo .header {
	background-color: #6bb99e;
}

.billetes-bonos.metropolitanas .caracteristicas .header {
	background-color: #95c9b5;
}

.billetes-bonos.metropolitanas .validez .header {
	background-color: #bcd748;
}

.billetes-bonos.metropolitanas .solidario-lalaguna .titulo .header {
	background-color: #813572;
}

.billetes-bonos.metropolitanas .solidario-lalaguna .caracteristicas .header {
	background-color: #b486ab;
}

.billetes-bonos.metropolitanas .solidario-lalaguna .validez .header {
	background-color: #d9c2d5;
}

.billetes-bonos.metropolitanas .section-separator {
	background-color: #6bb99e;
}

.billetes-bonos.metropolitanas .section-separator.solidario {
	background-color: #823674;
}

/* Interurbanas */
.billetes-bonos.interurbanas .titulo .header {
	background-color: #adc75b;
}

.billetes-bonos.interurbanas .caracteristicas .header {
	background-color: #c9d893;
}

.billetes-bonos.interurbanas .validez .header {
	background-color: #bed439;
}

.billetes-bonos.interurbanas .section-separator {
	background-color: #adc75b;
}

/* */

.billetes-bonos .titulo .content {
	text-align: center;
}

.billetes-bonos .header .separator {
	height: 18px;
	float: left;
}

.billetes-bonos .header span {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 10px;
}

.popover {
	background: rgba(46, 57, 61, 0.9);
	font-weight: normal;
	color: #626262;
}

.popover-title {
	background: #2e393d;
	color: #c7d200;
}

.popover-content {
	font-size: 0.8em;
	color: #fff;
	
}

/* POLITICA TRANSBORDOS */




.transbordo .box.green {
	background-color: #c7d300;
	border-radius: 15px;
}

.transbordo .box.turquoise {
	background-color: #39c2a0;
}

.transbordo .box.pink {
	background-color: #f870aa;
}

.transbordo .box.orange {
	background-color: #c7d300;
} 

.transbordo .box.gray {
	background-color: #d2dade;
} 

.transbordo .box {
	border-radius: 15px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 15px;
	color: #000;
	text-align: justify;
}

.transbordo .img-center {
	text-align: center;
}

.transbordo p {
	padding-bottom: 0;
}

.transbordo .medium-text {
	font-size: 1.2em;
	line-height: 1em;
}

.transbordo .big-text {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em;
}

.transbordo .box img {
	margin-bottom: 10px;
	max-width: 100%;
}

.transbordo .box-green img {
	margin-bottom: 5px;
}

.transbordo h1 {
	color: #000;
	text-transform: none !important;
	font-size: 2.5em;
	line-height: 0.9em;
}


/* LINEAS */

.body__route table ,
.body__linea table {
	margin-bottom: 30px;
	width: 100% !important;
}

.body__route table td,
.body__linea table td {
	padding: 5px;
	text-align: center;
}

.body__linea .page-item__linea {
    width: 688px;
    padding-left: 25px;
    padding-right: 30px;
}

.body__linea .page-item__linea p {
    
    font-family: 'Source Sans Pro' !important;
	font-size: 1em !important;
}


.body__linea #component-content {
	background: #fff;
}

.page-item__lineas {
	border-top: 1px dotted #2e383d;
}

.itinerario {
	margin-left: 0;
	float: left;
	margin-top: -140px;
}

.page-item__tarifas .itinerario {
	margin-top: 30px;
	width: 98% !important;
}

.page-item__tarifas .itinerario #paradas-container {
	padding: 20px;
}

.page-item__tarifas .loading-icon {
	display: none;
}

.page-item__tarifas .itinerario .codigo {
	min-height: 25px;
 }

 .itinerario .codigo {
	background-color: #939ea5;
	padding: 30px 15px 30px 15px;
}

 .itinerario .numero {
	font-size: 2em;
	line-height: 25px;
	color: #fff;
}

 .itinerario .sentido-toggle {
	float: right;
	display: block;
	color: #fff;
	padding: 5px 10px 5px 10px;
	font-size: 0.8em;
	border-radius: 5px;
	background-color: #2e383d;
}

 .itinerario .sentido {
	background: #6a777d;
	padding: 15px;
}

 .itinerario .sentido .label {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #d2d8dc;
	padding: 0;
}

 .itinerario .sentido .origen {
	font-size: 1.4em;
	text-transform: uppercase;
	color: #fff;
	margin-top: 10px;
	padding-bottom: 0;
}

 .itinerario #paradas-container a {
	color: inherit;
}

 .itinerario #paradas-container a:hover {
	color: inherit;
	text-decoration: underline;
}

.linea .paradas {
	padding: 15px;
	background-color: #e9ecee;
	min-height: 25px;
	position: relative;
}

.linea .paradas .loading-icon {
	position: absolute;
	top: 10;
	right: 0;
	display: none;
}

.linea .paradas span {
	font-size: 0.8em;
	margin-right: 10px;
}

.linea .paradas img {
	margin-right: 10px;
}

.linea .paradas .parada-origen,
.linea .paradas .parada-destino {
	font-weight: 600;
}


/** MENU LINEAS **/

body.-linea-integrada .frame.menu li {
	background: #2a363b;
}

body .frame.menu {
	margin-bottom: 0px;
}

body.centrar-slide-5 .frame.menu,
body.-linea-integrada .frame.menu {
	margin-bottom: 0px;
	padding-left: 18%;
}

body.centrar-slide-1 .frame.menu {
	margin-bottom: 40px;
	padding-left: 40.5%;
}


/* Example wrapper */
.wrap {
	position: relative;
	margin: 0;
}

/* Frame */
.frame {
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	margin: 0px 40px;
}
.frame ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
}
.frame ul li {
	float: left;
	width: 70px;
	height: 100%;
	margin: 0 8px 0 0;
	padding: 0;
	text-align: center;
	cursor: pointer;
	border-radius: 14px;
	font-size: 2.2em;
	font-weight: 600;
	line-height: 70px;
	list-style: none;
	background-color: #aaa;
}
.frame ul li.active {
}

.frame ul li a {
	color: #fff;
}

.frame ul li a:visited,
.frame ul li a:hover {
	text-decoration: none;
}


#submenu-lineas .wrap {
	width: 743px;
	float: right;
	margin-right: 10px;
    margin-top: 10px;
} 

#submenu-lineas-list {
    width: 743px;
	float: right;
	margin-right: 10px;
    margin-top: 10px;
    padding-top: 10px;
}

#submenu-lineas-list select {
    width: 100%;
}


.wrap .slider-menu-control {
	position: absolute;
	top: 0;
	width: 40px;
	height: 70px;
	z-index: 501;
	background: #fff;
	display: block;
	color: #000;
}

.wrap .slider-menu-control  span {
	line-height: 70px;
}

.wrap .left-control {
	left: 0;
	text-align: left;
	/*box-shadow: 3px 0px 8px #888;*/
}

.wrap .right-control {
	right: 0;
	text-align: right;
	/*box-shadow: -3px 0px 8px #888;*/
}


/** ULTIMA HORA ------------------------------------------------------------- */

.body__ultima-hora .item_fulltext {
    min-height: 200px;
}

.body__ultima-hora .back {
    float:right;
    padding-top: 0 !important;
    margin-top: -20px;
}

.body__ultima-hora .share-toolbar {
    float: left;
}
.body__ultima-hora .aviso_item {
	float: left;
	padding-top: 20px;
	border-bottom: 1px dotted #31383d;
	margin-left: 20px;
}

.body__ultima-hora .page-list__ultima-hora {
	background: #ffffff;
	margin-left: 0;
	padding-bottom: 30px;
	padding-top: 10px;
}

.body__ultima-hora .graphic_info {
	float: left;
	width: 80px;
	text-align: center;
}

.body__ultima-hora .graphic_info img {
	margin-bottom: 10px;
}

.body__ultima-hora .back {
	clear: both;
	padding-top: 20px;
}


.body__ultima-hora .share-toolbar {
	margin-top: 0px;
}

.body__ultima-hora .content {
	float: left;
	width: 648px;
}

.body__ultima-hora .content a,
.body__ultima-hora .content a:hover {
	color: #626262;
}

.body__ultima-hora .page-item .item_header {
	margin-bottom: 15px;
}

.body__ultima-hora .page-item .item_header h5,
.body__ultima-hora .content h5 {
	margin: 0;
	color: #87b03a;
}

.body__ultima-hora .page-item .item_header h5 {
	margin-bottom: 5px;
}

.body__ultima-hora .page-item h4,
.body__ultima-hora .content h4 {
	font-size: 16px;
}

.body__ultima-hora .linea {
	margin-bottom: 10px;
	background-color: #aaa;
	border-radius: 8px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-left: 20px;
    text-align: center;
    width: 40px;
}

/* MODULO AVISOS */

.modulo-avisos {
	padding: 10px;
    min-height: 200px;
}

.modulo-avisos .item {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #31383d;
}

.modulo-avisos .item:last-child {
	border-bottom: none;
}

img.fullwidth {
	width: 100%;
}

img.social-link {
	width: 70px;
	height: 70px;
	margin-right: 3px;
	margin-top: 3px;
}

.modulo-avisos .module_title {
	text-transform: none;
	color: #ee892f;
	font-size: 1.5em;
	padding-bottom: 20px;
}

.modulo-avisos .module_title img {
	margin-right: 10px;
}

.modulo-avisos h5 {
	margin: 0;
	color: #87b03a;
	font-size: 13px;
}

.modulo-avisos a.item-title,
.modulo-avisos a.item-title:hover {
	color: #626262;
}

/* PREGUNTAS FRECUENTES */


.body__faq #faq .accordion-heading img {
	width: 40px;
	height: 40px;
	margin-bottom: 10px;
}

.body__faq #faq .accordion-heading a {
	color: #464e53;
	font-weight: bold;
	padding-left: 0;
	font-size: 15px;
}

.body__faq #faq .accordion-heading a:hover {
	color: #464e53;
}

.body__faq .item_fulltext h3 {
	text-transform: none;
	color: #87b03a;
	padding-bottom: 20px;
}

.body__faq #faq .accordion-group {
	border-bottom: 2px dotted #cad22b;
	border-radius: 0;
	padding-bottom: 10px;
	padding-top: 10px;
}

.body__faq #faq .accordion-inner li {
	margin-bottom: 5px;
}

.body__callcenter .contact-info {
	border: 1px solid #b9bec3;
	background: #f4f5f6;
	padding: 15px;
}

.body__callcenter .item_fulltext img.icon {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	vertical-align: top;
}

.body__callcenter .item_fulltext .numero {
	font-size: 2.5em;
	font-weight: bold;
	line-height: 40px;
	color: #cad22b;
}

.body__callcenter .item_fulltext .horario {
	margin-left: 50px;
}


.body__puntosinformacion .item_fulltext table {
	background: #f4f5f6; 
	border: 1px solid #aeb4ba;
	width: 100%;
}

.body__puntosinformacion .item_fulltext table h4 {
	text-transform: uppercase;
	font-size: 1.2em;
}
.body__puntosinformacion .item_fulltext table td {
	font-size: 0.9em;
	padding: 5px;
}

.body__puntosinformacion .item_fulltext table img {
	width: 40px;
	height: 40px;
	padding-left: 10px;
	border-left: 2px dotted #31383d;
}

/* FOMULARIOS */

#contact {
	padding: 0;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="number"] {
    border: 1px solid #e2e2e2;
    border-radius: 0;
    height: 40px !important;
    line-height: 1 !important;
    padding: 6px 5px;
    width: 100%;
}

#contact input[type="file"] {
	font-size:12px;
}
#contact textarea {
	border: 1px solid #e2e2e2;
    border-radius: 0;
    line-height: 1 !important;
    padding: 6px 5px;
    width: 100%;
}

#contact .control-label {
	float: none;
    padding-top: 5px;
    text-align: left;
    width: 100%;
	font-size: 14px;
	font-weight: 500;
	max-width: 100%;
}

#contact .controls {
	margin-left: 0;
	padding-top: 0;
}

#contact .control-group {
	margin-bottom: 0;
}

#contact .help-block {
	display: block;
}

#contact .controls button {
    background: #87b03a none repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
    margin-top: 18px;
    padding: 10px 20px;
}

#contact input[type="checkbox"] {
	margin-top: -3px;
	margin-right: 5px;
}

#contact a.terminos {
	color: #626262;
	font-weight: bold;
}


/* LINEAS DE AEROPUERTO */


select {
	width: auto;
}

.body__lineas-aeropuertos .item_fulltext {
	text-align: center;
}

.body__route .without-slider-menu-wrapper {
	text-align: center;
    margin-top: 0;
}

.body__route .linea .itinerario {
    margin-top: -56px;
}

.body__route #page-selector {
    width: 100%;
    margin-bottom: 60px;
}

.body__lineas-aeropuertos .without-slider-menu {
}


.body__lineas-aeropuertos .item_fulltext select {
}

.body__lineas-aeropuertos .without-slider-menu-wrapper {
	margin: 0;
}

.body__lineas-aeropuertos .item-wrapper {
	min-height: 300px;
}

.body__planos-interactivos .info-plano {
	border: 1px solid #9ca3aa;
	background: #f4f5f6;
	text-align: center;
	padding: 20px;
	margin-bottom: 10px;
}

.body__planos-interactivos .info-plano h3 {
	font-size: 1.5em;
	padding-bottom: 0;
}

.body__planos-interactivos .info-plano h4 {
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
}

.body__planos-interactivos .info-plano h5 {
	font-size: 0.9em;
	font-weight: normal;
	text-transform: uppercase;
}

.body__planos-interactivos .travel-image-controls {
	margin: 0 auto;
	width: 275px;
	margin-bottom: 40px;
	margin-top: 10px;
}

.body__planos-interactivos .image-control span {
	background: #31383d;
	border-radius: 3px;
	color: #fff;
	padding: 3px;
	font-size: 1.3em;
	width: 25px;
	height:	25px;
	text-align: center;
	line-height: 25px;
}



/* MENU SIN SLIDER */

.without-slider-menu-wrapper {
	margin: 30px 0px 30px 0px;
}

.without-slider-menu {

}

.without-slider-menu .item {
	width: 70px;
	height: 70px;
    margin: 5px;
    cursor: pointer;
    display:inline-block;
    *display:inline;
}

.without-slider-menu .item a {
	background: #2a363b;
	width: 100%;
	height: 70px;
	color: #fff;
	font-size: 2.2em;
	line-height: 70px;
	text-align: center;
	border-radius: 14px;
	position: relative;
	display: block;
	font-weight: bold;
}


.without-slider-menu .item a:hover {
	text-decoration: none;
}


.body__aviso-legal .item_fulltext h3 {
	padding-bottom: 10px;
}

#footer-row3 a,
#footer-row3 a:visited,
#footer-row3 a:hover {
	color: #000;
}


.page-search .span8 {
	background-color: #fff;
	margin-left: 0;
}

.page-search .span8 form {
	margin-left: 20px;
	margin-bottom: 0px;
	padding-top: 10px;
}

dl.search-results {
	margin-left: 20px;
}

.search-results a,
.search-results a:hover,
.search-results a:visited {
	color: #626262;
}

.search-results .btn {
	color: #fff;
	background: #626262;
	padding: 5px 10px;
}

.search-results .result-text {
	margin-left: 0;
}

.search-results a:hover.btn,
.search-results a.btn {
	color: #fff;
	margin-top: 15px;
	border-radius: 3px;
}

.search-results .readmore-wrap {
	text-align: right;
	padding-bottom: 8px;
	border-bottom: 1px dotted #626262;
}

.page-search .pagination ul {
	margin-left: 20px;
}

.itemid-125 .item_fulltext h2 {
	color: #71b02d;
	font-size: 1.5em;
	margin-top: 15px;
}

.itemid-125 .item_fulltext a {
	color: #71b02d;
	font-weight: bold;
}


.body__tarifas .item_fulltext h3,
body.empleo .item_fulltext h3 {
	text-transform: none;
	background-color: #cad22b;
	display: inline;
	line-height: 20px;
	padding: 5px;
	font-size: 0.8em;
}

.body__tarifas .item_fulltext h2,
body.empleo .item_fulltext h2 {
	margin-top: 10px;
	color: #71b02d;
	text-transform: uppercase;
}

.body__tarifas .item_fulltext hr, 
body.empleo .item_fulltext hr {
	border-top: 0;
	border-bottom: 2px dotted #cad22b;
}

.page-list__titsa.empleo {
	padding-top: 30px;
}

.page-list__titsa.empleo .item-title {
	margin-bottom: 10px;
}

.page-list__titsa.empleo .item-title a{
	color: #2e393d;
} 

.page-list__titsa.empleo .item-title a:hover {
	text-decoration: underline;
}

.page-blog__titsa.empleo .item_published {
	display: none;
}

body.body__titsa.empleo .category-description {
	margin-bottom: 30px;
}

.page-blog__titsa.empleo p.item_title a {
	color: #2e393d;
}

.page-blog__titsa.empleo .item_introtext a {
	
}

/* TARIFAS VIGENTES */

.body__tarifas .page-item {
	padding-bottom: 40px;		
}
.body__tarifas  .page-item h2 {
	color: #71b02d;
	font-size: 1.5em;
	margin-bottom: 0px;
}

.body__tarifas .page-item h2 img {
	width: 50px;
	height: 50px;
	margin-right: 15px;
	margin-bottom: 5px;
}

.body__tarifas  .page-item select {
	margin-bottom: 30px;
	margin-left: 65px;
	margin-top: 10px;
}

.body__tarifas  .page-item .precio-item {
	text-align: center;
	width: 170px;
	float: left;
	background: #f4f5f6;
	border: 1px solid #969ea5;
	padding: 10px 0;
	margin-right: 15px;
	margin-top: 15px;
}

.body__tarifas  .page-item .precio-item img {
	margin-bottom: 10px;
}
.body__tarifas  .page-item .precio-item span {
	font-size: 1.5em;
}

.body__tarifas  .page-item .precio-item:last-child {
	margin-right: 0;
}

.body__tarifas  .page-item .precio-item h3 {
	padding-bottom: 10px;
}

.body__tarifas  .page-item .loading-wrapper {
	min-height: 25px;
	text-align: right;
	padding-right: 15px;
}

.body__tarifas  .page-item #loading {
	display: none;
}

.body__tarifas  .page-item .precios-wrapper {
	
}

/* Proxima guagua */

.body__proxima-guagua .page-item .row {
    margin-bottom: 15px !important;
}

.body__proxima-guagua .page-item .btn {
    background: #87b03a none repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
    margin-top: 18px;
    padding: 10px 20px;
    font-size: 1.1em;
    border-radius: 0;
    float: right;
}

.body__proxima-guagua .page-item .btn:hover {
    color: #fff !important;
}



.body__proxima-guagua select,
.body__proxima-guagua input {
    width: 100%;
}

.body__proxima-guagua .resultado-direccion {
   
}

.body__proxima-guagua table {
    width: 100%;
    margin-top: 20px;
    display: none;
}

.body__proxima-guagua .page-item table a:hover, 
.body__proxima-guagua .page-item table a {
    color: #71b02d;
    
}

.body__proxima-guagua table th {
    font-weight: 600;
    padding: 8px;
    text-align: left;
    background: #71b02d;
	color: #ffffff;
}

.body__proxima-guagua table td {
    padding: 5px;
}

.body__proxima-guagua table tr:nth-child(odd) {
    background: #e9ffd2;
}

.body__proxima-guagua table th:nth-child(3),
.body__proxima-guagua table th:nth-child(4),
.body__proxima-guagua table td:nth-child(3),
.body__proxima-guagua table td:nth-child(4) {
    text-align: center;
}

.body__proxima-guagua table tr:nth-child(even) {
    background: #f8fff1;
}

.body__proxima-guagua .loading-icon {
    display: none;
}

.body__proxima-guagua #direccion-no-result-message {
    display: none;
    font-weight: bold;
    margin-top: 20px;
}

/* Procesos abiertos (formularios vigentes) */

.body__formularios-vigentes li {
	margin:5px 0px;
}


/* Table */

body.body__ultima-hora #component-content .page-item table,
body.body__ #component-content .page-item table {
	width: 100%;
	margin-bottom: 30px;
	margin-top: 20px;
}

body.body__ultima-hora #component-content .page-item table td ,
body.body__ #component-content .page-item table td {
	text-align: center;
	padding: 10px;
}

body.body__ultima-hora #component-content .page-item table tr:nth-child(odd),
body.body__ #component-content .page-item table tr:nth-child(odd) {
	background: #e9ffd2;
}

body.body__ultima-hora #component-content .page-item table tr:nth-child(even),
body.body__ #component-content .page-item table tr:nth-child(even) {
	background: #f8fff1;
}

body.body__ultima-hora #component-content .page-item table tr:first-child td,
body.body__ #component-content .page-item table tr:first-child td {
	background: #71b02d;
	color: #ffffff;
	font-weight: bold;
}

#modal_infoparada {
	-webkit-box-shadow: 0px 0px 30px 30px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 0px 30px 30px rgba(0,0,0,0.33);
	box-shadow: 0px 0px 30px 30px rgba(0,0,0,0.33); 
	background: #fff;
	min-width: 60%; 
	left: 20%; 
	top: 50px; 
	margin: 0;
}

#modal_infoparada .error-message {
	padding-left: 15px;
}

#modal_infoparada h3 {
	padding-bottom: 0;
	color: #71b02d;
}

#modal_infoparada h4 {
	color: #71b02d;
	text-transform: uppercase;
}

#modal_infoparada .modal-body {
	position: relative; 
	padding-top: 0;
	min-height: 30px;
}

#modal_infoparada .correspondencias {
	margin-top: 15px;
}

#modal_infoparada #overlay_mapa {
	position: absolute; 
	width: 100%; 
	height: 100%; 
	background: #fff; 
	top: 0; 
	left: 0;
}

#modal_infoparada #overlay_mapa .loading-icon2 {
	margin-left: 16px;
}

#modal_infoparada  table {
	font-size: 0.9em;
}

#modal_infoparada  table td {
	padding: 4px;
	font-weight: normal;
}

#modal_infoparada table tr td:last-child {
	text-align: left;
}

#modal_infoparada table tr:first-child td {
	background:  #71b02d;
	color: #fff;
	padding: 6px;
	text-align: center;
	font-size: 1em;
}


#modal_infoparada table tr:nth-child(odd) {
	background: #e9ffd2;
}

#modal_infoparada table tr:nth-child(even) {
	background: #f8fff1;
}

/* CORRESPONDENCIAS INDEPENDIENTE */

#correspondencias .correspondencias {
	margin: 15px;
}

#correspondencias  table {
	font-size: 0.9em;
    width: 100%;
    margin-bottom: 20px;
}

#correspondencias  table td {
	padding: 4px;
	font-weight: normal;
}

#correspondencias table tr td:last-child {
	text-align: left;
}

#correspondencias table tr:first-child td {
	background:  #71b02d;
	color: #fff;
	padding: 6px;
	text-align: center;
	font-size: 1em;
}


#correspondencias table tr:nth-child(odd) {
	background: #e9ffd2;
}

#correspondencias table tr:nth-child(even) {
	background: #f8fff1;
}

#correspondencias h4 {
	color: #71b02d;
	text-transform: uppercase;
}

#correspondencias .estimacion {
    font-size: 0.9em;
    font-style: italic;
}



.share-toolbar .fa {
	color: #fff;
}

.alert.success {
	background: #ddd;
}


#menu-slider-centered li.current {
    background: #2e383d;
}

.page-item__tarifas select {
    width: 80%;
}


#banner-publi {
    float:right;
    width: 763px;
}


#banner-publi img {
    width: 100%;
}


.legend {
    margin: 20px 0 20px 0;
    border: 1px solid #ddd;
    float: left;
    width: 98%;
}

.legend .legend-content {
    margin: 10px;
    float: left;
    width: 100%;
}

/* MEDIA QUERIES ------------------------------------------------------------ */

/* SMARTPHONES */

@media (max-width: 479px )
{
	#slider-row .container .header-banner {
		
	}

	#slider-row .container .header-banner img {
		max-width: 255px;
	}

	.main-banner-container {
		margin: 5px 0px 0px 0px !important;
	}
	
	.main-banner,
	.main-banner img	{
		width: 100%;
	}

	
		#toolbar {
			display: none;
		}

		.slicknav_menu {
			display:block;
		}

		#header-row {
			display: none;
		}

		#mobile-toolbar {
			width: 75%;
		}

		.slicknav_nav {
			width: 75% !important;
		}

		#home-form {
			display: none;
		}

		#home-weather {
			width: 49%;
			float: right !important;
		}

		.weather_sp1_temp,
		.block_even,
		.block_odd,
		.weather_sp1_cleft {
			display: none !important;
		}
		.weather_sp1_cright {
			width: 100% !important;
		}
		.spw_current_temp {
			padding: 0 !important;
			margin-left: 2px !important;
		}

		.spw_icon_big {
			width: 80px !important;
		}

		.main-banner {
			margin-left: 0px;
		}

		.main-banner-large-slim {
			width: 100%;
			height: auto;
		}

		.main-banner-large-slim img {
			width: 100%;

		}

		.weather_sp1 {
			padding-bottom: 0px !important;
			padding-top: 0px !important;
			margin-bottom: 0px !important;
		}

		.weather_sp1_c {
			padding-top: 5px !important;
		}

		.spw_icon_big {
			width: 100% !important;
		}
		.spw_row {
			display: none;
		}
		 
		body.body__home #component {
			width: 100%;
		}

		#slider-row .container .header-slider {
			width: 100%;
			margin: 5px 5px 0px 0px !important;
		}

		#camera-slideshow {
			height: 140px !important;
		}

		.slicknav_item a i {
			display: none;
		}

		.page-item .item_fulltext {
			border-left: none;
			padding-left: 0px;
		}

		.page-blog .item
		{
			border-right: none;
			margin-bottom: 0px;
			padding-bottom: 15px;
		}

		.fulltext-in-columns {
			column-count: 1;
			-moz-column-count: 1;
			-webkit-column-count: 1;
			text-align: left;
			margin-left: 20px;
		}

		.relateditems .span3 {
			width: 96%;
			border-right: none;
			border-bottom: 1px dotted #313131;
			padding-bottom: 15px;
		}

		.related-items .module_title {
			margin-left: 20px;
		}

		#home-weather .grid {
			display: none;
		}

		.arrow-down {
			display: none;
		}
		
		.absolute-social-bar {
		display: none;
	}
	
	#breadcrumbs .span8 {
		width: 100%;
	}
	
	#breadcrumbs .offset4 {
		margin-left: 0;
	}
	
	.page-blog {
		width: 100%;
	}
	
	.page-blog .row-fluid, 
	.page-blog .clearfix {
		display: block !important;
	}
	
	.category-info .category-title,
	.category-info .separator,
	.category-info .category-description{
		text-align: left;
		margin-left: 20px;
	}

	.page-blog .items-leading, 
	.page-blog .items-row {
		margin-bottom: 0;
	}
	
	.page-item {
		padding-left: 10px;
	}
	
	.item_header {
		padding: 0px 10px 0px 10px;
	}
	
	.item_img img {
		width: 100%;
	}
	
	.item-info {
		margin-bottom: 0px;
	}
	
	.item-meta  {
		display: none;
	}
	
	.featured-items {
		width: 100%;
	}
	
	.featured-items .span8 {
		width: 100%;
	}
	
	.featured-items .offset4 {
		margin-left: 0;
	}
	
	.billetes-bonos .span3 {
		width: 100%;
	}
	
	.billetes-bonos .separator {
		display: none;
	}
	
	.billetes-bonos .row {
		margin-bottom: 20px !important;
	}
	
	.span8.billetes-bonos {
		padding-left: 0 !important;
	}
	
	#submenu-lineas .wrap {
		width: 100%;
		margin-right: 0;
	}
	
	
	#submenu-lineas .wrap {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	 .itinerario {
		margin-top: 0;
	}
	
	.itinerario,
	.linea .item-wrapper,
	.linea .span8.page-item {
		width: 100%;
	}
	
	.page-item__ultima-hora .item_header {
		padding: 0;
	}
	
	.body__ultima-hora .graphic_info {
		width: auto;
	}
	
	.body__ultima-hora .graphic_info img {
		float: left;
		
	}
	
	.body__ultima-hora .graphic_info .linea {
		float: left;
		margin-left: 0;
		margin-top: 5px;
		margin-right: 10px;
	}
	
	.page-list__ultima-hora {
		margin-bottom: 0;
	}
	
	.body__ultima-hora .content {
		width: auto;
	}
	
	.body__ultima-hora .aviso_item {
		margin-right: 10px;
	}

	.body__lineas-aeropuertos .item-wrapper {
		float: none;
	}
	
	.body__planos-interactivos #component-content,
	.body__planos-interactivos .item-wrapper	{
		width: 100%;
	}
	
	body.body__ .page-item.span8 {
		width: 100%;
	}
	
	body.body__ .item-wrapper {
	float: none;
    }
    
    .body__transbordos .item-wrapper,
	.body__transbordos #component-content {
		width: 100%;
	}
    
     #submenu-lineas-list {
        width: 100%;
        margin-right: 0;
    }
    
    .body__linea .page-item__linea {
        padding-left: 0;
        padding-right: 0;
        
    }
    
    .modulo-avisos {
        min-height: 0;
    }
    
    .body__tarifas  .page-item .precio-item {
        width: 98%;
    }
    
    .body__tarifas  .page-item select {
        width: 95%;
        margin-left: 0;
    }
    
    #banner-publi {
        width: 98%;
        margin-left: 1%;
        float: left;
    }
	
}

@media (min-width: 480px ) and (max-width: 584px)
{
	#slider-row .container .header-banner {

	}

	#slider-row .container .header-banner img {
		max-width: 255px;
	}

	.main-banner-container {
		margin: 5px 0px 0px 0px !important;
	}

	.main-banner-large {
		width: 100%;
		height: auto;
		margin-left: 0px;
	}

	.main-banner-short {
		width: 49.4%;
		height: auto;
		float: left;
		margin-left: 0px;
	}

	.main-banner-short-left {
		width: 49.4%;
		float: right !important;
	}
	.main-banner-large img,
	.main-banner-short img {
		width: 100%;
	}

	#toolbar {
		display: none;
	}

	.slicknav_menu {
		display:block;
	}

	#header-row {
		display: none;
	}

	#mobile-toolbar {
		width: 60%;
	}

	.slicknav_nav {
		width: 60% !important;
	}

	#home-form {
		display: none;
	}

	#home-weather {
		width: 49.4%;
		float: right !important;
	}

	.main-banner {
		margin-left: 0px;
	}

	.main-banner-large-slim {
		width: 100%;
		height: auto;
	}

	.main-banner-large-slim img {
		width: 100%;

	}

	.weather_sp1 {
		padding-bottom: 0px !important;
		padding-top: 0px !important;
		margin-bottom: 0px !important;
	}

	.weather_sp1_c {
		padding-top: 5px !important;
	}

	body.body__home #component {
		width: 100%;
	}

	#slider-row .container .header-slider {
		width: 100%;
		margin: 5px 5px 0px 0px !important;
	}

	#camera-slideshow {
		height: 200px !important;
	}

	.slicknav_item a i {
		display: none;
	}

	.page-item .item_fulltext {
		border-left: none;
		padding-left: 0px;
	}

	.fulltext-in-columns {
		column-count: 1;
		-moz-column-count: 1;
		-webkit-column-count: 1;
		text-align: left;
		margin-left: 20px;
	}

	.relateditems .span3 {
		width: 96%;
		border-right: none;
		border-bottom: 1px dotted #313131;
		padding-bottom: 15px;
	}

	.related-items .module_title {
		margin-left: 20px;
	}

	#home-weather .grid {
		width: 100%;
		margin: 5% 0px 0px 25px;
		clear: both;
	}

	#home-weather .grid .sp-weather-temp {
		font-size: 1.1em;
		margin-top: 4px;
	}

	.arrow-down {
		display: none;
	}
	.absolute-social-bar {
		display: none;
	}
	
	.main-banner {
		float: left;
		margin: 1%;
		width: 48%;
	}
	
	#breadcrumbs .span8 {
		width: 100%;
	}
	
	#breadcrumbs .offset4 {
		margin-left: 0;
	}
	
	.page-blog {
		width: 100%;
	}
	
	.page-blog .row-fluid, 
	.page-blog .clearfix {
		display: block !important;
	}
	
	.category-info .category-title,
	.category-info .separator,
	.category-info .category-description{
		text-align: left;
		margin-left: 20px;
	}

	.page-blog .items-leading, 
	.page-blog .items-row {
		margin-bottom: 0;
	}

	.item_img img {
		width: 100%;
	}
	.item_header {
		padding: 0px 10px 0px 10px;
	}
	
	.item-info {
		margin-bottom: 0;
	}
	
	.item-meta {
		display: none;
	}
	
	.page-item {
		padding-left: 10px;
	}
	
	.featured-items {
		width: 100%;
	}
	
	.featured-items .span8 {
		width: 100%;
	}
	
	.featured-items .span4 {
		margin-bottom: 40px;
	}
	
	.featured-items .offset4 {
		margin-left: 0;
	}
	
	.featured-items .item_img {
		margin-right: 15px;
	}
	
	.billetes-bonos .span3 {
		width: 100%;
	}
	
	.billetes-bonos .separator {
		display: none;
	}
	
	.billetes-bonos .row {
		margin-bottom: 20px !important;
	}
	
	.span8.billetes-bonos {
		padding-left: 0 !important;
	}
	
	#submenu-lineas .wrap {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	.itinerario {
		margin-top: 0;
	}
	
	.itinerario,
	.linea .item-wrapper,
	.linea .span8.page-item {
		width: 100%;
	}
	
	.page-item__ultima-hora .item_header {
		padding: 0;
	}
	
	.body__ultima-hora .graphic_info {
		width: auto;
	}
	
	.body__ultima-hora .graphic_info img {
		float: left;
		
	}
	
	.body__ultima-hora .graphic_info .linea {
		float: left;
		margin-left: 0;
		margin-top: 5px;
		margin-right: 10px;
	}
	
	.page-list__ultima-hora {
		margin-bottom: 0;
	}
	
	.body__ultima-hora .content {
		width: auto;
	}
	
	.body__ultima-hora .aviso_item {
		margin-right: 10px;
	}

	
	.body__lineas-aeropuertos .item-wrapper {
		float: none;
	}
	
	.body__planos-interactivos #component-content,
	.body__planos-interactivos .item-wrapper	{
		width: 100%;
	}
	
	body.body__ .page-item.span8 {
		width: 100%;
	}
	
	body.body__ .item-wrapper {
	float: none;
    }
    
    .body__transbordos .item-wrapper ,
	.body__transbordos #component-content {
		width: 100%;
	}
    
     #submenu-lineas-list {
        width: 100%;
        margin-right: 0;
    }
    
    .body__linea .page-item__linea {
        padding-left: 0;
        padding-right: 0;
        
    }
    .modulo-avisos {
        min-height: 0;
    }
    
    #banner-publi {
        width: 98%;
        margin-left: 1%;
        float: left;
    }
	
}

 
/* TABLETS y SMARTPHONES DE GRANDES RESOLUCIONES */

@media (min-width: 585px ) and (max-width: 767px)
{

	.page-blog .item
	{
		border-right: none;
		margin-bottom: 0px;
		padding-bottom: 15px;
	}

	.page-blog {
		margin-right: 20px;
	}

	.page.blog .img-intro img {
		width: 100%;
	}

	#slider-row .container .header-banner {
		
	}


	#slider-row .container .header-banner img {
		max-width: 255px;
	}

	.main-banner-container {
		margin: 5px 0px 0px 0px !important;
	}

	.main-banner {
		margin-left: 0px;
	}

	.main-banner-large {
		width: 100%;
		height: auto;
		margin-left: 0px;
	}

	.main-banner-short {
		width: 49.4%;
		float: left;
		height: auto;
		margin-left: 0px;
	}

	.main-banner-large-slim {
		width: 100%;
		height: auto;
	}

	.main-banner-large-slim img {
		width: 100%;

	}

	.main-banner-short-right {
		margin-right: 5px;
	}

	.main-banner-large img,
	.main-banner-short img {
		width: 100%;
		height: auto;
	}

	.select-menu {
		display: none !important;
	}

	.slicknav_menu {
		display:block;
	}

	#header-row {
		display: none;
	}

	#mobile-toolbar {
		width: 55%;
	}

	.slicknav_nav {
		width: 55% !important;
	}

	#home-form {
		display: none;
	}



	.weather_sp1_c {
		padding-top: 5px !important;
	}

	body.body__home #component {
		width: 100%;
	}

	#slider-row .container .header-slider {
		width: 100%;
		margin: 5px 5px 0px 0px !important;
	}

	#camera-slideshow {
		height: 200px !important;
	}

	.slicknav_item a i {
		display: none;
	}

	.page-item .item_fulltext {
		border-left: none;
		padding-left: 0px;
	}

	.fulltext-in-columns {
		column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
		margin: 20px 20px 20px 20px;
	}

	.relateditems .span3 {
		width: 96%;
		border-right: none;
		border-bottom: 1px dotted #313131;
		padding-bottom: 15px;
	}

	.related-items .module_title {
		margin-left: 20px;
	}

	#home-weather {
		width: 49.4%;
		float: right !important;
	}

	#home-weather .grid {
		width: 100%;
		margin: 5% 0px 10px 13%;
		clear: both;
	}

	#home-weather .sp-weather-current .media {
		margin: 10% 10% 2% 10%;
	}

	#home-weather .grid .sp-weather-icon {
		font-size: 3em;
	}

	#home-weather .grid .sp-weather-temp {
		font-size: 1.2em;
		margin-top: 8px;
	}

	.arrow-down {
		display: none;
	}
	
	.absolute-social-bar {
		display: none;
	}
	
	.main-banner {
		float: left;
		margin: 1%;
		width: 48%;
	}
	
	#breadcrumbs .span8 {
		width: 100%;
	}
	
	#breadcrumbs .offset4 {
		margin-left: 0;
	}
	
	.page-blog {
		width: 100%;
	}
	
	.page-blog .row-fluid, 
	.page-blog .clearfix {
		display: block !important;
	}
	
	.category-info .category-title,
	.category-info .separator,
	.category-info .category-description{
		text-align: left;
		margin-left: 20px;
	}
	
	.item_header {
		float: right;
		width: 49%;
	}
	
	.item_img {
		float: left;
		width: 49%;
	}
	
	.item-info {
		margin-bottom: 0;
	}
	
	.page-item {
		padding-left: 10px;
	}
	
	.featured-items {
		width: 100%;
	}
	
	.featured-items .span8 {
		width: 100%;
	}
	
	.featured-items .offset4 {
		margin-left: 0;
	}
	
	.featured-items .item_img {
		margin-right: 15px;
	}
	
	.featured-items .span4 {
		padding-right: 10px;
	}
	
	.billetes-bonos .span3 {
		width: 100%;
	}
	
	.billetes-bonos .separator {
		display: none;
	}
	
	.billetes-bonos .row {
		margin-bottom: 20px !important;
	}
	
	.span8.billetes-bonos {
		padding-left: 0 !important;
	}
	
	.item-wrapper.billetes-bonos {
		width: 100%;
	}
	
	#submenu-lineas .wrap {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	.itinerario {
		margin-top: 0;
	}
	
	.itinerario,
	.linea .item-wrapper,
	.linea .span8.page-item {
		width: 100%;
	}
	
	.page-item__ultima-hora .item_header {
		float: none;
		width: auto;
	}
	
	.body__ultima-hora .graphic_info {
		width: auto;
	}
	
	.body__ultima-hora .graphic_info img {
		float: left;
		
	}
	
	.body__ultima-hora .graphic_info .linea {
		float: left;
		margin-left: 0;
		margin-top: 5px;
		margin-right: 10px;
	}
	
	.page-list__ultima-hora {
		margin-bottom: 0;
	}
	
	.body__ultima-hora .content {
		width: auto;
	}
	
	.body__ultima-hora .aviso_item {
		margin-right: 10px;
	}
	
	.body__lineas-aeropuertos .span8.page-item {
		width: 100%;
	}
	
	.body__lineas-aeropuertos .item-wrapper {
		float: none;
	}
	
	.body__planos-interactivos #component-content,
	.body__planos-interactivos .item-wrapper	{
		width: 100%;
	}
	
	body.body__ .page-item.span8 {
		width: 100%;
	}
	
	body.body__ .item-wrapper {
	float: none;
	}
	
	.body__transbordos .page-item.span8,
	.body__transbordos .item-wrapper ,
	.body__transbordos #component-content {
		width: 100%;
	}
    
    #submenu-lineas-list {
        width: 100%;
        margin-right: 0;
    }
	
    .body__linea .page-item__linea {
        padding-left: 0;
        padding-right: 0;
        
    }
    .modulo-avisos {
        min-height: 0;
    }
    
    #banner-publi {
        width: 98%;
        margin-left: 1%;
        float: left;
    }
}

/* DE AQUI PARA ABAJO: PC */

@media (min-width: 768px ) and (max-width: 979px)
{

	#as-menu a {
		line-height: 16px !important;
	}
	.main-banner {
		margin-bottom: 5px !important;
		margin-left: 5px;
		overflow: hidden;
		width: 243px;
	}
	.fulltext-in-columns {
		column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
		margin: 20px 20px 20px 10px;
	}

	#mobile-toolbar-button {
		display: block;
	}

	#mobile-toolbar-button-img {
		width: 22px;
		margin: 2px 10px 0px 0px;
	}

	#main-menu {
		width: 85%;
	}

	#mobile-toolbar {
		display: none;
	}

	#mobile-toolbar {
		background: none repeat scroll 0 0 #2e393d;
		border-radius: 5px;
		padding: 0;
		position: absolute;
		right: 5px;
		top: 50px;
		width: 30%;
		z-index: 990;
	}

	#toolbar {
		display: none;
	}

	#toolbar #search {
		width: 70px;
	}

	#toolbar .span1 {
		width: 50px;
	}

	#toolbar input[type="text"] {
		width: 40px;
	}

	body.body__home #component {
		width: 497px;
	}

	#slider-row .container .header-slider {
		width: 492px;
	}

	#camera-slideshow {
		height: 179px !important;
	}

	#top-banner {
		
	}

	/*.owl-carousel .owl-item .item img {
		height: 180px !important;
	}*/

	.page-item .item-content {
		width: 346px;
	}

	.page-blog .row-fluid .span4 {
		width: 33.3%;
	}

	.relateditems .span3 {
		width: 26%;
	}

	
	#breadcrumbs .span8 {
		width: 497px;
	}
	
	#breadcrumbs .offset4 {
		margin-left: 245px;
	}
	
	.page-blog {
		width: 492px;
	}
	
	.page-blog .row-fluid, 
	.page-blog .clearfix {
		display: block !important;
	}
	
	.page-item.span5 {
		width: 283px;
		padding-right: 10px;
	}
	
	.page-item .item-content {
		width:  293px;
	}
	
	.page-item .item-content {
		width: 100%;
	}
	.page-item .item-content {
		padding-right: 0;
	}
	
	.featured-items .span8 {
		width: 492px;
	}
	
	.featured-items .offset4 {
		margin-left: 245px;
	}
	
	.span8.billetes-bonos {
		width: 485px;
	}
	
	#submenu-lineas .wrap {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	.itinerario {
		margin-top: 0;
	}
	
	.itemid-179 .span8.page-item,
	.page-search .span8,
	.body__aviso-legal .span8.page-item,
	.body__planos-interactivos .span8.page-item,
	.body__lineas-aeropuertos .span8.page-item,
	.linea .span8.page-item {
		width: 485px;
	}
	
	
	.page-item__ultima-hora {
		width: 485px;
	}

	.page-list__ultima-hora {
		width: 497px;
	}
	
	.body__ultima-hora .content {
    	width: 380px;
	}
	
	body.body__ .page-item.span8 {
		width: 480px;
	}
    
    body.body__transbordos .page-item.span8 {
		width: 480px;
	}
    
    #submenu-lineas-list {
        width: 100%;
        margin-right: 0;
    }
	
    .body__linea .page-item__linea {
        padding-left: 15px;
        padding-right: 10px;
        width: 458px !important;
    }
    
    .modulo-avisos {
        min-height: 0;
    }
    
    .page-item__tarifas {
        width: 485px   
    }
    
    #banner-publi {
        width: 492px;
    }
	
}

@media (min-width: 980px ) and (max-width: 1199px)
{

	#mobile-toolbar {
		display: none;
	}

	#mobile-toolbar-button {
		display: none;
	}

	#toolbar input[type="text"] {
		width: 70px;
	}

	#toolbar #search {
		width: 230px;
	}

	#toolbar .span1 {
		width: 70px;
	}

	.main-banner {
		width: 315px;
	}

	body.body__home #component {
		width: 640px;
	}

	#slider-row .container .header-slider {
		width: 635px;
	}

	#camera-slideshow {
		height: 219px !important;
	}

	#top-banner {
		max-height: 299px !important;
	}

	/*.owl-carousel .owl-item .item img {
		height: 220px !important;
	}*/

	.page-blog .row-fluid .span4 {
		width: 33.3%;
	}

	.relateditems .span3 {
		width: 28%;
	}
	
	.page-blog {
		width: 635px;
	}
	
	#breadcrumbs .span8 {
		width: 640px;
	}
	#breadcrumbs .offset4 {
		margin-left: 300px;
	}
	
	.featured-items .span8 {
		width: 640px;
	}
	
	.featured-items .offset4 {
		margin-left: 300px;
	}
	
	#submenu-lineas .wrap {
		width: 613px;
	}
    
    #submenu-lineas-list {
        width: 613px;
    }
	
	.body__ultima-hora .content {
		width: 520px;
	}
    
    .body__linea .page-item__linea {
        width: 558px;
        padding-left: 25px;
        padding-right: 30px;
    }
    
    #banner-publi {
        width: 635px;
    }

}


@media (min-width: 1200px)
{

	#mobile-toolbar {
		display: none;
	}

	.main-banner-large img,
	.main-banner-short img {
		height: 286px;
	}

	#mobile-toolbar-button {
		display: none;
	}

	#slider-row .container .header-slider {
		width: 763px;
	}

	#camera-slideshow {
		height: 267px !important;
	}

	/*.owl-carousel .owl-item .item img {
		height: 268px !important;
	}*/

	.page-blog .row-fluid .span4 {
		width: 33.3%;
	}

	#home-weather {
		height: 143px !important;
	}

}

.item-554,
.item-528 {
	display: none;
}
.item-559 img {
	display: none;
}

.item-540 .sub-menu {
	display: none !important;
}