/* -----------------------------------------*/
/*										 	*/
/* Programador: José Javier Uriola Rojas 	*/
/* Para: 	MinPP-DPSGG					 	*/
/*  		JJUR-2024						*/
/* File:	Base_.css						*/
/*			Estructura-Web-CSS			 	*/
/*			Mensage						 	*/
/*										 	*/
/* -----------------------------------------*/

/* ============================================================================================================================
== 
** ============================================================================================================================ */

/* ------------------------------------------------------------------------------- */
	* { margin: 0; 
		padding:0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		/*padding: 0;*/
		border: 0px solid red;
		}
		
	body {
		background-size: cover;
		background-position: center center;
		background-attachment: fixed;
		background-image: url("../img/Background-Body.png");
		background-repeat: no-repeat;
		background-color: White;
		box-sizing: border-box;
		border: 0px solid red;
		}
/* --------------------------------------------------------------------------- */
/* CONTENEDOR	Página Web							                           */
/* --------------------------------------------------------------------------- */		
		.Bg_c0{
			margin: auto;
			width: 100%;
		/*	min-width: 800px;*/
			max-width: 1366px;
			height: auto;
			opacity: 1.;
			border: 0px solid yellow;
		}
		
		.Bg_c1{
			margin: auto;
			width: 100%;
		/*	min-width: 800px;*/
			max-width: 1366px;
			height: auto;
			opacity: 1.;
			border: 0px solid blue;
		}
		
		.Bg_c2{
			margin: auto;
			width: 100%;
		/*	min-width: 800px;*/
			max-width: 1366px;
			height: auto;
			opacity: 1.;
			border: 0px solid red;
		}

/* --------------------------------------------------------------------------- */
/* CONTENEDOR	Página Web	Membrete (Mmbrt)		                           */
/* --------------------------------------------------------------------------- */

		.Cont_Mmbrt{
			margin: auto;
			width: 100%;
		/*	min-width: 800px;*/
			max-width: 1366px;
			height: auto;
			background-color:white;
			border: 0px solid red;
		}

		.C_Mmbrt-Img{
			margin: auto;
			display: block;
		/*	text-align: center;  nivel Div*/
		}

/* --------------------------------------------------------------------------- */
/* CONTENEDOR	Página Web	Mensaje Recuadro (Rcdr)		                       */
/* --------------------------------------------------------------------------- */

		.Cont_Cdr-Mnsg, .Cont_Cdr-Mnsg2{
			position:relative;
			overflow: auto;
			padding:0;
			margin: auto;
			margin-top:2%;
			width: 800px;
			height: 447px;
			border-radius: 25px;
			background-color:red;
			border: 0px solid yellow;
		}

		.Cont_Cdr-Mnsg2{
			background-color:blue;
		}

		.Cont_Cdr-Mnsg{
			position:relative;
			overflow: auto;
			padding:0;
			margin: auto;
			margin-top:2%;
			width: 800px;
			height: 447px;
			border-radius: 25px;
			background-color:red;
			border: 0px solid yellow;
		}

		.C_Rcdr-Txt{
			position:absolute;
			padding:0;
			top:0px;
			left:0px;
			width: 288px;
			height: 447px;
			background-size: cover;
			background-position: center center;
			background-image: url("../img/Background-Txt.png");
			background-repeat: no-repeat;
			border: 0px solid red;
		}
		.C_Rcdr-Txt-Cnt{
			width: 288px;
			height: 158px;
			background-size: cover;
			background-position: center center;
			background-image: url("../img/Top-Cinta.png");
			background-repeat: no-repeat;
			
			border: 0px solid red;
		}
		
		.C_Rcdr-Txt-Mnsg{
			position:absolute;
			padding:0;
			top:150px;
			left:20px;
			width: 250px;
			height: auto;
			
			text-align: center;
			font-family: "Arial Black", Arial, Gadget, sans-serif, Helvetica;
			font-size: 25px;
			line-height: 1.7;
			letter-spacing: 0px;
			word-spacing: 3px;
			color: #000000;
			font-weight: 800;
			text-decoration: none solid rgb(68, 68, 68);
			font-style: normal;
			font-variant: normal;
			text-transform: uppercase;
			text-shadow: 4px 5px 9px rgba(0,0,0,0.42);
			
			border: 0px solid red;
		}
		
		.C_Rcdr-Txt-Color{
			color: red;
		}
		
		
		.C_Rcdr-Img, .C_Rcdr-Img2{
			position:absolute;
			padding:0;
			top:0px;
			right:0px;
			width: 513px;
			height: 447px;
			background-size: cover;
			background-position: center center;
			background-image: url("../img/Background-Palacio_Presidencial.png");
			filter: opacity(30%);
		/*	opacity: 0.5;*/
			background-repeat: no-repeat;
			border: 0px solid red;
		}
		
		.C_Rcdr-Img2{
			background-image: url("../img/Background-PC.png");
		}
		
		.C_Rcdr-Img_Lg{
			position:absolute;
			padding:0;
			top:110px;
			right:60px;
			width: 390px;
			height: 225px;
			background-size: cover;
			background-position: center center;
			background-image: url("../img/Background-Logo_Palacio_Presidencial.png");
			background-repeat: no-repeat;
			border: 0px solid red;
		}
		
		.C_Rcdr-Img_Lg2{
			position:absolute;
			padding:0;
			top:100px;
			right:120px;
			width: 258px;
			height: 288px;
			background-size: cover;
			background-position: center center;
			background-image: url("../img/Top-Hand.png");
			filter: opacity(70%);
			background-repeat: no-repeat;
			border: 0px solid red;
		}

