body div#container {
    /*visibility: hidden;
    opacity: 0;*/
	background: url(/revistas/public/site/images/admefyd/patron_fondo1.png);
}


input::-webkit-input-placeholder {
	color: #fff !important;
}
#sidebarUser form input {
    -webkit-appearance: none;
    border-radius: 0;
} 
input:-moz-placeholder { 
color: #fff !important;  
}
 
input::-moz-placeholder {  
color: #fff !important;  
}
 
input:-ms-input-placeholder {  
color: #fff !important;  
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
    }
    
    .video-responsive iframe,
    .video-responsive object,
    .video-responsive embed {
position: absolute;
    top: 0;
    left: 20%;
    width: 60%;
    height: 60%;
    }

body, body *, #body #main *, body #header *, body #header h1{
	font-family: 'Roboto', sans-serif;
}

body div#container {
	width: 100% !important;
	min-width: initial !important;
	background-color: white;
}
body #container a:hover {
    background-color: transparent;
    text-decoration: none;
	transform: translateX(2px);
    transition: transform 0.2s;
	cursor: pointer;
}
body #container input.button:hover{
	text-decoration: none;
	transform: translateX(2px);
    transition: transform 0.2s;
	cursor: pointer;
}

div#customblock-cc_oa a {
    display: block;
}

#foot1, #pageFooter{
	display: none;
}
.delimiter{
	max-width: 1200px !important;
    margin: auto;
}
.widecontainer {
	width: 100%;
	min-height: 30px;
	background-color: #fff;
	max-width: 1200px !important;
    margin-left: auto;
    margin-right: auto;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
}

#header .widecontainer:nth-of-type(1){
	background: url('/revistas/public/site/images/admefyd/franja_corner.png') no-repeat left bottom #0B403C;
}
#header .widecontainer:nth-of-type(2){
	background-color: #EBF0E4;
}
#body .widecontainer:nth-of-type(1){
	background-color: #FFF;
}
#body .widecontainer:nth-of-type(2){
	background-color: #fff;
}
#body #foot2 .widecontainer:nth-of-type(1){
	background-color: #ED6911;
}
#body #foot2 .widecontainer:nth-of-type(2){
	background-color: #0B403C;
}

#body {
    margin: 0;
}






#header .delimiter .block {
    display: inline-block;
}
#sidebarUser form table tr {
    display: inline-block;
    margin-left: 10px;
}
#sidebarUser form table tr:nth-of-type(3), #sidebarUser form table tr td:first-child {
    display: none;
}
#sidebarUser form table tr:nth-of-type(4) td {
    display: table-cell;
}
div#sidebarUser > strong:after {
	content: '\21c5';
    font-size: 16px;
    margin: 0px 0px 0 5px;
    font-weight: normal;
}
#header > div.widecontainer:nth-of-type(1) > .delimiter div#sidebarUser {
    position: relative;
	color: #fff;
}

#header > div.widecontainer:nth-of-type(1) > .delimiter div#sidebarUser ul {
    position: absolute;
    right: 0px;
    top: 30px;
    background-color: #f2f7ea;
    border-radius: 2px;
    padding: 0;
    margin-top: -2px;
    list-style: none;
    z-index: 100;
    box-shadow: 0px 0px 10px 0px rgba(11,64,60,0.9);
    display: none;
    font-size: 15px;
}
ul#usermenu:before {
    content: " ";
    width: 0;
    height: 0;
    border-bottom: 9px solid #f2f7ea;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 5px solid transparent;
    position: absolute;
    top: -14px;
    right: 25px;
}
#header > div.widecontainer:nth-of-type(1) > .delimiter #sidebarUser ul#usermenu a {
    padding: 5px 25px;
    display: block;
    border-bottom: 1px solid #DADED1;
}
#header > div.widecontainer:nth-of-type(1) > .delimiter #sidebarUser ul#usermenu li:nth-of-type(2) a {
    margin-top: 25px;
    border-top: 1px solid #DADED1;
}
#header > div.widecontainer:nth-of-type(1) > .delimiter #sidebarUser ul#usermenu li:last-child a {
    border-bottom: 0;
}

