@CHARSET "ISO-8859-1";

/* 
	COLORES
	-Azul logo: #00457c
	-Gris texto menu: ##868585
	-Gris bottompanel: #455350
 */
 
@import url("//hello.myfonts.net/count/34449a");

@font-face {font-family: 'HelveticaNeueLTStd-Bd';src: url('../fonts/34449A_0_0.eot');src: url('../fonts/34449A_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/34449A_0_0.woff2') format('woff2'),url('../fonts/34449A_0_0.woff') format('woff'),url('../fonts/34449A_0_0.ttf') format('truetype');}
  
@font-face {font-family: 'HelveticaNeueLTStd-Roman';src: url('../fonts/34449A_1_0.eot');src: url('../fonts/34449A_1_0.eot?#iefix') format('embedded-opentype'),url('../fonts/34449A_1_0.woff2') format('woff2'),url('../fonts/34449A_1_0.woff') format('woff'),url('../fonts/34449A_1_0.ttf') format('truetype');}
 
@font-face {font-family: 'HelveticaNeueLTStd-Th';src: url('../fonts/34449A_2_0.eot');src: url('../fonts/34449A_2_0.eot?#iefix') format('embedded-opentype'),url('../fonts/34449A_2_0.woff2') format('woff2'),url('../fonts/34449A_2_0.woff') format('woff'),url('../fonts/34449A_2_0.ttf') format('truetype');}

@font-face {font-family: 'HelveticaNeueLTStd-Md';src: url('../fonts/34449A_3_0.eot');src: url('../fonts/34449A_3_0.eot?#iefix') format('embedded-opentype'),url('../fonts/34449A_3_0.woff2') format('woff2'),url('../fonts/34449A_3_0.woff') format('woff'),url('../fonts/34449A_3_0.ttf') format('truetype');}

@font-face {font-family: 'HelveticaNeueLTStd-BdIt';src: url('../fonts/34449A_4_0.eot');src: url('../fonts/34449A_4_0.eot?#iefix') format('embedded-opentype'),url('../fonts/34449A_4_0.woff2') format('woff2'),url('../fonts/34449A_4_0.woff') format('woff'),url('../fonts/34449A_4_0.ttf') format('truetype');}

@font-face {font-family: 'HelveticaNeueLTStd-It';src: url('../fonts/34449A_5_0.eot');src: url('../fonts/34449A_5_0.eot?#iefix') format('embedded-opentype'),url('../fonts/34449A_5_0.woff2') format('woff2'),url('../fonts/34449A_5_0.woff') format('woff'),url('../fonts/34449A_5_0.ttf') format('truetype');}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'simple-line-icons';
  src: url('../fonts/Simple-Line-Icons.eot?v=2.4.0');
  src: url('../fonts/Simple-Line-Icons.eot?v=2.4.0#iefix') format('embedded-opentype'), url('../fonts/Simple-Line-Icons.woff2?v=2.4.0') format('woff2'), url('../fonts/Simple-Line-Icons.ttf?v=2.4.0') format('truetype'), url('../fonts/Simple-Line-Icons.woff?v=2.4.0') format('woff'), url('../fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ancap-icons';
  src: url('../fonts/AncapIcons.eot#iefix') format('embedded-opentype'), url('../fonts/AncapIcons.ttf') format('truetype'), url('../fonts/AncapIcons.woff') format('woff'), url('../fonts/AncapIcons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

*{
	box-sizing: border-box;
} 
body {
	margin:0;
	background: #EDEDED;
}
#head {
	width: 100%;
	height: 150px;
	position: relative;
}
#body {
	width: 100%;
	overflow: hidden;
	background: white;
}
#foot {
	width: 100%;
	overflow: hidden;
	position: relative;
}
#bottompanel {
	width: 100%;
	float: left;
}
#footpanel {
	width: 100%;
	float: left;
}
.print-logo {
	display: none;
    width: 80px;
    height: auto;
    margin-left: 20px;
    margin-top: 10px;
}
.print-logo img{
	width: 100%;
}

div#head div#editlink-place {
    color: white;
    left: 300px;
    position: absolute;
    top: 10px;
    width: 150px;
}
div#head span#editlink, div#head span#newlink {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: underline;
    -moz-text-decoration-style: solid;
    color: white;
    cursor: pointer;
}
div#newcontentbox {
    background-color: #FFFFFF;
    border: 10px solid gray;
    display: none;
    height: 300px;
    left: 310px;
    overflow-x: auto;
    overflow-y: auto;
    position: absolute;
    top: 30px;
    width: 200px;
    z-index: 100;
}
div#newcontentbox ul {
    padding-left: 25px;
}
div#newcontentbox ul li {
    cursor: pointer;
    color: #244982;
}
div#newcontentbox ul li:hover {
    background-color: #CCCCCC;
}
div#newcontentbox div.box-head {
    background-color: #DDDDDD;
    height: 25px;
    color: #3870C5;
    padding-left: 5px;
    padding-top: 5px;
}
div#newcontentbox div.box-head span.box-close {
    cursor: pointer;
    left: 170px;
    position: absolute;
}

#mfPreviewBar {
	display: none !important;
}

*{
	font-family: 'HelveticaNeueLTStd-Md';
	-webkit-font-smoothing: antialiased !important;
}
img {
	border: 0;
}
/**************** CABEZAL ****************************/
 
.skip {
	display: none;
}
#head {
	background: #00457c;
	color: white;
}
#head > .box-body {
	width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 20;
}
#head > .box-foot {
	display: none;
   	position: absolute;
    width: 100%;
    height: 69px;
    background: white;
    z-index: 1;
    top: 125px;
}
#head > .box-body > div {
	float: left;
}
#head #logo-sector {    
    margin: 46px 25px 70px 25px;
    width: 193px;
}
#head #logo-sector img {
	width: 100%;
}
#head #search-sector {
    float: right;
    top: 88px;
    position: absolute;
    margin: 0px;
    text-align: right;
    min-width: 200px;
    width: 100%;
    padding: 0px 5%;
}
#head #search-sector label{
	display: none;
}
#search-button{
	display: none;
}
#head #search-sector #query {
    vertical-align: middle;
    margin-right: 15px;
	min-width: 245px;
    border-radius: 5px 0px 0px 5px;
    border: 1px solid white;
    width: 100%;
}
#head #search-sector form:before{
    font-family: ancap-icons;
    content: "\0069";
    color: #00457c;
    font-size: 18px;
    z-index: 50;
    position: absolute;
    right: 6%;
    top: 3px;
}
#search-image{
    background-size: cover;
    width: 20px;
    position: absolute;
    right: 6%;
    top: 3px;
    z-index: 99;
}
.head-text {
	position: absolute;    
    font-size: 10px;
    top: 120px;
    width: 100%;
    text-align: center;
    left: 0;
}
.head-login,
.head-logout {
	position: absolute;
    right: 40px;
    top: 27px;
}
.head-login a.button,
.head-logout a.button {
	color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 6px 30px;
    margin: 60px 30px 0px 10px;
    font-size: 13px;
}
.head-login a.button:hover,
.head-logout a.button:hover {
    color: #00457c;
    background: #fff;
}
.head-logout a.changepass {
	font-size: 10px;
    color: #fff;
}
#head #login-sector {
	display: none;
}
#head #language-sector {
    position: absolute;
    top: 0px;
    right: 30px;
    font-size: 12px;
    display: none;
}
#head #language-sector li:first-child{
	padding-right: 10px;
    border-right: 1px solid white;	
}
#head #language-sector a{
	color: white;
	text-decoration: none;	
}
#head #language-sector li {
	display: inline-block;
}
.fa-bars{
    position: absolute;
    top: 30px;
	right: 30px;
    cursor: pointer;
    bottom: 4px;
}
.fa-bars:before{
	font-family: FontAwesome;
	content: "\f0c9";
	font-size: 25px;	
}
#logoff-sector{
	display: none;
}