/* --------------------------------------------------------------------------- */
/* 														                       */
/* --------------------------------------------------------------------------- */		
		
		@media only screen and (max-width: 900px) {
 
		/* --------------------------------------------------------------------------- */
		/* CONTENEDOR	Página Web	Membrete (Mmbrt)		                           */
		/* --------------------------------------------------------------------------- */

		/* --------------------------------------------------------------------------- */
		/* CONTENEDOR	Página Web	Mensaje Recuadro (Rcdr)		                       */
		/* --------------------------------------------------------------------------- */

		.Cont_Cdr-Mnsg, .Cont_Cdr-Mnsg2{
			margin-top:5%;
			width: 700px;
			height: 397px;
		}
		
		.{
			margin-top:5%;
			width: 700px;
			height: 397px;
		}

		.C_Rcdr-Txt{
			top:0px;
			left:0px;
			width: 250px;
			height: 397px;
			
		}
		.C_Rcdr-Txt-Cnt{
			width: 250px;
			height: 158px;
		}
		
		.C_Rcdr-Txt-Mnsg{
			top:150px;
			left:13px;
			width: 230px;
			
			font-size: 20px;
		}
		
		.C_Rcdr-Txt-Color{
			color: red;
		}
		
		.C_Rcdr-Img, .C_Rcdr-Img2{
			top:0px;
			right:0px;
			width: 450px;
			height: 397px;
		}
		
		
		.C_Rcdr-Img_Lg{
			top:110px;
			right:40px;
			width: 350px;
			height: 195px;

		}
		.C_Rcdr-Img_Lg2{
			top:70px;
			right:120px;
			width: 220px;
			height: 270px;

		}

}

/* --------------------------------------------------------------------------- */
/* 														                       */
/* --------------------------------------------------------------------------- */		
		
		@media only screen and (max-width: 800px) {
 
		/* --------------------------------------------------------------------------- */
		/* CONTENEDOR	Página Web	Membrete (Mmbrt)		                           */
		/* --------------------------------------------------------------------------- */

		.Cont_Mmbrt{
			
		}

		.C_Mmbrt-Img{
			width:650px;
		}

		/* --------------------------------------------------------------------------- */
		/* CONTENEDOR	Página Web	Membrete (Mmbrt)		                           */
		/* --------------------------------------------------------------------------- */

		/* --------------------------------------------------------------------------- */
		/* CONTENEDOR	Página Web	Mensaje Recuadro (Rcdr)		                       */
		/* --------------------------------------------------------------------------- */

		.Cont_Cdr-Mnsg, .Cont_Cdr-Mnsg2{
			margin-top:5%;
			width: 600px;
			height: 357px;
		}

		.C_Rcdr-Txt{
			top:0px;
			left:0px;
			width: 200px;
			height: 357px;
			
		}
		.C_Rcdr-Txt-Cnt{
			width: 200px;
			height: 158px;
		}
		
		.C_Rcdr-Txt-Mnsg{
			top:150px;
			left:10px;
			width: 180px;
			
			font-size: 18px;
		}
		
		.C_Rcdr-Txt-Color{
			color: red;
		}
		
		.C_Rcdr-Img, .C_Rcdr-Img2{
			top:0px;
			right:0px;
			width: 400px;
			height: 357px;
		}
		
		.C_Rcdr-Img_Lg{
			top:100px;
			right:50px;
			width: 270px;
			height: 175px;

		}
		.C_Rcdr-Img_Lg2{
			top:70px;
			right:120px;
			width: 190px;
			height: 240px;

		}
}

