html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	position: relative;
	color: #575757;
	line-height: 1.6em;
}

a:link,
a:visited,
a:hover,
a:active,
a:focus {
	outline: none;
}

a,
a:hover,
a:focus {
	color: #ce0037;
}

figure {
	margin: 0;
}

.well,
.navbar-inner,
.popover,
.btn,
.tooltip,
input,
select,
textarea,
pre,
.progress,
.modal,
.add-on,
.alert,
.table-bordered,
.nav>.active>a,
.dropdown-menu,
.tooltip-inner,
.badge,
.label,
.img-polaroid {
	box-shadow: none !important;
	border-radius: 0px !important;
	border-collapse: collapse !important;
	background-image: none !important;
}

input:-moz-placeholder,
input:-ms-input-placeholder {
	color: #757575;
}

.WEB_container {
	position: relative;
	width: 100%;
	background: #fff;
	z-index: 1;
}

.WEB_container:after {
	background: url(images/modulos/preloading.gif) no-repeat;
}

.WEB_separador {
	display: block;
	width: 100%;
	background: url(images/web/sep.jpg) repeat-x center center;
	padding: 30px 0;
}

.hidden {
	position: absolute;
	left: 0;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.header {
	position: relative;
	z-index: 3;
	background: #e5e6e6;
}

.header .content {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

.header .fila .content {
	padding: 20px 0 15px;
}

.header .top {
	background: #ededed;
	padding: 0.30%;
}

.header .left {
	float: left;
	width: 35%;
	margin-right: 5%;
}

.header .right {
	float: right;
	width: 60%;
}

.header .logo {
	width: 290px;
	height: 85px;
	overflow: hidden;
}

.header .logo a {
	display: block;
}

.header .search {
	position: absolute;
	top: 14px;
	right: 0;
	height: 29px;
	width: 180px;
	border: 1px solid #bfbebe;
	background: #fff;
}

.header .search input[type=text] {
	border: none;
	color: #000;
	font: 12px/29px Arial;
	height: 29px;
	width: 74%;
	float: left;
	padding: 0 5px;
	background: transparent;
}

.header .search input[type=image] {
	background: none;
	border: none;
	float: right;
	margin: 0 0 0 2px;
}

.header .search input::-webkit-input-placeholder,
.header .search input:-moz-placeholder,
.header .search input::-moz-placeholder,
.header .search input:-ms-input-placeholder {
	color: #666 !important;
	opacity: 1 !important;
}

.header .social {
	position: absolute;
	top: 50%;
	right: 0;
	height: 29px;
}

.main {
	position: relative;
	z-index: 2;
}

.main .content {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

.header:before,
.header:after,
.main:before,
.main:after,
.footer:before,
.footer:after,
.header .content:after,
.main .content:after,
.fila:after,
.fila:before {
	content: "";
	display: table;
	clear: both;
}

.footer {
	position: relative;
	z-index: 1;
	background: #e4e2db;
}

.contents {
	position: relative;
	z-index: 1;
}

.home {
	position: relative;
}

#home_slider .item img {
	display: block;
	width: 100% !important;
	height: auto;
}

#home_slider .owl-controls {
	margin-top: 0;
	height: 77px;
	background: url(images/web/SombraBanner.png) center -20px no-repeat;
}

#home_slider .owl-pagination {
	padding-top: 30px;
}

#home_slider .owl-controls .owl-buttons div {
	width: 41px;
	height: 64px;
	padding: 0;
	border-radius: 0;
	position: absolute;
	top: 32%;
	margin: 0
}

#home_slider .owl-controls .owl-buttons div.owl-prev {
	background: transparent url(images/web/arrow.png) no-repeat 0 0;
	left: 10px;
	text-indent: -5000px;
}

#home_slider .owl-controls .owl-buttons div.owl-next {
	background: transparent url(images/web/arrow.png) no-repeat right 0;
	right: 10px;
	text-indent: -5000px;
}

.owl-controls {
	margin: 0
}

#home_slider .owl-controls .owl-buttons div.owl-prev.disabled,
#home_slider .owl-controls .owl-buttons div.owl-next.disabled {
	cursor: default;
	background: none;
}

.pagerNav {
	bottom: 0;
	margin: 0 auto;
	position: relative;
	left: 50%;
	text-align: center;
	display: none;
	z-index: 2;
}

.pagerNav a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 3px;
	outline: 0;
	border-radius: 8px;
	border: 2px solid #fff;
}

.pagerNav a.active {
	background: #ce0037;
}

.menuWrap {
	background: #ce0037;
}

.menu {
	margin: auto;
	width: 990px;
	position: relative;
}

.btn {
	padding-top: 4px;
}

.btn-menu-responsive {
	cursor: pointer;
	display: none;
	height: 40px;
	width: 40px;
	background: #ce0037 url(images/web/btn-menu-responsive.png) center center no-repeat;
	float: right;
	margin-top: 20px;
}


/*MENU*/

#menu > ul {
	width: 80%;
}

#menu > ul,
#menu > ul ul,
#menu > ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	direction: ltr;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sm-rtl,
.sm-rtl ul,
.sm-rtl li {
	direction: rtl;
	text-align: right;
}

#menu > ul>li>h1,
#menu > ul>li>h2,
#menu > ul>li>h3,
#menu > ul>li>h4,
#menu > ul>li>h5,
#menu > ul>li>h6 {
	margin: 0;
	padding: 0;
}

#menu > ul ul {
	display: none;
}

#menu > ul li,
#menu > ul a {
	position: relative;
}

#menu > ul a {
	display: block;
}

#menu > ul a.disabled {
	cursor: not-allowed;
}

#menu > ul:after {
	content: "\00a0";
	display: block;
	height: 0;
	font: 0px/0 serif;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

#menu > ul,
#menu > ul *,
#menu > ul *:before,
#menu > ul *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#menu > ul {
	background: transparent;
}

#menu > ul a,
#menu > ul a:hover,
#menu > ul a:focus,
#menu > ul a:active {
	padding: 10px 20px;
	padding-right: 58px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
	/*  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);*/
	text-transform: none;
}

#menu > ul > li > a,
#menu > ul > li > a:hover,
#menu > ul > li > a:focus,
#menu > ul > li > a:active,
#menu > ul > li,
#menu > ul > li:hover {
	font-family: "gothamrounded-medium";
	font-weight: 700;
	font-size: 14px;
	line-height: 58px;
	height: 58px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-transform: uppercase
}

#menu > ul > li > a:hover:after {
	content: " ";
	width: 2px;
	height: 100%;
	background: #544F4C;
	display: block;
	position: absolute;
	right: -2px;
	top: 0;
	z-index: 2;
}

#menu > ul > li > a,
#menu > ul > li > a:hover,
#menu > ul > li > a:focus,
#menu > ul > li > a:active,
#menu > ul > li > a.highlighted {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 58px;
	height: 58px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#menu > ul a.current {
	background: #ce0037;
	color: white;
}

#menu > ul a.disabled {
	color: #DA6375;
}

#menu > ul a span.sub-arrow {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: auto;
	right: 4px;
	width: 34px;
	height: 34px;
	overflow: hidden;
	font: bold 16px/34px sanchez-regular !important;
	text-align: center;
	text-shadow: none;
	background: rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

#menu > ul a.highlighted span.sub-arrow:before {
	display: block;
	content: '-';
}

#menu > ul > li:first-child > a,
#menu > ul > li:first-child >:not(ul) a {}

#menu > ul > li:last-child > a,
#menu > ul > li:last-child > *:not(ul) a,
#menu > ul > li:last-child > ul,
#menu > ul > li:last-child > ul > li:last-child > a,
#menu > ul > li:last-child > ul > li:last-child > *:not(ul) a,
#menu > ul > li:last-child > ul > li:last-child > ul,
#menu > ul > li:last-child > ul > li:last-child > ul > li:last-child > a,
#menu > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a,
#menu > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul,
#menu > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a,
#menu > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a,
#menu > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul,
#menu > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a,
#menu > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a,
#menu > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {}

#menu > ul > li:last-child > a.highlighted,
#menu > ul > li:last-child > *:not(ul) a.highlighted,
#menu > ul > li:last-child > ul > li:last-child > a.highlighted,
#menu > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
#menu > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,
#menu > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
#menu > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,
#menu > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
#menu > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,
#menu > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

#menu > ul ul {
	background: white;
}

#menu > ul ul ul {
	background: rgba(102, 102, 102, 0.1);
}

#menu > ul ul a,
#menu > ul ul a:hover,
#menu > ul ul a:focus,
#menu > ul ul a:active {
	background: transparent;
	color: #706e6e;
	font-size: 13px;
	text-shadow: none;
	border-left: 8px solid transparent;
}

#menu > ul ul a.current {
	background: #ce0037;
	color: white;
}

#menu > ul ul a.disabled {
	color: #b3b3b3;
}

#menu > ul ul ul a,
#menu > ul ul ul a:hover,
#menu > ul ul ul a:focus,
#menu > ul ul ul a:active {
	border-left: 16px solid transparent;
}

#menu > ul ul ul ul a,
#menu > ul ul ul ul a:hover,
#menu > ul ul ul ul a:focus,
#menu > ul ul ul ul a:active {
	border-left: 24px solid transparent;
}

#menu > ul ul ul ul ul a,
#menu > ul ul ul ul ul a:hover,
#menu > ul ul ul ul ul a:focus,
#menu > ul ul ul ul ul a:active {
	border-left: 32px solid transparent;
}

#menu > ul ul ul ul ul ul a,
#menu > ul ul ul ul ul ul a:hover,
#menu > ul ul ul ul ul ul a:focus,
#menu > ul ul ul ul ul ul a:active {
	border-left: 40px solid transparent;
}

#menu > ul ul li {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

#menu > ul ul li:first-child {
	border-top: 0;
}

#home-slider-1 {
	display: block !important
}

#home-slider-2 .item {
	padding: 0 25px
}

#home-slider-2 .owl-controls .owl-buttons div {
	width: 20px;
	height: 33px;
	padding: 0;
	border-radius: 0;
	position: absolute;
	top: 110px;
	margin: 0;
	opacity: 1
}

#home-slider-2 .owl-controls .owl-buttons div.owl-prev {
	background: transparent url(images/web/arrow5.png) no-repeat 0 0;
	left: -10px
}

#home-slider-2 .owl-controls .owl-buttons div.owl-next {
	background: transparent url(images/web/arrow5.png) no-repeat -20px 0;
	right: -10px
}

#home-slider-2 .owl-controls .owl-buttons div.owl-prev:hover,
#home-slider-2 .owl-controls .owl-buttons div.owl-prev.disabled {
	background-position: 0 -33px;
}

#home-slider-2 .owl-controls .owl-buttons div.owl-next:hover,
#home-slider-2 .owl-controls .owl-buttons div.owl-next.disabled {
	background-position: -20px -33px;
}

#home-slider-2 .owl-controls .owl-buttons div.owl-prev.disabled,
#home-slider-2 .owl-controls .owl-buttons div.owl-next.disabled {
	cursor: default;
	background: none;
}

#home-slider-3 {
	padding: 10px 0
}

#home-slider-3 .item {
	padding: 0 30px
}

#home-slider-3 .owl-controls .owl-buttons div {
	width: 40px;
	height: 89px;
	padding: 0;
	border-radius: 0;
	position: absolute;
	top: 0px;
	margin: 0
}

#home-slider-3 .owl-controls .owl-buttons div.owl-prev {
	background: transparent url(images/web/arrow6.png) no-repeat 0 0;
	left: -50px
}

#home-slider-3 .owl-controls .owl-buttons div.owl-next {
	background: transparent url(images/web/arrow6.png) no-repeat -40px 0;
	right: -50px
}

#home-slider-3 .owl-controls .owl-buttons div.owl-prev:hover,
#home-slider-3 .owl-controls .owl-buttons div.owl-prev.disabled {
	background-position: 0 0;
}

#home-slider-3 .owl-controls .owl-buttons div.owl-next:hover,
#home-slider-3 .owl-controls .owl-buttons div.owl-next.disabled {
	background-position: -40px 0;
}

#home-slider-3 .owl-controls .owl-buttons div.owl-prev.disabled,
#home-slider-3 .owl-controls .owl-buttons div.owl-next.disabled {
	cursor: default;
	background: none;
}

#home-slider-4 {
	padding: 10px 0
}

#home-slider-4 .item {
	padding: 0 10px
}

#home-slider-4 .owl-controls .owl-buttons div {
	width: 20px;
	height: 33px;
	padding: 0;
	border-radius: 0;
	position: absolute;
	top: 110px;
	margin: 0;
	opacity: 1
}

#home-slider-4 .owl-controls .owl-buttons div.owl-prev {
	background: transparent url(images/web/arrow5.png) no-repeat 0 0;
	left: -25px
}

#home-slider-4 .owl-controls .owl-buttons div.owl-next {
	background: transparent url(images/web/arrow5.png) no-repeat -20px 0;
	right: -25px
}

#home-slider-4 .owl-controls .owl-buttons div.owl-prev:hover,
#home-slider-4 .owl-controls .owl-buttons div.owl-prev.disabled {
	background-position: 0 -33px;
}

#home-slider-4 .owl-controls .owl-buttons div.owl-next:hover,
#home-slider-4 .owl-controls .owl-buttons div.owl-next.disabled {
	background-position: -20px -33px;
}

#home-slider-4 .owl-controls .owl-buttons div.owl-prev.disabled,
#home-slider-4 .owl-controls .owl-buttons div.owl-next.disabled {
	cursor: default;
	background: none;
}

#home-slider-5 {
	padding: 10px 0;
	background: url(images/web/bg-zonaLinks.png) no-repeat center center;
}