/***************         MENU PRINCIPAL          **********************************/
#topmenu2 {
	width: 100%;
    clear: left;
    background: white;
}
#topmenu2 > ul {
	display: none;
	padding: 0;
}
#topmenu2 > ul > li{
	padding: 14px 0;
	text-align: center;
	cursor: pointer;
}
#topmenu2 > ul > li.haschild,
#topmenu2 > ul > li.haschild div,
#topmenu2 > ul > li.haschild a {
	cursor: default;
}
#topmenu2 > ul > li.hasnotchild,
#topmenu2 > ul > li.hasnotchild div,
#topmenu2 > ul > li.hasnotchild a  {
	cursor: pointer;
}
#topmenu2 > ul > li:hover {
   border-bottom: 9px solid #00457c !important;
}
#topmenu2 > ul > li:hover > div {
    border-color: #00457c;
    border-left: 2px solid #00457c;
    margin-left: -2px;
}
#topmenu2 > ul > li:hover > div > a,
#topmenu2 > ul > li:hover > div {
	color: #00457c;
   	cursor: default;
}
#topmenu2 > ul > li.haschild:hover > div > a,
#topmenu2 > ul > li.haschild:hover > div {
	pointer-events: none;
}
#topmenu2 > ul > li:hover a:before {
    color: #00457c !important;
}
#topmenu2 > ul > li a{
    text-decoration: none;
    color: #868585;
}
#topmenu2 > ul > li div {
    text-decoration: none;
    color: #868585;
}
#topmenu2 > ul > li a:hover {
	color: #00457c;
}
#topmenu2 > ul > li.selected div {
    text-decoration: none;
    color: #868585;
}
/** Submenu - megamenu **/
#topmenu2 > ul >  li > ul {
	display: none;	
}
#topmenu2 > ul > li.parentselected.haschild > ul > li.parentselected.haschild > ul > li > ul > li.selected:before {
	color: #00457c;
}
/******************************FIN CABEZAL******************************************************/

/***************************** BODY ************************************************************/
#body {
   	padding-top: 50px;
   	padding-left: 5px;
   	padding-right: 5px;
	-webkit-box-shadow: inset 0px 200px 100px -200px rgba(179,179,179,1);
	-moz-box-shadow: inset 0px 200px 100px -200px rgba(179,179,179,1);
	box-shadow: inset 0px 200px 100px -200px rgba(179,179,179,1);
	max-width: 1200px;
	margin: auto;
}
#toppanel{
	margin-bottom: 18px;
} 
#bottompanel {
    background: #455350;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
}
#bottompanel > .bottompanel-body >.meta-box {
    max-width: 150px;
}
#bottompanel ul{
    list-style: none;
    font-size: 11px;
    padding: 0;
    margin: 8px 0;
}
#bottompanel .bottompanel-body > div{
	float: left;
}
#bottompanel a {
    color: white;
    text-decoration: none;
    font-family: 'HelveticaNeueLTStd-Roman';
}
#bottompanel .box-title {
	color: white;
	text-align: left;
	font-size: 15px;
}
#footpanel {
    background: #455350;
    padding-top: 50px;
    padding-bottom: 50px;
    height: 900px;
    padding: 5%;
}
#footpanel > .footpanel-body{
    max-width: 1200px;
    margin: auto;
}
#footpanel > .footpanel-body >.meta-box {
    max-width: 150px;
    margin-bottom: 20px;
    height: 200px;
    width: 50%;
}
#footpanel ul{
    list-style: none;
    font-size: 11px;
    padding: 0;
    margin: 8px 0;
}
#footpanel .footpanel-body > div{
	float: left;
}
#footpanel a {
    color: white;
    text-decoration: none;
    font-family: 'HelveticaNeueLTStd-Roman';
}
#footpanel a:hover {
	text-decoration: underline;
}
#footpanel > div > div > div > div > div > div > div > ul > li {
	color: white;
}
#footpanel .box-title {
	color: white;
	text-align: left;
	font-size: 15px;
}
/***************************** ROTADOR *********************************************************/

#toppanel .contents-rotator {
	width: 100%;
}
#toppanel .contents-rotator .items {
    max-height: 430px;
    overflow: hidden;
}
#toppanel .contents-rotator .items .item {
	position: relative;
}
#toppanel .contents-rotator .items .item > .item-title {
	display: none;
}
#toppanel .contents-rotator .items .item .item-picture {
    text-align: center;
    overflow: hidden;
    width: 100%;
}
#toppanel .contents-rotator .items .item .item-picture img{
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
}
#toppanel .contents-rotator .items .item .item-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 5px;
    max-width: 100%;
    min-height: 0;
    background-image: url(../img/fondobanner.png);
    background-size: cover;
    border-bottom: 5px solid #FE7903;
}
#toppanel .contents-rotator .items .item .item-text a {
    text-decoration: none;
    font-size: 35px;
    font-weight: bold;
    color: #00457c;
}
#toppanel .contents-rotator .items .item .item-text .item-title {
    text-align: left;
    margin-bottom: 0px;
    height: 90px;
}
#toppanel .contents-rotator .items .item .item-text .item-description {
    color: #00457c;
}
#toppanel .contents-rotator .items .item .item-text .see-more {
	display: none;
}
#toppanel .contents-rotator .item-selector > ul{
	text-align: center;
    margin: 5px;
}
#toppanel .contents-rotator .item-selector > ul .previous {
	display: none;	
}
#toppanel .contents-rotator .item-selector > ul .next {
	display: none;	
}
#toppanel .contents-rotator .item-selector > ul > li {
	display: inline-block;
    margin: 0px 8px;
}
#toppanel .contents-rotator .item-selector > ul > .selected-item > a:before {
	font-family: FontAwesome;
    content: "\f111";
    color: #868585;
    font-size: 10px;
    text-decoration: none;
}
#toppanel .contents-rotator .item-selector > ul > li > a:before {
	font-family: FontAwesome;
    content: "\f111";
    color: #cacaca;
    font-size: 10px;
    text-decoration: none;
}
#toppanel .contents-rotator .item-selector > ul > li > a {
	font-size:0;
    vertical-align: middle;
    text-decoration: none;
}
#toppanel .contents-rotator .previous-item {
	display: none;
}
#toppanel .contents-rotator .next-item {
	display: none;
}
#toppanel .contents-rotator .rotator-pause {
	display: none;
}
/*************************** LEFTPANEL *********************************************************/
#leftpanel {
     margin: 0 20px;
}
/********************************/
#leftpanel > .meta-htm {
    border-right: 2px solid grey;
    padding-bottom: 20px;
    border-bottom: 5px solid #0076a3;
}
#leftpanel > .meta-htm > .box-title {
	display: none;
}
#leftpanel > .meta-htm h2 {
	font-size: 24px;
    color: #868585;
    padding: 5px;
    font-family: 'HelveticaNeueLTStd-Th';
    font-weight: normal;
}
#leftpanel > .meta-htm ul {
	list-style: none;
}
#leftpanel > .meta-htm li {
	padding-top: 10px;
	padding-bottom: 10px;	
}
/*********** segundo box ***********/
#leftpanel > .meta-htm:nth-child(2) {
	border: 0;
}
#leftpanel > .meta-htm:nth-child(2) ul {
	border-top: 2px solid #868585;
    border-bottom: 2px solid #868585;
    padding: 0;
}
#leftpanel > .meta-htm:nth-child(2) ul li {
	border-bottom: 1px solid #DADADA;
}
#leftpanel > .meta-htm:nth-child(2) ul li:last-child {
	border: 0;
}
#leftpanel > .meta-htm:nth-child(2) ul li:before {
	font-family: FontAwesome;
	content: "\f111 ";
	color: #00457c;
    font-size: 5px;
    display: inline-block;
    vertical-align: middle;
}
#leftpanel > .meta-htm:nth-child(2) ul li a{
	font-size: 13px;
    text-decoration: none;
    color: #00457c;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    width: 90%;
}
/*************** tercer box ******************/
#leftpanel .meta-box .box > .box-title {
   	border-bottom: 2px solid #868585;
    font-size: 24px;
    color: #868585;
    padding: 9px 0;
    font-family: HelveticaNeueLTStd-Th;
}
#leftpanel .navmenu {
    border-bottom: 1px solid #DADADA;
    padding: 9px 10px 9px 20px;
    margin: 0;
}
#leftpanel .meta-box:last-child .navmenu{
	list-style-image: url('../img/bullet.png');
}
#leftpanel .meta-box:last-child .navmenu a{
    font-size: 12px;
}	
#leftpanel .meta-box:last-child .navmenu li div{
    text-decoration: none;
    color: #00457c;
    font-family: 'HelveticaNeueLTStd-Roman';
    margin-left: 10px;
    font-size: 12px;
}
#leftpanel > div.meta-box > div > div.box-body > div.menuitems > div.menuitem.menuord1 > div.menuitem-body > ul > li > div
#leftpanel .menuitem:last-child .navmenu {
	border-bottom: 2px solid grey;
}
#leftpanel .box a {
    text-decoration: none;
    color: #00457c;
    font-family: 'HelveticaNeueLTStd-Roman';
}
#leftpanel > div:nth-child(5) > div > div.box-body > div.menuitems > div.menuitem > div.menuitem-body > ul {
    padding: 7px 0px;
}
/*****************************MENU INTERNAS**************************************/
#menu-local > li a {
	text-decoration: none;
    color: #00457c;
    font-family: 'HelveticaNeueLTStd-Roman';
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
    width: 90%;
    vertical-align: middle;
}
#menu-local > li > ul {
	display: none;
	padding-left: 19px;	
}
#menu-local > li > ul {
	padding-top: 10px;
}
#menu-local > li.collapsed > ul {
	display: block;
}
#menu-local > li.collapsed > ul > li.collapsed > ul {
    display: block;
}
#menu-local > li > ul > li {
	
}
#menu-local > li > ul > li a {
	color: #50BCEA;	
   	font-size: 12px;
    font-weight: normal;
}
#menu-local > li > ul > li > ul {
    padding-left: 12px;
    display: none;
}
#menu-local > li > ul > li > ul > li {
    padding: 6px 0px 0px 0px !important;
}
#menu-local > li > ul > li > ul > li > a {
	color: #00457c;
	font-size: 11px;
}
#leftpanel > .meta-htm > .menuLista {
	padding: 0;
	padding-right: 40px;
}
#menu-local > li > ul {
	font-weight: normal;
}
#menu-local > li:before{
    font-family: 'ancap-icons';
	content: "\0062";
    font-size: 14px;
    padding-right: 5px;
    color: #00457c;	
    
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#menu-local > li.collapsed:before{
	content: "\0063";
}
#menu-local > li > ul > li:before{
	font-family: FontAwesome;
	content: "\f0da";
    font-size: 14px;
    padding-right: 5px;
    color: #00457c;	
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#menu-local > li > ul > li.collapsed:before{
	content: "\f0d7";
}