/* --------------------------------------------------------------------------- */
/* 														                       */
/* --------------------------------------------------------------------------- */		
		
		@media only screen and (max-width: 650px) {
			
			
		/* --------------------------------------------------------------------------- */
		/* CONTENEDOR	Página Web	Membrete (Mmbrt)		                           */
		/* --------------------------------------------------------------------------- */

		.Cont_Mmbrt{
			
		}

		.C_Mmbrt-Img{
			width:530px;
		}
		/* --------------------------------------------------------------------------- */
		/* CONTENEDOR	Página Web	Membrete (Mmbrt)		                           */
		/* --------------------------------------------------------------------------- */

		/* --------------------------------------------------------------------------- */
		/* CONTENEDOR	Página Web	Mensaje Recuadro (Rcdr)		                       */
		/* --------------------------------------------------------------------------- */

		.Cont_Cdr-Mnsg, .Cont_Cdr-Mnsg2{
			margin-top:10%;
			width: 450px;
			height: 307px;
		}

		.C_Rcdr-Txt{
			top:0px;
			left:0px;
			width: 150px;
			height: 307px;
			
		}
		.C_Rcdr-Txt-Cnt{
			width: 150px;
			height: 138px;
		}
		
		.C_Rcdr-Txt-Mnsg{
			top:130px;
			left:10px;
			width: 130px;
			
			font-size: 13px;
		}
		
		.C_Rcdr-Txt-Color{
			color: red;
		}
		
		.C_Rcdr-Img, .C_Rcdr-Img2{
			top:0px;
			right:0px;
			width: 300px;
			height: 307px;
		}
		
		.C_Rcdr-Img_Lg{
			top:90px;
			right:35px;
			width: 230px;
			height: 135px;

		}

	.C_Rcdr-Img_Lg2{
			top:70px;
			right:80px;
			width: 160px;
			height: 210px;

		}
		
		
		
		
		/* --------------------------------------------------------------------------- */
		/* 														                       */
		/* --------------------------------------------------------------------------- */		
		
		@media only screen and (max-width: 550px) {
			
			
		/* --------------------------------------------------------------------------- */
		/* CONTENEDOR	Página Web	Membrete (Mmbrt)		                           */
		/* --------------------------------------------------------------------------- */

		.Cont_Mmbrt{
			
		}

		.C_Mmbrt-Img{
			width:300px;
		}
		/* --------------------------------------------------------------------------- */
		/* CONTENEDOR	Página Web	Membrete (Mmbrt)		                           */
		/* --------------------------------------------------------------------------- */

		/* --------------------------------------------------------------------------- */
		/* CONTENEDOR	Página Web	Mensaje Recuadro (Rcdr)		                       */
		/* --------------------------------------------------------------------------- */

		.Cont_Cdr-Mnsg, .Cont_Cdr-Mnsg2{
			margin-top:10%;
			width: 300px;
			height: 450px;
			
		}

		.C_Rcdr-Txt{
			top:0px;
			left:0px;
			width: 300px;
			height: 200px;
			
		}
		.C_Rcdr-Txt-Cnt{
			width: 300px;
			height: 150px;
		}
		
		.C_Rcdr-Txt-Mnsg{
			top:120px;
			left:10px;
			width: 270px;
			line-height: 1.5;
			font-size: 18px;
		}
		
		.C_Rcdr-Txt-Color{
			color: Red;
		}
		
		.C_Rcdr-Img, .C_Rcdr-Img2{
			top:200px;
			right:0px;
			width: 300px;
			height: 250px;
			display:nonee;
		}
		
		.C_Rcdr-Img_Lg{
			top:250px;
			right:30px;
			width: 230px;
			height: 135px;

		}

		.C_Rcdr-Img_Lg2{
			top:250px;
			right:80px;
			width: 150px;
			height: 185px;

		}
/* ------------------------------------------------------------------------------- */		

/* ============================================================================================================================
== 					Created: Agust 2024 			Version: 1.0 (16 Agust 2024)				JJUR-2024
** ============================================================================================================================ */