#home-slider-5 .item {
	padding: 0 10px
}

#home-slider-5 .owl-controls .owl-buttons div {
	width: 20px;
	height: 33px;
	padding: 0;
	border-radius: 0;
	position: absolute;
	top: 36%;
	margin: 0;
	background-color: #fff;
	opacity: 1
}

#home-slider-5 .owl-controls .owl-buttons div.owl-prev {
	background: #fff url(images/web/arrow5.png) no-repeat 0 -33px;
	left: 15px
}

#home-slider-5 .owl-controls .owl-buttons div.owl-next {
	background: #fff url(images/web/arrow5.png) no-repeat -20px -33px;
	right: 15px
}

#home-slider-5 .owl-controls .owl-buttons div.owl-prev:hover,
#home-slider-5 .owl-controls .owl-buttons div.owl-prev.disabled {
	background-position: 0 0;
}

#home-slider-5 .owl-controls .owl-buttons div.owl-next:hover,
#home-slider-5 .owl-controls .owl-buttons div.owl-next.disabled {
	background-position: -20px 0;
}

#home-slider-5 .owl-controls .owl-buttons div.owl-prev.disabled,
#home-slider-5 .owl-controls .owl-buttons div.owl-next.disabled {
	cursor: default;
	background: none;
}

@media (min-width: 900px) {
	#menu > ul ul {
		position: absolute;
	}
	#menu > ul li {
		float: left;
	}
	#menu > ul.sm-rtl li {
		float: right;
	}
	#menu > ul ul li,
	#menu > ul.sm-rtl ul li,
	#menu > ul.sm-vertical li {
		float: none;
	}
	#menu > ul a {
		white-space: nowrap;
	}
	#menu > ul ul a,
	#menu > ul.sm-vertical a {
		white-space: normal;
	}
	#menu > ul .sm-nowrap > li > a,
	#menu > ul .sm-nowrap > li >:not(ul) a {
		white-space: nowrap;
	}
	/* ...end */
	#menu > ul {}
	#menu > ul a,
	#menu > ul a:hover,
	#menu > ul a:focus,
	#menu > ul a:active,
	#menu > ul a.highlighted {
		padding: 9px 15px;
		color: white;
	}
	#menu > ul a:hover,
	#menu > ul a:focus,
	#menu > ul a:active,
	#menu > ul a.highlighted {
		background: #544f4c;
	}
	#menu > ul a.current {
		background: #ce0037;
		color: white;
	}
	#menu > ul a.disabled {
		background: #ce0037;
		color: #DA6375;
	}
	#menu > ul a span.sub-arrow {
		top: auto;
		margin-top: 0;
		bottom: 2px;
		left: 50%;
		margin-left: -5px;
		right: auto;
		width: 0;
		height: 0;
		border-width: 5px;
		border-style: solid dashed dashed dashed;
		border-color: #DA6375 transparent transparent transparent;
		background: transparent;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
	}
	#menu > ul > li > a span.sub-arrow {
		display: none;
	}
	#menu > ul a.highlighted span.sub-arrow:before {
		display: none;
	}
	#menu > ul > li:first-child > a,
	#menu > ul > li:first-child >:not(ul) a {}
	#menu > ul > li {
		background-image: url(images/web/borde-menu.png);
		background-repeat: no-repeat;
		background-position: left center;
	}
	#menu > ul > li:first-child {
		background-image: none;
	}
	#menu > ul ul {
		border: 1px solid #a8a8a8;
		padding: 7px 0;
		background: white;
		-webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
		box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
	}
	#menu > ul ul ul {
		background: white;
	}
	#menu > ul ul a,
	#menu > ul ul a:hover,
	#menu > ul ul a:focus,
	#menu > ul ul a:active,
	#menu > ul ul a.highlighted {
		border: 0 !important;
		padding: 9px 23px 9px 13px;
		background: transparent;
		color: #706e6e;
	}
	#menu > ul ul a:hover,
	#menu > ul ul a:focus,
	#menu > ul ul a:active,
	#menu > ul ul a.highlighted {
		background: #544f4c;
		color: white;
	}
	#menu > ul ul a.current {
		background: #ce0037;
		color: white;
	}
	#menu > ul ul a.disabled {
		background: white;
		color: #b3b3b3;
	}
	#menu > ul ul a span.sub-arrow {
		top: 50%;
		margin-top: -5px;
		bottom: auto;
		left: auto;
		margin-left: 0;
		right: 5px;
		border-style: dashed dashed dashed solid;
		border-color: transparent transparent transparent #DA6375;
	}
	#menu > ul ul li {
		border: 0;
	}
	#menu > ul span.scroll-up,
	#menu > ul span.scroll-down {
		position: absolute;
		display: none;
		visibility: hidden;
		overflow: hidden;
		background: white;
		height: 20px;
	}
	#menu > ul span.scroll-up-arrow,
	#menu > ul span.scroll-down-arrow {
		position: absolute;
		top: -2px;
		left: 50%;
		margin-left: -8px;
		width: 0;
		height: 0;
		overflow: hidden;
		border-width: 8px;
		border-style: dashed dashed solid dashed;
		border-color: transparent transparent #2b82ac transparent;
	}
	#menu > ul span.scroll-down-arrow {
		top: 6px;
		border-style: solid dashed dashed dashed;
		border-color: #2b82ac transparent transparent transparent;
	}
	#menu > ul.sm-rtl.sm-vertical a span.sub-arrow {
		right: auto;
		left: 10px;
		border-style: dashed solid dashed dashed;
		border-color: transparent #DA6375 transparent transparent;
	}
	#menu > ul.sm-rtl > li:first-child > a,
	#menu > ul.sm-rtl > li:first-child >:not(ul) a {}
	#menu > ul.sm-rtl > li:first-child {
		border-left: 1px solid #2b82ac;
	}
	#menu > ul.sm-rtl > li:last-child {
		border-left: 0;
	}
	#menu > ul.sm-rtl ul a span.sub-arrow {
		right: auto;
		left: 10px;
		border-style: dashed solid dashed dashed;
		border-color: transparent #DA6375 transparent transparent;
	}
	#menu > ul.sm-vertical {
		-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	}
	#menu > ul.sm-vertical a {
		padding: 9px 23px;
	}
	#menu > ul.sm-vertical a span.sub-arrow {
		top: 50%;
		margin-top: -5px;
		bottom: auto;
		left: auto;
		margin-left: 0;
		right: 10px;
		border-style: dashed dashed dashed solid;
		border-color: transparent transparent transparent #DA6375;
	}
	#menu > ul.sm-vertical > li:first-child > a,
	#menu > ul.sm-vertical > li:first-child >:not(ul) a {
		-webkit-border-radius: 8px 8px 0 0;
		-moz-border-radius: 8px 8px 0 0;
		-ms-border-radius: 8px 8px 0 0;
		-o-border-radius: 8px 8px 0 0;
		border-radius: 8px 8px 0 0;
	}
	#menu > ul.sm-vertical > li:last-child > a,
	#menu > ul.sm-vertical > li:last-child >:not(ul) a {
		-webkit-border-radius: 0 0 8px 8px;
		-moz-border-radius: 0 0 8px 8px;
		-ms-border-radius: 0 0 8px 8px;
		-o-border-radius: 0 0 8px 8px;
		border-radius: 0 0 8px 8px;
	}
	#menu > ul.sm-vertical > li {
		border-left: 0 !important;
	}
	#menu > ul.sm-vertical ul {
		-webkit-border-radius: 4px !important;
		-moz-border-radius: 4px !important;
		-ms-border-radius: 4px !important;
		-o-border-radius: 4px !important;
		border-radius: 4px !important;
	}
	#menu > ul.sm-vertical ul a {
		padding: 9px 23px;
	}
}

#menu > ul {}


/*COLORES*/


/*1er nivel */

#menu > ul > li > a {
	color: #e4e3e3;
}

#menu > ul > li > a:hover {
	color: #e4e3e3;
}

#menu > ul > li {
	color: #706e6e;
}

#menu > ul > li .ico-lupa {
	width: 14px;
	height: 13px;
	display: inline-block;
	margin-left: 2px;
	background: url(images/web/lupa-transparencia.png) center center no-repeat;
}


/*2do nivel*/

#menu ul li ul li a {
	font-size: 13px;
	line-height: 18px;
	color: #706e6e;
}

#menu ul li ul li a:hover {
	font-size: 13px;
	line-height: 18px;
}

#menu ul li ul li {
	font-size: 13px;
	line-height: 18px;
	color: #706e6e;
}

#menu ul li ul li:hover {
	font-size: 13px;
	line-height: 18px;
}


/*COLORES*/

#menu ul.mega-menu {
	width: auto !important;
	max-width: inherit !important;
}

#menu ul.mega-menu li {
	float: none;
}

#menu ul.mega-menu li ul {
	position: relative;
	width: auto;
	left: 0;
}

#menu ul.mega-menu ul {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#menu ul.mega-menu > li {
	width: 360px;
}

#menu ul.mega-menu > li:after {
	content: "";
	display: table;
	clear: both;
}

#menu ul li ul.mega-menu ul {
	margin: 0em 0 0 0;
}

#menu ul li ul.mega-menu .menuEditor {
	float: left;
	width: 180px;
	padding: 10px;
	text-transform: none;
}

#menu ul li ul.mega-menu .menuEditor a {
	color: #ce0037;
	background: none;
	padding: 0;
}

#menu ul li ul.mega-menu .menuEditor a:hover {
	color: #ce0037;
	background: none;
	text-decoration: underline;
}

#menu ul li ul.mega-menu .menuEditor + .menuLista {
	float: left;
	width: 180px;
	padding: 0 10px;
}

#menu ul li ul.mega-menu .menuLista > ul {
	border: 0;
	position: relative;
	display: block;
	padding: 0;
}

#menu ul li ul.mega-menu .menuLista > ul > li {
	display: block;
	border: none;
	width: 100%;
}

#menu ul li ul.mega-menu .menuLista > ul > li a {
	white-space: normal;
	background: url(images/web/vineta-mega.png) no-repeat 10px 12px;
	padding: 9px 3px 9px 23px;
}

#menu ul li ul.mega-menu .menuLista > ul > li a:hover {
	color: #ce0037;
	text-decoration: underline;
}

.submenu {
	position: absolute;
	top: 74px;
	right: 0;
}

.submenu ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

.submenu ul li {
	position: relative;
	float: left;
	text-decoration: none;
}

.submenu ul li:hover {}

.submenu ul li a {
	display: block;
	text-decoration: none;
}

.language {
	float: left;
	color: #00bce4;
	font: bold 11px/20px Arial;
	background: url(images/web/sep1.png) no-repeat 0 center;
	padding: 0 0 0 9px;
	margin-left: 10px;
	display: none;
}

.language a {
	color: #00bce4;
	font: bold 11px/20px Arial;
}

.homeContent {
	z-index: 2;
	position: relative;
	width: 960px;
	margin: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}

.homeContent h2 {
	margin: 30px 0 25px 0;
	padding: 0 0 10px 0;
	font-size: 18px;
	font: 20px 'sanchez-regular';
}

.homeContent h2.new {
	margin: 0 0 25px 0;
	font: bold 20px 'sanchez-regular';
	color: #544f4c;
	text-align: center;
	background: url(images/web/bg-sep1.png) repeat-x center center;
}

.homeContent h2.new span {
	padding: 0 35px;
	text-align: center;
	background: #fff;
}

.homeContent .container {
	position: relative;
}

.homeContent .homeZoneBox {
	padding: 10px;
	background: #e5e6e6;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.homeContent .homeZoneBox:after {
	display: table;
	content: "";
	clear: both;
}

.homeContent .homeZoneBox .zoneBox {
	border: 1px solid #fff;
	margin-right: 1.0833%;
	width: 24.1%;
	box-sizing: border-box;
	height: 164px;
	overflow: hidden;
	position: relative;
	float: left;
}

.homeContent .homeZoneBox .EDIT_zoneBox {
	display: block;
	width: 100%;
	height: 100%;
}

.homeContent .homeZoneBox .zoneBox:last-child {
	margin-right: 0;
}