/************************************** RIGHTPANEL ****************************************************/
#rightpanel .meta-box{
	background-color: #f2f2f2;
}
#rightpanel .meta-box .box > .box-title {
    background: #00457c;
    color: white;
    font-size: 24px;
    padding: 15px 10px 15px 20px;
    text-align: left;
    font-family: 'HelveticaNeueLTStd-Th';
}
#rightpanel > div > div > div.box-body > div.menuitems {
	padding: 10px 0px;
}
#rightpanel .navmenu {
   	padding: 6px 10px 6px 20px;
    margin: 0;
}
#rightpanel .meta-box .navmenu{
	list-style: none;
}
#rightpanel .meta-box .navmenu a{
    color: #00457c;
    text-decoration: none;
    font-family: 'HelveticaNeueLTStd-Roman';
    font-size: 13px;
}	
#rightpanel .meta-box .navmenu a:hover {
	color: #444444;
}
#rightpanel .meta-box:nth-child(2) .box > .box-title {
    background: #0077a2;
}

#rightpanel .meta-box:nth-child(3) .box > .box-title {
    background: #0077a2;
}
#centralpanel > #type-innova-container-site > #column-1 > .box {
	overflow: hidden;
}
#column-1 > div.box.ord4.meta-con.innova_text > div.box-body > div.box-icon > img {
	cursor: pointer;
}
#centralpanel > #type-innova-container-site > #column-1 > .box > .box-title {
    font-size: 22px;
    color: #868585;
    border-bottom: 2px solid #868585;
    padding: 10px 0 20px 0;
    font-family: 'HelveticaNeueLTStd-Th';
    font-size: 24px;
}
#centralpanel > #type-innova-container-site > #column-1 > .box > .box-body > .box {
    float: left;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DADADA;
    width: 100%;
}
#type-innova-container-site > #column-1 > div > div.box-body div.box-title {
	float: right;
   	width: 70%;
    margin-bottom: 20px;
    padding-left: 30px;
}
#type-innova-container-site > #column-1 > div > div.box-body div.box-title > a {
	text-decoration: none;
    color: #00457c;
    font-size: 17px;
}
#type-innova-container-site > #column-1 > div > div.box-body div.box-title > a:hover {
	color: #444444;
}
#type-innova-container-site > #column-1 > div > div.box-body .box-body {
	
}
#type-innova-container-site > #column-1 > div > div.box-body .box-body > .box-icon {
    float: left;
    width: 30%;
}
#type-innova-container-site > #column-1 > div > div.box-body .box-body > .box-icon img {
	max-width: 100%;
}
#type-innova-container-site > #column-1 > div > div.box-body .box-body > .content-description {
    float: right;
    width: 70%;
    color: #455350;
    padding-left: 30px;
    font-family: 'HelveticaNeueLTStd-Roman';
    font-size: 14px;
    line-height: 19px;
}
.home-all-nov {
    text-align: right;
    background: #868585;
    padding: 5px 15px 5px 5px;
    margin-bottom: 40px;
}
.home-all-nov a {
   	color: white;
    font-family: 'HelveticaNeueLTStd-Th';
    text-decoration: none;
    font-size: 13px;
}

#column-1 > div.ord3 {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
#column-1 > div.ord3 > div.box-title {
	padding-top: 0px !important;
}
#column-1 > div.ord3 > div.box-body > div {
	padding: 10px 0 !important;
}
#column-1 > div.ord3 > div.box-body > div > div.box-title {
    margin: 0 !important;
    float: left !important;
    display: list-item !important;
    list-style-type: disc;
    list-style-position: inside;
    color: #00457c;
}
#column-1 > div.ord3 > div.box-body > div > div.box-title > a{
	font-size: 15px !important;
}
#column-1 > div.box.ord4,
#column-1 > div.htm.ord4 {
	width: 100%;
	display: inline-block;
	vertical-align: top;
    margin-top: 10px;
    text-align: center;
}

#column-1 > div.box.ord4 .box-title{
	display: none;
}
#bottompanel > .bottompanel-body >.meta-box:last-child {
    margin-top: 0;
    float: right;
}
#bottompanel > .bottompanel-body >.meta-box:last-child > .box > .box-title {
    border-bottom: 3px solid white;
    font-size: 22px;
    color: white;
    font-family: 'HelveticaNeueLTStd-Th';
}
#bottompanel > .bottompanel-body >.meta-box:last-child .navmenu {
    list-style-image: url(../img/bullet-white.png);
    border-bottom: 1px solid white;
    margin: 0;
    padding-top: 12px;
    padding-bottom: 12px;
}
#footpanel > .footpanel-body >.meta-box:last-child {
    margin-top: 0;
    float: left;
}
#footpanel > .footpanel-body >.meta-box:last-child > .box > .box-title {
    border-bottom: 3px solid white;
    font-size: 22px;
    color: white;
    font-family: 'HelveticaNeueLTStd-Th';
}
#footpanel > .footpanel-body >.meta-box:last-child .navmenu {
    list-style-image: url(../img/bullet-white.png);
    border-bottom: 1px solid white;
    margin: 0;
    padding-top: 12px;
    padding-bottom: 12px;    
    padding-left: 20px;
}
/**************************** HOME BODY *********************************************************/


