@media (min-width: 768px) {
	#blog1_movil {
		display: none;
		}
	}

@media (max-width: 768px) {

	body{
		overflow-x: hidden;
		margin: 0;
		padding: 0;
		margin: 0 auto;
	}	

	#index {
		display: none;
		width: 100%;
		}
		
	.mediaViewInfo {
		--web-view-name: blog1_movil;
		--web-view-id: blog1_movil;
		--web-scale-to-fit: true;
		--web-scale-to-fit-type: width;
		--web-scale-on-resize: true;
		--web-enable-deep-linking: true;
	}
	:root {
		--web-view-ids: blog1_movil;
	}
	* {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		border: none;
	}
	#blog1_movil {
		position: absolute;
		width: 100%;
		height: auto;
		background-color: rgba(255,255,255,1);
		overflow: hidden;
		--web-view-name: blog1_movil;
		--web-view-id: blog1_movil;
		--web-scale-to-fit: true;
		--web-scale-to-fit-type: width;
		--web-scale-on-resize: true;
		--web-enable-deep-linking: true;
	}
	#Premio_Nobel_de_Medicina__2023 {
		left: 50%;
		top: 300px;
		position: absolute;
		overflow: visible;
		width: 491px;
		height: 60px;
		text-align: center;
		font-family: Raleway;
		font-style: normal;
		font-weight: bold;
		font-size: 18px;
		color: rgba(76,131,83,1);
		transform: translateX(-50%); /* Ajusta para centrar  */
	}
	#imagen-premio-nobel-medicina_dl {
		position: absolute;
		width: 169px;
		height: 142px;
		left: 50%;
		top: 138px;
		overflow: visible;
		transform: translateX(-50%); /* Ajusta para centrar correctamente */

	}
	#Premio_Nobel_de_Medicina_2023_ {
		left: 50%;
		top: 358px;
		position: absolute;
		overflow: visible;
		width: 95%;
		max-width: 407px;
		height: 474px;
		text-align: left;
		font-family: Raleway;
		font-style: normal;
		font-weight: bold;
		font-size: 12px;
		color: rgba(76,131,83,1);
		transform: translateX(-50%); /* Ajusta para centrar correctamente */

	}
	.catalogo-pdf{
		text-decoration: none;
	}
#Tecnoblog span {
        display: block;      
        text-align: center;
    }
#Logo_Hospitalario-07_dn {
		position: absolute;
		width: 203px;
		height: 53px;
		left: 50%;
		top: 40px;
		overflow: visible;
		--web-animation: fadein undefineds undefined;
		--web-action-type: page;
		--web-action-target: ../index;
		cursor: pointer;
		transform: translateX(-50%); /* Ajusta para centrar correctamente */

	}
}