.homeContainer {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

.homeContainer:before,
.homeContainer:after {
	content: "";
	display: table;
	clear: both;
}

.homeZoneBox1 .zoneBox {
	margin-right: 1.8%;
	margin-bottom: 1.5%;
	width: 18.5%;
	box-sizing: border-box;
	float: left;
	height: 135px;
	overflow: hidden;
	position: relative;
}

.homeZoneBox1,
.homeZoneBox2,
.homeZoneBox3,
.homeZoneBox3tv,
.homeZoneBox4,
.homeZoneBox5,
.homeBannerBox,
.homeBannerBox2 {
	box-sizing: border-box;
	margin-bottom: 60px;
}

.homeZoneBox3 {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background: #f0f0f0;
	padding: 30px;

        
     /* avs : se agrega un boderder redondeado*/
    border-radius:5px;

     /* avs : sombra*/
-webkit-box-shadow: 0px 41px 65px -50px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 41px 65px -50px rgba(0,0,0,0.75);
box-shadow: 0px 41px 65px -50px rgba(0,0,0,0.75);
}


.homeZoneBox3tv {
	width: 960px;
	height:960px;
	margin-left: auto;
	margin-right: auto;
	background: #D50036;
	padding: 30px;

        
     /* avs : se agrega un boderder redondeado*/
    border-radius:5px;

     /* avs : sombra*/
-webkit-box-shadow: 0px 41px 65px -50px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 41px 65px -50px rgba(0,0,0,0.75);
box-shadow: 0px 41px 65px -50px rgba(0,0,0,0.75);
}

.homeZoneBox5 {
	border: solid 1px #5e514d;
}

.homeZoneBox4 {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px
}

.homeZoneBox2 .zoneBox {
	margin-right: 1.8%;
	margin-bottom: 1.5%;
	width: 18.5%;
	box-sizing: border-box;
	float: left;
	height: 285px;
	overflow: hidden;
	position: relative;
	background: #f0f0f0;
    /* avs : se agrega un boderder redondeado*/
    border-radius:5px;
}

.homeBannerBox .bannerBox {
	margin-right: 1.8%;
	width: 18.5%;
	box-sizing: border-box;
	float: left;
	height: 65px;
	overflow: hidden;
        
     /* avs : se agrega un boderder redondeado*/
    border-radius:5px;
    	 
  
    
}



.homeZoneBox1 .zoneBox:nth-of-type(5),
.homeZoneBox1 .zoneBox:last-child,
.homeZoneBox2 .zoneBox:last-child,
.homeBannerBox .bannerBox:last-child {
	margin-right: 0;
}

.homeBannerBox2 {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}

.homeBannerBox2 .bannerBox {
	box-sizing: border-box;
	height: 70px;
	overflow: hidden;
}

.homeBannerBox2 .bannerBox img {
	margin: 0 auto;
	display: block
}

.homeNews2 {
	display: block;
	position: relative;
	padding: 10px;
	box-sizing: border-box;
	margin: 0 0 60px;
}

.homeNews {
	display: block;
	position: relative;
	padding: 10px;
	background: #ededed;
	overflow: hidden;
	box-sizing: border-box;
}

.homeNewsTitle {
	width: 100%;
	margin: 0 auto;
}

.homeNewsTitle h2 {
	margin: 0;
	font: 20px 'sanchez-regular';
	color: #5e514d;
	font-weight: bold;
}

.homeNews .News {
	padding-bottom: 20px;
	background: url(images/web/bg-news-item.png) repeat-x center bottom;
}

.modules {
	width: 100%;
}

.modules .mod {
	margin-bottom: 15px;
}

.nextNews,
.prevNews {
	width: 25px;
	height: 15px;
	position: absolute;
	right: 5px;
	z-index: 3;
	cursor: pointer;
	border: 1px solid #d50042;
}

.prevNews {
	background: url(images/web/arrow4.png) no-repeat left top;
	bottom: 15px;
	left: 60%;
}

.nextNews {
	background: url(images/web/arrow4.png) no-repeat right top;
	bottom: 15px;
	left: 65%;
}

.nextNews.inactive,
.prevNews.inactive {
	background: none;
	cursor: default;
	border: 0;
}

.nextNews.inactive {
	background: url(images/web/arrow4.png) no-repeat left bottom
}

.prevNews.inactive {
	background: url(images/web/arrow4.png) no-repeat right bottom
}

.homeNewsTitle h1 {
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	display: table;
	text-align: center;
	margin: 0 auto;
	padding: 0 20px;
	background: #FF8530;
	font-family: 'sanchez-regular', sans-serif;
}

.homeNewsList {
	height: 680px;
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.homeNewsListWrap {
	display: block;
	position: relative;
}

.homeNewsList article {
	position: relative;
	padding-top: 10px;
	padding-bottom: 0px;
	height: auto;
}

.homeNews2 .image {
	margin: 0 0 20px;
	height: 200px
}

.homeNews article .image,
.homeNews article figure {
	margin: 0;
	width: 160px;
	height: 150px
}

.homeNews2 .image img,
.homeNews article .image img,
.homeNews article figure img {
	max-height: 100%;
	max-width: 100%;
}

.homeNewsList .item {
	height: 125px;
	overflow: hidden;
	margin: 0 0 5px 0;
	position: relative;
}

.homeNews article h2 {
	margin: 0;
	font-weight: bold;
	color: #5e514d;
	overflow: hidden;
	position: relative;
	height: 30px;
}

.homeNews article h3 {
	margin: 0 0 5px 0;
	color: #5e514d;
	overflow: hidden;
	position: relative;
	font: bold 16px/20px 'gothamrrounded-bold';
	height: 40px;
}

.homeNews article h3 a {
	color: #ce0037;
	text-decoration: none;
}

.homeNews article h3 a:hover {
	text-decoration: underline;
}

.homeNews article p {
	color: #544f4c;
	margin: 0 0 5px;
	height: 45px;
	max-height: 45px;
	overflow: hidden;
}

.homeNews article p.fecha {
	color: #5e514d;
	font-size: 12px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	line-height: 20px;
}

.homeNews article > p {
	margin: 0 0 5px 0;
	color: #515151;
	font-size: 12px;
}

.homeNews article .text {
	margin: 0 0 15px 0;
	font-size: 13px;
	color: #696969;
	overflow: hidden;
	position: relative;
	max-height: 65px;
	line-height: 16px;
	font-family: "sanchez-regular";
}

.homeNews article .text a {
	line-height: 15px;
	color: #696969;
	text-decoration: none;
}

.homeNews article .text a:hover {
	text-decoration: underline;
}

.homeNews article .link {
	font-size: 11px;
	color: #942333;
	margin: 0;
	width: 50px;
	height: 20px;
	background: #5e514d;
	text-align: center;
	line-height: 20px;
}

.homeNews.last .link {
	line-height: 24px;
	height: 24px;
	font-size: 13px;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	padding: 0 5px;
	width: 60px;
	background: #ce0037;
}

.homeNews.last .link a,
.homeNews.last .link a:hover {
	line-height: 24px;
	height: 24px;
	font-size: 13px;
	color: #fff;
}

.homeNews.last article h3 {
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
	height: 36px;
	color: #000;
	margin-bottom: 10px;
}

.homeNews.last article h3 a {
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
	height: 36px;
	color: #000;
}

.homeNews.last figure {
	margin-bottom: 15px;
}

.homeNews article .link a {
	text-decoration: none;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	color: #fff;
	font-family: 'gothamrrounded-bold';
}

.homeNews article .link a:hover {
	text-decoration: underline;
	color: #fff;
}

.homeNews2 h2 {
	margin: 0;
	font-weight: bold;
	color: #5e514d;
	overflow: hidden;
	position: relative;
	height: 30px;
}

.homeNews2 h3 {
	margin: 0 5px 5px 5px;
	color: #5e514d;
	overflow: hidden;
	position: relative;
	font: 16px/20px 'gothamrounded-medium';
	max-height: 40px;
}

.homeNews2 h3 a {
	color: #ce0037;
	text-decoration: none;
}

.homeNews2 h3 a:hover {
	text-decoration: underline;
}

.homeNews2 .fecha {
	color: #5e514d;
	font: italic 12px/15px Arial, Helvetica, sans-serif;
	margin: 0 5px 5px 5px;
}

.homeNews2 .text {
	margin: 0 5px 10px 5px;
	font-size: 14px;
	color: #696969;
	overflow: hidden;
	max-height: 72px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify
}

.homeNews2 .text a {
	color: #696969;
	text-decoration: none;
}

.homeNews2 .text a:hover {
	text-decoration: underline;
}

.homeNews2 .link {
	font-size: 12px;
	color: #942333;
	margin: 0 5px 0 5px;
	width: 50px;
	height: 20px;
	background: #5e514d;
	text-align: center;
	line-height: 20px;
}

.homeNews2 .link a {
	text-decoration: none;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: #fff;
	font-family: 'gothamrrounded-bold';
}

.homeNews2 .link a:hover {
	text-decoration: underline;
	color: #fff;
}

.homeNewsLink {
	height: 65px;
}

.homeNewsLink a {
	position: absolute;
	left: 35%;
	bottom: 15px;
	display: block;
	height: 20px;
	line-height: 20px;
	color: #ce0037;
	font-size: 13px;
	text-decoration: underline;
	font-weight: bold;
	font-family: 'gothamrrounded-bold';
}

.homeNewsLink a:hover {
	text-decoration: underline;
}

.footer .content {
	width: 960px;
	margin: auto;
}

.footer .content:after {
	content: "";
	clear: both;
	display: table;
}

.footer-body {
	background: #e3e4e5;
	padding: 13px 0;
}

.footer-bottom {
	background: #cacbcd;
	padding: 10px 0;
	font: 13px gothamrounded-book
}

.footer-bottom .powered {
	float: right;
	width: 50%;
	height: 25px;
	padding-left: 10px;
	color: #000;
	text-align: right
}

.footer-bottom .powered a {
	display: block;
	color: #000;
}

.footer-bottom .copyright {
	float: left;
	color: #000;
}

.footer-bottom .copyright a {
	color: #000;
}

.headerBanner {
	display: block;
	margin: 0 auto;
	text-align: center;
	z-index: 4;
	position: relative;
	width: 100%;
}

.headerBanner ul,
.headerBanner li {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}

.tool_impresion2 {
	background: url(images/web/ico_print2.png) no-repeat center center;
	height: 30px;
	width: 26px;
	float: left;
	cursor: pointer;
	font: 11px/30px Arial;
	color: #585858;
	margin: 0 5px 0 0;
	padding: 0 5px 0 37px;
	text-transform: uppercase;
}

.tool_up {
	background: url(images/web/ico_up.png) no-repeat left center;
	height: 30px;
	float: right;
	cursor: pointer;
	padding: 0 0 0 34px;
	font: 11px/30px Arial;
	color: #585858;
	text-transform: uppercase;
}

.tool_rss,
.tool_impresion,
.tool_recomendar,
.tool_upletter,
.tool_downletter,
.tool_defaultletter {
	height: 26px;
	width: 24px;
	float: left;
	cursor: pointer;
	margin: 0 5px 0 0;
}

.tool_recomendar {
	background: url(images/web/iconoRecomendar.png) no-repeat center center;
}

.tool_rss {
	background: url(images/web/icono_rss.jpg) no-repeat center center;
}

.tool_impresion {
	background: url(images/web/ico_print2.png) no-repeat center center;
}

.tool_upletter {
	background: url(images/web/iconoAumentarLetra.png) no-repeat center center;
}

.tool_downletter {
	background: url(images/web/iconoDisminuirLetra.png) no-repeat center center;
}

.tool_defaultletter {
	background: url(images/web/iconoReiniciarLetra.png) no-repeat center center;
}

.tools {
	display: table;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

.toolsFooter {
	margin: 10px 0;
}

.socialFooter {
	margin: 0 0 30px 0;
}

.toolsFooter:after,
.socialFooter:after {
	display: table;
	content: "";
	clear: both;
}

.socialFacebook,
.socialTwitter,
.socialGoogle,
.socialLinkedin {
	float: left;
	margin: 0 5px 0 0;
}

.sidebar {
	width: 25%;
	z-index: 5;
	float: left;
	margin: 90px 3% 20px 0;
	position: relative;
}

.sidebar + div.contents {
	width: 72%;
	float: left;
	margin-right: auto;
	margin-left: auto;
}


/*MENU LATERAL*/

ul.nav,
ul.nav ul,
ul.nav li {
	list-style: none;
}

ul.nav ul {
	padding: 0;
	margin: 8px 10px;
}

ul.nav ul li ul {
	padding: 0px;
	margin: 0 3px;
}

ul.nav {
	margin: 0;
	padding: 0;
}

ul.nav > li {
	margin: 0 0;
	border-top: 1px #fff solid
}

ul.nav > li:first-child {
	margin-top: 0 !important;
	border-top: none
}

ul.nav li:first-child {
	border-top: none
}

ul.nav li {
	font-family: "gothamrounded-book";
	border-top: 1px #fff solid
}

ul.nav > li li {
	margin: 0 0;
}

ul.nav a {
	color: #006ecd;
	display: block;
	outline: none;
	text-decoration: none;
}

ul.nav li > a > span {
	float: right;
	font-size: 19px;
	font-weight: bold;
	cursor: row-resize;
	text-align: center;
	width: 16px;
}

ul.nav li > a:hover > span {
	cursor: row-resize;
	margin: 0 0 0 5px
}

ul.nav li > a > span:after {
	content: '\f107';
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	font-size: 25px;
}

ul.nav li.open > a > span:after {
	content: '\f106';
	cursor: row-resize;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
}

ul.nav li.open > a {
	font-weight: bold;
}

ul.nav a:hover {
	text-decoration: underline;
}

ul.nav li.active > a {
	font-weight: bold;
	background: #f5f5f5;
}


/*nuevo*/

ul.nav li.active > a > i {
	float: right;
	font-size: 20px;
	line-height: 18px;
	text-decoration: none;
}

ul.nav li a {
	font-size: 13px;
	line-height: 16px;
	padding: 8px 5px;
}

ul.nav > li > a {
	font: 13px "gothamrounded-book";
	padding: 12px 10px;
	background: #e5e6e6 !important;
	color: #ce0037;
}

ul.nav > li > a:hover {
	background: #e5e6e6;
	color: #ce0037;
}

ul.nav > .open > a,
ul.nav > .open > a:hover,
ul.nav > .open > a:focus {
	background: #ce0037 !important;
	color: #fff;
	font: bold 13px "gothamrounded-book";
	position: relative;
	text-decoration: none;
}


/*nuevo*/

ul.nav li li a {
	color: #ce0037;
}

ul.nav li li li a {
	color: #5e514d;
}

ul.nav li li li li a {
	color: #ce0037;
}

ul.nav li li li li li a {
	color: #5e514d;
}

#menunav .padre,
#menunav .padre:hover {
	background: #0078c3;
	/* Old browsers */
	background: -moz-linear-gradient(top, #0078c3 0%, #2989d8 50%, #018fcf 51%, #01a5d9 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0078c3), color-stop(50%, #2989d8), color-stop(51%, #018fcf), color-stop(100%, #01a5d9));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0078c3 0%, #2989d8 50%, #018fcf 51%, #01a5d9 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0078c3 0%, #2989d8 50%, #018fcf 51%, #01a5d9 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0078c3 0%, #2989d8 50%, #018fcf 51%, #01a5d9 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #0078c3 0%, #2989d8 50%, #018fcf 51%, #01a5d9 100%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0078c3', endColorstr='#01a5d9', GradientType=0);
	/* IE6-9 */
	color: #fff !important;
	font: 16px "gothamrounded-book" !important;
	padding-top: 12px;
	padding-bottom: 12px;
}

.contentTop {
	padding-top: 20px;
	padding-bottom: 5px;
	margin-bottom: 2px;
	border-bottom: 1px solid #e1e1e1;
}

.contentHeader {
	background: url(images/web/bg_interna.png) no-repeat center top;
	padding: 25px 15px 40px;
}

.contentHeader h1 {
	font-size: 28px;
	font-family: "gothamrounded-medium";
	margin: 0;
}

.contentBody {
	background: url(images/web/bg_lista2.png) no-repeat center bottom;
	padding-bottom: 30px;
	position: relative;
	display: block;
	width: 100%;
}

.contentBody .EDIT_bloque,
.contentBody .PRO_bloque,
.contentBody .faq_bloque {
	display: none;
}

.contentTop,
.contentHeader,
.contentBody,
.contentFooter {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.contentTop:after,
.contentHeader:after,
.contentBody:after,
.contentFooter:after {
	content: "";
	display: table;
	clear: both;
}

.contentFooter {
	padding-top: 1px;
	padding-bottom: 20px;
}

.breadcrumb {
	margin: 0 0 10px 0;
	padding: 0 0 15px;
	font: 11px/13px Arial !important;
	color: #ce0037;
	border-radius: 0;
	background: #fff;
}

.breadcrumb ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.breadcrumb li {
	display: inline-block;
	padding: 0 4px 0 13px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/web/bread.png) no-repeat left 2px;
}

.breadcrumb li:first-child {
	background: none;
	padding-left: 0;
}

.breadcrumb li a {
	color: #808080;
	text-decoration: none;
}

.breadcrumb a,
.breadcrumb a:hover {
	font: 13px/15px Arial;
	color: #504d3f;
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.btnLeft {
	display: none;
	margin: 0;
	float: left;
	position: relative;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	background: #333 url('images/web/menuicon.png') no-repeat right top;
}

.btnLeft:hover {
	cursor: pointer;
}

.btnLeft:after {
	content: '\f0c9';
	color: #fff;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
}

#submenubar,
nav.nav {
	background: #e5e6e6;
	padding-bottom: 5px;
	margin-bottom: 20px
}


/*precarga*/

#overlayLoading {
	background: url(images/web/bgoverlay.png) repeat;
	height: 9000px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5000;
}

#loading-ajax {
	background: url(images/modulos/overlay2.png) repeat;
	left: 0;
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 5000;
}

.loading-bg {
	background: url(images/modulos/preloading.gif) no-repeat center center;
	display: block;
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 4000;
}

.textLoading {
	color: #fff;
	display: table;
	text-align: center;
	margin: 0 auto;
	font: bold 26px Arial;
	top: 230px;
	position: relative;
}


/*MODULOS*/

.openForgot {
	float: left;
	color: #ce0037 !important;
}

.openForgot,
.openLogin,
.openUser,
.openUserUpdate,
.logout {
	cursor: pointer;
}

.loginForm {
	padding-right: 55%;
}

.close {
	color: #008bcb;
	font-size: 36px;
	font-weight: bold;
	margin-top: -20px !important;
	opacity: 9;
}

.help,
.help2,
.helphover {
	border: 1px #ce0037 solid;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	color: #ce0037;
	height: 20px;
	line-height: 20px;
	width: 20px;
	text-align: center;
	display: inline-block;
	position: relative;
}

.help {
	margin-left: 5px;
}

.helphover {
	border: 1px #999 solid;
	color: #999;
}

.tooltip2,
.tooltip3 {
	display: none;
	position: absolute;
	border: 1px solid #ce0037;
	background: #fff;
	color: #000;
	font: 12px Arial;
	padding: 10px;
	z-index: 1000;
	bottom: 25px;
	left: -10px;
	cursor: text;
	min-width: 42px
}

.tooltip2:after,
.tooltip2:before,
.tooltip3:after,
.tooltip3:before {
	top: 100%;
	left: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.tooltip2:after,
.tooltip3:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 12px;
	margin-left: -12px;
}

.tooltip2:before,
.tooltip3:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #ce0037;
	border-width: 14px;
	margin-left: -14px;
}

.ui-tooltip,
.arrow:after {
	background: #fff;
	border: 1px solid #ce0037;
}

.ui-tooltip {
	padding: 10px 20px;
	color: #585858;
	font: bold 12px Arial, Sans-Serif;
}

.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}