/**************************** CONTENT ***********************************************************/
#breadcrumb {
	width: 100%;
    float: left;
    padding-top: 10px;
    padding-left: 15px;
}
#breadcrumb ul {
	padding: 0;	
    font-size: 14px;
}
#breadcrumb ul li:first-child{
	padding: 0;	
}
#breadcrumb ul li:first-child:before {
	content:"";	
	padding: 0;
}
#breadcrumb li{
	color: #00457c;
	font-weight: bold;
	display: inline-block;
	padding-left: 10px;
	font-size: 13px;
}
#breadcrumb li:before {
	font-family: FontAwesome;
	content: "\f105";
	padding-right: 10px;
	color: #fdb813;
}
#breadcrumb li:first-child > a{
    pointer-events: auto;
   	cursor: pointer;
}
#breadcrumb li > a{
	color: #868585;
    text-decoration: none;
    font-size: 13px;
    font-family: HelveticaNeueLTStd-Roman;
    font-weight: normal;
}
#content-addcomment{
	display: none;
}
#body #centralpanel {
    overflow: hidden;
    margin-bottom: 50px;
}
#body #centralpanel #content-title {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
#body #centralpanel #content-title h1 {
	color: #00457c;
	font-family: 'HelveticaNeueLTStd-Roman';
	margin: 0;
	font-weight: normal;
}
#body #centralpanel #content-picture {
	width: 100%;
    float: left;
    padding-right: 30px;
    padding-left: 15px;
}
#body #centralpanel #content-picture img {
	width: 100%;
}
#body #centralpanel #content-description {
	width: 100%;
    float: left;
    padding-right: 30px;
    padding-left: 15px;
}
#body #centralpanel #content-description h2 {
    color: #616161;
    font-family: 'HelveticaNeueLTStd-Th';
    font-weight: bold;
    font-size: 21px;
    line-height: 1.5;
}
#body #centralpanel #content-body {
    width: 100%;
    float: left;
    padding: 15px;
     padding-right: 30px;
}
.content-body-subtitle {
	color : #00457c !important;
	font-family:'HelveticaNeueLTStd-Bd' !important;
}
.content-body-subtitle2 {
	color: #0076A3;
}
body#tinymce{
	background: white !important;
}
#body #centralpanel #content-body #type-innova-text{
	width: 100%%;
	float: left;
    padding-right: 5%;
}
#type-innova-text p:first-child {
	margin-top: 0;
}
#body #centralpanel #content-body #type-innova-text *{
	font-family: 'HelveticaNeueLTStd-Roman';
}
#type-innova-text img {
	max-width: 100%;
	height: auto;
}
table tr,
table td {
   	border: 2px solid white;
    vertical-align: middle;
    padding: 3px 15px;	
}
table {
	width: 100% !important;
    font-size: 12px;
    color: #000;
    text-align: left;
    padding-right: 20px;
    line-height: 1.4em;
    border-spacing: initial;
}
table tr{
	background-color: #f7f7f7;
}
.content-table-header > td {
    background-color: #939394 !important;
    padding-top: 25px !important;
    color: white;
    padding-bottom: 10px !important;
}
.encabezadoTablaRem {
    background-color: #969696 !important;
    padding-top: 25px !important;
    color: white;
    padding-bottom: 10px !important;
}
tr:nth-child(odd) {
	background-color: #dcdcdc !important;
    color: #000;
    text-align: left;
}
tr:nth-child(even) {
	color: #000;
}
#content-also {
	width: 100%;
	border: 1px solid #A3A3A3;	
    padding-bottom: 30px;
}
.content-also-title {
    padding: 10px;
    border-bottom: 2px solid #dadada;
    font-size: 12px;
    color: #004685;
    padding-left: 20px;
}
.content-also-column {
    display: inline-block;
    width: 32.5%;
    text-align: left;
    vertical-align: top;
}
.content-also-column-title {
    font-family: HelveticaNeueLTStd-Bd;
	color: #FE9A44;
    font-size: 12px;
    padding: 10px 0;
    padding-left: 20px;
}
.content-also-column-content{
    font-size: 13px;
    padding-left: 10%;
    padding-top: 10px;
    text-align: left;
    color: #868585;
}
.content-also-column-content a {
    text-decoration: none;
    font-size: 13px;
    color: #868585;
    display: inline-block;
    width: 130px;
    vertical-align: top;
    padding-left: 10px;
}
.content-also-column-content a:hover {
	color: #50BCEA;
}
#content-also > div > div.content-also-column-content.documento:before {
	font-family: ancap-icons;
    content: "\006c";
    color: #00457c !important;
    font-size: 21px;
    
}
#content-also > div > div.content-also-column-content.imagen:before {
	font-family: ancap-icons;
    content: "\006d";
    color: #868585;
    font-size: 21px;
}
#content-also > div > div.content-also-column-content.video:before {
	font-family: ancap-icons;
    content: "\006b";
    color: #868585;
    font-size: 21px;
}
#content-also > div > div.content-also-column-content.audio:before {
	font-family: ancap-icons;
    content: "\006e";
    color: #868585;
    font-size: 21px;
}

#body #centralpanel #content-body #content-graph{
	width: 50%;
    padding: 0px 0px 60px 60px;
}
#body #centralpanel #content-body #content-graph a {
	position: relative;
}
#body #centralpanel #content-body #content-graph a:hover{
	
}
#body #centralpanel #content-body #content-graph img{
	width: 100%;
}
#body #centralpanel #content-body #content-graph .graph-text {
	border-bottom: 5px solid #FE7903;
    padding: 20px 0px 20px 0px;
}
#body #centralpanel #content-body #content-graph span {
    font-size: 12px;
    color: #868585;
    background-color: white;
}
#body #centralpanel #content-body #print-content {
    width: 25%;
    padding: 0px 0px 60px 60px;
    text-align: center;
   	color: #3366ff;
}
#body #centralpanel #content-body #print-content a {
   	color: #00457c;
   	text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}
#body #centralpanel #content-body #print-content a:hover {
	color: #444444;
}
#body #centralpanel #content-body #print-content a:before {
    font-family: ancap-icons;
    content: "\006a";
	clear: right;
	font-size: 30px;
	vertical-align: middle;
}
/**************************** FOOT **************************************************************/
#foot{
    background: #00457c;
    color: white;
    height: 120px;
}
#foot .box-body {
	max-width: 1200px;
	margin: auto;
}
/*******************************FIN BODY*********************************************************/

