/*
* XPERTOSOLUTIONS.COM
* Copyright 2016, epumis@c
* www.xpertosolutions.com
* 2016-09-08
* Theme XPERTO CMS
*/
@import url(//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,700,700italic);
@import url(//fonts.googleapis.com/css?family=Oswald:400,300,700);

/*soporte html5 ie*/
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display: block;
}

body{
	margin:0px;
	padding:0px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size:0.95em;
	line-height:1.4em;
	color:#555;
}


body.xs_template{
	background:#fff /*url("../image/bg_web.png") no-repeat center 40px fixed*/;

}

h1,h2,h3,h4,h5,h6{
	font-family: 'Oswald', Arial, sans-serif ;
	font-weight: 400;
	margin:0;
	margin-bottom:10px;
	color:#222;
	line-height: 1.2em;
	/*text-transform:uppercase;*/
}
h1 {font-size: 1.9em; }
h2 {font-size: 1.7em; }
h3 {font-size: 1.5em; }
h4 {font-size: 1.3em; }
h5 {font-size: 1.1em; }
h6 {font-size: 1em; }


ul.xs_header_buttons{
	text-align:right;
	padding:0px;
	margin:0px;
}
ul.xs_header_buttons li{
	display:inline-block;
	padding:0px;
	margin:0px;
	text-align:left;
}
ul.xs_header_buttons li {
	vertical-align:middle;
}


hr {
	border: solid #eee;
	border-width: 1px 0 0;
	clear: both;
	margin: 1.25rem 0 1.1875rem;
	height: 0;
	display:block;
}
hr.carbon {
	border-color: #3d3d3d;
}
hr.none {
	border-color: transparent;
}

* img{
	max-width: 100%;
	height: auto;
}

.img_full{
	width: 100%;
	height: auto;
	display:block;
}

p { margin: 0 0 20px 0; }
p img { margin: 0; }

em { font-style: italic; }
strong {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight:700;
}
small { font-size: 80%; }


blockquote, blockquote p { font-size: 1.0em; line-height: 24px; color: #444; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 1px 19px; border-left: 1px solid #ddd; color:#666; }
blockquote cite { display: block; font-size: 12px; color: #666; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #666; }


/*
* MODULO GOOGLE MAPS googlemaps
*/
.xs_map_container{
	border:1px solid #ddd; padding:5px;
}
.xs_map_container img{
	max-width:inherit;
	height:inherit;
}
.xs_map_container.no_border{
border:0px; padding:0px;
}


/*
* xs_map_tags de links
*/

a.xs_map_tags{
	list-style:none;
	display:block;
	padding:8px 8px 5px 8px;
	margin-right:5px;
	background:#eee;
	border-bottom:#ccc 1px solid;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	color:#666;
}

a.xs_map_tags:hover,
a.xs_map_tags.active{
	background:#00448D;
	color:#fff;
}


.xs_xperto_container
{}

/* clearfix*/
.clearfix:before,
.clearfix:after,
.row:before,
.row:after,
.xs_row:before,
.xs_row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.xs_row:after,
.row:after,
.clearfix:after {
  clear: both; }
.xs_row,
.row,
.clearfix {
  zoom: 1; }



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

a:hover, a:focus{
	color:#C44F47;
	text-decoration:none;
}
a:visited {}



.xs_logo_div
{
	display: block;
	/*position:relative;*/
	margin-right:auto;
	margin-left:auto;
}

.xs_logo
{
	background: url(../image/xs_logo2025.png?xs=axsr) no-repeat bottom ;
	background-size: contain;
	display:block;
	width:300px;
	height:80px;
	clear:both;
	margin:5px 0 5px 0;


}

.xs_row{ display:block;}


.xs_body_div{}

.xs_login_div{
	margin:auto auto auto auto;
	max-width:280px;
}

.xs_header_div{
	background:#fff;

	/*border-bottom:#eee 1px solid;*/

	margin:0;
	clear:both;
		width:100%; /*para sticky header*/

		box-sizing:border-box;
		-ms-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;


	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 1px 1px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 1px 1px 0px rgba(0, 0, 0, 0.1);


	z-index:100;
		/*position:fixed;
		top:0px;*/

}

.xs_header_div a{
	color:#333;
}
.xs_header_div a:hover{
	color:#777;
}

.xs_header_inner{
	padding:10px 0;
}

.xs_content_div{ margin:20px 0;}
.xs_content_inner{
	padding:0;
	/*background:#fff;*/
}

.xs_content_title{
	/*text-align:center;*/
	margin-bottom:30px;

}
.xs_content_title>h2{
	margin:15px 0 0px 0;
	padding:10px 0;
	text-transform:uppercase;

		font-weight: 500;
		color:#333;
		font-size:2.0em;
		/*border-bottom:5px solid #EB7900;*/

		display:inline-block;
		/*border-bottom:4px solid #00519F;*/

}

.xs_content_title span.xs_content_title_line{ /*Agregado via Javascript*/
	display:block;
	height:4px;
	width:40px;
	background:#EB7900;
	/*margin:0 auto 15px auto;*/
}


form h4,
form h3,
h4.xs_module_title{
	border-bottom:1px solid #ddd;
	margin:15px 0;
	padding-bottom:5px;

}



.xs_top_div{margin:0px 0 5px 0; }

.xs_top_div p{
	margin:0;
	padding:0;
	margin-bottom:5px;
}


.xs_footer_div{
	background: #252525 url(../image/xs_footer_bg.jpg) center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../image/xs_footer_bg.jpg', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../image/xs_footer_bg.jpg', sizingMethod='scale')";
}

.xs_footer_inner{
	/*
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;*/
	padding-top:60px;
	padding-bottom:70px;

	font-size:0.9em;
	color:#bbb;
			line-height:1.3em;
}
.xs_footer_inner a{color:#999;}
.xs_footer_inner a:hover{color:#bbb;}

.margin_inline{display:inline-block;}
.margin_bottom_medium{margin-bottom:30px;}
.margin_bottom_large{margin-bottom:50px;}
.margin_bottom_small{margin-bottom:10px;}

.margin_top_medium{margin-top:30px;}
.margin_top_large{margin-top:50px;}
.margin_top_small{margin-top:10px;}

.margin_right_medium{margin-right:30px;}
.margin_right_large{margin-right:50px;}
.margin_right_small{margin-right:10px;}

.margin_left_medium{margin-left:30px;}
.margin_left_large{margin-left:50px;}
.margin_left_small{margin-left:10px;}


.margin_none{margin:0px; padding:0px; display:inline-block;}

.xs_remove_margin{
	padding:0;
	margin:0;
}




.xs_section_title{
	text-align:center;
	margin-bottom:10px;
}
.xs_section_title h3,
.xs_section_title h4{
	text-transform:uppercase;
	font-weight:400;
	display:inline-block;
	/*border-bottom:4px solid #00519F;
	padding-bottom:5px;
	*/
	margin-top:20px;
	font-size:1.7em;
	/*color:#0F151C;*/
		/*background:none;
		padding:5px 0;
		display:inline-block;
		margin:0px;
		margin-bottom:20px;
		font-size:1.6em;*/
}

.xs_section_title span.xs_section_title_line{
	display:block;
	height:4px;
	width:40px;
	background:#EB7900;
	margin:0 auto 15px auto;
}


.xs_footer_inner .xs_section_title h3,
.xs_footer_inner .xs_section_title h4{
	color:#fff;
	font-size:1.7em;
	/*border-bottom:0px solid transparent;*/
	border:none;
	display:block;
	text-transform:uppercase;
	font-weight:400;
	padding-bottom:0px;
	margin-bottom:5px;
}
.xs_footer_inner .xs_section_title {text-align:left;}
.xs_footer_inner .xs_section_title span.xs_section_title_line{

	display:block;
	height:0px;
	width:40px;
	background:none;
	margin:0 auto 15px 0;

}

.xs_footer_inner h1,
.xs_footer_inner h2,
.xs_footer_inner h3,
.xs_footer_inner h4,
.xs_footer_inner h5{
	/*color:#c8c8c8;*/
}

.xs_featured_inner{padding:0px 0;}
.xs_featured_inner .xs_section_title h3,
.xs_featured_inner .xs_section_title h4{
	font-size:1.4em;
	/*
	border-bottom:none;
	*/
}
.xs_featured_inner .xs_section_title {/*text-align:left;*/}

.xs_featured_inner .xs_featured1{background: #4597C5;}
.xs_featured_inner .xs_featured2{background: #0075B1;}
.xs_featured_inner .xs_featured3{background: #00509E;}
.xs_featured_inner .xs_featured_inner_cell{padding:20px; color:#fff;}
.xs_featured_inner .xs_featured_inner_cell h2,
.xs_featured_inner .xs_featured_inner_cell h3,
.xs_featured_inner .xs_featured_inner_cell h4,
.xs_featured_inner .xs_featured_inner_cell h5{color:#fff;}

.xs_section_container p:last-child{margin-bottom:0;padding-bottom:0;}


.xs_important1_div{

}
.xs_important1_inner{padding:20px 0;}

.xs_important2_div{}
.xs_important2_inner{padding:20px 0;}
.xs_important2_div .xs_section_container{padding:0;}

.xs_important3_div{}
.xs_important3_inner{padding:40px 0;}
.xs_important3_div .xs_section_container{padding:0;}

.xs_important4_div{}
.xs_important4_inner{padding:40px 0;}
.xs_important4_div .xs_section_container{padding:0;}

.xs_important5_div{}
.xs_important5_inner{padding:40px 0;}
.xs_important5_div .xs_section_container{padding:0;}

.xs_important6_div{}
.xs_important6_inner{padding:40px 0;}
.xs_important6_div .xs_section_container{padding:0;}

.xs_important7_div{}
.xs_important7_inner{padding:40px 0;}
.xs_important7_div .xs_section_container{padding:0;}

.xs_important8_div{}
.xs_important8_inner{padding:30px 0;}
.xs_important8_div .xs_section_container{padding:0;}

.xs_important_inverse,
.xs_important_inverse h1,
.xs_important_inverse h2,
.xs_important_inverse h3,
.xs_important_inverse h4,
.xs_important_inverse h5,
.xs_important_inverse a{
	color:#fff;
}

.xs_important_inverse .xs_section_title{
	/*border-bottom:1px solid #fff;*/
}
.xs_important_inverse .xs_section_title h3{
		/*border-bottom:7px solid #F49F48;*/
}
.xs_important_bg_white{background:#fff;}
.xs_important_bg_green{background:#3e9307;}
.xs_important_bg_blue{background:#00448D;}
/*.xs_important_bg_blue .xs_section_title h3{border-color:#fff;}*/

.xs_important_bg_red{background:#EF3E36;}

.xs_important_bg_navy{background:#002952;}
.xs_important_bg_cyan{background:#00BCD4;}
.xs_important_bg_black{background:#333;}
.xs_important_bg_orange{background:#F49F48;}
/*.xs_important_bg_orange .xs_section_title h3{border-color:#fff;}*/
.xs_important_bg_yellow{background:#FFCC00;}
.xs_important_bg_carbon{background:#666;}
.xs_important_bg_gray{background:#ddd;}


.xs_important_bg_img1{
	background: #333 url(../image/bg_img1.jpg) center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../image/bg_img1.jpg', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../image/bg_img1.jpg', sizingMethod='scale')";
}


.xs_important_bg_img2{
	background: #000 url(../image/bg_img2.jpg) center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../image/bg_img2.jpg', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../image/bg_img2.jpg', sizingMethod='scale')";
}


.xs_important_color_white{color:#fff;}
.xs_important_color_yellow{color:#F8E61B;}
.xs_important_color_gray{color:#999;}


.xs_xperto_foot_div{
	background:#00448D;
}

.xs_xperto_foot_inner{
	padding:12px 0;
	text-align:left;
	font-size:0.8em;
	color:#eee;
}
.xs_xperto_foot_inner a{color:#efefef;}
.xs_xperto_foot_inner a:hover{color:#fff;}


.xs_menu_usuario_div{
	margin-top:20px;
}

.xs_seo_div{display:none;}

/*
* LISTAS GENERALES
*/


ul li{
	list-style:disc;
	margin:0 0;
	margin-left:25px;
	line-height:1.5em;
}

ul.unstyled_list li{
	list-style:none;
	margin:0px 0 8px 0;
	padding:0;
	line-height:1.3em;
}

ol{
	list-style:decimal-leading-zero;
	margin:0px 0 8px 0;
	margin-left:25px;
	line-height:1.5em;
}
ul,ol{	margin-bottom:20px; }



/*
* LISTAS ESTILOS
*/

.check_list li, .plus_list li, .minus_list li, .star_list li, .arrow_list li, .square_list li, .circle_list li, .cross_list li {
list-style: none;
margin: 0 0 8px 0;
padding: 0 0 0 26px;
}

.check_list li {background: url(../image/list_icons/list_check.png) no-repeat 0% 3px; }
.plus_list  li {background: url(../image/list_icons/list_plus.png) no-repeat 0% 3px; }
.minus_list  li {background: url(../image/list_icons/list_minus.png) no-repeat 0% 3px; }
.star_list  li {background: url(../image/list_icons/list_star.png) no-repeat 0% 3px;}
.arrow_list  li {background: url(../image/list_icons/list_arrow.png) no-repeat 0% 3px;}
.square_list  li {background: url(../image/list_icons/list_square.png) no-repeat 0% 3px;}
.circle_list  li {background: url(../image/list_icons/list_circle.png) no-repeat 0% 3px;}
.cross_list  li {background: url(../image/list_icons/list_cross.png) no-repeat 0% 3px;}


.check_list.blue li {background: url(../image/list_icons_blue/list_check.png) no-repeat 0% 3px; }
.plus_list.blue  li {background: url(../image/list_icons_blue/list_plus.png) no-repeat 0% 3px; }
.minus_list.blue  li {background: url(../image/list_icons_blue/list_minus.png) no-repeat 0% 3px; }
.star_list.blue  li {background: url(../image/list_icons_blue/list_star.png) no-repeat 0% 3px;}
.arrow_list.blue  li {background: url(../image/list_icons_blue/list_arrow.png) no-repeat 0% 3px;}
.square_list.blue  li {background: url(../image/list_icons_blue/list_square.png) no-repeat 0% 3px;}
.circle_list.blue  li {background: url(../image/list_icons_blue/list_circle.png) no-repeat 0% 3px;}
.cross_list.blue  li {background: url(../image/list_icons_blue/list_cross.png) no-repeat 0% 3px;}


.check_list.red li {background: url(../image/list_icons_red/list_check.png) no-repeat 0% 3px; }
.plus_list.red  li {background: url(../image/list_icons_red/list_plus.png) no-repeat 0% 3px; }
.minus_list.red  li {background: url(../image/list_icons_red/list_minus.png) no-repeat 0% 3px; }
.star_list.red  li {background: url(../image/list_icons_red/list_star.png) no-repeat 0% 3px;}
.arrow_list.red  li {background: url(../image/list_icons_red/list_arrow.png) no-repeat 0% 3px;}
.square_list.red  li {background: url(../image/list_icons_red/list_square.png) no-repeat 0% 3px;}
.circle_list.red  li {background: url(../image/list_icons_red/list_circle.png) no-repeat 0% 3px;}
.cross_list.red  li {background: url(../image/list_icons_red/list_cross.png) no-repeat 0% 3px;}

/*
* SLIDE CONTAINER
*/


.xs_slide_div{background:#2D2D2C;}
.xs_slide_div p{padding:0;margin:0;}
.xs_slide_div p img{display:block; padding:0;margin:0;}

.img_clean{margin:0; padding:0; display:block;}

/*
* XPERTO FORMULARIOS
*/

.xs_form_border {}

.xs_form_login {
  max-width: 300px;
  padding: 15px;
  margin: 0 auto;
}
.xs_form_small{
	font-size:0.85em;
}
.xs_req{
	color:#CC3300;
}
.xs_readonly{
	border:#efefef 1px solid !important;
}
.xs_secondary{
	font-size:0.9em;
	color:#999;
}
.xs_recommend{
	/*font-family:"Times New Roman", Times, serif;*/
	color:#999;
	font-style:italic;
	font-size:0.9em;
}


.xs_loading,
.xs_loader{
	background: url(../image/xs_loader.gif?xs=243) center top no-repeat;
	padding:40px 20px 20px 20px;
	font-size: 1.0em;
	font-weight:400;
	text-align:center;
	display:block;
}
.msg{
	padding:140px 20px 20px 20px;
	font-size: 1.2em;
	font-weight:300;
	text-align:center;
	display:block;
	border: 10px solid;
}
.msg.error{
	background: #EF3E36 url(../image/msg/error_blanco.png?xs=243) center 20px no-repeat;
	border-color: #EF3E36;
	color:#fff;
}
.msg.warning{
	background: #EED75D url(../image/msg/warning_blanco.png?xs=243) center 20px no-repeat;
	border-color: #EED75D;
	color:#fff;
}
.msg.info{
	background: #00448D url(../image/msg/info_blanco.png?xs=243) center 20px no-repeat;
	border-color: #00448D;
	color:#fff;
}
.msg.success{
	background: #85B200 url(../image/msg/success_blanco.png?xs=243) center 20px no-repeat;
	border-color: #85B200;
	color:#fff;
}

.xs_app_title{
	font-size:1.5em;
	font-weight:400;
}

.xs_anima_icon{
  -webkit-transition: all 0.5s; /*safari*/
     -moz-transition: all 0.5s;
          transition: all 0.5s;

	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	-webkit-filter: opacity(100%);
	-moz-filter: opacity(100%);
}
.xs_anima_icon:hover{
	opacity:0.8;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	-webkit-filter: opacity(100%);
	-moz-filter: opacity(100%);

		-webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
		-moz-filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
		filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));

		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);

}

/* xs anima Push */
@-webkit-keyframes xs_anima_push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes xs_anima_push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.xs_anima_push {
  display: inline-block;
  /*vertical-align: middle;*/
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.xs_anima_push:hover, .xs_anima_push:focus, .xs_anima_push:active {
  -webkit-animation-name: xs_anima_push;
  animation-name: xs_anima_push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


/*
::-moz-selection {  Code for Firefox
    color: #fff;
    background: #F8E61B;
}

::selection {
    color: #fff;
    background: #F8E61B;
}*/


/*
* xs caption img
*/

div.img_caption{
	padding:0px;
	background:#CCCCCC;
	border:0px solid #D8D8D8;
	clear:both;
	margin-bottom:20px;
	height: auto;
	display:inline-block;
}
p.img_caption{
	font-weight:normal;
	font-size:1.1em;
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	padding:8px 15px 12px 15px;
}

div.img_caption:hover{
	background:#D9002D;
	color:#fff;
}
p.img_caption:hover{
	color:#fff;
}

/*
* Video Responsive
*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 30px;
	height: 0;
	overflow:hidden;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoWrapper .xs_wrapper_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*
*FORMULARIOS
***********************************/

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	padding:5px 6px !important;
	font-size:0.9em !important;
	background-color:transparent;
	font-weight:400;
	color: #888;
	outline: none;
	width: 100%;
	max-width: 100%;
	/*
	border:none;
	border-bottom:1px dashed #ddd;
	*/
	border:1px solid #bbb;
	box-sizing: border-box;   -moz-box-sizing: border-box;   -webkit-box-sizing: border-box;
	-webkit-border-radius: 0px;
	-moz-border-radius:0px;
	border-radius: 0px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
	/*
	border:none;
	border-bottom:1px dashed #aaa;
	*/
	border:1px solid #555;
	color: #444;

 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2);

}


label,
legend {
	display: block;
	font-weight: 700;
	font-size: 0.9em;
	}
label >span{font-weight: 300;}
.xs_input.white{background-color:#fff;}
.xs_input.no_border{border:none;}


/*
* Button
*---------------------*/
.button,
input[type="submit"],
input[type="reset"],
input[type="button"],
button{
	border:none;
	background:#eee;
	text-shadow:none;
	font-weight:400;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size:1.0em;
	box-shadow:none;
	padding:15px 25px;
	display:inline-block;
	cursor:pointer;
	line-height:1.0em;
}

.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover{
	background:#ddd;
	text-shadow:none;
	border:none;
	box-shadow:none;
}
.button.full_width,
button.full_width,
input[type="submit"].full_width,
input[type="reset"].full_width,
input[type="button"].full_width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center; }
/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}

.button.small{
	font-size:0.8888em;
	padding:10px 20px;
}
.button.medium{
	font-size:1.0em;
	padding:15px 25px;
}
.button.large{
	font-size:1.1em;
	padding:18px 30px;
}


.button, button{
	position: relative;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	outline: none;
}

.button:after, button:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}





/* black Button
==========================*/
.button.black,
input[type="button"].black,
input[type="submit"].black,
input[type="reset"].black
{
	border: none;
	background:#333;
	color:#fff;
	text-shadow:none;
	filter: none;
}
.button.black:hover,
input[type="button"].black:hover,
input[type="submit"].black:hover,
input[type="reset"].black:hover
{background:#000;}


/* Red Button
==========================*/
.button.red,
input[type="button"].red,
input[type="submit"].red,
input[type="reset"].red
{
	/*
	border: 0px solid #EF3E36;
	background:#EF3E36;
	*/
	border: 0px solid #EB7900;
	background:#EB7900;
	
	
	color:#fff;
	text-shadow:none;
	filter: none;
}
.button.red:hover,
input[type="button"].red:hover,
input[type="submit"].red:hover,
input[type="reset"].red:hover
{background: #F58900;}


/* Green Button
==========================*/
.button.green,
input[type="button"].green,
input[type="submit"].green,
input[type="reset"].green
{
	border: 0px solid #3e9307;
	background: #3e9307;
	color:#fff;
	text-shadow:none;
	filter: none;
}
.button.green:hover,
input[type="button"].green:hover,
input[type="submit"].green:hover,
input[type="reset"].green:hover
{background: #3a820b;}


/* Blue Button
==========================*/
.button.blue,
input[type="button"].blue,
input[type="submit"].blue,
input[type="reset"].blue
{
	border: 0px solid #00448D;
	background:#00448D;
	color:#fff;
	text-shadow:none;
	filter: none;
}
.button.blue:hover ,
input[type="button"].blue:hover,
input[type="submit"].blue:hover,
input[type="reset"].blue:hover,
.button.blue:active ,
input[type="button"].blue:active,
input[type="submit"].blue:active,
input[type="reset"].blue:active
{background: #0E497A; color:#fff;}



/* Cyan Button
==========================*/
.button.cyan,
input[type="button"].cyan,
input[type="submit"].cyan,
input[type="reset"].cyan
{
	border: 0px solid #00BCD4;
	background:#00BCD4;
	color:#fff;
	text-shadow:none;
	filter: none;
}
.button.cyan:hover ,
input[type="button"].cyan:hover,
input[type="submit"].cyan:hover,
input[type="reset"].cyan:hover
{background:#00A3B8;}

/* Orange Button
==========================*/
.button.orange,
input[type="button"].orange,
input[type="submit"].orange,
input[type="reset"].orange
{
	border: 0px solid #e06703;
	background:#e06703;
	color:#fff;
	text-shadow:none;
	filter: none;
}
.button.orange:hover,
input[type="button"].orange:hover,
input[type="submit"].orange:hover,
input[type="reset"].orange:hover
{background:#d15e09;}

/* Yellow Button
==========================*/
.button.yellow,
input[type="button"].yellow,
input[type="submit"].yellow,
input[type="reset"].yellow
{
	border: 0px solid #B28500;
	background:#B28500;
	color:#fff;
	text-shadow:none;
	filter: none;
}
.button.yellow:hover,
input[type="button"].yellow:hover,
input[type="submit"].yellow:hover,
input[type="reset"].yellow:hover
{background:#9A7300;
color:#fff;
}


/* White Button
==========================*/
.button.white,
input[type="button"].white,
input[type="submit"].white,
input[type="reset"].white
{
	border: 1px solid #dddddd;
	background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-color: #F7F7F7;
	color:#444;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#ffffff, offx=1, offy=1);
}

.button.white:hover,
input[type="button"].white:hover,
input[type="submit"].white:hover,
input[type="reset"].white:hover
{background: #eee;}

/* White gray
==========================*/
.button.gray,
input[type="button"].gray,
input[type="submit"].gray,
input[type="reset"].gray
{
	border: 1px solid #dddddd;
	background-color: #eee;
	color:#444;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#ffffff, offx=1, offy=1);
}

.button.gray:hover,
input[type="button"].gray:hover,
input[type="submit"].gray:hover,
input[type="reset"].gray:hover
{background: #d2d2d2;}

/*
* MOOTOOLS VALIDATION
*/

input.validation-failed,
select.validation-failed,
textarea.validation-failed
{
	border: 0px solid #ECD99F !important;
	background: #FCF1B1 !important;
} /* campo invalido */

.validation-advice{
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 5px;
	position: relative;
	color: #CC6600;
} /* mensaje de error */



/* Tooltips */
.tip-wrap{

}
.tip-top{}
.tip{
	background:#444; color:#ddd; padding:8px 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius:2px;
	border-radius: 2px;
}
.tip-title{}
.tip-text{}
.tip-bottom{}



/*
* menu header top via editor html
*/

ul.xs_menu_top{	text-align:right;}
ul.xs_menu_top li{
	margin:0px;
	padding:0px;
	list-style:none;
	display:inline;
	margin-right:12px;
	font-size:0.8em;
	font-weight:400;
	position:relative;
}
ul.xs_menu_top li:last-child{	margin-right:0px;}
ul.xs_menu_top li a{
	text-transform:uppercase !important;
	color:#2D2F91;
	display:inline-block;
	border-bottom:1px solid transparent;
}
ul.xs_menu_top li a:hover{	color:#00448D;}



/*
* menu list auxiliar via editor html
*/

ul.xs_menu_list{}
ul.xs_menu_list li{
	margin:0px;
	padding:0px;
	list-style:none;
	font-weight:400;
	position:relative;
	border-bottom:1px solid #5c5c5c;
	padding:6px 0px 6px 0px;
	text-transform:uppercase !important;
}
ul.xs_menu_list li:last-child{	margin-right:0px;}
ul.xs_menu_list li>a{	display:inline-block;}
ul.xs_menu_list li>a:hover{}


ol.xs_estilo_lista,
ul.xs_estilo_lista{padding:0px; margin:0px;}

ol.xs_estilo_lista li,
ul.xs_estilo_lista li{
	border-bottom:1px solid #E0E0E0;
	/*padding-top:4px;*/
	padding:6px 0!important;
	margin:0px 0;
	display:block;
	line-height:1.0em;
}

/**
*
* NAV_BAR XPERTO
*
*/

.xs_navbar_div{
	background:none;
}

/*
* menus por defecto Horizontal
*/
div.moduletable.xs_menu_horizontal{
	display:block;
	margin-bottom:0px !important;
	font-family: 'Oswald', sans-serif;
}
div.moduletable.xs_menu_horizontal ul.nav.menu{
	display:flex;
	flex-direction: row;
	justify-content: space-between;
    /*justify-content:center;*/
	margin:0px 0;
	padding:0px;
	text-align:center;
	list-style: none;
}
div.moduletable.xs_menu_horizontal ul.nav.menu>li{
	margin:0 0 0 0;
	padding:0px;
	position: relative;
	font-weight: 700;
	font-size:1.1rem;
	line-height: 1.0em;
	/*text-transform: uppercase;*/
	list-style: none;
	flex: 0 0 auto;

}

div.moduletable.xs_menu_horizontal ul.nav.menu>li>a{
	margin-bottom:0px;
	display:block;
	padding:12px 10px 12px 10px;
	font-weight: 400;
		font-size:0.9em;
		line-height:1.1em;
		color:#111;
		text-transform:uppercase;
		background: transparent;

		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
}
div.moduletable.xs_menu_horizontal ul.nav.menu>li>a:hover{
	/*color:#fff;*/
	text-decoration:none;

			-webkit-animation-name: xs_menu_hover; /* Chrome, Safari, Opera */
			-webkit-animation-duration: 0.5s; /* Chrome, Safari, Opera */
			-webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
			animation-name: xs_menu_hover;
			animation-duration: 0.5s;
			animation-fill-mode: forwards;
}
	@keyframes xs_menu_hover {
		from {background: transparent;color:#111;}
		to {background: #EB7900;color:#fff;}
	}
	@-webkit-keyframes xs_menu_hover {
		from {background: transparent;color:#111;}
		to {background: #EB7900;color:#fff;}
	}

div.moduletable.xs_menu_horizontal ul.nav.menu>li.active.parent>a,
div.moduletable.xs_menu_horizontal ul.nav.menu>li.current>a{
	background: #EB7900;
	color:#fff;
	text-decoration:none;
}

@media only screen and (max-width: 600px) {
	div.moduletable.xs_menu_horizontal ul.nav.menu>li{
		display:block;
		position: relative;
		margin-right:0px;
	}
	div.moduletable.xs_menu_horizontal ul.nav.menu>li>a{
		margin-bottom:0px;
		display:block;
		padding:8px 20px 8px 20px;
		font-weight: 400;
			/*font-size:1.0em;*/
			color:#fff;
			border-bottom: 1px solid #2A2E36;

	}
}

/* submenus*/

	div.moduletable.xs_menu_horizontal ul.nav-child.unstyled.small{


	}

	div.moduletable.xs_menu_horizontal ul.nav.menu li ul.nav-child {
		/*display: none;*/
			visibility:hidden;
			opacity:0;
			    -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s linear; /* For Safari 3.1 to 6.0 */
				transition: visibility 0s linear 0.5s,opacity 0.5s linear;
		position: absolute;
		top: 100%;
		background: rgba(250, 250, 250, 1);
		z-index:2000;
		margin:0px;
		padding:0;
			min-width:250px;
			max-width:400px;

-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.2);

	}

	div.moduletable.xs_menu_horizontal ul.nav.menu ul.nav-child>li{
		padding:0 !important;
		margin:0px;
		display:block;
		text-align: left;
		position: relative;
	}
	div.moduletable.xs_menu_horizontal ul.nav.menu ul.nav-child>li>a{
		padding:10px 18px !important;
		display:block;
		color:#333;
		font-size:0.9em !important;
		font-weight:400;
		line-height:1.3em;
	}
	div.moduletable.xs_menu_horizontal ul.nav.menu ul.nav-child>li>a:hover,
	div.moduletable.xs_menu_horizontal ul.nav.menu ul.nav-child>li.current>a{
		color:#fff;
		text-decoration:none;
		background:#EB7900;
	}

	div.moduletable.xs_menu_horizontal ul.nav.menu li:hover > ul.nav-child {
		/*display: block;*/
			visibility:visible;
			opacity:1;
				-webkit-transition-delay:0s;
				transition-delay:0s;
	}

	div.moduletable.xs_menu_horizontal ul.nav.menu  ul.nav-child ul {
		position: absolute; left: 100%; top:0;
	}

.xs_menu_divider{
	display:block;
	min-height:3px;
	background:#1B1E24;
}



/*
* Tablas
*/

table.xs_tabla{
	width:100%;
	max-width:100%;
	/*border-collapse:collapse;*/
	border-collapse:separate;
	border-spacing:2px 1px;
	padding:0px;
}
table.xs_tabla td,
table.xs_tabla th{padding:8px 8px;}
table.xs_tabla th{
	font-weight:bold;
	vertical-align:middle;
}

table.xs_tabla td p{
	padding:0px;
	margin:0px;
}

table.xs_tabla tr:hover{background:#f0f0f0; }



table.xs_tabla.azul{background:#E9E9E9;}
table.xs_tabla.azul th{background:#00448D; color:#fff;}
table.xs_tabla.azul th a{color:#fff;}
table.xs_tabla.azul tr:nth-child(even) {background:#eee;}
table.xs_tabla.azul tr:nth-child(odd) {background:#E3E3E3;}

table.xs_tabla.rojo{background:#E9E9E9;}
table.xs_tabla.rojo th{background:#E63136; color:#fff;}
table.xs_tabla.rojo tr:nth-child(even) {background:#eee;}
table.xs_tabla.rojo tr:nth-child(odd) {background:#E3E3E3;}

table.xs_tabla.verde{background:#E9E9E9;}
table.xs_tabla.verde th{background:#A4A41C; color:#fff;}
table.xs_tabla.verde tr:nth-child(even) {background:#eee;}
table.xs_tabla.verde tr:nth-child(odd) {background:#E3E3E3;}

table.xs_tabla.gris{background:#f9f9f9;}
table.xs_tabla.gris th,
table.xs_tabla.gris td.label
{background:#ccc;}
table.xs_tabla.gris tr:nth-child(even) { border-bottom:1px solid #aaa;}
table.xs_tabla.gris tr:nth-child(odd) { border-bottom:1px solid #E3E3E3;}
/*table.xs_tabla.gris td { border-bottom:1px solid #eee;}*/
table.xs_tabla.gris tr:hover td {color:#0B0B0B;}

table.xs_tabla.chery{background:#666;}
table.xs_tabla.chery th{background:#333; color:#ccc; font-size:1.2em; /*border:1px solid #E6E6E6;*/}
table.xs_tabla.chery tr:nth-child(even) { border-bottom:1px solid #eee;}
table.xs_tabla.chery tr:nth-child(odd) { border-bottom:1px solid #E3E3E3;}
table.xs_tabla.chery td {color:#ccc; /*border:1px solid #555;*/ border-bottom:1px solid #555;}
table.xs_tabla.chery tr:hover td {color:#0B0B0B;}

table.xs_tabla.borde{
	width:100%;
	border-collapse:separate;
	border-spacing:0;
	border:none;
	margin-bottom:15px;
}
table.xs_tabla.borde th{
	border: 1px solid #ddd;
	border-right: none;
	text-align:left;
	vertical-align:top;
}
table.xs_tabla.borde th:first-child{}
table.xs_tabla.borde td:last-child {border-right: 1px solid #ddd;}
table.xs_tabla.borde th:last-child {border-right: 1px solid #ddd;}
table.xs_tabla.borde td{
	padding:8px 12px;
	border:#e7e7e7 1px solid;
	border-top: none;
	border-right: none;
}
table.xs_tabla.borde tr:hover{background-color:#f5f5f5;}

table td.xs_col_center{
	text-align:center;
}


	table.xs_tabla td.label{text-align:right; font-weight:700;}

	@media only screen and (max-width: 600px) {
		table.xs_tabla td,table.xs_tabla th{display:block;clear:both; text-align:left;}
		table.xs_tabla td.label{text-align:left !important;}
	}

/*
* PANEL
*/

div.xs_panel{}
div.xs_box{
	border:1px solid #eee;
	padding:16px;
	outline:3px solid #f8f8f8;
}


/*
* Portafolio labels: categorias
*/

ul.xs_portafolio_label li{display:inline-block; margin:0px; padding:0px; margin-left:2px; margin-bottom:2px; font-size:0.9em;}
ul.xs_portafolio_label li>a{display:block; padding:5px 8px; background:#efefef; color:#555;}
ul.xs_portafolio_label li>a:hover{background:#00448D; color:#fff;}
ul.xs_portafolio_label li>a.active{background:#00448D; color:#fff;}

/*galapagos*/
.xs_num_label{
	border:none;
	background:#F7BE3D;
	border:1px solid #8C6900;
	text-shadow:none;
	font-weight:300;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	font-size:0.75em;
	box-shadow:none;
	padding:7px 7px;
	display:inline-block;
	line-height:0.5em;
}

/*
* TYPOGRAFIA XPERTO
*********************************************/



/*
* RESALTAR
*/
.xs_resaltar{font-family:'Open Sans', Arial, sans-serif;  line-height:1.2em;}
.xs_resaltar.mayusculas, .mayusculas{text-transform:uppercase;}
.xs_resaltar.fuente12{font-size:12pt; line-height:1.1em;}
.xs_resaltar.fuente14{font-size:14pt; line-height:1.1em;}
.xs_resaltar.fuente16{font-size:16pt; line-height:1.1em;}
.xs_resaltar.fuente18{font-size:18pt; line-height:1.1em;}
.xs_resaltar.fuente20{font-size:20pt; line-height:1.1em;}
.xs_resaltar.fuente22{font-size:22pt; line-height:1.1em;}
.xs_resaltar.fuente24{font-size:24pt; line-height:1.1em;}
.xs_resaltar.fuente26{font-size:26pt; line-height:1.1em;}
.xs_resaltar.fuente30{font-size:30pt; line-height:1.1em;}
.xs_resaltar.fuente34{font-size:34pt; line-height:1.1em;}

.xs_resaltar.bold{font-weight:700!important;}
.xs_resaltar.normal{font-weight:400!important;}
.xs_resaltar.light{font-weight:300!important;}
.xs_resaltar.italic{font-style:italic;}

.xs_resaltar.red,
h1.xs_resaltar.red,
h2.xs_resaltar.red,
h3.xs_resaltar.red,
h4.xs_resaltar.red{color:#EF3E36 !important;}

.xs_resaltar.rose,
h1.xs_resaltar.rose,
h2.xs_resaltar.rose,
h3.xs_resaltar.rose,
h4.xs_resaltar.rose{color:#D83C63 !important;}

.xs_resaltar.blue,
h1.xs_resaltar.blue,
h2.xs_resaltar.blue,
h3.xs_resaltar.blue,
h4.xs_resaltar.blue{color:#00448D !important;}

.xs_resaltar.purple,
h1.xs_resaltar.purple,
h2.xs_resaltar.purple,
h3.xs_resaltar.purple,
h4.xs_resaltar.purple{color:#2B3884 !important;}

.xs_resaltar.green,
h1.xs_resaltar.green,
h2.xs_resaltar.green,
h3.xs_resaltar.green,
h4.xs_resaltar.green{color:#009000 !important;}

.xs_resaltar.yellow,
h1.xs_resaltar.yellow,
h2.xs_resaltar.yellow,
h3.xs_resaltar.yellow,
h4.xs_resaltar.yellow{color:#E8B900 !important;}

.xs_resaltar.orange,
h1.xs_resaltar.orange,
h2.xs_resaltar.orange,
h3.xs_resaltar.orange,
h4.xs_resaltar.orange{color:#F49F48 !important;}

.xs_resaltar.cyan,
h1.xs_resaltar.cyan,
h2.xs_resaltar.cyan,
h3.xs_resaltar.cyan,
h4.xs_resaltar.cyan{color:#00AEE5 !important;}

div.xs_resaltar.abrir{
	background: url(../image/xs_quotes_open.png) no-repeat 0px 0px;
	padding:0px 40px;
	display:block;
	font-size:1.2em;
}
div.xs_resaltar.abrir small{font-style:italic;}

div.xs_resaltar.cerrar{
	background: url(../image/xs_quotes_close.png) no-repeat right bottom;
	display:block;
}

/*----------------
*BREADCRUMB
*-----------------*/

.breadcrumb {
  padding: 0 5px;
  margin: 5px 0;
  list-style: none;
  background-color: #fbfbfb;
  /*
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  background-repeat: repeat-x;
  */
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.breadcrumb li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #ffffff;
  *zoom: 1;
  margin:0;
  padding:5px;
}

.breadcrumb .divider {
  padding: 0 5px;
  color: #999999;
}

.breadcrumb .active a {
  color: #333333;
}

/*----------------
*PAGINATOR
*-----------------*/

.xs_paginator_div{clear:both; display:block;}

.pagination {
  padding:2px 0px;
  margin: 2px 0;
  clear:both;
}
ul.pagination {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  *zoom: 1;
  /*
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	*/
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 6px 12px;
  line-height: 1.0em;
  text-decoration: none;
  border: 0;
  border-left-width: 0;
  font-size:1.0em;
  background-color: transparent;
  color: #888;
  border: 1px solid #ccc;
  margin-left:5px;
}
.pagination a:hover{
  background-color: #333;
  border-color: #333;
  color:#aaa;
}
.pagination .active a {
  color: #fff;
  cursor: default;
  background-color: #888;
  border-color: #888;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  cursor: default;
  background-color: transparent;
}
.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 0px 0 0 0px;
     -moz-border-radius: 0px 0 0 0px;
          border-radius: 0px 0 0 0px;
}
.pagination li:last-child a {
  -webkit-border-radius: 0 0px 0px 0;
     -moz-border-radius: 0 0px 0px 0;
          border-radius: 0 0px 0px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}

/*
* Articulos
*/

.xs_contenidos_item_info{
	display:block;
	color:#999;
	clear:both;
	font-size:0.9em;
	font-style:italic;
}
.xs_contenidos_item_info ul{padding:0px;margin:0px;list-style:none;}
.xs_contenidos_item_info ul li{list-style:none;display:inline-block; margin:0; padding:10px 0; margin-right:15px;}
.xs_contenidos_item_info ul li:last-child{margin-left:0px;}



/*----------
* NOTICIAS
*-----------------*/

/*destacadas*/
.xs_noticias_destacadas_container{margin-bottom:30px;}
.xs_noticias_destacadas_item a{
	display:block;
	height:54px;
}
.xs_noticias_destacadas_item a:hover{
}
.xs_noticias_destacadas_item a>h4{
	font-size:13px;
	font-weight:400 !important;
	margin:0px;
	padding:0px;
}
.xs_noticias_destacadas_fecha{
	color:#666;
	font-size:12px;
	font-style:italic;
}

/* SECCCIONES INTRO ESPECIAL*/
.xs_seccion_intro{
	position:relative;
}
.xs_seccion_intro .xs_seccion_intro_title{
	position:absolute;
	padding:20px 20px;
	font-size:2.0em;
	line-height:1.1em;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
	background:none;
	color:#fff;
	top: 26%;
	width:60%;
	text-align:center;
	max-width: 100%;
	min-width: 40%;
	overflow: hidden;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.xs_seccion_intro .xs_seccion_intro_title.rose{
	background:#D8A9AA;
}
.xs_seccion_intro .xs_seccion_intro_title.green{
	background:#62BB46;
}
.xs_seccion_intro .xs_seccion_intro_desc{
	background:none;
	color:#fff;
	position:absolute;
	padding:20px 20px;
	top: 40%;
	width:40%;
	max-width:50%;
	min-width:50%;
	overflow: hidden;
	margin: 0 auto;
	left: 0;
	right: 0;
	font-style:italic;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
}

/*blog*/
.xs_noticias_blog_container{margin-bottom:30px;}

.xs_noticias_blog_item {
	display: block;
	vertical-align: middle;
	text-decoration: none;
	border: 1px solid #DDD;
	line-height:1.3em;
	background-color: #fff;
	clear:both;
	margin-bottom:20px;
}
.xs_noticias_blog_item:hover{
		/*outline:3px solid #f4f4f4;*/
}

.xs_noticias_blog_item a{display:block;padding:10px 10px 10px 10px; color:#555;}
.xs_noticias_blog_item a:hover{background:none;}
.xs_noticias_blog_item a>h3{font-size:1.3em; line-height:1.1em;}

.xs_noticias_blog_item_img{margin-bottom:20px;}

.xs_noticias_blog_intro{
	/*font-size:1.0em;*/
}

/*vista item*/
.xs_noticias_item_container{margin-bottom:30px;}
.xs_noticias_item_info{
	padding:10px 0 10px 0;
	display:block;
	color:#aaa;
	clear:both;
	font-size:0.8em;
}
.xs_noticias_item_info ul{padding:0px;margin:0px;list-style:none;}
.xs_noticias_item_info ul li{list-style:none;display:inline-block; margin:0; padding:0; margin-right:15px;}
.xs_noticias_item_info ul li:last-child{margin-left:0px;}


/*more items complemento a Item*/
.xs_noticias_more_container{margin-bottom:30px;}
.xs_noticias_more_item {
	display: block;
	/*float: left;
	width: 44%; */
	vertical-align: middle;
	text-decoration: none;
	border: none;
	line-height:1.1em;
	background-color: #fff;
	margin: 0px 0px;
	padding:0px;
	margin-bottom:10px;
}
.xs_noticias_more_item:hover{
		/*outline:3px solid #f4f4f4;*/
}

.xs_noticias_more_item a{display:block;}
.xs_noticias_more_item a:hover{}
.xs_noticias_more_item h4{	color:#444; font-size:1.2em;	font-weight:400 !important;}
.xs_noticias_more_item h4:hover{color:#333;}
.xs_noticias_more_fecha{
	color:#999;
	font-size:12px;
	font-style:italic;
	margin-top:10px;
}

.xs_noticias_more_item_img{
	/*max-width:100px; float:left; margin-right:10px;*/
	max-width:100%;
	display:block;
}
.xs_noticias_more_info ul {list-style:none; margin:0px; padding:0px;
font-size:0.9em;
}
.xs_noticias_more_info ul li{list-style:none;margin:0px; padding:0px;}



/*----------------
* PRODUCTOS
*-------------------*/

/*blog*/
.xs_productos_blog_container{margin-bottom:30px;}
.xs_productos_blog_item{
	border:1px solid #f2f2f2;
	/*background:#f2f2f2;*/
	border-bottom-width:5px;



}
.xs_productos_blog_item:hover{
	background:#f2f2f2;
}
.xs_productos_blog_item a.info{
	display:block;
	padding:0 0 20px 0;
	color:#555;
}
.xs_productos_blog_item a.info:hover{/*background:#f2f2f2;*/}
.xs_productos_blog_item a.info h3{
	font-size:0.95em;
	padding:10px 10px 0px 10px;
	margin:0px;
	text-align:center;
}
.xs_productos_blog_item img{
	display:block;
}
.xs_productos_blog_item_info{
	padding:10px 10px 10px 10px;
	color:#555;
	font-size:0.87em;
}
.xs_productos_blog_categoria{
	color:#999;
	font-size:0.9em;
	font-style:italic;
}

.xs_productos_blog_item_categoria{
	font-size:0.8em;
	padding: 0 10px;
}

span.producto_marca{
	display:block;
	padding:0px 10px 0px 10px;
	font-size:0.9em;
}
span.producto_modelo{
	display:block;
	padding:0px 10px 10px 10px;
	font-size:0.9em;
}



/*vista item*/
.xs_productos_item_container{margin-bottom:30px;}
.xs_productos_item_info{padding:10px 0 20px 0; display:block; color:#bbb; clear:both;}
.xs_productos_item_info ul{padding:0px;margin:0px;list-style:none;}
.xs_productos_item_info ul li{list-style:none;display:inline-block; margin:0; padding:0; margin-right:15px;}
.xs_productos_item_info ul li:last-child{margin-left:0px;}

/*more items complemento a Item*/
.xs_productos_more_container{margin-bottom:30px;}
.xs_productos_more_item{border:none}
.xs_productos_more_item a.xs_productos_link_item{display:block;padding:0 0 8px 0;}
.xs_productos_more_item a.xs_productos_link_item:hover{background:#f2f2f2;}
.xs_productos_more_item a.xs_productos_link_item>h4{	font-size:1.0em; font-family: 'Open Sans', Arial, sans-serif;	font-weight:400 !important; text-align:center;}
.xs_productos_more_item a.xs_productos_link_item:hover>h4{color:#EB7900;}

/*
.xs_productos_more_item a.xs_productos_link_item>h4:hover{color:#EB7900;}
*/


.xs_productos_more_info {text-align:center;}
.xs_productos_more_categoria{
	color:#999;
	font-size:12px;
	font-style:italic;
	margin-top:10px;
}
.xs_productos_more_detalle{font-size:0.85em; line-height:1.3em;}

/*------------------------
*SERVICIO BLOG
*-------------------------*/
.xs_servicio_blog_container{}
.xs_servicio_blog_item{margin-bottom:10px;}

.xs_servicio_blog_item{background:#ddd;}
.xs_servicio_blog_item .xs_servicio_blog_item_title{
	font-size:0.9em;
	font-weight:700;
	color:#EB7900;
	padding:10px 15px 0 15px;
}
.xs_servicio_blog_item_img{max-height:210px; overflow:hidden;}
.xs_servicio_blog_item_link{}
.xs_servicio_blog_item_info{
	color:#333;
	font-size:0.75em;
	padding:0px 15px;
}
.xs_servicio_blog_item .xs_servicio_blog_item_info a{
	color:#333;
}

.xs_servicio_blog_item_info ul.xs_servicio_blog_item_info_list{
	margin:0;
	padding:0;
	list-style:none;
}
.xs_servicio_blog_item_info ul.xs_servicio_blog_item_info_list li{
	margin:0;
	padding:0;
	width:50%;
	float:left;
	list-style:none;
}

.xs_servicio_blog_item:hover{background:#EB7900;}
.xs_servicio_blog_item:hover .xs_servicio_blog_item_info{
	color:#fff;
}
.xs_servicio_blog_item:hover .xs_servicio_blog_item_title{
	color:#fff;
}
.xs_servicio_blog_item:hover .xs_servicio_blog_item_info a{
	color:#000;
}

.xs_servicio_blog_item_precio{
	display:inline-block;
	font-size:1.6em;
}
.xs_servicio_blog_item_subtitle{
	font-size:1.1em;
	font-weight:700;
	display:inline-block;
	padding:5px 8px;
	background:#333;
	color:#fff;
}



.xs_servicio_blog_item img{
  -webkit-transition: all 0.5s; /*safari*/
     -moz-transition: all 0.5s;
          transition: all 0.5s;

	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	-webkit-filter: opacity(100%);
	-moz-filter: opacity(100%);
}
.xs_servicio_blog_item:hover img{
	opacity:1.0;
		filter: grayscale(1);
		-webkit-filter: grayscale(1);
		-moz-filter: grayscale(1);
}


.xs_servicio_blog_itinerario{font-size:0.85em;}

.xs_servicio_blog_itinerario ul li{
	list-style:disc;
	margin:0 0;
	margin-left:20px;
	line-height:1.5em;
}

/*------------------------
*CONTENIDOS BLOG
*-------------------------*/
.contenido_categoria_blog_item_link{
	padding:20px;
	background: #eee;
	display:block;
	margin-bottom:15px;
}

.contenido_categoria_blog_item_link:hover{
	padding:20px;
	background: #00519F;
	color:#fff;
}
.contenido_categoria_blog_item h3{display:block;}
.contenido_categoria_blog_item h3:hover{color:#fff;}

/*----------------
* DOCUMENTOS
*-------------------*/
.xs_documento_blog_container{}
.xs_documento_blog_item {
	padding:10px;
	display: block;
	vertical-align: middle;
	text-decoration: none;
	border: 1px solid #efefef;
	line-height:1.1em;
	background-color: #fff;
	margin-bottom:10px;
}
.xs_documento_blog_item:hover{
	outline:2px solid #f2f2f2;
}
.xs_documento_blog_item span{
	display:block;
}
.xs_documento_blog_item.folder{
	height: 80px;
}
.xs_documento_blog_item.file span{
	font-size:0.88em;

}
.xs_documento_blog_item.file:hover{
	/*background:#f2f2f2;*/
}
.xs_documento_blog_item.file a{
	margin-top:5px;
}
.xs_documento_blog_item.file  .desc{
	display:block;
	font-size:1.005em;
}

/*----------------
* Galeria
*-------------------*/

/*blog*/
.xs_galerias_blog_container{margin-bottom:30px;}

/*
.xs_galerias_blog_item{border:1px solid #ddd; background:#fff;}
.xs_galerias_blog_item:hover{
		outline:3px solid #f4f4f4;
}
.xs_galerias_blog_item a{display:block;padding:10px 10px 0px 10px;background:#fff; }
.xs_galerias_blog_item a:hover{background:#f2f2f2;}
.xs_galerias_blog_item h3{font-size:1.1em; padding:10px;}
.xs_galerias_blog_categoria{
	color:#999;
	font-size:13px;
	font-style:italic;

}

.xs_galerias_blog_item_inline{
	font-size:0.8em;
	max-width:500px;
}
*/


/* =============================================================== */
/* Alert Boxes
================================================================ */
.notification {
	/*font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;*/
	margin-bottom: 15px;
	position: relative;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align:center;
}

.notification p {margin: 0;}
.notification span {font-weight: bold;}

.notification.success {
	background-color: #EBF6E0;
	color: #5f9025;
	border: 3px solid #b3dc82;
	padding: 14px 18px;
	background-image: linear-gradient(bottom, #EBF6E0 0%, #F0FAE7 100%);
	background-image: -o-linear-gradient(bottom, #EBF6E0 0%, #F0FAE7 100%);
	background-image: -moz-linear-gradient(bottom, #EBF6E0 0%, #F0FAE7 100%);
	background-image: -webkit-linear-gradient(bottom, #EBF6E0 0%, #F0FAE7 100%);
	background-image: -ms-linear-gradient(bottom, #EBF6E0 0%, #F0FAE7 100%);
}

.notification.error {
	background-color: #ffe9e9;
	color: #de5959;
	border: 3px solid #fbc4c4;
	padding: 14px 18px;
	background-image: linear-gradient(bottom, #FFE9E9 0%, #FFF2F2 100%);
	background-image: -o-linear-gradient(bottom, #FFE9E9 0%, #FFF2F2 100%);
	background-image: -moz-linear-gradient(bottom, #FFE9E9 0%, #FFF2F2 100%);
	background-image: -webkit-linear-gradient(bottom, #FFE9E9 0%, #FFF2F2 100%);
	background-image: -ms-linear-gradient(bottom, #FFE9E9 0%, #FFF2F2 100%);
}

.notification.warning {
	background-color: #FBFADD;
	color: #8f872e;
	border: 3px solid #ded58a;
	padding: 14px 18px;
	background-image: linear-gradient(bottom, #FBFADD 0%, #FCFBE6 100%);
	background-image: -o-linear-gradient(bottom, #FBFADD 0%, #FCFBE6 100%);
	background-image: -moz-linear-gradient(bottom, #FBFADD 0%, #FCFBE6 100%);
	background-image: -webkit-linear-gradient(bottom, #FBFADD 0%, #FCFBE6 100%);
	background-image: -ms-linear-gradient(bottom, #FBFADD 0%, #FCFBE6 100%);
}

.notification.notice {
	background-color: #E9F7FE;
	color: #5091b2;
	border: 3px solid #b6d7e8;
	padding: 14px 18px;
	background-image: linear-gradient(bottom, #E9F7FE 0%, #F2FAFE 100%);
	background-image: -o-linear-gradient(bottom, #E9F7FE 0%, #F2FAFE 100%);
	background-image: -moz-linear-gradient(bottom, #E9F7FE 0%, #F2FAFE 100%);
	background-image: -webkit-linear-gradient(bottom, #E9F7FE 0%, #F2FAFE 100%);
	background-image: -ms-linear-gradient(bottom, #E9F7FE 0%, #F2FAFE 100%);
}

.notification.success .close, .notification.error .close, .notification.warning .close, .notification.notice .close {
	padding: 0px 10px;
	position: absolute;
	right: 0;
	top: 20px;
	display: block;
	height: 8px;
	width: 8px;
}

.notification.success .close {background: url(../image/alert_boxes_close_ico.png) 0 -8px no-repeat;}
.notification.error .close {background: url(../image/alert_boxes_close_ico.png) 0 0 no-repeat;}
.notification.warning .close {background: url(../image/alert_boxes_close_ico.png) 0 -16px no-repeat;}
.notification.notice .close {background: url(../image/alert_boxes_close_ico.png) 0 -24px no-repeat;}



/*
*Productos destacados SLIDE OWL / Lightslider
*------------------*/

.xs_carousel_container{}
.xs_carousel_item{background:#ddd;}
.xs_carousel_item .xs_carousel_item_title{
	font-size:0.9em;
	font-weight:700;
	color:#EB7900;
	padding:10px 15px 0 15px;
}
.xs_carousel_item_img{max-height:210px; overflow:hidden;}
.xs_carousel_item_link{}
.xs_carousel_item_info{
	color:#333;
	font-size:0.75em;
	padding:0px 15px;
}
.xs_carousel_item_info ul.xs_carousel_item_info_list{
	margin:0;
	padding:0;
	list-style:none;
}
.xs_carousel_item_info ul.xs_carousel_item_info_list li{
	margin:0;
	padding:0;
	width:50%;
	float:left;
	list-style:none;
}

.xs_carousel_item_info a{
	color:#333;
}
.xs_carousel_item_precio{
	font-size:1.6em;
}

.xs_carousel_item:hover{background:#EB7900;}
.xs_carousel_item:hover .xs_carousel_item_info{
	color:#fff;
}
.xs_carousel_item:hover .xs_carousel_item_title{
	color:#fff;
}
.xs_carousel_item:hover a{
	color:#000;
}

.xs_carousel_item img{
  -webkit-transition: all 0.5s; /*safari*/
     -moz-transition: all 0.5s;
          transition: all 0.5s;

	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	-webkit-filter: opacity(100%);
	-moz-filter: opacity(100%);
}
.xs_carousel_item:hover img{
	opacity:1.0;
		filter: grayscale(1);
		-webkit-filter: grayscale(1);
		-moz-filter: grayscale(1);
}

/*
* ZOOM IN
*------------------------*/
.zoom_image_in,
.zoom_image_out{
overflow: hidden;
/*overflow:visible;*/
position: relative;
}
.zoom_image_in img{
	-webkit-transform: scale(1, 1);
	-webkit-transition-duration: 500ms;
	-webkit-transition-timing-function: ease-out;
	-moz-transform: scale(1, 1);
	-moz-transition-duration: 500ms;
	-moz-transition-timing-function: ease-out;
	-ms-transform: scale(1, 1);
	-ms-transition-duration: 500ms;
	-ms-transition-timing-function: ease-out;
}
.zoom_image_in img:hover{
	-webkit-transform: scale(1.2, 1.2);
	-webkit-transition-duration: 500ms;
	-webkit-transition-timing-function: ease-out;
	-moz-transform: scale(1.2, 1.2);
	-moz-transition-duration: 500ms;
	-moz-transition-timing-function: ease-out;
	-ms-transform: scale(1.2, 1.2);
	-ms-transition-duration: 500ms;
	-ms-transition-timing-function: ease-out;
}

.zoom_image_out img {
	-webkit-transform: scale(1.2, 1.2);
	-webkit-transition-duration: 500ms;
	-webkit-transition-timing-function: ease-out;
	-moz-transform: scale(1.2, 1.2);
	-moz-transition-duration: 500ms;
	-moz-transition-timing-function: ease-out;
	-ms-transform: scale(1.20, 1.20);
	-ms-transition-duration: 500ms;
	-ms-transition-timing-function: ease-out;
}
.zoom_image_out img:hover{
	-webkit-transform: scale(1, 1);
	-webkit-transition-duration: 500ms;
	-webkit-transition-timing-function: ease-out;
	-moz-transform: scale(1, 1);
	-moz-transition-duration: 500ms;
	-moz-transition-timing-function: ease-out;
	-ms-transform: scale(1, 1);
	-ms-transition-duration: 500ms;
	-ms-transition-timing-function: ease-out;
}


/*-----------
* Reescribir x_window
*---------*/
.x_window{
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius: 5px;
	border: 1px solid #EAEEFA;
	border: 1px solid rgba(234, 238, 250, 0.5);
	font-size:1.0em;
}
.x_window_header{padding:8px 20px;}
.x_window_title{font-weight:700; font-size:1.3em; line-height:1.0em;}
.x_window_content{padding:10px 20px;height:250px;overflow:auto;}




/*-------------
SLIDESHOW
*--------------*/

.xs_slideshow_container{
	margin-bottom:0px;
	clear:both;
	background:#fff;
	color:#fff;
	overflow:hidden;
	position:relative;
}

/*--------------
* CAMERA JS
*---------------*/

.xs_slideshow_container .camera_caption div{}

.xs_slideshow_container .camera_caption{
	font-size:1.4em;
	color:#f2f2f2 !important;
	/*text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	font-weight:400;*/
}

.xs_slideshow_container .camera_caption h1,
.xs_slideshow_container .camera_caption h2,
.xs_slideshow_container .camera_caption h3,
.xs_slideshow_container .camera_caption h4,
.xs_slideshow_container .camera_caption h5{
	color:#fff !important;
	line-height:1.0em;
	font-style:normal;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	font-family: 'Lato', "Arial", sans-serif;
	font-weight:300 !important;
}

.xs_slideshow_container .camera_caption div.xs_camera_slide_title{
	text-align:center;
}
.xs_slideshow_container .camera_caption div.xs_camera_slide_title>h2{
	/*font-size:2.6em;*/
	font-weight:400;
	line-height:1.2em;
	border-bottom:2px solid #fff;
	border-top:2px solid #fff;
	margin-bottom:20px;
	display:inline-block;
	padding:10px 0;
}



/*
sección flotante lateral
*/

.xs_social_div{
	position:fixed;
	right:0px;
	bottom:20%;
	z-index:1000;
}
.xs_social_div ul.xs_menu_flotante{
	/*position: relative;
	right:0;
	max-width: 200px;
	*/
}
.xs_social_div ul.xs_menu_flotante li{
	/*
	margin-bottom: 1px;
	padding: 10px 12px;
	color: #fff;
	font-size: 1.0rem;
	display: block;
	*/
}
.xs_social_div ul.xs_menu_flotante li:hover{

}
.xs_social_div ul.xs_menu_flotante li a{
	/*color: #fff;*/
}




/*-------------
* MENU RESPONSIVE CON SLICKNAV JS
*----------*/

/*contenedor de menu móvil*/
.slicknav_menu {
	display:none;
	padding:10px 0;
}

.slicknav_nav{
	background:#00448D;
	padding:15px 0;
	margin:0px;
}
ul.slicknav_nav li{padding:0px;margin:0;}

.slicknav_nav,
.slicknav_nav a
{color:#fff;}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_item:hover,
.slicknav_nav .slicknav_item:hover a{
	color:#fff;
	background:#EB7900;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
/*boton de menu móvil*/
.slicknav_btn {
	margin: 0px 5px 6px;
	text-decoration:none;
	/*text-shadow: 0 1px 1px rgba(255, 255, 255, 0.50);	*/
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	background-color: #3D3D3D;
	padding: 0.8em 0.8em 0.8em 0.8em;
	line-height: 1.0em;
}
.slicknav_menu .slicknav_icon-bar {
display: block; width: 1.125em;
height: 0.2em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;

}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }

/* Texto del botón */
.slicknav_menu  .slicknav_menutxt {
	color: #FFF;
	font-weight: 400;
	/*text-shadow: 0 1px 3px #000;	*/
}
/* Lineas del boton */
.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}

ul.slicknav_nav li.current a{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: #EB7900 !important;
	color:#fff !important;
}



/*
* PWS_TABS
*/

.pws_tabs_container ul.pws_tabs_controll li{list-style:none;margin:0px;padding:0px;}

.pws_tabs_container ul.pws_tabs_controll li a {
	background:#bbb !important;
	color: #333;
	font-size:0.9em;
	border-top:4px solid transparent;
}
.pws_tabs_container ul.pws_tabs_controll li a:hover {
	background:#ccc !important;
}
.pws_tabs_container ul.pws_tabs_controll li a.pws_tab_active {
	background-color: #e6e6e6 !important;
	border-top:4px solid #EB7900;
}
.pws_tabs_list {
	background-color: #e6e6e6 !important;
	padding:20px!important;
	font-size:0.9em !important;
}



/*
* COUNTDOWN
*/
.xs_subasta_fecha_countdown{
	font-size:1.2em;
	font-weight:400;
	color:#fff;

}
.xs_subasta_fecha_countdown span{
	display:inline-block;
	padding:7px 9px;
	border-right:1px solid #eee;
	background:#3e9307;
	text-align:center;
}
.xs_subasta_fecha_countdown span:last-child{border-right:0px;}

.xs_subasta_fecha_countdown.yellow span{
	background:#C0BB29;
}
.xs_subasta_fecha_countdown.red span{
	background:#EB7900;
}

@media screen and (max-width: 1320px) {
	.xs_logo
	{
		background: url(../image/xs_logo2024.png?xs=axz) no-repeat bottom;
		display:block;
		width:300px;
		height:80px;
		clear:both;
		margin:5px 0 5px 0;
		background-size: contain;
	}
}

@media screen and (max-width: 1220px) {
	div.moduletable.xs_menu_horizontal ul.nav.menu>li>a{
		font-size:0.8em;
	}
	.xs_navbar_div{display:none;}
	.xs_logo_div{display:none;}


	#xs_menu_id {display:none !important;} /*menu móvil*/

	.slicknav_menu {
		display:block;
		background: #fff url(../image/xs_logo_mobile2025.png?xs=laj) no-repeat 10px 5px;
		padding:20px 0;
		background-size: contain;
	}/*boton de menu móvil*/

	.xs_navbar_div{width:100%;}

}
@media screen and (max-width: 980px) {


}

@media only screen and (max-width: 779px) {

	.xs_slideshow_container .camera_caption h1,
	.xs_slideshow_container .camera_caption h2,
	.xs_slideshow_container .camera_caption h3,
	.xs_slideshow_container .camera_caption h4,
	.xs_slideshow_container .camera_caption h5{
		font-size:1.0em;
	}
	.xs_slideshow_container .camera_caption div.xs_camera_slide_title>h2{
		font-size:1.7em;
	}
}


@media only screen and (max-width: 600px) {
	.xs_slideshow_container .camera_caption h1,
	.xs_slideshow_container .camera_caption h2,
	.xs_slideshow_container .camera_caption h3,
	.xs_slideshow_container .camera_caption h4,
	.xs_slideshow_container .camera_caption h5{
		font-size:1.0em;
	}
	.xs_slideshow_container .camera_caption{
		width:100%;
		top:0;
		left:0;
		font-size:1.0em;
	}
	.xs_slideshow_container .camera_caption div.xs_camera_slide_title>h2{
		font-size:1.6em;
	}

	.camera_prev, .camera_next, .camera_commands {
		/*display:none*/
	}

	.table-responsive {
		overflow-x:auto;
	}

	.xs_subasta_fecha_countdown{font-size:1.1em;}
	.xs_subasta_fecha_countdown span{padding:4px 5px;}
}

/*
* BUSCADOR
*/

.xs_buscador_container{
	margin-top:13px;
}
.xs_buscador_palabra{
	-webkit-border-radius:12px !important;
	-moz-border-radius:12px !important;
	border-radius:12px !important;
}

ol.xs_buscador_blog_list{
	padding:20px 20px;
}
ol.xs_buscador_blog_list li{
	padding:10px 0px;
	border-bottom:1px solid #f2f2f2;
}
ol.xs_buscador_blog_list li a{
	display:block;
}



/*
*Hover con ul galeria
*/

.xs_image_gallery li {
    /*float: left;*/
    position: relative;
    /*width: 25%;*/
    overflow: hidden;
}
.xs_image_gallery li img {
    display: block;
    width: 100%;
}
.xs_image_gallery li .xs_info_hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	/*background-color: rgba(238,232,51,1);*/
    /*background-color: rgba(28,186,200,0.9) ;*/
	background-color: rgba(0,0,0,0.9);
	background-image: url('../image/xs_icon_search.png');
	background-position: center center;
	background-repeat: no-repeat;

    opacity: 0;
    padding: 20px;
    z-index: 80;
    -webkit-transition: opacity 0.45s cubic-bezier(.29, .06, .25, 1);
    transition: opacity 0.45s cubic-bezier(.29, .06, .25, 1);
	color:#fff;
	text-align:center;
}
.xs_image_gallery li:hover .xs_info_hover,
.xs_image_gallery li:active .xs_info_hover {
    opacity: 0.9;
}

/*
*hover con divs galeria
*/


.xs_image_gallery div.item_gallery {
    position: relative;
    overflow: hidden;


}
.xs_image_gallery div.item_gallery img {
    display: block;
    width: 100%;
}
.xs_image_gallery div.item_gallery .xs_info_hover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: transparent;
    opacity: 0;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
		filter: dropshadow(color=#000000, offx=1, offy=1);
    padding: 10px 35px 0;
    z-index: 80;
		-webkit-transition: opacity 0.45s cubic-bezier(.29, .06, .25, 1);
		transition: opacity 0.45s cubic-bezier(.29, .06, .25, 1);
	color:#fff;
	text-align:center;
}
.xs_image_gallery div.item_gallery:hover .xs_info_hover,
.xs_image_gallery div.item_gallery:active .xs_info_hover {
    opacity: 1;
	background-color: rgba(138,196,61,0.95) ;
}

.xs_info_hover h4,
.xs_info_hover h5{
	color:#fff;
	font-size:1.5em;
	font-weight:300;
}


/*

	.xs_image_gallery{
		list-style-type: none;
		margin: 0px;
		padding: 0px;

	}
	.xs_image_gallery div.item_gallery{
		float: left;
		padding: 0px;
		position: relative;
		overflow: hidden;
	}
	.xs_image_gallery div.item_gallery:hover .xs_info_hover{
		opacity: 1;
		transform: translateY(-100px);
		-webkit-transform:translateY(-100px);
		-moz-transform:translateY(-100px);
		-ms-transform:translateY(-100px);
		-o-transform:translateY(-100px);
	}
	.xs_image_gallery div.item_gallery:hover img{
		opacity: 1;
		transform: translateY(-40px);
		-webkit-transform:translateY(-40px);
		-moz-transform:translateY(-40px);
		-ms-transform:translateY(-40px);
		-o-transform:translateY(-40px);
	}
	.xs_image_gallery img{
		margin: 0px;
		padding: 0px;
		float: left;
		z-index: 4;
	}
	.xs_image_gallery .xs_info_hover{
		cursor: pointer;
		position: absolute;
		opacity: 0;
		top:300px;
		-webkit-transition:all 0.15s ease-in-out;
		-moz-transition:all 0.15s ease-in-out;
		-o-transition:all 0.15s ease-in-out;
		-ms-transition:all 0.15s ease-in-out;
		transition:all 0.15s ease-in-out;
	}
	.xs_image_gallery img{
		-webkit-transition:all 0.15s ease-in-out;
		-moz-transition:all 0.15s ease-in-out;
		-o-transition:all 0.15s ease-in-out;
		-ms-transition:all 0.15s ease-in-out;
		transition:all 0.15s ease-in-out;
	}
	.xs_image_gallery .blur{
		background-color: rgba(142, 68, 173,0.95);
		height: 300px;
		width: 400px;
		z-index: 5;
		position: absolute;
	}
	.xs_image_gallery .caption-text h1{
		text-transform: uppercase;
		font-size: 18px;
	}
	.xs_image_gallery .caption-text{
		z-index: 10;
		color: #fff;
		position: absolute;
		width: 400px;
		height: 300px;
		text-align: center;
		top:20px;
	}
*/




/*====================
.xs_image_gallery div.item_gallery {
    position: relative;
    overflow: hidden;
		font-size:1.5em;
}
.xs_image_gallery div.item_gallery img {
    display: block;
    width: 100%;
}
.xs_image_gallery div.item_gallery .xs_info_hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 0.9;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
		filter: dropshadow(color=#000000, offx=1, offy=1);
    padding: 60px 35px 0;
    z-index: 80;

    -webkit-transition: opacity 0.45s cubic-bezier(.29, .06, .25, 1);
    transition: opacity 0.45s cubic-bezier(.29, .06, .25, 1);

	color:#fff;
	text-align:center;
}
.xs_image_gallery div.item_gallery:hover .xs_info_hover,
.xs_image_gallery div.item_gallery:active .xs_info_hover {
    opacity: 1;
	background-color: rgba(138,196,61,0.95) ;
}
==========================================*/



/*eventos*/

.xs_evento_div{}
.xs_evento_div .xs_evento_item{
	background: rgba(255, 255, 255, 1.0);
	color:#333;
	margin-bottom:10px;
	clear:both;
	display:block;
}
.xs_evento_div .xs_evento_icono{
	float:left;
	width:15%;
	padding:10px;
}
.xs_evento_div .xs_evento_info{
	width:60%;
	float:left;
	padding:10px;
}
.xs_evento_div .xs_evento_info .xs_titulo{
	font-weight:700;
	font-size:1.1em;
}
.xs_evento_div .xs_evento_info .xs_titulo a{ color:#333;}

.xs_evento_div .xs_evento_fecha{
	float:right;

	width:22%;
	background:#1CBAC8;
	color:#fff;
	padding:10px;
}
.xs_evento_div .xs_evento_fecha .xs_evento_fecha_fecha{
	font-weight:700;
	font-size:1.0em;
}
.xs_evento_div .xs_evento_fecha .xs_evento_fecha_hora{
	font-size:0.9em;
}

/*
* Flexslider
*/

.flexslider ul{
	list-style:none;
}
.flexslider ul li{
	list-style:none;
}
/*
.flex-nav-prev a.flex-prev:before{content:''}
*/
.flex-direction-nav a {
	text-shadow: 0px 0px 0 rgba(255, 255, 255, 0.0)!important;
}
.flex-direction-nav a:before {
	line-height:1.1em;
	color: rgba(0, 0, 0, 1)!important;
	font-weight:300!important;
	text-shadow: 0px 0px 0 rgba(255, 255, 255, 0.0)!important;
}
.flex-direction-nav .flex-prev{
	/*color:transparent!important;*/
}
.flex-direction-nav .flex-next{/*color:transparent!important;*/}
.flex-direction-nav a {}


.paradise_redes_top{margin-top:17px;}

div#google_translate_element{ content:'';}
div#google_translate_element{ float:right; margin-top:17px;}


/* MOOTOOLS ACCORDION SLIDER: con clases de xperto
*/

.xs_accordion_div{
	/*
	background:#f2f2f2;
	border:1px solid #ddd;
	*/
}
.xs_accordion_title{
	cursor:pointer;
	border:1px solid #ddd;
	padding:8px 10px;
	color: #EB7900;
	background:#fefefe;
	font-weight:700;

}
.xs_accordion_title:hover{
	background:#F58900;
	color:#fff;
}
.xs_accordion_content{
	/*
	padding:20px;
	outline:1px solid #ddd;
	background:#fbfbfb;
	*/

	padding:20px;
	font-size:0.9em;

	margin-bottom:10px;


}


/*xperto full div grid*/

.xs_grid_div {
	position: relative;
	width: 100%;
	margin:0;
	padding:0;
}

.xs_grid_div_50{
	position: relative;
	float: left;
	overflow: hidden;
	width: 50%; /* Fallback */
	width: -webkit-calc(100% / 2);
	width: calc(100% / 2);
}
.xs_grid_div_25{
	position: relative;
	float: left;
	overflow: hidden;
	width: 25%; /* Fallback */
	width: -webkit-calc(100% / 4);
	width: calc(100% / 4);
}
.xs_grid_div_33{
	position: relative;
	float: left;
	overflow: hidden;
	width: 33.3333337%; /* Fallback */
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
}
.xs_grid_div img,
.xs_grid_div_50 img {
	max-width: 100%;
	height: auto;
	display:block;
}






/* Default styles shown in demo */
.numble-wrapper{
  /* contains the original input and the numble control */
}

.numble-control{
  padding: 2px 24px;
  border: 1px solid #bbb;
  background-color: #f9f9f9;
  position: relative; /* should probably keep this, the rest can be customized to your liking */
    text-align:center;
}

/* These styles are only applicable if includeButtons is set to true */
.numble-control .numble-arrow{
	/*
  position: absolute;
  right: 2px;
  font-size: 0.9em;
  cursor: pointer;
  */
  font-size: 1.0em;
  font-weight:700;
  cursor: pointer;
  display:inline-block;
  line-height:1.5em;
  width:20px;
  height:100%;
  text-align:center;
  background:#dcdcdc;
}
.numble-control .numble-arrow:hover{
	background:#d2d2d2;
}

.numble-control .numble-increment{
  top: 0px;
  right:0px;
  position: absolute;
}

.numble-control .numble-decrement{
  top: 0px;
  left:0px;
  position: absolute;
}


/*epago*/
.xs_epago_numero_items_contenedor{
	position:relative;
}
.xs_epago_numero_items{
	display:block;
	height:18px;
	width:18px;
	position:absolute;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	background:#EB7900;
	text-align:center;

	line-height:1.5em;

	font-size:0.8em;
	top:3px;
	right:3px;
}






@media screen and (max-width: 1220px) {

}

@media screen and (max-width: 945px) {

}

@media screen and (max-width: 660px) {
	.xs_grid_div_25{
		width: 50%; /* Fallback */
		width: -webkit-calc(100% / 2);
		width: calc(100% / 2);
	}
	.xs_grid_div_50{
		width:100%;
		float: none;
	}
}

@media screen and (max-width: 400px) {
	.xs_grid_div_50{
		width:100%;
		float: none;
	}
	.xs_grid_div_25{
		width: 50%; /* Fallback */
		width: -webkit-calc(100% / 2);
		width: calc(100% / 2);
	}
	.xs_grid_div_33{
		width:100%;
	}
}

@media screen and (max-width: 300px) {
	.xs_grid_div_50{
		width:100% !important;
		float: none;
	}
	.xs_grid_div_25{
		width:100%;
	}
	.xs_grid_div_33{
		width:100%;
	}
}


.xs_fecha_cabecera{
    font-size: 0.8em;
    font-style: italic;
    color:#888;
}