.arrow.top {
	top: -16px;
	bottom: auto;
}

.arrow.left {
	left: 20%;
}

.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.arrow.top:after {
	bottom: -20px;
	top: auto;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 0px;
}

.pagination li {
	display: inline;
}

.pagination li > a,
.pagination li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #ce0037;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
}

.pagination li:first-child > a,
.pagination li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}

.pagination li:last-child > a,
.pagination li:last-child > span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}

.pagination li > a:hover,
.pagination li > span:hover,
.pagination li > a:focus,
.pagination li > span:focus {
	color: #ce0037;
	background-color: #eee;
	border-color: #ddd;
}

.pagination .active > a,
.pagination .active > span,
.pagination .active > a:hover,
.pagination .active > span:hover,
.pagination .active > a:focus,
.pagination .active > span:focus {
	z-index: 2;
	color: #999;
	background-color: #f5f5f5;
	border-color: #ddd;
	cursor: default;
}

.pagination .disabled > span,
.pagination .disabled > span:hover,
.pagination .disabled > span:focus,
.pagination .disabled > a,
.pagination .disabled > a:hover,
.pagination .disabled > a:focus {
	color: #999;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
}

.pagination-lg li > a,
.pagination-lg li > span {
	padding: 10px 16px;
	font-size: 18px;
}

.pagination-lg li:first-child > a,
.pagination-lg li:first-child > span {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}

.pagination-lg li:last-child > a,
.pagination-lg li:last-child > span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}

.pagination-sm li > a,
.pagination-sm li > span {
	padding: 5px 10px;
	font-size: 12px;
}

.pagination-sm li:first-child > a,
.pagination-sm li:first-child > span {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}

.pagination-sm li:last-child > a,
.pagination-sm li:last-child > span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}

#nav_top .pagination,
#nav_bottom .pagination {
	float: right;
}

#nav_top {
	display: block;
	height: 80px;
	background: url(images/web/bg_interna.png) no-repeat center 50px;
}

#nav_bottom {
	display: block;
	height: 40px;
	position: relative;
}

.mapcanvas {
	width: 100%;
	height: 405px;
}

.nomapa {
	width: 100%;
	height: 405px;
	background: #f6f6f6 url(images/web/bg_map_nofound.png) no-repeat center center !important;
}

.loginModal .title1,
.forgotModal .title1,
.userModal .title1,
.recommendModal .title1 {}

.title .title1 {
	color: #ce0037;
	font: 22px/24px "gothamrounded-medium";
	margin: 0 6px 0 0;
}

.title .title2 {
	color: #ce0037;
	font: 22px/24px "gothamrounded-medium";
}

.ui-dialog {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.ui-widget-overlay {
	background: url(images/web/overlay.png) repeat;
	opacity: 0.5;
	width: 100%;
	height: 100%;
}

.ui-widget-header {
	background: none;
	border: none;
}

.ui-dialog-titlebar-close {
	width: 50px !important;
	height: 50px !important;
	border: none !important;
	background: url(images/web/ico_close.png) no-repeat center center !important;
}

.ui-dialog-titlebar-close .ui-icon-closethick {
	width: 50px !important;
	height: 50px !important;
	margin: 0;
	left: 0;
	top: 0;
}

.ui-dialog-titlebar-close .ui-button-text {
	width: 50px !important;
	height: 50px !important;
	padding: 0;
}

.ui-state-default .ui-icon {
	background: none !important;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button,
.ui-widget {
	font-family: Arial !important;
	font-size: 12px;
}

.ui-dialog .ui-dialog-content {
	padding: 0.5em 2em;
	border: none;
}

.ui-dialog .ui-dialog-titlebar {
	padding: 0 1em;
	position: relative;
}

.ui-dialog .ui-dialog-titlebar-close {
	z-index: 999;
}

.login-wrap {
	background: url(images/modulos/bg_login.jpg) no-repeat right top !important;
}

.login-wrap .control-label {
	line-height: 14px;
	padding-top: 3px;
}

.login-wrap .title {
	background: url(images/modulos/ico_login.png) no-repeat left 3px !important;
	padding: 0 0 0 80px !important;
	display: block;
	height: 65px;
	margin: 0;
}

.login-wrap legend {
	padding: 0 0 0 0 !important;
	display: block;
}

.login-wrap .openContrasena {
	color: #ce0037;
	margin-top: -10px;
}

.btn-file {
	position: relative;
	overflow: hidden;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

.req:after {
	color: #d00;
	width: 14px;
	padding: 0 5px 0 0;
	position: absolute;
	content: '(*)';
}

.req {
	/*background: url(images/modulos/req2.png) no-repeat center center;
	display: inline-block;
	height: 16px;
	width: 15px;*/
}

label .req:after,
.userModal .req:after {
	color: #d00;
	width: 14px;
	padding: 0 5px 0 0;
	position: absolute;
	content: '(*)';
	right: 0;
}

.frm .control-label {
	color: #666;
}

.frm legend {
	color: #666;
	font-size: 14px;
	font-weight: bold;
}

.frm .radio,
.frm .checkbox {
	font-size: 11px;
}

.frm_tema {}

.frm_tema:after {
	content: '\002A \002A';
	color: #d00;
	width: 10px;
	padding: 0 5px 0 0;
}

.frm .form-group .btn + .frm .form-group .btn,
.btn + .btn {
	margin: 0 0 0 5px;
}

.control-label {
	font-weight: bold;
}

.redesInterna {
	margin: 20px 0 30px 0;
}

.captchaText {
	font-size: 12px;
	line-height: 15px;
}

.caracteres {
	font-size: 11px;
}

#print-modal {
	background: #FFF;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -500px;
	padding: 0;
	width: 1068px;
	box-shadow: 0 0 20px #000;
	-moz-box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 10px #000;
}

#print-modal-content {
	margin: 68px 0;
	border: none;
	height: 100%;
	overflow: hidden;
	width: 100%;
}

#print-modal-controls {
	border: 1px solid #ccc;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	top: 15px;
	left: 50%;
	margin: 0 0 0 -81px;
	position: fixed;
	padding: 5px 0;
	background: rgba(250, 250, 250, 0.75);
}

#print-modal-controls a {
	color: #FFF;
	display: block;
	float: left;
	height: 32px;
	text-decoration: none;
	text-indent: -999em;
	width: 80px;
	margin: 0 !important;
}

#print-modal-controls a:hover {
	opacity: 0.75;
}

#print-modal-controls a.print {
	background: url(images/modulos/icon-print.png) no-repeat 50% 50% !important;
}

#print-modal-controls a.close {
	background: url(images/modulos/icon-close.png) no-repeat 50% 50% !important;
}

#captchadiv {
	width: 420px;
	margin: 0 auto;
}

.imageNot {
	text-align: center;
	width: 90%;
	margin: 0px 0px 10px;
}

.imageNot img {
	margin: 0 auto;
}

.botones {
	text-align: center;
}

.form-control::-moz-placeholder {
	color: #757575;
	opacity: 1;
}

.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
	color: #757575;
}

.modulo .lista {
	padding-left: 15px;
	padding-right: 15px;
}

.modulo .lista:after {
	clear: both;
	content: "";
	display: table;
}

.modulo .control-label {
	color: #ce0037;
	font-family: "gothamrrounded-bold";
	font-weight: normal;
	font-size: 13px;
	display: inline;
}

.modulo legend {
	color: #0370C2;
	font-size: 13px;
	font-weight: bold;
}

.modulo .resultados {
	color: #ce0037;
	text-align: center;
	font-family: "gothamrrounded-bold";
	font-weight: normal;
	font-size: 15px;
}

.modulo .resultados span {
	color: #ce0037;
}

.navegacion {
	text-align: right;
}

.modulo h2 {
	font-size: 18px;
}

.modulo h3 {
	font-size: 16px;
}

.modulo h4 {
	font-size: 14px;
}

.modulo h5 {
	font-size: 14px;
}

.modulo h6 {
	font-size: 14px;
}

.modulo .lista h2 {
	color: #ce0037;
	margin-top: 0px;
	margin-bottom: 20px;
}

.modulo .lista h2:after {
	display: table;
	content: "";
	clear: both;
}

.modulo .lista h3 {
	color: #ce0037;
	margin-top: 0px;
	margin-bottom: 10px;
}

.modulo .lista h3 a {
	color: #ce0037;
}

.modulo.bus .lista h3 {
	font-size: 20px;
}

.modulo .fecha {
	background: url(images/modulos/ico_calendar.png) no-repeat left center;
	padding-left: 28px;
	color: #585858;
	height: 24px;
	line-height: 24px;
}

.modulo .autor {
	background: url(images/modulos/ico2.png) no-repeat -2px 2px;
	padding-left: 20px;
	color: #585858;
	float: left;
	margin: 0 15px 0 0;
}

.modulo .fuente {
	background: url(images/modulos/ico2.png) no-repeat -2px -20px;
	padding-left: 20px;
	color: #585858;
	float: left;
}