/******************************* RESULTADO BUSQUEDA *********************************************/
.result-row {
   	border-top: 1px solid grey;
    padding: 25px 0 25px 0;
    width: 100%;
}
.result-row:first-child {
   	border: 0;
}
.result-row a {
    text-decoration: none;
    color: #00457c;
    font-size: 18px;
}
.result-row div{
    color: #4E4E50;
    font-size: 12px;
}
.result-attach a {
    font-size: 12px;
    margin-left: 5px;
}
/******************************* FOLDER *********************************************************/
#type-innova-folder > div.content-list div > div.box-body > div.box-title {
	
}
#type-innova-folder > div.content-list div > div.box-body > div.box-title > a {
	text-decoration: none;
    color: #00457c;
    font-size: 18px;
}
#type-innova-folder > div.content-list div > div.box-body > div.box-icon {
    float: left;
    width: 25%;
    max-width: 180px;
}
#type-innova-folder > div.content-list div > div.box-body > div.box-icon img {
	width: 100%;
}
#type-innova-folder > div.content-list div > div.box-body > div.box-title,
#type-innova-folder > div.content-list div > div.box-body > div.content-description {
	float: left;
	width: 50%;
    color: #455350;
    padding-left: 30px;
    font-family: 'HelveticaNeueLTStd-Roman';	
    line-height: 25px;	
}
#type-innova-folder > div.content-list div > div.box-body > div.box-title-withouticon,
#type-innova-folder > div.content-list div > div.box-body > div.content-description  {
	width: 79%;	
}
#type-innova-folder > div.content-list div > div.box-body > .content-download-link {
	float: right;
    width: 20%;
}
#type-innova-folder > div.content-list div > div.box-body > .content-download-link a {
    text-decoration: none;
    font-size: 14px;
    color: #00457c;
}
#type-innova-folder > div.content-list div.box {
	float: left;
    border-top: 1px solid grey;
    padding: 25px 0 25px 0;
    width: 100%;
}
#type-innova-folder > div.content-list div.box:last-child {
 	border-bottom: 1px solid grey;
}
#type-innova-folder > div.content-text {
    border-right: 2px solid #b5b5b5;
    width: 75%;
    color: #808080;
    line-height: 1.5;
    padding-right: 50px;
    float: left;
}
.print-footer {
	color: black;
    display: none;
    font-family: 'HelveticaNeueLTStd-Roman';
    font-size: 10px;
    text-align: right;
    width: 90%;
}
/******************************* FOLDER CON FILTROS *********************************************/
#type-innova-folder > .content-list > .folder-tabs {
    border-right: 2px solid #b5b5b5;
    width: 100%;
    padding-right: 0px;
    float: left;
}
#type-innova-folder > .content-list > .folder-tabs .folder-tabs-head {

}
#type-innova-folder > .content-list > .folder-tabs .folder-tabs-head > .folder-tabs-head-tabs {
    width: 479px;
    display: inline-block;
    vertical-align: top;
    overflow: auto;
    white-space: nowrap;
    overflow-x:hidden;
}
#type-innova-folder > .content-list > .folder-tabs .folder-tabs-head > .folder-tabs-head-tabs > .folder-tabs-head-tabs-content {

}
#type-innova-folder > .content-list > .folder-tabs .folder-tabs-head > .prev {
    width: 7.5%;
    display: inline-block;
    color: #535353;
    text-align: center;
    padding: 14px 23px;
    text-decoration: none;
    background: #bababa;
    font-family: 'HelveticaNeueLTStd-Roman';
    font-size: 14px;
    cursor: pointer;
    vertical-align: top;
}
#type-innova-folder > .content-list > .folder-tabs .folder-tabs-head > .next {
    width: 7.5%;
    display: inline-block;
    color: #535353;
    text-align: center;
    padding: 14px 23px;
    text-decoration: none;
    background: #bababa;
    font-family: 'HelveticaNeueLTStd-Roman';
    font-size: 14px;
    cursor: pointer;
    vertical-align: top;
}
#type-innova-folder > .content-list > .folder-tabs .folder-tabs-head > .folder-tabs-head-tabs > .folder-tabs-head-tabs-content > div {
    display: inline-block;
    color: #535353;
    text-align: center;
    padding: 14px 23px;
    text-decoration: none;
    background: #bababa;
    font-family: 'HelveticaNeueLTStd-Roman';
    font-size: 14px;
    cursor: pointer;
}
#type-innova-folder > .content-list > .folder-tabs .folder-tabs-head > .folder-tabs-head-tabs > .folder-tabs-head-tabs-content > div.active {
	background: #535353;
	color: white;
}
#type-innova-folder > .content-list > .folder-tabs .folder-tabs-boxes {
   	background: #ededed;
    padding: 30px 0px 40px 0px;
    border-bottom: 2px solid #50bcea;
}
#type-innova-folder > .content-list > .folder-tabs .folder-tabs-boxes > div{
	display: none;
}
#type-innova-folder > .content-list > .folder-tabs .folder-tabs-boxes > div.active{
	display: block;
}
.tab-box-content {
	padding: 15px 0px;
    margin: 0px 35px;
    border-bottom: 1px solid grey;
    color: #535353;
}
.tab-box-content > .tab-content-title {
	width: 65%;
	display: inline-block;
}
.tab-box-content > .tab-content-title a {
	color: #535353;
    text-decoration: none;
}
.tab-box-content > .tab-content-download-link {
	width: 30%;
	display: inline-block;
	text-align: right;
}
.tab-box-content > .tab-content-download-link a {
    text-decoration: none;
    font-size: 14px;
    font-family: 'HelveticaNeueLTStd-Roman';
    color: #535353;
}
/****************************** TABS PLUGIN *****************************************************/
.ui-slider-tabs-list-wrapper {
	z-index: 1 !important;
}
.ui-slider-left-arrow, 
.ui-slider-right-arrow {
    background: #868686 !important;
    color: #535353 !important;
}
.ui-slider-tabs-list > li {
    background: #e8e8e8 !important;
    color: #535353 !important;
    margin-left: 1px !important;
    margin-right: 1px !important;
    border: 1px solid #e8e8e8 !important;
}
.ui-slider-tabs-list > li > a {
    color: #535353;
    font-family: 'HelveticaNeueLTStd-Roman';
    font-size: 14px;
    font-weight: normal !important;
}
.ui-slider-tabs-list > li.selected {
    background: #868686 !important;
    color: white !important;
}
.ui-slider-tabs-list > li.selected {
	background: #e8e8e8;
}
.ui-slider-tabs-list li.selected a {
	color: #fff !important;
}	
.ui-slider-tabs-content-container {
    background-color: #f3f3f3 !important;
    border: 0 !important;
}

/******************************* PRODUCTO *******************************************************/
#type-ancap-producto {
	
}
#type-ancap-producto .producto-consultar {
	height: 60px;
}
#type-ancap-producto .producto-consultar a {
    color: #868585;
    font-family: HelveticaNeueLTStd-Roman;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #868585;
    padding: 15px 40px;
}
#type-ancap-producto .producto-picture {
    width: 37%;
    text-align: right;
} 
#type-ancap-producto .producto-description {
	margin-bottom: 20px;
}
#type-ancap-producto .producto-description-title {
    font-family: 'HelveticaNeueLTStd-Roman';
    color: #00457c;
    font-size: 19px;
    border-bottom: 1px solid grey;
    padding: 10px 0 10px 0;
}
#type-ancap-producto .producto-description-body {
    border-bottom: 1px solid grey;
}
#type-ancap-producto .producto-description-body p {
    font-family: 'HelveticaNeueLTStd-Roman';
    color: #455350;
}
#type-ancap-producto .producto-price-box {
	margin-bottom: 20px;
}
#type-ancap-producto .producto-price-box .price-box-head {
    font-family: 'HelveticaNeueLTStd-Roman';
    color: #868585;
    font-size: 14px;
    padding: 10px 0 10px 0;
    min-height: 70px;
}
#type-ancap-producto .producto-price-box .price-box-body .price-box-price {
	font-family: 'HelveticaNeueLTStd-Roman';
    color: #00457c;
    font-size: 25px;
    display: inline-block;
}
#type-ancap-producto .producto-price-box .price-box-body .price-box-priceext {
	font-family: 'HelveticaNeueLTStd-Roman';
    color: #455350;
    font-size: 14px;
    display: inline-block;
}
#type-ancap-producto .producto-price-box .price-box-body .price-box-title {
	font-family: 'HelveticaNeueLTStd-Md';
    color: #455350;
    font-size: 20px;
}
#type-ancap-producto .producto-envases-list {
	margin-bottom: 50px;  
}
#type-ancap-producto .envases-list-title {
	font-size: 12px;
    color: #00457c;
}
#type-ancap-producto .producto-envases-list .envases-list-head {
    font-family: 'HelveticaNeueLTStd-Roman';
    color: #868585;
    font-size: 14px;
    padding: 10px 0 10px 0;
    margin-bottom: 20px;
    text-align: left;
}
#type-ancap-producto .producto-envases-list .envases-list-item {
   	display: inline-block;
    text-align: center;
    color: #455350;
    cursor: pointer;
}
#type-ancap-producto .producto-envases-list .envases-list-icon {
	width: 100px;
}
#type-ancap-producto .fichas-tabs {
	overflow: hidden;
    border-bottom: 1px solid #676666;
}
#type-ancap-producto .fichas-tabs .fichas-tablinks {
    background-color: inherit;
    display: inline-block;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;	
    color: #868585;
    font-size: 16px;
    border-top: 1px solid #676666;
    border-right: 1px solid #676666;
    border-radius: 1px 10px 1px 1px;
    width: 32.8%;
    vertical-align: bottom;
}
#type-ancap-producto .fichas-tabs .fichas-tablinks.active {
	color: #fdb813;
	padding: 20px 16px;
}
#type-ancap-producto .producto-ficha {
	display: none;
    padding: 6px 12px;
    border-top: none;
    color: #676666;
}
#fichaseguridad > table {
	width: 100% !important;
}