#header > div.widecontainer:nth-of-type(1) > .delimiter div#sidebarUser > strong:hover {
	cursor: pointer;
	background-color: transparent;
    text-decoration: none;
	transform: translateX(3px);
    transition: transform 0.2s;
}
#header > div.widecontainer:nth-of-type(1) > .delimiter div#sidebarUser ul a {
    text-decoration: none;
    color: #000;
}

#usermenu li, #usermenu li a {
	line-height: normal;
}

#usermenu li.close {
    color: #000;
    position: absolute;
    top: 3px;
    right: 7px;
}

#usermenu li.close:hover {
    cursor: pointer;
}



#header .delimiter .block {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    padding: 0 10px;
    border-left: 2px solid #547976;
}
#header .delimiter .block:first-of-type {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}

#header > div.widecontainer:nth-of-type(1) > .delimiter {
    text-align: right;
    height: 35px;
}

#header > div.widecontainer:nth-of-type(1) > .delimiter #idiomas a {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}


#header > div.widecontainer:nth-of-type(1) > .delimiter #sidebarUser form input.textField {
    background-color: rgb(116,144,136);
    border: 2px solid rgb(99,132,124);
    color: #fff;
	height: 15px;
}

#header > div.widecontainer:nth-of-type(1) > .delimiter #sidebarUser form input.button, #register_loginarea a, #header > div.widecontainer:nth-of-type(1) > .delimiter #sidebarUser a {
    background-color: transparent;
    border: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 0.8em;
    text-decoration: underline;
    padding-bottom: 0px;
    
}
#header > div.widecontainer:nth-of-type(1) > .delimiter #sidebarUser form input.button:hover {
    text-decoration: none;
}

#header > div.widecontainer:nth-of-type(1) > .delimiter #sidebarUser form input.button:hover {
	cursor: pointer;
}







#header {
	background-color: #EBF0E4;
	border-bottom: 4px solid #DADED1;
	max-width: 1200px !important;
    margin-left: auto;
    margin-right: auto;
}
#headerTitle h1 {
    position: relative;
    min-height: 85px;
    margin: 0;
    padding: 0;
	color: #FFF;
}
div#headerTitle h1 > a:nth-child(1) {
    left: 0;
    top: 10px;
}
div#headerTitle h1 > *, div#headerTitle h1 > div#social_networks > * {
    position: absolute;
}
div#headerTitle h1 > a:nth-child(2) {
    right: 30px;
    top: 13px;
}
div#headerTitle h1 > div:nth-child(3) {
    right: 0;
    top: 10px;
	height: 67px;
    width: 20px;
}
div#headerTitle h1 > div#social_networks > a {
	height: 20px;
	width: 20px;
	border-radius: 10px;
	background-color: transparent;
}
div#headerTitle h1 > div#social_networks > a:hover {
    transform: none;
	background-color: rgba(0,0,0,0.3);
}
div#headerTitle h1 > div#social_networks > a#facebook {
	top:0px;
}
div#headerTitle h1 > div#social_networks > a#googleplus {
	top:24px;
}
div#headerTitle h1 > div#social_networks > a#mail {
	top:47px;
}
#headerTitle div#navbar {
    width: calc(100% - 207px);
    left: 123px;
    top: 25px;
    text-align: center;
    border-bottom: 0;
    padding: 0;
}
#navbar a {
    font-size: 14px;
	color: #81857C;
	letter-spacing: 0.4px
}
#headerTitle div#navbar ul.menu{
	font-size:0;
}
#headerTitle div#navbar ul.menu li {
    margin: 0;
    padding: 0;
    padding-right: 15px;
	display: inline-block;
}
#headerTitle div#navbar ul.menu li:last-child{
	padding-right:0;
}
#headerTitle div#navbar ul.menu li#register,  #headerTitle div#navbar ul.menu li#search,  #headerTitle div#navbar ul.menu li#login, #headerTitle div#navbar ul.menu li#archives {
    display: none;
}
#headerTitle div#navbar ul.menu li#mobile_sn {
	display: none;
}










#main h2, #main h3, #main h4 {
    text-transform: uppercase;
}
div#content {
    border: 0;
}
div#main,  div#main * {
    color: #81857C;
}
#main h2 {
    font-size: 20px;
}
#main h3 {
    font-size: 18px;
	line-height: 1em;
}
#main h4 {
    font-size: 17px;
}
#content {
    font-size: 14px;
}
#content h4 a:link, #content h4 a:visited, #content h4 a:active {
    color: #81857C;
}	




