/* .:Bit:.  */
body {
    margin: 0px;
    padding: 0px;
    background: #F7F7F6;
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 11pt;
    color: black;
	}

body p
{
line-height: 120%;
	overflow: hidden;
	color:  #565658;
}

/* ---------------- MAR inicio Div Header --------------*/

	#header
	{
		position: relative;
		padding: 7em 0em;
	
	}

/* ---------------- MAR FIN Div Header --------------*/


/*---------------------------------------------------------- Inicio Div contenedor Bit -------------------------------- */
.container {
	/* margin: 100; */
	/* margin-top: 0px; */
	border-style: none;
	border-color: none;
	overflow: auto;
	margin: auto;
	width: 1200px;
	  }
/*---------------------------------------------------------- fin Div contenedor Bit ---------------------------------- */		  


/*--------------------------------------------------------- Inicio Div del logo Bit ---------------------------------- */
.logo
	{
		position: absolute;
		top: 1em;
		left: 0em;
		margin:inherit;
		
	}
/*---------------------------------------------------------- Fin Div del logo Bit ------------------------------------- */

/* --------------------------------------------------------- Inicio Banner Bit ---------------------------------------- */
	.Banner {
    width: 1200px;
	height: 300px;
    border: 0px;
    margin: auto;
	margin-top: 130px;
	margin-bottom: 4em;
	padding: 0%;
    background-size: 100% 100%;

    animation-name: Banner;
    animation-duration: 30s;
    animation-iteration-count: infinite;

        	}

@keyframes Banner {
	
	20, 34% {
        opacity: 0.1;
    }
	
	0%, 30% {
        background-image: url(../imagenes/imagen_4.png);
        }
	
    35%, 65% {
        background-image: url(../imagenes/imagen_3.png);
            }
        
    20%, 80% {
        background-image: url(../imagenes/imagen_2.png);
    }
    70%, 100% {
        background-image: url(../imagenes/imagen_1.png);
        }
	 
    }
/*---------------------------------------------------------- Fin Banner Bit -------------------------------------------- */

/*---------------------------------------------------------- Inicio Div Redes sociales Bit ---------------------------------- */		   
.DivRedes 	{
	position: absolute;
	top:2em;
	left: 40em;
	border-style: none;
	border-color: red;
		}

.RedesSociales /* ul */ {
		list-style: none;
		padding-bottom: 0em;
		}

.RedesSociales a {
	text-decoration: none;
	font-size: 15px;
	color: #727376;
}

.RedesSociales li {
    float:right;
    padding: 0px 6px 8px 4px;
    margin-bottom: 0em;
	
	}

.RedesSociales img{
	padding-right: 1em;
}

/*---------------------------------------------------------- Fin Div Redes sociales Bit ---------------------------------- */		   

/*---------------------------------------------------------- Inicio Div Menu Bit ----------------------------------------- */		   

	.DivMenu
	{
		float:right;
		/* position: relative; */
		top: 5px;
		padding: 7px;
		border-bottom: 1.5px solid #B9D3CD;
		margin-top: 0px;
		/* border-style: solid; 
		border-color: red; */
	}

	.DivMenu button
		{
		background-color: #F7F7F6;
		border: 0px;
		/* color: white; */
		padding: 5px 18px;
		text-align: center;
		display: inline-block;
		font-size: 11pt;
		font-weight: 200;
		}

	.DivMenu a
		{
		text-decoration: none;
		color: #606062;
		font-family: "Lato", sans-serif;
		background-color: none;
		font-size: 16px;
		}


/*---------------------------------------------------------- Inicio Div Menu Bit ----------------------------------------- */		   


/*--------------------MAR INICIO MENUINFERIOR ----------------------*/
	
	#MenuInferior
		{
		float:right;
		/* position: relative; */
		top: 5px;
		padding: 7px;
		border-bottom: 0px;
		margin-top: 13px;
		margin-bottom: 60px;
		margin-left: 280px;
		}

	#MenuInferior button
		{
		background-color: #F7F7F6;
		border: 0px;
		/* color: white; */
		padding: 5px 13px;
		text-align: center;
		display: inline-block;
		font-size: 11pt;
		font-weight: 200;
		border-left: 1.5px solid #B9D3CD;
		}

	#MenuInferior a
		{
		text-decoration: none;
		color: #F58634;
		font-family: "Lato", sans-serif;
		background-color: none;
		font-size: 14px;
		}
		

/*--------------------MAR FIN MENUINFERIOR ----------------------*/