#fichatecnica > table {
	width: 100% !important;
}
#fichaseguridad img {
	max-width: 100%;
	height: auto;
}


/******************************* EXTRAS *********************************************************/
#fancybox-close {
    right: -30px !important;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	#toppanel .contents-rotator .items .item .item-text {
		
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	#head #search-sector #query{
		
	}
	.head-text {
    	right: 50px;
    	width: initial;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	#head #search-sector form:before{
		font-family: ancap-icons;
	    content: "\0069";
	    color: #00457c;
	    font-size: 18px;
	    z-index: 50;
	    position: absolute;
	    right: 3px;
	    top: 3px;
	}
	#search-image{
	    background-size: cover;
	    width: 20px;
	    position: absolute;
	    right: 3px;
	    top: 3px;
	    z-index: 99;
	}
	#head #search-sector {
	    float: right;
	    margin: 60px 30px 0px 10px;
	    text-align: left;
	    min-width: 200px;
	    padding: 0;
	    width: 245px;
        position: absolute;
    	right: 0;
    	top: 0px;
	}
	#bottompanel .bottompanel-body > div{
		float: left;
		width: 16.6%;
    	padding: 0 20px;
	}
	#bottompanel .bottompanel-body > div:first-child {
	    padding-left: 30px;
	}
	#bottompanel .bottompanel-body > div:last-child {
	    padding-right: 30px;
	}
	#footpanel {
		padding-left: 0;
    	padding-right: 0;
	}
	#footpanel .footpanel-body > div{
		float: left;
		width: 16.6%;
    	padding: 0 20px;
	}
	#footpanel .footpanel-body > div:first-child {
	    padding-left: 30px;
	}
	#footpanel .footpanel-body > div:last-child {
	    padding-right: 30px;
	}
	#body #centralpanel #content-title {
		padding-left: 0px;
		font-size: 20px;
		padding: 25px 0;
	}
	#body #centralpanel #content-body {
    	float: right;
    	padding-left: 0px;
	}
	#body #centralpanel #content-picture {
		padding-left: 0px;	
	    padding-bottom: 30px;	
	}
	#body #centralpanel #content-description {
		padding-left: 0px;		
	}
	#breadcrumb {
		padding-left: 0px;
	}
	#toppanel .contents-rotator .items .item .item-text {
	    position: absolute;
	    top: 0;
	    left: 0;
	    max-width: 350px;
	    max-height: 270PX;
	    min-height: 270px;
	    padding: 25px 50px 50px 50px;
	    margin: 2% 5%;
	    background-image: url("../img/fondobanner.png");
	    background-size: cover;
	    border-bottom: 5px solid #FE7903;
	}
	#toppanel .contents-rotator .items .item .item-text a {
	    text-decoration: none;
	    font-size: 35px;
	    font-weight: bold;
	    color: #00457c;
	}
	#toppanel .contents-rotator .items .item .item-text .item-title {
	    text-align: left;
	    margin-bottom: 30px;
	    height: 90px;
	}
	#toppanel .contents-rotator .items .item .item-text .item-description {
	    color: #00457c;
	}
	/******** PRODUCTO ***************/
	#type-ancap-producto {
	    position: relative;
	    min-height: 850px;
	}
	#type-ancap-producto .producto-picture {
		width: 100%%;
		display: inline-block;
	}   
	#type-ancap-producto .producto-tabs {
		width: 88%;
        padding-top: 20px;
	}
	#type-ancap-producto .producto-price-box {
	    width: 45%;
    	display: inline-block;
   	    vertical-align: top;
	}
	#type-ancap-producto .box-divider {
	    padding-top: 20px;
	    padding-left: 30px;
	    border-top: 1px solid #FCDAC1;
	}
	#type-ancap-producto .producto-price-box .price-box-body {
		max-width: 100%;
	}
	#type-ancap-producto .producto-envases-list {
		width: 100%;
	}
	#type-ancap-producto .producto-envases-list .envases-list-icon {
		width: 80px;
	}
	
	#type-ancap-producto .producto-consultar {
		width: 100%;
	}
	#type-ancap-producto .producto-consultar a {
	    color: #868585;
	    font-family: HelveticaNeueLTStd-Roman;
	    font-size: 16px;
	    text-decoration: none;
	    border: 1px solid #cecece;
	    padding: 15px 40px;
	}
	#type-ancap-producto .producto-data-box {
		width: 50%;
		display: inline-block;
		vertical-align: top;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {	
	#leftpanel {
	    width: 20%;
	    margin-right: 50px;
	    margin-left: 30px;
	    float: left;
    }
	#rightpanel {
	    width: 20%;
	    padding-left: 50px;
	    float: left;
	}
	#bottompanel > .bottompanel-body >.meta-box {
		max-width: 200px;
	}
	#footpanel > .footpanel-body >.meta-box {
		max-width: 190px;
	}
	#body #centralpanel #content-body #content-graph{
		width: 25%;
	}
	#body #centralpanel #content-body #type-innova-text{
		border-right: 2px solid #b5b5b5;	
		width: 75%;
	    color: #808080;
	    line-height: 1.5;
	}
	#body #centralpanel #content-body #type-innova-text span{
		font-family: 'HelveticaNeueLTStd-Roman';
	}
	#body #centralpanel #content-body #content-graph{
		float: left;
	}
	#body #centralpanel #content-body #print-content {
		float: right;
	}
	#content-also {
		width: 70%;
    	float: left;
	}
	#column-1 > div.ord3 {
		width: 50%;
	}
	#column-1 > div.box.ord4,
	#column-1 > div.htm.ord4 {
		width: 49%;
	}
	#footpanel > .footpanel-body >.meta-box:last-child {
		float: right;
	}
	#type-innova-folder > .content-list > .folder-tabs {
	    width: 75%;
    	padding-right: 50px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	#head #logo-sector {
	    margin: 46px 25px;
	}
	#leftpanel {
	    width: 220px;
	    margin-right: 50px;
	    margin-left: 30px;
	    float: left;
        padding-bottom: 50px;
    }
	#rightpanel {
	    width: 270px;
	    padding-left: 50px;
	    float: left;
	}
	#footpanel {
		height: auto;
	}
	#footpanel > .footpanel-body >.meta-box {
		height: auto;
		margin-bottom: 0px;
	}
	.fa-bars{
	    display: none;
	}
	.head-text {
	 	top: 100px;
	    right: 30px;
	    font-family: 'HelveticaNeueLTStd-Roman';
	    text-align: right;
	    font-size: 9px;
	    position: absolute;
       	width: auto;
	}
	.head-login,
	.head-logout {
		position: absolute;
	    right: 0;
	    top: 27px;
	}
	.head-login a.button,
	.head-logout a.button{
		color: #fff;
	    text-decoration: none;
	    border: 1px solid #fff;
	    padding: 6px 30px;
	    margin: 60px 30px 0px 10px;
	    font-size: 13px;
	}
	.head-logout a.changepass {
		font-size: 10px;
	    color: #fff;
	}
	#type-innova-container-site > #column-1 > div > div.box-body .box-body > .box-icon {
	    width: 160px;
	}
	#type-innova-container-site > #column-1 > div > div.box-body div.box-title {
		width: 73%;
	}
	#type-innova-container-site > #column-1 > div > div.box-body .box-body > .content-description {
    	width: 73%;
	}
	/***************         MENU PRINCIPAL          **********************************/
	#head > .box-foot {
		display: block;
	}
	#topmenu2 {
		height: 68px;
	}
	#topmenu2 > ul {
		height: 68px;
	    margin: 0;
	    padding: 0;
	   	text-align: center;
	   	display: block;
	   	font-size: 15px;
	}
	#topmenu2 > ul > li{
		display: inline-block;
	   	border-bottom: 9px solid transparent !important;
	}	
	#topmenu2 > ul > li > div {
		padding: 5px 30px;
		border-right: 2px solid #868585;
	}
	#topmenu2 > ul > li:first-child{
		border: 0;
		font-size:0;
	    vertical-align: middle;
        padding: 11px 0px;
	}
	#topmenu2 > ul > li:first-child div{
		border: 0;
	    padding-top: 10px;	    
	}
	#topmenu2 > ul > li:nth-child(2) > div {
		border-left: 2px solid #868585;
		margin-left: 0px;
	}
	#topmenu2 > ul > li:nth-child(2):hover > div {
		border-left: 2px solid #00457c;
	}
	#topmenu2 > ul > li:first-child a:before{
	    font-family: ancap-icons;
	    content: "\0067";
	    color: #868585;
	    font-size: 24px;
	}
	#topmenu2 > ul > li:last-child{
		font-size:0;
	    vertical-align: middle;
        padding: 11px 0px;
	}
	#topmenu2 > ul > li:nth-child(6) > div{
	    border-right: 2px solid #868585;
	}
	#topmenu2 > ul > li:last-child div{
		border: 0;
	    padding-top: 10px;
	}
	#topmenu2 > ul > li:last-child a:before{
	    font-family: ancap-icons;
	    content: "\0068";
	    color: #868585;
	    font-size: 24px;
	}
	#topmenu2 > ul > li:hover > ul {
	    overflow: hidden;
		display: block;
	    background: #f2f2f2;
	    list-style: none;
	    border-top: 2px solid #00457c;
	    border-bottom: 10px solid #00457c;
	    animation: mymove 1s ease-out forwards;
	    animation-iteration-count: 1;
	    -webkit-animation: mymove 1s;
	    -webkit-animation-iteration-count: 1;
	}
	@keyframes mymove
	{ from {top:194px; opacity: 0;}
	to {top:194px; opacity: 1}
	}
	
	@-webkit-keyframes mymove /* Safari and Chrome */
	{
	from {top:194px; opacity: 0;}
	to {top:194px; opacity: 1;}
	}
	#topmenu2 > ul >  li > ul {
		position: absolute;
	    padding: 0;
	    text-align: left;
	    z-index: 999;
	    width: 100%;
	    left: 0px;
   	    top: 194px;
        height: 330px;
	}
	#topmenu2 > ul > li.ord2 > ul > li.nonselected.haschild.ord1,
	#topmenu2 > ul > li.ord3 > ul > li.nonselected.haschild.ord1,
	#topmenu2 > ul > li.ord5 > ul > li.nonselected.haschild.ord1,
	#topmenu2 > ul > li.ord6 > ul > li.nonselected.haschild.ord1,
	#topmenu2 > ul > li.ord2 > ul > li.nonselected.hasnotchild.ord1,
	#topmenu2 > ul > li.ord3 > ul > li.nonselected.hasnotchild.ord1,
	#topmenu2 > ul > li.ord5 > ul > li.nonselected.hasnotchild.ord1,
	#topmenu2 > ul > li.ord6 > ul > li.nonselected.hasnotchild.ord1 {
		margin-left: 197px;
	}
	#topmenu2 > ul > li > ul > li > div {
	    margin-bottom: 25px;
        color: #00457c !important;
        display: none;
	}
	#topmenu2 > ul > li > ul > li > div > a {
		font-size: 18px;
	}
	#topmenu2 > ul >  li > ul > li {
		float: left;
	    width: 197px;
	    border-right: 1px solid #00457c;
	    margin-top: 20px;
	    padding-left: 30px;
        height: 260px;
	}
	#topmenu2 > ul >  li > ul > li:last-child {
	    border-right: 0;
	}
	#topmenu2 > ul >  li > ul .depth3{
		padding: 0;
	}
	#topmenu2 > ul > li > ul .depth3 > li {
	    margin-bottom: 10px;
        list-style: none;
	}
	#topmenu2 > ul > li > ul .depth3 > li:hover:before {
		color: #00457c !important;
	}
	#topmenu2 > ul > li > ul > li > ul > li > ul > li > div > a {
		font-family: 'HelveticaNeueLTStd-Roman';
	    font-size: 12px;
	}
	#topmenu2 > ul > li > ul > li > ul > li > ul > li > div > a:hover {
		text-decoration: underline;
		cursor: pointer;
	}
	#topmenu2 > ul > li > ul .depth3 > li > div {
	    display: inline-block;
    	width: 86%;
    	height: 30px;
    	margin-bottom: 20px;
    	color: #00457c !important;
    	font-size: 15px;
	}
	#topmenu2 > ul > li > ul .depth3 > li > div > a{
	    color: #00457c !important;
    	font-size: 16px;
	}
	#topmenu2 > ul > li > ul > li > ul > li > ul {
		list-style: none;
		padding: 0;
	}
	#topmenu2 > ul > li > ul > li > ul > li > ul > li:before {
	    content: "\0062";
	    font-size: 14px;
        vertical-align: top;
	    padding-right: 5px;
	    color: #868585;
	    font-family: 'ancap-icons';
	}
	#topmenu2 > ul > li > ul > li > ul > li > ul > li > div {
	    display: inline-block;
       	vertical-align: top;
   	 	width: 86%;
	    margin-bottom: 10px;
        font-family: 'HelveticaNeueLTStd-Roman';
    	font-size: 12px;
    	color: #00457c;
	}
	#topmenu2 > ul > li > ul > li > ul > li > ul > li:hover:before, 
	#topmenu2 > ul > li > ul > li > ul > li > ul > li:hover a {
	    color: #00457c !important;
	}
	
	#topmenu2 > ul > li > ul > li > ul.depth3 > li.ord2 {
	    margin-top: 30px;
	}
	/**********************        FIN MENU PRINCIPAL          ************************************/
	#toppanel .contents-rotator .items .item .item-picture img{
	    width: 100%;
	}
}