.modulo .detalle .fecha {
	background: url(images/modulos/ico_calendar.png) no-repeat left center;
	color: #ce0037;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 30px;
}

.modulo .resumen,
.modulo .detalle,
.modulo .info {
	margin-bottom: 10px;
}

.modulo > .lista {
	margin: 0px 0 45px 0;
}

.modulo .vermas,
.modulo .recomendar {
	color: #ce0037;
	text-decoration: underline;
	font-family: "gothamrounded-medium";
	font-size: 16px;
}

.modulo .vermas:hover,
.modulo .recomendar:hover {
	text-decoration: none;
}

.modulo .recomendar {
	margin-left: 15px;
}

.modulo .pagination {
	margin-top: 0;
	margin-bottom: 0;
}

.modulo .navegacion {
	margin-bottom: 15px;
	color: #fff;
	font-family: "gothamrounded-medium";
}

.modulo .regresar:before {
	content: "\f053  ";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
}

.modulo .jerarquia {
	margin: 7px 0;
	color: #ce0037;
}

.modulo .jerarquia > ul {
	margin: 0;
	padding: 0;
}

.modulo .jerarquia ul {
	margin: 0 10px 0 0;
	padding-left: 0;
	display: inline-block;
}

.modulo .jerarquia ul ul {
	padding-left: 20px;
}

.modulo .jerarquia ul li:first-child ul {
	padding-left: 0;
}

.modulo .jerarquia li {
	list-style: none;
	display: inline-block;
}

.modulo .jerarquia li li {
	margin-left: 0;
}

.modulo .jerarquia > ul > li {
	list-style: none;
	background: url(images/web/separador2.png) no-repeat 0px 3px;
}

.modulo .jerarquia > ul > li:first-child {
	list-style: none;
	background: none;
}

.modulo .jerarquia > ul > li li:before {
	content: "  \f054  ";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	font-size: 9px;
	margin: 0 5px;
	color: #FF8317;
}

.modulo .jerarquia > ul > li li:first-child:before {
	content: " ";
	margin: 0;
}

.glyphicon-calendar:before {
	color: #ce0037;
}

.campoFecha {
	background-image: url(images/modulos/ico_calendar2.png) !important;
	background-repeat: no-repeat;
	background-position: right center;
}

.modulo .lista .item figure {
	overflow: hidden;
	max-height: 180px;
}

.modulo .detalle .info {
	margin-bottom: 30px;
	width: 100%;
}

.modulo .conte {
	margin-bottom: 30px;
}

.modulo .detalle .conte {
	width: 100%;
}

.modulo.not .detalle .conte {
	width: 100%;
	padding: 0;
}

.modulo .detalle .info:after,
.modulo .detalle .conte:after,
.modulo.not .detalle .conte:after {
	content: "";
	display: table;
	clear: both;
}

.modulo.gal .detalle .conte {
	margin-bottom: 0px;
}

.modulo .detalle .conte img {
	max-width: 100%;
}

.gal .lista h2 {
	max-width: inherit;
	clear: both;
}

.gal .lista h2:after,
.gal .lista h2:before {
	clear: both;
	content: "";
	display: table;
}

.modulo .comprar {
	float: right;
	padding: 0 70px 0 30px;
	margin-right: 5px;
	height: 42px;
	font: 14px/42px "gothamrounded-medium";
	display: block;
	background: #ce0037 url(images/modulos/cart.png) no-repeat right center;
	color: #fff;
}

.modulo .descargar {
	background: url(images/modulos/ico_descargar.png) no-repeat 2px 2px;
	color: #ce0037;
}

.modulo .descargar.pdf {
	background: url(images/modulos/ico_pdf.png) no-repeat left 2px;
}

.modulo .descargar.word {
	background: url(images/modulos/ico_word.png) no-repeat left 2px;
}

.modulo .descargar.excel {
	background: url(images/modulos/ico_excel.png) no-repeat left 2px;
}

.modulo .descargar.ppt {
	background: url(images/modulos/ico_ppt.png) no-repeat left 2px;
}

.opciones .compra {
	padding-left: 15px;
	margin-left: 15px;
	display: inline;
}

.modulo .detalle .descarga {
	display: table;
	width: 100%;
}

.modulo .detalle .descarga .descargar {
	float: right;
	margin: 0;
}

.modulo .lista .item {
	background-image: url(images/modulos/separador1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 15px;
	padding-bottom: 25px;
	margin-bottom: 10px;
	position: relative;
}

.modulo .lista .item .imagen img {
	max-width: 100%;
}

.modulo .relacionados h3 {
	font-size: 20px;
	color: #ce0037;
}

.relacionados {
	margin: 0 auto 50px;
	position: relative;
}

.relacionados .conte {
	background: #EFEFF0;
	padding: 10px;
}

.relacionados .lista {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.relacionados .lista > ul {
	width: 20000em;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.relacionados .lista > ul > li {
	list-style: none;
	width: 200px;
	height: 150px;
	float: left;
	border: 1px solid #fff;
	box-sizing: border-box;
	padding: 0 5px;
	position: relative;
}

.relacionados .lista img {
	display: block;
	width: 100%;
	height: auto !important;
}

.relacionados .lista figure {
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0;
}

.relacionados .lista div {
	position: absolute;
	z-index: 2;
	bottom: 10px;
	background: #000;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	padding: 5px;
	left: 0;
}

.relacionados .lista div a {
	color: #fff;
	font-size: 14px;
	line-height: 12px;
	font-weight: bold;
}

.relacionados .prev,
.relacionados .next {
	position: absolute;
	top: 60%;
	margin-top: -12px;
	width: 17px;
	height: 29px;
	z-index: 5;
	text-decoration: none;
	font-size: 60px;
	color: #ff8530;
}

.relacionados .prev:focus,
.relacionados .next:focus {
	outline: none;
}

.relacionados .prev {
	left: -30px;
}

.relacionados .next {
	right: -30px;
}

.relacionados .next.inactive,
.relacionados .prev.inactive {
	cursor: default;
	color: #ccc;
}

.facebook,
.twitter {
	margin: 15px 0;
}


/*comentarios*/

.widget .panel-body {
	padding: 0px;
}

.widget .list-group {
	margin-bottom: 0;
}

.widget .panel-title {
	display: inline
}

.widget .label-info {
	float: right;
}

.widget li.list-group-item {
	border-radius: 0;
	border: 0;
	border-top: 1px solid #ddd;
}

.widget li.list-group-item:hover {
	background-color: rgba(86, 61, 124, .1);
}

.widget .mic-info {
	color: #666;
	font-size: 11px;
}

.widget .action {
	margin-top: 5px;
}

.widget .comment-text {
	font-size: 12px;
}

.widget .btn-block {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.login-wrap legend,
.forgotForm legend,
.recommendForm legend,
.commentForm legend,
.abuseForm legend {
	margin: 0 0 20px;
	margin-top: -10px;
	position: relative;
	padding-top: 15px;
}

.login-wrap .title,
.forgotForm .title,
.recommendForm .title,
.commentForm .title,
.abuseForm .title {}

.comentar,
.comentarios .media-list {
	margin-bottom: 20px;
}

.comentarios .fecha {
	width: 40px;
	text-align: center;
}

.comentarios .anonimo h4,
.comentarios .usuario h4 {
	font-size: 14px;
	padding-left: 25px;
	height: 24px;
	line-height: 24px;
	background: url(images/modulos/user.jpg) no-repeat 0 center;
}

.comentarios .anonimo,
.comentarios .usuario {
	background: #F4F4F5;
	padding: 5px;
}

.comentarios .anonimo h4,
.comentarios .comentario h4 {
	font-size: 14px;
	padding-left: 25px;
	height: 24px;
	line-height: 24px;
	background: url(images/modulos/user.jpg) no-repeat 0 center;
}

.comentarios .anonimo,
.comentarios .comentario {
	background: #F4F4F5;
	padding: 5px;
}

.comentarios .subcomentario:after,
.comentarios .subcomentario:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
}

.comentarios .subcomentario:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #88b7d5;
	border-width: 30px;
	margin-left: -30px;
}

.comentarios .subcomentario:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #c2e1f5;
	border-width: 36px;
	margin-left: -36px;
}

.comentarios .subcomentario h4 {
	font-size: 14px;
	padding-left: 25px;
	height: 24px;
	line-height: 24px;
	background: url(images/modulos/user2.jpg) no-repeat 0 center;
}

.comentarios .subcomentario {
	background: #fff;
	padding: 5px;
	position: relative;
}

.comentarios .admin:after,
.comentarios .admin:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
}

.comentarios .admin:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #88b7d5;
	border-width: 30px;
	margin-left: -30px;
}

.comentarios .admin:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #c2e1f5;
	border-width: 36px;
	margin-left: -36px;
}

.comentarios .admin h4 {
	font-size: 14px;
	padding-left: 25px;
	height: 24px;
	line-height: 24px;
	background: url(images/modulos/user2.jpg) no-repeat 0 center;
}

.comentarios .panel-body {
	padding: 10px;
}

.comentarios .dia {
	font: bold 20px Arial;
	color: #393939;
	margin: 0 0 2px;
	display: block;
}

.comentarios .mes {
	font: bold 12px Arial;
	color: #393939;
	margin: 0 0 2px;
	display: block;
}

.comentarios .anio {
	font: 12px Arial;
	color: #393939;
	display: block;
}

.comentarios .mensaje {
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.comentarios .tiempo {
	color: #393939;
	padding: 0 0 0 8px;
}

.comentarios .megusta {
	color: #1abc9c;
	text-decoration: none;
	cursor: pointer;
}

.comentarios .nomegusta {
	color: #e74c3c;
	text-decoration: none;
	cursor: pointer;
}

.comentarios .valoracion {
	text-align: right;
}

.comentarios .valoracion a {
	margin: 0 7px 0 10px;
}

.comentarios .vertodo,
.comentarios .reportarAbuso {
	cursor: pointer;
}

.comentarios .vertodo {
	display: none;
}

.btnComentar {
	margin-bottom: 20px !important;
	margin-top: 10px !important;
}

.modulo .search {
	margin-bottom: 20px;
}

.modulo .search h2 {
	color: #fd7914;
}

.par .search2 {
	display: none;
}

.par .search > fieldset {
	margin-bottom: 30px
}

.par .search h1 {
	margin: 0 auto 40px;
	text-align: center;
}

.par .searchPar {
	margin: 0 auto 45px;
	height: 54px;
	width: 380px;
	border: 1px solid #bfbebe;
	background: #fff;
	border-radius: 5px;
	border: 3px solid #d5d5d5;
}

.par .searchPar input[type=text] {
	border: none;
	color: #706e6e;
	font: 14px/50px Arial;
	height: 50px;
	width: 84%;
	float: left;
	padding: 0 15px;
	background: transparent;
}

.par .searchPar input[type=image] {
	background: #ce0037;
	border: none;
	float: right;
	margin: 0 0 0 2px;
}

.par .searchPar input::-webkit-input-placeholder,
.par .searchPar input:-moz-placeholder,
.par .searchPar input::-moz-placeholder,
.par .searchPar input:-ms-input-placeholder {
	color: #706e6e !important;
	opacity: 1 !important;
}

.par .searchPar2 {
	display: table;
	margin: auto;
}

.par .searchPar2 a {
	font: 16px/32px "gothamrounded-medium";
	color: #ce0037;
	display: block;
	padding: 0 42px 0 0;
	background: url(images/modulos/ico-search2.png) no-repeat right center;
}

.par .lista .fecha {
	display: none;
}

.par .lista .descarga {
	margin: 20px 0 0;
}

.par .lista .resumen,
.par .detalle .conte {
	font-family: "gothamrounded-medium";
	font-size: 14px;
	font-weight: normal
}

.par .lista .name,
.par .detalle .name {
	font-size: 18px;
}

.par .detalle .status:after,
.par .lista .descarga:after {
	content: "";
	display: table;
	clear: both;
}

.par .detalle .status .col1 {
	float: left;
	width: 10%;
	margin-right: 2%;
}

.par .detalle .status .col2 {
	float: right;
	width: 88%;
}

.par .lista .top {
	display: table;
	width: 100%;
}

.par .lista h2 {
	margin: 0;
}

.par .lista .top h2 {
	float: left;
	width: 82%;
}

.par .contePar {
	margin: 10px 0px 20px;
	padding: 10px;
}

.par .resultados {
	padding-top: 10px;
	padding-bottom: 10px;
}

.par .lista .descargar {
	color: #666;
	float: left;
	padding: 0 0 0 23px;
	margin: 0 15px 10px 0;
	height: 23px;
}

.par .lista .descargar:hover {
	color: #ce0037;
}

.par .lista .autorFecha,
.par .lista .autorfecha {
	color: #575757;
}

.par .listaPar {
	margin: 10px 0px 20px;
	padding: 0;
}

.par .listaPar ul {
	margin: 0 0 0 15px;
	padding: 0;
}

.par .listaPar li {
	color: #ce0037;
	font-size: 13px;
	padding-left: 14px;
	margin-left: -12px;
	margin-bottom: 0;
	list-style-type: none;
	background: url(images/web/vineta1.png) no-repeat 0px 8px;
}

.par .listaPar li a {
	color: #ce0037;
	font-size: 13px;
}

.par .listaPar li a:hover {
	font-weight: bold;
}

.par .detalle .descargar {
	color: #fff;
	display: table;
	padding: 5px 10px 5px 35px;
	background: #ce0037 url(images/modulos/arrow6.png) no-repeat 5px center;
}

.par .detalle .descargar:hover {
	text-decoration: underline;
}

.par .anexos h2,
.par .anexos h3,
.par .documentos h2,
.par .documentos h3 {
	color: #fd7914;
}

.par .anexos h3 {
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	margin: 0;
	padding: 10px 10px 10px 20px;
	background: #ef9823 url(images/modulos/arrow1.png) no-repeat 270px center;
}

.par .anexos h3.estadocerrar {
	background: #ef9823 url(images/modulos/arrow2.png) no-repeat 270px center;
}

.par .documentos h3 {
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	margin: 0;
	padding: 10px 10px 10px 20px;
	background: #ef9823;
}

.par .listaAnexos {
	display: none;
	margin-top: 10px;
}

.par .opciones {
	margin-bottom: 10px;
}

.par .opciones:after {
	display: table;
	content: "";
	clear: both
}

.par .anexos ul,
.par .documentos ul {
	margin: 0;
	padding: 0;
}

.par .anexos li,
.par .documentos li {
	padding: 8px 20px 8px 45px;
	list-style-type: none;
	color: #ce0037;
	line-height: 1.2em;
	margin-bottom: 5px;
	list-style-type: none;
	background: url(images/web/vineta1.png) no-repeat 28px 16px;
}

.par .anexos li:nth-child(odd),
.par .documentos li:nth-child(odd) {
	background-color: #ECECEC;
}

.par .anexos li:nth-child(even),
.par .documentos li:nth-child(even) {
	background-color: #fff;
}

.par .anexos li a,
.par .documentos li a {
	color: #ce0037;
	display: block;
	background: url("images/modulos/arrow3.png") no-repeat right center;
	min-height: 21px;
	line-height: 21px;
	padding: 0 20px 0 0;
}

.par .anexos li a:hover,
.par .documentos li a:hover {
	color: #ce0037;
	background: url("images/modulos/arrow4.png") no-repeat right center;
	text-decoration: underline;
}

.eve .search ul,
.eve .search ol,
.eve .search li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.eve .search .anyo {
	text-align: right;
}

.eve .search .anyoLabel {
	height: 24px;
	line-height: 24px;
	display: inline-block;
}

.eve .anyoSlider {
	width: 50px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.eve .anyoSlider ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 50px;
	height: 24px;
	line-height: 24px;
	position: relative;
}

.eve .anyoSlider ul:after {
	display: table;
	content: "";
	clear: both;
}

.eve .anyoSlider li {
	list-style: none;
	margin: 7px 0 0;
	padding: 0;
	float: left;
	width: 50px;
	text-align: center;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	font-size: 16px;
}

.eve .anyoSlider li a {
	color: #333;
}

.eve .search .prev,
.eve .search .next {
	color: #ce0037;
	font-size: 24px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
	width: 20px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}

.eve .search .next.disabled,
.eve .search .prev.disabled {
	text-indent: -5000px;
}

.eve .search .calendario {
	margin-bottom: 25px;
}

.eve .search .temas {
	margin-bottom: 15px;
}

.eve .search .meses .active,
.eve .search .meses .active a,
.eve .search .meses .active a:hover {
	color: #ce0037;
	background: url(images/modulos/bg_mes2.png) no-repeat center 3px;
}

.eve .search .dias .active,
.eve .search .dias .active a,
.eve .search .numeros .active,
.eve .search .numeros .active a,
.eve .search .numeros .active a:hover {
	color: #fff;
	font-weight: bold;
	background: #D57182;
}

.eve .search li {
	display: inline-block;
	text-align: center;
}

.eve .search .meses {
	text-align: center;
	background: url(images/modulos/bg_mes.png) repeat-x center center;
	position: relative;
	z-index: 2;
}

#eve-dias {
	position: relative;
	z-index: 1;
}

