*{

	margin: 0;
	padding: 0;
}

#principalMED{

	width: 1350px;
	height: 1050px;
	/*background: #D9D9F2;*/
	margin: 0.5em auto;
	padding: 0.5em;


	border-width: 2px;
    border-style: solid;
    /*border-radius: 1em;*/
    /*boder-color: arriba derecha abajo izquierda;*/
    border-color:  white;
    border-radius: 1em 1em 0 0;

	/* DEGRADADO*/
	/*background: -prefix-linear-gradient(left, blue, white);
	background: linear-gradient(to up, #7365FC, white);*/

	background: -prefix-linear-gradient(top,#48b9d7   ,#070773 );
	background: linear-gradient(to bottom, #48b9d7  ,#070773  );
}

#bienvenidosINT{

	height: 128px;
	
	/*background: #8378FA;*/
	/*border-radius: 1em;*/

}

#bienvenidosINT h1{
	text-align: center;
	color: 	#dce2d8;
	text-shadow: 1px 1px 2px black;
	font-family: arial;
	font-size: 40px;
	font-weight: 900px;
	font-style: bold;

  }

#bienvenidosINT h2{
	text-align: center;
	color: #d6ebf0;
	text-shadow: 1px 1px 2px black;
	font-family: arial;
	font-size: 30px;
	font-weight: 900px;
	font-style: bold;
	

}

#bienvenidosINT p{
	
	/*background-color: #9C9CF7;*/
	border-radius: 1em;

	text-align: center;
	font-size: 19px;
	color: white;
	text-shadow: 1px 1px 1px #070773;
	font-family: arial;
	font-style: normal;


}

#textosINT{

	height: 48px;
	overflow: hidden;
	/*background: orange;*/
	/*border-radius: 1em;*/

}
#textosINT ul a{
	border-radius: 1em;

	text-align: left;
	font-size: 13px;
	color: white;
	text-shadow: 1px 1px 1px #070773;
	font-family: arial;
	font-style: normal;

}


#textosINT ul{
	/*border-radius: 1em;*/

/*	text-align: left;*/
	font-size: 18px;
	color: #000;
	font-family: arial;
	font-style: normal;
	/*height: 35%;
	
	background: orange;
	/*border-radius: 1em;*/
	animation: cambiar 40s infinite;
}

@keyframes cambiar {
	0%{margin-top: 0;}
	20%{margin-top: 0;}

	25%{margin-top: -45px;}
	50%{margin-top: -45px;}

	55%{margin-top: -90px;}
	70%{margin-top: -90px;}

	75%{margin-top: -135px;}
	90%{margin-top: -135px;}

}

#centralMED{

	/*contenedor central ok*/
	height: 56%;
	width: 100%;
	padding-top: 2px;
	border-width: 2px 0px 0px 0px;
    border-style: solid;
    /*border-radius: 1em;*/
    /*boder-color: arriba derecha abajo izquierda;*/
    border-color:  #48b9d7;
	/*background: green;*/
	/*border-radius: 1em;
	margin: 1em;*/
	
	/* DEGRADADO
	background: -prefix-linear-gradient(left, blue, white);
	background: linear-gradient(to right, #7365FC, white);*/
}




#menuINT{
	/*contenedor menu ok*/
	/*aqui manejo instrucciones para tamaño del contenedor y comportamiento*/
	height: 100%;
	width:14.5%;
	/*background: yellow;*/
	float: left;
}

/*#menuINT h4{


	text-align: center;
	/*border-radius: .3em;
	background-color: #FFF;
	font-size: 16px;
	padding: 1px;
	font-weight: bolder;
  }*/


#galeria{
	/*contenedor galeria ok*/
	left: 14.5%;
	height: 100%;
	width:67.5%;
	/*background: yellow;*/
	float: left;
	margin-left: .1em;
}


#logoINT{

	height: 100%;
	width:15%;
	/*background: #070773; /* color del CMRI*/
	float: left;


}
#txtBienvenidoINT{

	height: 100%;
	width:85%;
	/*background: #7340FC;*/
	float: right;

}

/*diseño de fuente del menú*/
/*#menu{
text-align: left;
	color: #070773;
	font-family: arial;
	font-size: 20px;
	font-weight: 900px;
	font-style: bold;

}*/

/*#contacWeb{
	
	width: 100%;
	background: yellow;

}*/

/*#redes{

	position: relative;
	width: 5%;
	float: right;
	background: orange;
	/*border-radius: 1em;
	margin: 1em;*/