@media (max-width: 480px) {
	#print-content {
		display: none;
	}
	/* MENU */
	#topmenu2 > ul > li > ul > li > ul > li > ul {
		display: none;
	}
	#topmenu2 > ul >  li > ul {
		padding: 0;
	}
	#topmenu2 > ul > li:hover {
    	background: #f3f3f3;
    	border-bottom: 0 !important;
	}
	#topmenu2 > ul > li.haschild a {
		cursor: pointer;
	}
	#topmenu2 > ul >  li > ul > li > ul {
		display: block !important;
		padding: 0;
	}
	#topmenu2 > ul >  li > ul > li,
	#topmenu2 > ul >  li > ul > li > ul {
		text-align: center;
	}
	#topmenu2 > ul >  li > ul > li > ul > li {	
	    padding-top: 20px;
	}
	#topmenu2 > ul > li > ul > li > div {
		display: none;
	}
	.result-row {
		padding-left: 10px;
		padding-right: 10px;
	}
	.result-row:first-child {
		margin-top: 90px;
	}
	/* FIN MENU */
	
	/* PRODUCTO */
	
	#type-ancap-producto .fichas-tabs .fichas-tablinks {
		width: 100%;
	}
	#type-ancap-producto .producto-picture {
		width: 100%;
		text-align: center;
	}
}