div#issueDescription img {
    float: right;
    margin: 55px 10px 30px 30px;
	width: 280px;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
}
td.tocArticleCoverImage.showCoverImage {
    width: 160px;
    padding-right: 10px;
    padding-top: 15px;
}
td.tocArticleCoverImage.showCoverImage .tocCoverImage {
    text-align: right;
}
table.tocArticle td {
    vertical-align: middle;
}
table.tocArticle .tocTitle {
    text-transform: uppercase;
    font-size: 14px;
}
table.tocArticle .tocTitle a {
    text-decoration: none;
}
table.tocArticle .tocAuthors {
    font-size: 13px;
    font-style: normal;
    font-weight: lighter;
}
.tocArticle {
    width: calc(100% - 320px);
}
.tocArticle ~ div.separator {
    width: calc(100% - 320px);
    border-bottom: 1px solid #DADED1;
}



div#TitleNcoverWrapper {
    text-align: center;
}
div#TitleNcoverWrapper div#TitleNcover {
    display: inline-block;
    vertical-align: top;
    margin-top: 100px;
}
div#TitleNcoverWrapper div#TitleNcover ul.menu{
	margin-top: 45px;
	font-size: 19px;
}
div#TitleNcoverWrapper div#TitleNcover ul.menu a{
	text-transform: none;
}
div#TitleNcoverWrapper div#issueCoverImage {
    display: inline-block;
    vertical-align: middle;
	text-align: center;
	
}
div#TitleNcoverWrapper div#issueCoverImage img {
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
	height: auto;
}
div#TitleNcoverWrapper div#floating_archives {
    text-align: center;
    padding-right: 30px;
    margin-top: 180px;
}
#floating_archives a {
    background-color: #3DBA67;
    padding: 3px 10px;
    border-radius: 5px;
    border: 1px solid #A4DFB8;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}
div#TitleNcoverWrapper #floating_archives a:hover {
	text-decoration: none;
	background-color: #3DBA67;
}



#main {
	padding-bottom:10px;
	padding-top:10px;
}

#main.noFloat{
    float: none;
    display: block;
    margin: 0 auto;
}

#main.noFloat div#pdfDownloadLinkContainer {
    text-align: center;
}

#main.noFloat div#inlinePdfResizer {
    display: inline-block;
    width: calc(100% - 201px);
}

#main.noFloat div#sidebarRTArticleTools {
    display: inline-block;
    vertical-align: top;
	width: 190px;
	background-color: #EEEEEE;
    padding: 5px;
}
#main.noFloat div#articleAbstract + div#sidebarRTArticleTools {
    float: right;
}
#main.noFloat div#inlinePdfResizer + p {  //pantalla completa
    text-align: center;
}

#main.noFloat a#fullscreenShow {
    display: inline;
    float: none;
}


#main input.button{
    background-color: #3DBA67;
    padding: 3px 10px;
    border-radius: 5px;
    border: 1px solid #A4DFB8;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: normal;
	margin-left: 1px;
}






#issues .issueCoverImage img {
    float: left;
    width: 200px;
    margin-right: 30px;
    border: none;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
}
#content #issues div {
    display: inline-block;
	text-align: center;
}
#content #issues div.separator {
    border-bottom: 1px solid #DADED1;
}
#main #issues h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 5px 5px 25px;
}

#content #issues div#issue {
    vertical-align: bottom;
}




table#simpleSearchInput, #sidebarUser form table {
	background-color: transparent;
}
div#sidebarmoved {
    padding-bottom: 15px;
}
div#sidebarmoved > div {
    vertical-align: top;
}
#formerRightSidebar {
    display: inline-block;
}
#formerRightSidebar .block {
    display: inline-block;
    vertical-align: middle;
}
#sidebarNavigation .subblock {
    float: left;
    padding: 30px 60px;
    border-right: 1px solid #fff;
    height: 110px;
    margin: 30px 0px;
}   
#sidebarNavigation .subblock * {
    color: #fff  
}