.eve .search .meses li {
	width: 40px;
	margin: 0 5px;
	color: #fff;
	font: bold 14px/46px Arial;
}

.eve .search .meses li a {
	color: #fff;
	text-decoration: none;
}

.eve .search .dom,
.eve .search .dom a {
	color: #ce0037 !important;
}

.eve .search .dias {
	text-align: center;
	margin-top: -7px;
}

.eve .search .numeros {
	text-align: center;
	background: #e1e1e1;
}

.eve .search .dias li {
	width: 16px;
	font: 11px/30px Arial;
}

.eve .search .numeros li {
	width: 16px;
	font: 12px/30px Arial;
}

.eve .search .dias li a,
.eve .search .numeros li a {
	color: #666;
	text-decoration: none;
}

.eve .search .meses li a:hover {
	text-decoration: underline;
	color: #fff;
}

.eve .search .dias li a:hover,
.eve .search .numeros li a:hover {
	text-decoration: underline;
	color: #ce0037;
}

.eve .search .dias li a,
.eve .search .numeros li a {
	color: #666;
	text-decoration: none;
}

.eve .lista .item .resumen strong,
.eve .detalle .info strong {
	color: #ce0037;
}

.eve .lista .item .opciones {
	text-align: right;
}

.eve .region,
.eve .lugar {
	padding-left: 28px;
	list-style-type: none;
	background: url(images/web/vineta1.png) no-repeat 10px 8px;
	position: relative;
}

.eve .lista .past {
	background-color: #f6f6f6;
}

.eve .lista .past h3,
.eve .lista .past h3 a,
.eve .past .region strong,
.eve .past .lugar strong,
.eve .lista .past .fecha,
.eve .lista .past p,
.eve .lista .past .fecha,
.eve .detalle.past .fecha,
.eve .past .categoria {
	color: #909090 !important;
}

.eve .lista .past h2,
.eve .lista .past h3 {
	background-image: url(images/modulos/ico_past.png);
	background-repeat: no-repeat;
	background-position: right 0;
	padding-right: 55px;
	min-height: 31px;
}

.eve .detalle .region,
.eve .detalle .lugar {
	padding-left: 18px;
	margin-left: 28px;
	margin-bottom: 5px;
	list-style-type: none;
	position: relative;
	background: url(images/web/vineta1.png) no-repeat 5px 6px;
}

.eve .detalle .lugar {
	margin-bottom: 25px;
}

.eve .detalle .info {
	padding: 20px 10px 10px;
	background: #f9f9f9 url(images/modulos/bg_eve_detalle.png) no-repeat center top;
	position: relative;
}

.eve .detalle .info:after {
	content: " ";
	display: block;
	height: 20px;
	width: 100%;
	position: absolute;
	bottom: -20px;
	left: 0;
	background: url(images/modulos/bg_eve_detalle2.png) no-repeat center top;
}

.eve .detalle .region strong,
.eve .detalle .lugar strong {
	color: #666;
}

.eve .detalle .categoria {
	background: url(images/modulos/ico_categoria.png) no-repeat 7px center;
	color: #ce0037;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 30px;
}

.eve .detalle .categoria span {
	font-weight: normal;
	color: #575757;
}

.eve .past .categoria span {
	font-weight: normal;
}

.eve .detalle .categoria:after {
	clear: both;
}

.eve .conte {
	padding: 0 30px;
}

.gal .lista .item {
	float: left;
	width: 290px;
	margin: 20px 5px;
	padding: 0;
	background: 0 0
}

.gal .lista .item .imagen {
	display: block;
	height: 245px;
	width: 290px;
	position: relative
}

.gal .lista .item .bloque {
	width: 100%;
	background: #f5f5f5;
	padding-bottom: 5px
}

.gal .lista .item .imagen figure {
	height: 245px;
	width: 290px;
	overflow: hidden;
	position: relative;
	z-index: 1
}

.gal .lista .item .imagen figure a {
	display: block;
	height: 245px;
	width: 290px
}

.gal .lista .item .imagen h3 {
	width: 100%;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	margin: 0;
	background: url(images/web/overlay.png) repeat;
	color: #fff;
	padding: 20px 10px;
	text-align: center;
	font: 700 18px/20px Arial
}

.gal .lista .item .imagen h3 a,
.gal .lista .item .imagen h3 a:hover {
	display: block;
	color: #fff!important;
	text-decoration: none
}

.gal .lista .item .imagen h3:hover {
	color: #fff!important;
	background: url(images/web/overlay.png) repeat;
}

.gal .lista .detalle,
.gal .lista .info,
.gal .lista .resumen {
	margin: 0
}

.gal .lista .info {
	display: none
}

.gal .lista .resumen {
	height: 80px;
	width: 100%;
	margin: 5px 0;
	padding: 0 5px;
	line-height: 20px;
	overflow: hidden
}

.gal .lista .opciones {
	text-align: center;
	text-transform: uppercase
}

.gal .lista .opciones a {
	color: #ce0037;
	font: 700 11px/20px Arial;
	text-transform: uppercase
}

.gal.modulo .lista .item {
	background: 0 0
}

.gal .galeria {
	text-align: center;
}

.gal .galeria .box {
	text-decoration: none;
	vertical-align: top;
	min-height: 140px;
}

.gal .galeria .box a {
	width: 100%;
	display: inline-block;
	position: relative;
	min-height: 90px;
}

.gal .galeria .box img {
	width: 100%;
	height: auto;
	border: none;
}

.gal .galeria .box figcaption {
	color: #ce0037;
	margin: 10px 0 10px 0;
	text-shadow: 1px 1px 0 #FFF;
	font: bold 13px Arial, sans-serif;
}

.gal .galeria .descCorta {
	font: 12px Arial, sans-serif;
	margin: 0;
	padding-bottom: 50px
}

.faq .lista h2 {
	margin-bottom: 40px;
}

.faq_titulo {
	cursor: pointer;
	padding: 0 25px;
	margin: 20px 0;
	background: url(images/web/arrow3.png) no-repeat 0 2px;
	position: relative;
}

.faq_titulo p {
	color: #ce0037;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	text-align: left;
}

.faq_titulo.down {
	background: url(images/web/arrow3.png) no-repeat -980px 2px;
}

.faq_titulo.down * {
	color: #ce0037;
}

.faq_bloque {
	padding: 0 25px 10px;
	margin: 20px 0;
	position: relative;
}

.faq_conte {
	padding: 0 0 10px
}

.faq_conte p {
	text-align: left;
}

.faq_titulo:before {
	content: " ";
	display: block;
	height: 20px;
	width: 100%;
	position: absolute;
	top: -20px;
	left: 0;
	background: url(images/web/bg_programatica.png) no-repeat center center;
}

.faq .lista .item {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0;
	margin-bottom: 0;
	position: relative;
}

.faq_califica {
	padding: 15px 20px;
	background: #f3f3f3;
}

.faq .descripcion {
	color: #333;
	font-weight: bold;
	display: inline-block;
	margin: 0 25px 0 0;
}

.faq .opciones {
	display: inline-block;
	font-size: 12px;
	line-height: 22px;
}

.faq .opciones label {
	color: #333;
	margin: 0 10px;
}

.faq .mensaje {
	color: #333;
	font-style: italic;
	clear: both;
	margin: 0;
}

.abecedario {
	display: block;
	background: #0068bb;
	margin: 0 0 20px !important;
	padding: 0 0 !important;
	text-align: center;
}

.abecedario li {
	display: inline;
	margin: 0 5px;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
}

.abecedario li.active {
	background: #ff8530;
	padding: 0 7px;
	display: inline-block;
}

.abecedario li a {
	color: #fff;
	text-decoration: none;
}

.abecedario li a:hover {
	text-decoration: underline;
}

.glosario .titulo {
	font-size: 14px;
	font-weight: bold;
	color: #0068bb;
}

.glosario .resaltado {
	background: #ffff99;
	padding: 2px 3px;
}

.PRO_titulo {
	cursor: pointer;
	padding: 0 25px;
	margin: 20px 0;
	background: url(images/web/arrow3.png) no-repeat 0 2px;
	position: relative;
}

.PRO_titulo * {
	margin: 0;
	color: #4DADDF;
	font-size: 20px;
}

.PRO_titulo.down {
	background: url(images/web/arrow3.png) no-repeat -960px 2px;
}

.PRO_titulo.down * {
	color: #fd7914;
}

.PRO_bloque {
	padding: 0 25px 10px;
	margin: 20px 0;
	position: relative;
}

.PRO_titulo:before {
	content: " ";
	display: block;
	height: 20px;
	width: 100%;
	position: absolute;
	top: -20px;
	left: 0;
	background: url(images/web/bg_programatica.png) no-repeat center center;
}

.searchBtn {
	margin-bottom: 15px;
}

.btnBusqueda {
	cursor: pointer;
}

.btnBusqueda2 {
	cursor: pointer;
	margin-left: 15px;
}

.map ul,
.map li {
	list-style: none;
	margin-bottom: 10px;
}

.map > ul {
	margin-left: 0;
	padding-left: 0;
}

.map > ul > li {
	margin-bottom: 25px;
}

.map > ul > li > ul > li {
	margin-bottom: 15px;
}

.map li ul {
	margin-top: 15px;
	margin-left: 0;
}

.map li {
	padding: 0;
	margin-left: 0 !important;
	font-size: 16px;
	color: #706e6e;
	font-family: "gothamrounded-book";
}

.map li a,
.map li a:hover {
	color: #706e6e;
}

.map li li {
	font-size: 16px;
	color: #555;
	background: url(images/modulos/map2.png) no-repeat left 5px;
	padding: 0 0 0 15px;
}

.map li li a,
.map li li a:hover {
	color: #555;
}

.map li li li {
	font-size: 15px;
	line-height: 17px;
	color: #666;
	background: url(images/modulos/map3.png) no-repeat left 4px;
	padding: 0 0 0 15px;
}

.map li li li a,
.map li li li a:hover {
	color: #666;
}

.map li li li li {
	font-size: 14px;
	color: #777;
	background: url(images/modulos/map4.png) no-repeat left 4px;
	padding: 0 0 0 15px;
}

.map li li li li a,
.map li li li li a:hover {
	color: #777;
}

