div.introduccion 
{	color: black;
	border: solid #000 thin;
	padding : .5em 1em;
	margin : 2% 10% 0% 10%;
	font-size: 5rem;
	text-align:left;
}

div.introduccionSinBorde 
{	color: black;
	border: none #000 thin;
	padding : .5em 1em;
	margin : 2% 7% 0% 7%;
	font-size: 5rem;
	text-align:left;
}


h2.tituloPagina
{	-webkit-font-smoothing: antialiased;
	color: #414141;
	font-family: Roboto,Arial,Helvetica,sans-serif;
	font-size: 1.375rem;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.875rem;
	margin-bottom: 20px;
	text-align: center;

	font-size: 2.25rem;
	font-weight: 300;
	letter-spacing: -.5px;
	line-height: 2.75rem;
}

div.encerrarmodulos 
{	color: black;
	border: solid #000 thin;
	padding : .5em 1em;
	margin : 2% 10% 0% 10%;
	text-align:left;
}

div.itemsmodulo 
{	color: black;
	border: solid #0f62ac thin;
	padding: 0em 0em 0em 0em;
	margin : 2% 10% 2% 10%;
	font-size: 1rem;
	text-align:left;
	background:#cce6ff; 
}

a.enlacetitulomodulo
{	font-size: 1.75rem; }

a.enlaceX
{	color:darkblue; }

.correr1em
{	padding: 0em 0em 0em 2em; }

.correr2em
{	padding: 0em 0em 0em 4em; }

img.izquierda {
  float: left;
}

img.derecha {
  float: right;
  border: solid #000 thin;
}

.AsteriscoRojo {	
	color:red;
	font-size: .75em;
	vertical-align:super;	
}

.TextoDireccionUsuario {	
	color:grey;
	font-size:10px;	
}