#sidebarNavigation .subblock {
    float: left;
    padding: 4px 25px 47px 25px;
    border-right: 1px solid #fff;
    height: 70px;
    margin: 35px 0px;
}
#sidebarNavigation .subblock:first-child{
	padding-left:0;
}
#sidebarNavigation .subblock .blockTitle, #sidebarNavigation .subblock .blockSubtitle {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 18px;
}
#sidebarNavigation .subblock #simpleSearchForm input[type = text], #sidebarNavigation .subblock #simpleSearchForm select {
    width: 227px;
    border: 1px solid #F28F4D;
    background-color: #F28E4C;
}
#sidebarNavigation .subblock input.button {
    background-color: transparent;
    border: 0;
    text-decoration: underline;
    padding: 3px 0;
}
table#simpleSearchInput tr:nth-of-type(2) td {
    padding-top: 10px;
    font-size: 14px;
}
#sidebarNavigation .subblock #simpleSearchForm select {
    width: 229px;
    margin-top: -5px;
	font-size: 16px;
}
#sidebarNavigation .subblock ul {
    padding: 0;
}
#sidebarNavigation .subblock ul a {
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    display: inline-block;
    line-height: 18px;
}
#sidebarNavigation .subblock ul li {
    list-style: none;
}
#sidebarNavigation .subblock #simpleSearchInput {
    margin-top: 10px;
}
div#sidebarCounter {
    text-align: center;
}
#indexing a {
    display: inline-block;
    margin: 10px;
}
div#indexing {
    text-align: center;
	display: inline-block;
	padding: 0;
	width: 100%
}
div#indexing h3 {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    margin-top: 35px;
}
div#formerRightSidebar > .block {
    margin-top: 17px;
    padding-top: 10px;
    padding-right: 15px;
    border-right: 1px solid #fff;
}
#sidebarCounter span.blockTitle {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
}


div#foot2 * {
	color: #fff;	
}
div#foot2 > br {
	display:none;
}
div#foot2 .widecontainer {
    margin-top: 8px;
}
div#footinfo {
    color: #fff;
    padding: 20px 0;
}
div#footinfo * {
    font-size: 13px;
    line-height: 16px;
	color: #fff;	
}
div#customblock-cc_oa {
    padding-left: 30px;
    float: right;
    border-left: 1px solid #fff;
}
div#customblock-cc_oa a:nth-of-type(2) img {
    margin: 20px auto;
}
div#customblock-cc_oa img {
    display: block;
    margin: 20px;
}

div#footinfo.delimiter, #headerTitle.delimiter, #main.delimiter, .delimiter{
	padding-left:2%;
	padding-right: 2%;
	margin: auto;
	width:100%;
}
#indexing a {
	margin: 4px;
}



div#main {
    padding-bottom: 2%;
}

div#announcementsHome {
    padding: 1% 2% 2%;
}

.widecontainer2 {
    width: 100%;
    background-color: #fff;
    max-width: 1200px !important;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
    min-height: 30px;
    margin-top: 8px;
}

.widecontainer2 td.headseparator {
    display: none;
}

.widecontainer2 h2 {
    font-size: 20px;
    line-height: 1em;
}

.widecontainer2 h3 {
    font-size: 18px;
    line-height: 1em;
}
.widecontainer2 * {
    color: #81857C;
}
.widecontainer2 h2, .widecontainer2 h3, .widecontainer2 h4 {
    text-transform: uppercase;
	font-weight: normal;
}
.widecontainer2 h3 {
    margin: 0em 1em 0.25em 0em;
    padding-top: 0.75em;
    font-weight: normal;
    font-size: 18px;
    line-height: 0.8em;
}
.widecontainer2 h4 {
    margin: 0em 1em 0.5em 0em;
    padding-top: 0.75em;
    font-weight: normal;
    font-size: 17px;
}
#header > div.widecontainer:nth-of-type(1) > .delimiter #sidebarUser form input.textField{
	width: 151px;
}

div#issues div.issueCoverImage a:hover {
    transform: inherit;
}

div#category-pdf:nth-of-type(2) {
    display: none;
  }

div#category-html:nth-of-type(2) {
    display: none;
  }