.map li li li li li {
	font-size: 13px;
	color: #888;
	background: url(images/modulos/map5.png) no-repeat left 5px;
	padding: 0 0 0 15px;
}

.map li li li li li a,
.map li li li li li a:hover {
	color: #888;
}

.map li li li li li li {
	font-size: 13px;
	color: #888;
	background: url(images/modulos/map6.png) no-repeat left 4px;
	padding: 0 0 0 15px;
}

.map li li li li li li a,
.map li li li li li li a:hover {
	color: #888;
}

.map li li li li li li li {
	font-size: 12px;
	color: #888;
	background: url(images/modulos/map7.png) no-repeat left 4px;
	padding: 0 0 0 15px;
}

.map li li li li li li li a,
.map li li li li li li li a:hover {
	color: #888;
	font-weight: normal;
	text-decoration: underline;
}

.map .new {
	background: url(images/modulos/nuevo.png) no-repeat left center;
	margin: 0 5px;
	display: inline-block;
	width: 57px;
	height: 19px;
}

.bol .description {
	background: #f1f3f7;
	display: table;
	width: 100%;
	margin-bottom: 20px;
}

.userSesion {
	text-align: right;
}

.highlight {
	background: #ff0;
}

.contentTop h1 {
	font: 34px/38px "sanchez-regular";
	margin: 0 0 25px 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #ccc;
}

.btn-primary,
.btn-primary:hover,
button.btn-primary {
	background-color: #ce0037;
	border-color: #ce0037;
	color: #fff;
	font-weight: normal !important;
	font-size: 14px;
	margin-left: 3px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background-color: #ce0037;
	border-color: #ce0037;
	color: #fff;
	font-weight: normal !important;
}

.img-thumbnail {
	border: none;
	padding: 0;
}

.socialDetail {
	display: table;
}

.socialItem {
	float: left;
	margin: 0 5px;
}

.obligatorio {
	color: #cd3354;
	position: relative;
	margin: 0 auto;
	display: table;
}

.obligatorio:before {
	content: '(*)';
	color: #d00;
	width: 14px;
	padding: 0 0px 0 15px;
	position: absolute;
	left: -35px;
}

.control-label {
	position: relative;
}

.overlayMenu {
	opacity: 0.9;
	background: #019A47;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	height: 100%;
	width: 100%;
}

.programatica {
	margin: 30px 0;
	position: relative;
}

.programatica .menupro ul {
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.programatica .menupro {
	margin: 0 auto 45px;
	position: relative;
}

.programatica:after,
.programatica .menupro:after {
	content: "";
	display: table;
	clear: both
}

.programatica .menupro .menuprolista {
	position: relative;
	width: 600px;
	margin: 0 auto;
	overflow: hidden;
	height: 75px;
}

.programatica .menupro li {
	position: relative;
	width: 110px;
	height: 60px;
	padding: 0 5px;
	margin: 0 5px;
	float: left;
	list-style: none;
	background: #484848;
	border-radius: 15px;
	display: table;
}

.programatica .menupro li a {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	width: 160px;
	height: 60px;
	font: 13px/16px "sanchez-regular";
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.programatica .menupro li a span {
	display: block;
	position: relative;
	overflow: hidden;
	max-width: 160px;
	max-height: 50px;
}

.programatica .menupro li:hover,
.programatica .menupro li.active {
	background: #ce0037;
	color: #fff;
}

.programatica .menupro li:hover a,
.programatica .menupro li.active a {
	color: #fff;
}

.programatica .menupro li.active:after,
.programatica .menupro li:hover:after {
	content: "";
	position: absolute;
	bottom: -14px;
	left: 42%;
	border-style: solid;
	border-width: 15px 15px 0;
	border-color: #ce0037 transparent;
	width: 0;
	z-index: 1;
}

.contentWrap {
	padding: 0 0;
}

.proTab {
	display: none;
	width: 100%;
	clear: both;
}

.proTab.active {
	display: block;
	width: 100%;
	clear: both;
}

.menupro .prev,
.menupro .next {
	border: none;
	color: #ce0037;
	height: 40px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-indent: -5000px;
	top: 10px;
	width: 24px;
}

.menupro .prev {
	background: url("images/modulos/arrow7.png") no-repeat left center;
	left: 0;
}

.menupro .next {
	background: url("images/modulos/arrow7.png") no-repeat right center;
	right: 0;
}

.field-validation-error {
	color: #FF0000;
	font-size: 11px;
}

#grid-list {
	z-index: 2;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main .EDIT_redesFlotante {
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 250px;
	z-index: 9999;
}

.EDIT_zonaPie {
	border: none;
}

.EDIT_zonaPie1,
.EDIT_zonaPie2 {
	background: none;
}

.ico_biblioteca {
	background: #ce0037 url("images/web/ico_biblioteca.png") no-repeat right bottom !important;
	color: #fff;
	margin: 10px;
	padding: 10px;
	font: bold 30px 'sanchez-regular', sans-serif;
	position: relative;
	display: block;
}

.menu_bar {
	display: none
}

.btn-par-normas {
	width: 50px;
	height: 48px;
	background: #ce0037 url("images/modulos/search2.png") no-repeat center center !important;
	border: none;
	text-indent: -5000px;
	float: right;
	margin: 0 0 0 2px;
}

.btn-par-normas2 {
	font: 16px/32px "gothamrounded-medium";
	color: #fff;
	background: #ce0037;
	border: none;
	margin: 20px auto;
	width: 200px;
	display: block;
}

ul.nav > li.ico1 {
	background: url(images/web/ico_quienes.png) no-repeat 7px 5px;
	padding-left: 45px !important;
}

ul.nav > li.ico2 {
	background: url(images/web/ico_prod.png) no-repeat 7px 5px;
	padding-left: 45px !important;
}

ul.nav > li.ico3 {
	background: url(images/web/ico_cat_ntp.png) no-repeat 7px 5px;
	padding-left: 45px !important;
}

ul.nav > li.ico4 {
	background: url(images/web/ico_cat_biblio.png) no-repeat 7px 5px;
	padding-left: 45px !important;
}

ul.nav > li.ico5 {
	background: url(images/web/ico_rec_inf.png) no-repeat 7px 5px;
	padding-left: 45px !important;
}

ul.nav > li.ico6 {
	background: url(images/web/ico_tie_vir.png) no-repeat 7px 5px;
	padding-left: 45px !important;
}

ul.nav > li.ico7 {
	background: url(images/web/ico_reg_cid.png) no-repeat 7px 5px;
	padding-left: 45px !important;
}

ul.nav > li.ico8 {
	background: url(images/web/ico_portl_ins.png) no-repeat 7px 5px;
	padding-left: 45px !important;
}

ul.nav > li.active {
	padding-left: 0
}

ul.nav > .open.icobiblio > a,
ul.nav > .open.icobiblio > a:hover,
ul.nav > .open.icobiblio > a:focus {
	background: transparent !important;
	color: #ce0037
}

.ect .item .ect_titulo {
	margin: 0 0 15px;
}

.ect .item .ect_titulo p {
	color: #ce0037;
	font-size: 16px;
	font-family: "gothamrounded-medium";
	margin: 0
}

.ect .item .ect_bloque {
	margin: 0 0 10px;
}

.ect .item .ect_bloque ul,
.ect .item .ect_bloque li,
.ect .item .ect_bloque p,
.ect .item .ect_resultado li,
.ect .item .ect_resultado ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.ect .item .ect_bloque li {
	margin: 0 0 10px;
}

.ect .item .ect_bloque input[type=button],
.ect .item .ect_bloque input[type=submit] {
	background-color: #ce0037;
	border-color: #ce0037;
	color: #fff;
	font-weight: normal !important;
	font-size: 14px;
	margin: 0 10px 0 0;
	padding: 5px 20px;
	border: 0
}

.ect .item .ect_bloque input[type=submit]:hover {
	background-color: #ce0037;
	border-color: #ce0037;
	color: #fff;
	font-weight: normal !important;
}

.ect .item .ect_resultado li {
	padding: 0 0 0 15px;
	margin: 0 0 10px;
	list-style-type: none;
	background: url(images/modulos/vineta-ect.png) no-repeat 0px 3px;
	display: block;
}

.ect .item .ect_resultado li p {
	margin: 0
}

.modal-dialog {
	position: fixed;
	margin: 0 !important;
}

.bootstrap-dialog-message img {
	width: 100%;
	height: inherit;
}

.bootstrap-dialog-close-button button {
	display: block;
	padding-top: 15px;
	color: #9A0029;
	font-size: 1.4em;
}

.modal-header {
	padding: 5px;
	background-image: linear-gradient(#e90449, #ce0037 90%);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	color: #ce0037;
}

#menu > ul > li > a.mitemlargo {
	line-height: 18px;
}

.clearfix:after {
	display: table;
	content: "";
	clear: both
}

#home-slider-4 .EDIT_item .image img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

#home-slider-4 .EDIT_item .image:hover img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	padding-bottom: 56.25%
}

.embed-video-item {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.owl-theme .owl-controls{ margin: 0 }
/*
@media (min-width: 1200px) {
	.header .content,
	.main .content,
	.menu, 
	.homeContent,
	.homeContainer,
	.homeZoneBox3,
	.footer .content {
		width: 1040px;
	}  
}*/

@media screen and (min-width: 1024px) {
	#menu > ul > li > a,
	#menu > ul > li > a:hover,
	#menu > ul > li > a:focus,
	#menu > ul > li > a:active {
		font-family: "gothamrounded-medium";
		font-weight: bold;
		font-size: 14px;
		line-height: 58px;
		white-space: normal;
		vertical-align: middle;
		height: 58px;
		padding-top: 0;
		padding-bottom: 0;
		width: 100%
	}
	#menu > ul > li {
		height: 58px;
	}
}

@media screen and (max-width: 1400px) {
	.headerBanner img {
		width: 100%;
	}
}

@media screen and (max-width: 1020px) {
	.EDIT_zonaNormalizacion,
	.EDIT_zonaAcreditacion,
	.EDIT_zonaMetrologia,
	.EDIT_zonaNormalizacion img,
	.EDIT_zonaAcreditacion img,
	.EDIT_zonaMetrologia img {
		width: 100% !important;
	}
	.header .content,
	.footer .content,
	.main-container,
	.homeContent,
	.main .content,
	.home,
	.menu {
		width: auto;
	}
	.homeContent {
		padding-left: 15px;
		padding-right: 15px
	}
	.EDIT_zonaAcreditacion .ImgModules,
	.EDIT_zonaMetrologia .ImgModules,
	.EDIT_zonaNormalizacion .ImgModules,
	.modules {
		height: auto;
	}
}

