@font-face {
	font-family: trajanb;
	src:url(../fonts/trajanb.otf);
}

@font-face {
	font-family: trajanr;
	src:url(../fonts/trajanr.otf)
}

body {
background: #080325;
	font-family: Arial;
	font-size: 19pt;
	color: #fff;
}



#contenedor {
	margin:0 auto;
}

#titulopagina {
	background: #f1f1f1;
	width:100%;
	position: absolute;
	top:0px;
	left:0px;
	margin-bottom: 150px;
}

#nameserver {
	font-family: trajanb;
	font-size: 30px;
	text-align: center;
	margin-bottom: 0;
	margin-left: 50px;
	color:#4e4e4e;
}

#bienvenidos {
	font-family: trajanb;
	font-size: 20px;
	text-align: center;
	margin-bottom: 0;
	margin-left: 50px;
	color: white;
}

#desdehace {
	font-family: trajanb;
	font-size: 15px;
	text-align: center;
	margin-bottom: 0;
	margin-left: 50px;
	color: white;
}

#slogan {
	font-family: trajanb;
	font-size: 15px;
	text-align: center;
	margin-top: 0;
	margin-left: 50px;
	color:#4e4e4e;
}

#slogans {
	font-family: trajanb;
	font-size: 15px;
	text-align: center;
	margin-top: 0;
	margin-left: 50px;
	color:#4e4e4e;
}

#navimg {
	margin-top: 150px;
}
#navimgs {
	margin-top: 0px;
}
#navimagenes {
	text-align: center;
}

#navimagenes ul {
	list-style: none;
}

#navimagenes ul li {
	display: inline-block;
}

#navimagenes ul li a {
	display: block;
	margin:30px;
	margin-bottom:0px;
	opacity: 0.7;
}

#navimagenes ul li a:hover {
	opacity: 1.0;
}

#navtexto {
	text-align: center;
}

#navtexto ul {
	list-style: none;
}

#navtexto ul li {
	display: inline-block;
}

#navtexto ul li a {
	display: block;
	text-decoration: none;
	font-family: trajanb;
	font-size: 14px;
	margin:110px;
	margin-top: 0px;
	margin-bottom: 30px;
	color:#FFF;
	opacity: 0.7;
}

#navtexto ul li a:hover {
	opacity: 1.0;
}

#main {
	position:absolute;
	width: 960px;
	max-width: 960px;
}

#info {
	background: #f1f1f1;
	max-width: 960px;
	display: block;
	float: left;
	margin-left: 200px;
	margin-bottom: 5px;
	border-radius: 7px;
	padding: 20px;
	padding-right: 50px;
}

#info h3 {
	font-family: trajanb;
	color:#4e4e4e;
	text-align: center;
}

#info ul {
	list-style: none;
}

#info ul li {
	font-family: trajanb;
	font-size: 12px;
}

#redes {
	background: #f1f1f1;
	display: block;
	float: left;
	margin:65px;
	border-radius: 7px;
	padding:20px;
}

#redes a {
	opacity: 0.6;
}

#redes a:hover {
	opacity: 1.0;
}

#footer {
	background: #f1f1f1;
	width:100%;
	position: absolute;
	bottom:-20%;
	left:0px;
}

#footer p {
	text-align: center;
	font-family: Arial;
	font-size: 18px;
	color:#4e4e4e;
	margin:5px;
	padding: 15px;
}