@media (max-width: 870px) {


	#header > div.widecontainer:nth-of-type(1) > .delimiter {
		padding-right: 0;
		margin-right: 5px;
	}
	#header > div.widecontainer:nth-of-type(1) > .delimiter .block {
		padding: 0 0px 0 10px;
	}		
	
	#headerTitle div#navbar {
		display: none;
		width: 100%;
		position: relative;
		top: 5px;
		left: 0;
		visibility: hidden;
	}
	#headerTitle .navbar_active div#navbar {
		visibility: visible;
	}
	#headerTitle div#navbar ul.menu li {
		width: 100%;
		border-bottom: 1px dotted #fff;
		padding: 0;
	}
	#headerTitle div#navbar ul.menu li:first-child {
		border-top: 1px dotted #fff;
	}
	
	#navbar a {
		display: block;
	}
	#headerTitle div#navbar ul.menu li#mobile_sn {
    display: block;
    position: relative;
    height: 45px;
	}
	div#mobile_social_networks {
		position: absolute;
		left: calc(50% - 58px);
		top: 9px;
	}
	div#headerTitle div#navbar ul.menu li#mobile_sn div#mobile_social_networks > a {
		height: 27px;
		width: 27px;
		border-radius: 14px;
		background-color: transparent;
		position: absolute;
		top: 0;
	}
	div#headerTitle div#navbar ul.menu li#mobile_sn div#mobile_social_networks > a:hover {
		transform: none;
		background-color: rgba(0,0,0,0.3);
	}
	div#headerTitle div#navbar ul.menu li#mobile_sn div#mobile_social_networks > a#mfacebook {
		left:0px;
	}
	div#headerTitle div#navbar ul.menu li#mobile_sn div#mobile_social_networks > a#mgoogleplus {
		left:45px;
	}
	div#headerTitle div#navbar ul.menu li#mobile_sn div#mobile_social_networks > a#mmail {
		left:89px;
	}
	
	#header > div.widecontainer:nth-of-type(1) > .delimiter #sidebarUser a {
		background-color: transparent;
		border: 0;
		text-transform: uppercase;
		color: #fff;
		font-size: 0.8em;
		text-decoration: underline;
		padding-bottom: 0px;
		padding-top: 5px;
	}
	
	
	div#headerTitle h1 > a:nth-child(2) {
		left: 120px;
		top: 15px;
		right: auto;	
	}
	div#headerTitle h1 > div:nth-child(3) {
		display:none;
	}
	#headerTitle h1.navbar_active {
		padding-top: 75px;
		transition: padding-top 0s;
	}
	#headerTitle h1 {
		transition: padding-top 1.1s;
	}
	#header #headerTitle div.open_menu {
		color: #81857C;
		font-size: 20px;
		font-weight: bolder;
		padding: 5px;
		top: 33px;
		right: 10px;
		display: inline-block;
		width: 24px;
		height: 9px;
		margin-right: 5px;
		border-bottom: 3px solid #81857C;
		transition: border-bottom 0.5s;
	}
	#header #headerTitle .navbar_active div.open_menu {
		border: 0;
	}
	




	
	#header #headerTitle .navbar_active div.open_menu:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    border-top: 3px solid #81857C;
    transform: rotate(-45deg) translateY(6px) translateX(0px);
    transition: all 0.5s;
	}
	#header #headerTitle div.open_menu:before {
		content: "";
		position: absolute;
		top: -3px;
		left: 0px;
		width: 100%;
		border-top: 3px solid #81857C;
		transform: rotate(0) translateY(0) translateX(0px);
		transition: all 0.5s;
	}
	#header #headerTitle .navbar_active div.open_menu:after {
		content: "";
		position: absolute;
		top: 8px;
		left: 0;
		width: 100%;
		border-top: 3px solid #81857C;
		transform: rotate(45deg) translateY(-7px) translateX(-2px);
		transition: all 0.5s;
	}
	#header #headerTitle div.open_menu:after {
		content: "";
		position: absolute;
		top: 8px;
		left: 0px;
		width: 100%;
		border-top: 3px solid #81857C;
		transform: rotate(0) translateY(0px) translateX(0px);
		transition: all 0.5s;
	}

	#header > div.widecontainer:nth-of-type(1) > .delimiter div#sidebarUser ul {
		padding: 0;
		font-size: 15px;
		width: 150px;
	}
	#header > div.widecontainer:nth-of-type(1) > .delimiter div#sidebarUser ul.noText {
		margin-top: -13px;
	}
		
	
	
	
	
	
	
	
	div#TitleNcoverWrapper div#TitleNcover {
		display: block;
		margin-top: 5px;
	}
	div#TitleNcoverWrapper div#issueCoverImage {
		display: block;
		margin-top: 25px;
	}
	div#TitleNcoverWrapper div#floating_archives {
		text-align: center;
		margin-top: 30px;
	}	
	#content > div#issueCoverImage {
		margin: 0 auto;
		text-align: center;
	}
	div#issueCoverImage img {
		max-width: 100%;
	}
	div#issueDescription img {
		float: none;
		margin: 0 auto;
		max-width: 98%;
		display: block;
	}
	td.tocArticleCoverImage.showCoverImage {
		display: none;
		padding: 0;
	}
	.tocCoverImage {
		display: none;
	}
	.tocArticle {
		width: 98%;
		margin: 15px auto;
	}
	.tocArticle ~ div.separator {
		width: 94%;
		margin: 0 auto;
	}
	#main.noFloat div#sidebarRTArticleTools {
		float: none;
		width: 96%;
		margin: 25px auto 0; 
		display: block;
	}
	#main.noFloat div#inlinePdfResizer {
		display: block;
		width: 98%;
		margin: auto;
	}
	#main.noFloat div#inlinePdfResizer, #main.noFloat div#inlinePdfResizer * {
		font-size: 1em;
	}
	#main.noFloat a#fullscreenShow {
		display: none;
	}
	div#floating_archives {
		text-align: center;
		margin-top: 50px;
	}
	
	
	
	div#sidebarmoved.delimiter {
		padding: 0;
		margin: 0;
		width: 100%;
	}
	div#indexing {
		width: 96%;
		text-align: center;
		padding: 0 2% 25px;
		position: relative;
		margin-top: 0;
	}
	div#indexing h3 {
		margin-top: 25px;
	}
	div#formerRightSidebar:after {
		content: " ";
		position: absolute;
		width: 100%;
		height: 5px;
		background: url(/revistas/public/site/images/admefyd/patron_fondo1.png);
		left: 0%;
	}
	#formerRightSidebar {
		width: 100%;
	}
	div#formerRightSidebar > .block {
		border-right: 0px;
		width: 100%;
		display: block;
		padding: 0;
		margin-top: 20px;
	}
	
	
	
	
	div#customblock-cc_oa {
		padding-left: 0;
		float: none;
		border: 0px;
		text-align: center;
	}
	div#customblock-cc_oa a {
		display: initial;
	}
	div#customblock-cc_oa img {
		display: initial;
		margin: 0 20px 20px;
	}
	
}