@media print {
	.print-logo{
		display: block !important;
	}
	#logo-sector {
		display:none;
	}
	#search-sector{
		display: none;
	}
	#topmenu2 {
		display: none;
	}
	#head > .box-foot {
		display: none !important;
	}
	#head #logo-sector img {
		display: none !important;
	}
	#customhtml1{
		display: none;
	}
	#editlink-place{
		display: none;
	}
	#customhtml2{
		display: none;
	}
	#head {
		height: 50px;
	}
	#foot {
		display:none;
		position: fixed;
    	bottom: 0;
    	height: 50px;
	}
	#leftpanel{
		display:none;
	}
	#rightpanel{
		display:none;
	}
	#bottompanel {
		display:none;
	}
	#footpanel {
		display:none;
	}
	#content-graph {
		display:none;
	}
	#foot > div > div.box-body > div > div > img {
		display: none !important;
	}
	#print-content {
		display:none;
	}
	#content-also{
		display: none;
	}
	#content-title {
		margin-bottom: 30px;
	}
	#body {
		padding-top: 0px;
	}
	.print-footer {
		display:block;
		position: fixed;
    	bottom: 0;
	}
	#breadcrumb {
		width: 100%;
		margin: 0;
	}
	#body #centralpanel #content-body {
		width: 75%;
		border: 0;
	}
	#body #centralpanel #content-body #type-innova-text {
		width: 100%;
		padding-right: 0;
		border: 0;
	}
	.addthis_toolbox{
		display: none;
	}
}

/********* FICHAS *****************************************************************************/

#all-ficha {
	width: 100%;
    position: relative;
    background: white;
}
#all-ficha table {
	margin: auto;
	border-collapse: collapse;
}
#all-ficha.fichaseguridad table * {
    border-collapse: collapse;
    border-style: none;
    border-spacing: 0px;
}
#all-ficha.ficha-tecnica table:first-child > tbody {
    display: block;
    border-top: 0px;
    border-collapse: separate;
    border-spacing: 4px;
}
#all-ficha.ficha-tecnica table:first-child > tbody {
	border: 1px solid #c7c7c7;
}
#all-ficha table > thead > tr {
	background: #939394 !important; 
	height: 50px; 
	color: white; 
	font-size: 22px;
}
#all-ficha table > thead > tr > td {
	font-family: 'HelveticaNeueLTStd-Roman';
	font-size: 15px;
}
#all-ficha table > tbody > tr > td {
    text-align: left;
    /* width: 50%; */
    font-size: 12px;
    color: #565656;
}
#all-ficha.ficha-tecnica table > tbody > tr > td {
    padding-top: 10px;
    padding-bottom: 10px;
}
#all-ficha.fichaseguridad table > tbody > tr > td {
    color: #000;
}
#all-ficha.fichaseguridad table > tbody > tr > td:first-child {
    color: #0076A3;
}
#all-ficha table > tbody > tr.content-table-header > td {
	font-size: 15px;
	color: #002857;
}
#all-ficha.ficha-tecnica table > tbody > tr.content-table-header > td {
	color: #fff;
}
#head-images > table tr > td {
	background: white;
}
.ficha-tecnica .seguridad-td {
    border: 2px solid #ffffff;
}
.seguridad-td {
    border: 2px solid #c7c7c7;
}
.seguridad-td:first-child {
       border-left: 0;
   	border-top: 0;
}
.seguridad-td:last-child {
       border-right: 0;
   	border-top: 0;
}
#sfoot {
	width: 730px;
	margin: auto;
    padding-bottom: 50px;
}
#sfoot p {
    font-size: 9px;
    color: grey;
}
#shead {
	width: 730px; 
	margin: auto;
    position: relative;
       padding-top: 30px;
}
#all-ficha #head-left{
	display: inline-block; 
	width: 50%;
}
#all-ficha #head-right{
	display: inline-block;
    width: 49%;
}
#all-ficha #head-logo-title{
	display: inline-block;
}
#all-ficha #head-logo-title #title {
/* 	display: inline-block; 
	margin-left: 30px; 
	vertical-align: top; */
}
#all-ficha #logo {
	display: inline-block; 
	width: 80px;
}	
#all-ficha #head-left{
    width: 80%;
	display: inline-block;
}
#all-ficha #logo {
	display: inline-block; 
	width: 50px;
}
#all-ficha #logo img {
	max-width: 100%;
} 
#all-ficha #title {
    color: #00457c;
    font-family: 'HelveticaNeueLTStd-Roman';
    margin: 0;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}
#all-ficha #title span:nth-child(1) {
    display: block;
    font-size: 22px;
}
#all-ficha #title span:nth-child(2) {
    display: block;
    font-size: 32px;
}
#all-ficha #head-info span {
	color: #00457c;
    font-family: 'HelveticaNeueLTStd-Roman';
    margin: 0;
    font-weight: normal;
    display: block;
    font-size: 9px;
}
#all-ficha #shead-date {
	position: absolute;
    top: 30px;
    right: 0;
    color: #00457c;
    font-family: 'HelveticaNeueLTStd-Roman';
    margin: 0;
    font-weight: bold;
    border: 1px solid #00457c;
    font-size: 9px;
    padding: 10px 30px;
}
#all-ficha #head-info {
	margin: 25px 0px 20px 0px;
	line-height: 2;
	font-size: 12px;
}
#all-ficha #head-info span {
	display: block;
	font-family: 'HelveticaNeueLTStd-Roman';
	font-size: 9px;
}
#all-ficha #head-images td {
    border: 1px solid #b3b3b3;
}
.sbody {
    width: 730px;
    margin: auto;    
}
.ficha-tecnica .sbody table:first-child * {
    border-collapse: collapse;
    border-style: none;
    border-spacing: 0px;
}
.fichaseguridad .sbody {
	border: 1px solid #b3b3b3;
}
.ficha-tecnica #sfoot {
	margin-top: 50px;
}
.ficha-tecnica .sbody table:first-child tr{
    background-color: #ffffff !important;
}
.ficha-tecnica .sbody tr:nth-child(odd){
    background-color: #F8F8F8 !important;
}
.ficha-tecnica .sbody tr:nth-child(even){
	background-color: #DDDDDD !important;
}
.ficha-tecnica .sbody tr.content-table-header {
	background: #939394 !important;
}
#all-ficha.ficha-tecnica .content-body-subtitle2 {
	margin-top: 40px;
}
hr {
    border-bottom: 3px solid #009de8;
    border-top: 0;
}
.sbody tr {
	background-color: white !important;
}
.texto-gris {
	color: grey;
}	
.content-table-standard table {
	width: 100% !important;
    font-size: 12px;
    color: #000;
    text-align: left;
    padding-right: 20px;
    line-height: 1.4em;
    border-spacing: initial;
}
.content-table-standard table tr{
	background-color: #f7f7f7;
}
.content-table-standard .content-table-header > td {
    background-color: #969696 !important;
    padding-top: 25px !important;
    color: white;
    padding-bottom: 10px !important;
}
.content-table-standard .encabezadoTablaRem {
    background-color: #969696 !important;
    padding-top: 25px !important;
    color: white;
    padding-bottom: 10px !important;
}
.content-table-standard tr:nth-child(odd) {
	background-color: #dcdcdc !important;
    color: #000;
    text-align: left;
}
.content-table-standard tr:nth-child(even) {
	color: #000;
}
/* By ANCAP  */
.embed-container {
    position: relative;
    padding-bottom: 80%;
    height: 0;
    overflow: hidden;
}

.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


#template-top-tools {
	padding-right: 30px 
}