@media screen and (max-width: 900px) {
	.homeZoneBox1,
	.homeZoneBox2,
	.homeZoneBox3,
    .homeZoneBox3tv,
	.homeZoneBox4,
	.homeZoneBox5,
	.homeBannerBox,
	.homeBannerBox2 {
		width: auto;
		margin-bottom: 50px;
	}
	.footer {
		position: relative !important;
		z-index: 1;
	}
	#menu > ul {
		width: 100%;
	}
	#menu > ul > li > a,
	#menu > ul > li > a:hover,
	#menu > ul > li > a:focus,
	#menu > ul > li > a:active,
	#menu > ul > li,
	#menu > ul > li:hover {
		height: auto;
		line-height: 20px;
	}
	.header .fila .content {
		padding: 0;
	}
	.header .left,
	.header .right {
		float: none;
		width: 100%;
		padding: 15px;
	}
	.header .right {
		filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e90449', endColorstr='#ce0037');
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e90449', endColorstr = '#ce0037')";
		background-image: -moz-linear-gradient(#e90449, #ce0037 90%);
		background-image: -ms-linear-gradient(#e90449, #ce0037 90%);
		background-image: -o-linear-gradient(#e90449, #ce0037 90%);
		background-image: -webkit-gradient(linear, center top, center bottom, from(#e90449), to(#ce0037));
		background-image: -webkit-linear-gradient(#e90449, #ce0037 90%);
		background-image: linear-gradient(#e90449, #ce0037 90%);
	}
	.header .logo {
		float: left;
		margin: 0;
		width: 80%;
	}
	.header .social {
		height: auto;
		position: relative;
		right: auto;
		top: inherit;
		margin-bottom: 20px;
		display: none;
	}
	.header .search {
		height: auto;
		position: relative;
		right: auto;
		top: inherit;
		border: 3px solid #bfbebe;
		float: none;
		width: 100%;
		background: none;
		height: 32px;
		background: #fff;
		padding: 0;
	}
	.header .left:after,
	.header .right:after,
	.header .search:after {
		content: "";
		display: table;
		clear: both;
	}
	.header .search input[type=text] {
		font-size: 1em;
		height: auto;
		width: 85%;
		border: none;
		font-weight: bold;
		outline: none;
	}
	.header .logo img,
	.header .content {
		width: auto;
	}
	.header .logo img {
		max-width: 100%;
	}
	.fila:first-child {
		margin-right: 0;
	}
	.contacto {
		position: relative;
		right: 0;
		top: 0;
		z-index: 5;
		display: block;
		width: 100%;
		text-align: left;
		display: none;
	}
	.language {
		position: absolute;
		left: 0px;
		top: 10px;
		background: none;
	}
	.language a {
		font-size: 16px;
	}
	.row {
		position: relative;
	}
	.menuWrap {
		display: none;
		margin-bottom: 20px;
	}
	.menu {
		width: 100%;
		float: none;
		display: block;
		height: auto;
	}
	.submenu {
		position: relative;
		right: auto;
		top: inherit;
		display: table;
		margin: auto;
	}
	.btn-menu-responsive {
		display: block;
	}
	.menubtn {
		display: block;
		margin: 0;
		float: right;
		text-indent: -9999px;
		width: 40px;
		height: 40px;
	}
	.home {
		background: #F9F9F9;
		display: block;
		margin: 0;
		top: 0;
	}
	.homeContent {
		width: auto;
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
	}
	.homeNews2 {
		float: none;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.homeNews {
		float: none;
		width: 100%;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.homeNewsTitle {
		margin: 0 auto 15px;
		width: auto;
	}
	.breadcrumb {
		font-size: 1em;
		margin: 0 -15px 10px;
	}
	.btnBusqueda2 {
		cursor: pointer;
		margin: 20px 0 0 0;
	}
	#submenubar,
	nav.nav {
		float: left;
	}
	.btnLeft {
		display: none;
		float: none;
	}
	.sidebar {
		position: absolute !important;
		top: 40px;
		z-index: 20;
		display: none;
		margin: 0;
		float: none;
		width: 0;
	}
	.facebook,
	.twitter,
	.sidebar .title,
	.redesInterna,
	.tools,
	.toolsFooter {
		display: none;
	}
	.sidebar + div.contents {
		width: 100%;
		display: block;
		margin-right: auto;
		margin-left: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	.contentTop,
	.contentBody,
	.contentFooter,
	.comments {
		margin-right: auto;
		margin-left: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer-body .content,
	.footer-bottom .content {
		padding: 2%;
		width: auto;
	}
	.carouselItems {
		width: auto;
		padding: 0 20px;
	}
	.carouselItems .prev {
		left: 5px;
	}
	.carouselItems .next {
		right: 5px;
	}
	.mapcanvas {
		height: 350px !important;
	}
	.modulo.not .detalle .conte {
		padding: 0;
	}
	.main .content,
	.homeContainer,
	.headerBanner img,
	.modulo .detalle .conte img,
	.frm .form-control {
		width: 100%;
	}
	.modulo .control-label {
		display: table;
	}
	.modulo .lista .item .imagen img {
		width: 100%;
		max-width: none;
	}
	.req::after {
		right: 0px;
		top: 0px;
	}
	#recaptcha_area {
		margin: 0 auto;
		display: table;
	}
	.gal .galeria {
		text-align: center;
	}
	.relacionados .prev,
	.relacionados .next {
		background: #4E443C;
		border-radius: 60px;
		padding: 0 5px;
		width: 40px;
		height: 40px;
		line-height: 30px;
		text-align: center;
		box-shadow: 0 0 4px #F0EFE7;
	}
	.relacionados .prev {
		left: 5px;
	}
	.relacionados .next {
		right: 5px;
	}
	.programatica .menupro {
		margin: 0 auto 30px;
	}
	.programatica .menupro .menuprolista {
		width: 100% !important;
		height: auto !important;
	}
	.programatica .menupro ul {
		width: 100% !important;
		left: 0 !important;
	}
	.programatica .menupro li {
		width: 50%;
		height: 60px;
		max-height: 60px;
		margin: 0;
		border: 1px solid #fff;
	}
	.programatica .menupro li a {
		width: 100%;
		height: 60px;
		font: 13px/15px "sanchez-regular";
	}
	.programatica .menupro li a span {
		width: 100%;
		max-width: 100%;
	}
	.programatica .menupro li.active:after,
	.programatica .menupro li:hover:after {
		border-width: 0 0 0;
	}
	.contentWrap {
		padding: 0 0;
	}
	.EDIT_zonaPie1 {
		margin: 0 auto 20px;
		display: table;
		float: none;
		width: 100%;
	}
	.EDIT_zonaPie1 ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.EDIT_zonaPie2 {
		width: 100%;
		display: block;
		float: none;
		font-family: Arial, Helvetica, sans-serif;
	}
	.EDIT_redes {
		text-align: left;
	}
	.EDIT_redes p {
		display: inline-block;
	}
	.EDIT_tabla1,
	.EDIT_tabla2 {
		width: 100%;
		padding: 0px 0;
	}
	.EDIT_columna,
	.EDIT_columna1,
	.EDIT_columna2,
	.EDIT_columna3,
	.EDIT_columna4 {
		float: none;
		width: 100%;
		padding: 0;
		margin-right: 0;
		margin-left: 0;
		border: 0;
	}
	.EDITF_subtitulo1 {
		font-size: 20px;
	}
	.EDIT_zonaAcreditacion .ImgModules,
	.EDIT_zonaMetrologia .ImgModules,
	.EDIT_zonaNormalizacion .ImgModules,
	.homeNewsLink,
	.modules {
		height: auto;
	}
	.homeNewsList {
		height: auto;
		margin: 0 0 20px;
	}
	.homeNewsLink .prevNews,
	.homeNewsLink .nextNews,
	.searchBtn .help,
	.searchBtn .help2,
	.menupro .prev,
	.menupro .next {
		display: none;
	}
	.homeZoneBox .zoneBox,
	.homeContent .homeZoneBox .zoneBox {
		width: 50%;
		margin-right: 0;
	}
	#menu > ul > li > a {
		border-bottom: 1px solid rgba(255, 255, 255, .4);
	}
	.prevNews {
		left: 60%;
	}
	.nextNews {
		left: 65%;
	}
	.par .searchPar {
		width: auto;
	}
	.par .searchPar input[type="text"] {
		width: 70%;
	}
	.par .searchPar2 a {
		font: 13px/20px "gothamrounded-medium";
	}
	.btnBusqueda2 {
		margin-bottom: 5px;
		margin-top: 0;
	}
	.btnBusqueda {
		margin-bottom: 5px;
		margin-left: 0;
	}
}

@media screen and (max-width: 768px) {
	.homeContent{ padding-top: 0 }
	.homeZoneBox2 .zoneBox,
	.homeZoneBox1 .zoneBox,
	.homeBannerBox .bannerBox {
		width: 31%
	}
	.EDIT_homeVideo .video,
	.EDIT_homeVideo .text {
		padding: 0;
		float: none;
		border: none
	}
	.EDIT_homeVideo .video,
	.EDIT_homeVideo .text {
		width: 98%;
		padding: 0
	}
	#home-slider-3 .owl-controls .owl-buttons div.owl-next,
	#home-slider-2 .owl-controls .owl-buttons div.owl-next {
		right: -10px
	}
	#home-slider-3 .owl-controls .owl-buttons div.owl-prev,
	#home-slider-2 .owl-controls .owl-buttons div.owl-prev {
		left: -10px
	}
	#home-slider-4 .owl-controls .owl-buttons div.owl-next{
		right: 0px;	
	}
	#home-slider-4 .owl-controls .owl-buttons div.owl-prev{
		left: 0px;	
	}	
	.EDIT_item .title,
	.EDIT_item .text {
		text-align: center
	}
	#banner_publicidad .item img {
		margin-left: auto;
		margin-right: auto;
		display: block;
		width: 100%;
		height: inherit
	}
	.eve .search .meses {
		text-align: center;
		background: #ce0037;
		margin: 0 0 10px
	}
	.eve .search .dias li,
	.eve .search .numeros li {
		font-size: 14px;
		width: auto;
		padding: 0 8px;
	}
	.eve .search .meses li {
		line-height: 36px;
		width: auto;
		padding: 0 3px
	}
	.eve .search .dias,
	.recaptcha_image_cell + td +td {
		display: none;
	}
	.eve .search .meses .active,
	.eve .search .meses .active a,
	.eve .search .meses .active a:hover {
		color: #ce0037;
		background: #fff;
	}
	.eve .search .prev,
	.eve .search .next {
		font-size: 40px;
		top: 6px;
		width: 30px;
		font-weight: 700;
	}
	.EDIT_zoneBox .title1,
	.EDIT_zoneBox .title2 {
		width: 75%
	}
	#result_list {
		word-break: break-all;
	}
	.programatica .menupro li a {
		width: 100%;
		height: 50px;
		font: 12px/14px "sanchez-regular";
	}
	#captchadiv {
		width: 100%;
	}
	.recaptcha_image_cell {
		width: 252px !important;
	}
	#recaptcha_image,
	#recaptcha_image img,
	#recaptcha_response_field,
	.frm .form-control {
		width: 100% !important;
	}
	.homeNewsTitle h1,
	.homeNewsList .fecha,
	.homeNewsList .link,
	.homeNewsList .link a,
	.homeNewsTitle .link {
		font-size: 16px;
	}
	.homeNewsList article,
	.modules {
		height: auto;
	}
	.footer-bottom .copyright {
		float: none;
		text-align: center;
	}
	.footer-bottom .powered {
		float: none;
		padding-left: 0;
		width: 100%;
		text-align: center;
	}
	.homeNewsLink a {
		font-size: 15px;
		text-align: center;
		left: inherit;
		position: relative;
		bottom: inherit;
	}
	.EDIT_zonaFrase {
		text-align: center;
	}
	.homeNewsTitle {
		margin: 0 0 10px 0;
	}
	.homeNews2 article .image,
	.homeNews2 article figure,
	.homeNews article .image,
	.homeNews article figure {
		margin: 0;
		width: auto;
		height: auto;
		max-height: none;
		max-width: none;
		margin: 0;
		width: 100%;
	}
	.title .title1 {
		width: 50%;
		font-size: 22px !important;
	}
	.title .title2 {
		font-size: 16px !important;
		line-height: 20px;
		width: 80%;
	}
	.header .search {
		margin-bottom: 0;
	}
	.EDIT_zonaPie1 li {
		margin-bottom: 10px;
		display: block;
		float: none;
		border-right: none;
	}
	.modulo .bloque {
		margin-top: 5px;
	}
	
	/*
	.homeZoneBox1 .zoneBox:nth-of-type(5), .homeZoneBox1 .zoneBox:last-child, .homeZoneBox2 .zoneBox:last-child, .homeBannerBox .bannerBox:last-child	
	{
		margin-right: inherit;
		
	}*/
	#home-slider-5 .item {
		padding: 0 30px;
	}
	.homeNews2 .image {
		height: auto
	}
	.EDIT_zoneBox1 #liveclock {
		left: 0
	}
	#home-slider-5 .owl-controls .owl-buttons div.owl-prev {
		left: 5px;
	}
	#home-slider-5 .owl-controls .owl-buttons div.owl-next {
		right: 5px;
	}
	.EDIT_zonaPie1 p {
		font-size: 12px
	}
	.EDIT_social {
		position: absolute;
		bottom: 75px
	}
	.EDIT_zonaPie1 li:first-child {
		padding: 10px
	}
	#home-slider-5 {
		background: #fff
	}
	.homeNews2,
	.homeZoneBox5 {
		margin-bottom: 0
	}
	.homeZoneBox3 {
		padding: 15px;
	}
    .homeZoneBox3tv {
		padding: 15px;
	}
	.EDIT_homeVideo .video {
		height: auto;
		margin-bottom: 1em
	}
	.homeContent h2.new {
		background: none;
		margin: 0;
	}
	.homeContent h2.new span {
		padding: 0;
		background: none;
	}
	#home_slider .owl-buttons {
		display: none
	}
	.homeBannerBox .bannerBox{
		height: auto;		
	}
	.homeZoneBox1 .zoneBox,
	.homeContent .homeZoneBox .zoneBox,
	#home-slider-1 .bannerBox img,
	.EDIT_zoneBox1,
	.EDIT_zoneBox2,
	.EDIT_zoneBox2 .image {
		width: 100%
	}
	.homeZoneBox2 .zoneBox,
	.homeZoneBox1 .zoneBox,
	.homeBannerBox .bannerBox {
		width: 50%;
		border: 1px solid #fff;
		margin: 0;
	}	
}

@media screen and (max-width: 550px) {
	.EDIT_zoneBox1 .title1,
	.EDIT_zoneBox .title2 {
		font-size: 1.1em;
	}
}

@media screen and (max-width: 400px) {
	.btnBusqueda,
	.btnBusqueda2 {
		width: 96% !important;
		word-wrap: break-word;
		white-space: normal;
	}
}


 .hs-responsive-embed { 
                              position: relative; 
                            height: 0; 
                            overflow: hidden; 
                            padding-top: 0; 
                            padding-left: 0; 
                            padding-right: 0;  
                             } 

                            .hs-responsive-embed iframe, 
                            .hs-responsive-embed object, 
                            .hs-responsive-embed embed { 
                             position: absolute; 
                            top: 0; 
                            left: 0; 
                            width: 100%; 
                            height: 150%; 
                            border: 0; 
                             } 

                            .hs-responsive-embed, 
                            .hs-responsive-embed.hs-responsive-embed-youtube, 
                            .hs-responsive-embed.hs-responsive-embed-wistia, 
                            .hs-responsive-embed.hs-responsive-embed-vimeo { 
                             padding-bottom: 56.25%;} 
							 
		 .hs-responsive-embed_2 { 
                              position: relative; 
                            height: 0; 
                            overflow: hidden; 
                            padding-top: 140%; 
                            padding-left: 0; 
                            padding-right: 0;  
                             } 

                            .hs-responsive-embed_2 iframe, 
                            .hs-responsive-embed_2 object, 
                            .hs-responsive-embed_2 embed { 
                             position: absolute; 
                            top: 0; 
                            left: 0; 
                            width: 100%; 
                            height: 150%; 
                            border: 0; 
                             } 

                            .hs-responsive-embed_2{ 
                             padding-bottom: 56.25%;} 					 
							 
							 
		/* CSS general */
.mi-iframe {
  width: 100%;
  
}

/* CSS pantallas de 320px o superior */
@media (min-width: 320px) {

  .mi-iframe {
    width: 100%;
    height: 290px;
  } 

}

/* CSS pantalla 768px o superior */
@media (min-width: 768px) {

  .mi-iframe {
    width: 100%;
    height: 400px;
	
  } 

}					 
							 
							 