/* CSS Document */

/*** Particulares para esta revista */

/* El fondo del body */
body {
	background: url("bg.jpg") repeat;
}

/* El fondo del encabezamiento */
#header {
	background: url("bg-header.png") repeat-x;
	height:100px;
}

#headerTitle {
	background: url("ludicamente_logo.jpg");
	content:".";
}

#body{
	background:url("bgd-contenido.png") repeat-y;
}

#main, #sidebar{
/*	background:#FFFFFF;*/
}

#rightSidebar{
/*	background:#FFFFFF;*/
	margin-right: 1.3em;
	min-height: 1020px;
}

/*#footer{
    background: url("bgdgral-footer.png") repeat-x scroll 0 0 transparent !important;
    height: 168px;
}*/

#footer{
	background: url("bg-footer.png") no-repeat scroll 0 0 transparent !important;
    height: 168px !important;
    margin-left: -26px;
    *margin-left: -28px;
	width:100%;
}
#footerInfo{
	background:none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Reglas de Safari 3.0 y Opera 9  */
	
	#footer{
		margin-left: -26px;
	}
}

#footerInfo p{
    color: white;
    margin-left: 6em;
    margin-top: 5.5em;
}

#footerInfo img{
    bottom: 11em;
    margin-left: 80em;
    padding-bottom: 0;
    position: absolute;
}


/* Color de los links cuando el mouse se posa encima*/
a:hover {
	color:#ab0e15;
}

/* Color de los links de la página de la revista */
a:link, a:active, a:visited{
	color:#1c3788;
}


/* Color de la línea de los bloques */

#rightSidebar div.block{
	border-top:3px solid #ab0e15;
}

/* Color de los botones y de las solapas */

input[type="submit"],input[type="reset"], input[type="button"], input.defaultButton, h4.tocSectionTitle, div#articleAbstract h4, div#articleSubject h4, div#articleGalleys h4, div#articleCitations h4 {
	background-color:#ab0e15;
	color:#FFFFFF;
}

/* Habilitar botón Núcleo Básico */

#sidebarLogoNucleo{
	display:block;
	border-top:3px solid #ab0e15;
	padding-top:0.5em;
}


/* Pie de pag */
#footer {
	background: url("bg-footer.png") repeat-x;
	height:150px;
}



/************* Para todas las revistas *************/

#sidebarLanguageToggle{
	display:hidden;
}



/* Barra de navegación*/
#navbar {
	margin-top:-1.6em;
}

#main{
	margin-top:0;
	padding-top:0;
	
}

#content{
	border-top:none;
}

#sidebarLogoCaicyt {
	height:115px;
}

#sidebarLogoCaicyt span{
	display:block;
	margin-bottom:1em;
	color:#333333;
}