body,html
{
	height: 100%;
}

.fill 
{ 
    min-height: 100%;
    /*height: 100%;*/
    margin: 0;
}


#container
{
	padding: 50px;
}

.menu
{
	text-align: center;
}

.menu ul
{
	list-style: none;
	width: 800px;
	display: inline-block;
	text-align: left;
}

.menu ul li
{
	color: white;
	display: inline-block;
	padding: 10px 5px;
}


/* TEXTOS */
.text-alin-izq
{
	display: inline-block;
	text-align: left;
}


.centrado
{
	display:inline-block;
}


/* TIPOGRAFIA VIEW ENTRADA*/
.rojoLetra
{
	color: red;
}


.rojo
{
	color: red;
	text-shadow: 2px 5px 4px black;
	font-weight: bolder;
}


.amarillo
{
	color: gold;
	text-shadow: 2px 5px 4px black;
	font-weight: bolder;
}


.verde
{
	color: green;
	text-shadow: 2px 5px 4px black;
	font-weight: bolder;
}


.salmon
{
	color: #F9AAB7;
	text-shadow: 2px 5px 4px black;
	font-weight: bolder;
}

.turquesa
{
	color: #76D7D6;
	text-shadow: 2px 5px 4px black;
	font-weight: bolder;
}

.iazul
{
	color: azul;
	width: 30px;
	height: 30px;
}


/* Estilo de los iFrame para youtube
iframe
{
  margin: auto;
  width: 100%;
  height: 100%;
  border: 5px solid blue;
}


iframeBLUE
{
  width: 1000px;
  height: 1000px;
  border: 5px solid blue;
}
*/

.embed-responsive 
{
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}


.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video 
{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid blue;
}

.embed-responsive-16by9 
{
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 
{
  padding-bottom: 75%;
}


.boton-grande
{
	font-size: 4rem;
}


.tablas
{
	background-color: #edffe9;
	box-shadow: 5px 5px 15px gray;
}

.justificado
{
	
	text-justify: inter-word;
}