/* .:Bit:.  */
body {
    margin: 0px;
    padding: 0px;
    background: #F7F7F6;
    font-family: 'Lato', sans-serif;
    font-size: 10pt;
    color: black;
	}

body p
{
	line-height: 120%;
}

/* ---------------- 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 Div Redes sociales Bit ---------------------------------- */		   


/*---------------------------------------------------------- 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 ----------------------*/


/*--------------------- Bit  Revisado Ok --------------------------------*/



/*--------------MAR- MENU HISTORIMED INICIO--------------*/

/* PRIMER BLOQUE */

	#historimed
	{
		overflow: hidden;
		padding: 2em 0em;
		border-top: 0px solid rgba(0,0,0,0);
		background-color: #F2E4D4;
		margin-top: 0em;
		margin-bottom: 5em;
	}
	
	#historimed .align-left
	{
		margin-top: 9em;
		float: left;
		width: 420px;
		padding: 1em 5em;
		border: none;
	}
	

	#historimed .align-right
	{
		float: right;
		width: 420px;
		font-size: 1.4em;
		text-align: justify;
		margin-right: 5em;
		border: none;
		padding-top: 2em;
				
}

/* segubdo bloque*/


.proyectoi,
.proyectod
	{
		width: 560px;
    	text-align: center;
		margin-bottom: 1em;
		margin-top: 1em;
		
	}

.proyectoi
	{
	float: left;
	}
	
.proyectod

{
	float: right;
}



.proyecto span
	{
		width: 560px;
		height: 60px;
		margin-top: 1em;
		padding: 1.1em 0em;
		display: block;
		text-align: center;
		text-transform: none;
		font-weight: 200;
		font-size: 1.2em;
		color: #606062;
		line-height: 130%;
		border-top: 2px solid rgba(0,0,0,0.1);
	}


/*TERCER BLOQUE articulos*/

#titulo p 

{
	color: #606062;
	font-size: 2em;
	border-bottom: 2px solid rgba(0,0,0,0.1);
	padding-bottom:0.5em;
	padding-top: 2em;
	margin-bottom: 1.5em;
}


div.articulos {
    margin: 10px;
    float: left;
    width: 280px;
	}
  
  
  div.articulos img {
    width: 100%;
    height: auto;
  }
  
  div.descrip {
	margin-top: 1em;
    padding: 2px;
    text-align: left;
	font-size: 14px;
	color: #606062;
	height: 70px;
  }


/*------- MAR INICIO div footer -------------*/

#copyright{
	font-size: 11pt;

	color: dimgrey;
	text-align: center;
	width: 1200px;
}

footer{
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2em;
}

#copyright img{
	margin-bottom: -0.2em;
}

/*------- MAR FIN div footer -------------*/






