
@charset "utf-8";
/* CSS Document */

/*-------CARACTERISTICAS DE LOS LINKS--------*/

a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

/*-------CARACTERISTICAS DEL CUERPO DEL SITIO--------*/

body {
	background-image:  url(../sources/bg.jpg);
    background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #cccccc;
}

.titulos{
	font-family: 'Nunito', sans-serif;
	font-weight:500;
	font-size:25px;
	color:white;
	text-shadow: 2px 2px 2px #000, -2px 2px 1px  #b4b4b4, 2px 2px 2px #000, 2px -2px 1px  #b4b4b4 , 2px 2px 2px #000, -2px -2px 1px  #b4b4b4, 2px -2px 2px #000, -2px 2px 1px  #b4b4b4;
	text-align:center;
	margin-top: 15px;
	margin-bottom: 15px;
}


.cuerpo{
	font-family: 'Nunito', sans-serif;
	font-size:22px;
	align-content: center;
	text-align: center;
}

.footer{
	position:fixed;
	bottom: 0%;
	left: 0px;
  	width: 100%;
	height: 65px;
	display:inline-block;
	background-color:rgba(118,118,118,0.85);
	align-content: center;
	text-align: center;
	font-size:12px;
	color:rgba(255,255,255,1.00);
	z-index:93;
	}

.subfooter{
	width: 40%;
	display:inline-block;
	font-family: 'Nunito', sans-serif;
}