/* Cambios Sergio - carousel */

#indexing .carousel-inner>.active, #indexing .carousel-inner>.next, #indexing .carousel-inner>.prev{
    display: flex;
}
#indexing .carousel-inner .item{
    height: 100px;
    justify-content: center;
    align-items: center;
}
.carousel-indicators{
    position: static;
    padding-left: 0;
    margin-left: 0;
    width: auto;

}
body #container a:hover{
    background-color: transparent;
    text-decoration: none;
    transform: translateX(2px);
    transition: transform 0.2s;
    cursor: pointer;

}
#indexing .carousel-control{
    background-image: none;
    width: 4%;
}
div#indexing h3{
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    margin-top: 35px;
    padding: 6px;
   
    margin: 0;
    color: white;
}
#indexing .carousel-inner{
    width: 90%;
    margin-left:5%;
}
/*div#customblock-indexacion{
    margin-top:50px;
}*/
#indexing a:link, #indexing a:visited{
    color: maroon;
}

div#category-pdf:nth-of-type(1) {
    display: none;
  }

div#category-html:nth-of-type(1) {
    display: none;
  }




@media (max-width: 360px) {
	
	div#indexing {
		text-align: justify;
	}
	#indexing a {
		margin: 11px 9px;
	}
	div#footinfo.delimiter, #headerTitle.delimiter, #main.delimiter, .delimiter {
		padding-left: 3%;
		padding-right: 3%;
		margin: auto;
		width: 94%;
	}

	div#category-pdf:nth-of-type(1) {
		display: none;
	  }
	
	div#category-html:nth-of-type(1) {
		display: none;
	  }
}