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

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote, figure,
 figcaption {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }

/*Fin del reset*/

a:active, a:active * { outline: none !important; -moz-outline-style: none !important; }
a:focus, a:focus * { outline: none !important; -moz-outline-style: none !important; }

a:active, a:active * { outline: none !important; -webkit-outline-style: none !important; }
a:focus, a:focus * { outline: none !important; -webkit-outline-style: none !important; }

a:active, a:active * { outline: none !important; -ms-outline-style: none !important; }
a:focus, a:focus * { outline: none !important; -ms-outline-style: none !important; }

a:active, a:active * { outline: none !important; outline-style: none !important; }
a:focus, a:focus * { outline: none !important; outline-style: none !important; }



/*Estilos*/

body{
	background-color:#222222;
	font-size:(100%);
	
}

@font-face{
		font-family:"mifuente";
		src:url("neuropol.ttf")
}

header{
	height:30%;
	background-image:url(index_archivos/logoms2.png);
	background-repeat:no-repeat;
	background-size:cover;
	font-size:0;
	padding:13px 5px;
	margin:10px 0px 10px 5px;

		
}

header a:first-child{
	
	margin:0% 0px 0% 45%;
		
}

header img{
	
	padding:1% 0.5px;
	-moz-transition:-moz-transform 0.4s ease-in-out 0.01s;
	-webkit-transition:-webkit-transform 0.2s ease-in-out 0.01s;
	-ms-transition:-ms-transform 0.2s ease-in-out 0.01s;
		
}

header img:hover{
	box-shadow:#000000 -5px 5px 10px;
	border-radius:100px;
	padding:0;
	-moz-transform:rotate(90deg) scale(2);
	-webkit-transform:rotate(90deg) scale(2);
	-ms-transform:rotate(90deg) scale(2);
	
}

nav{	
	background-color:rgba(45,45,45,1.00);
	height:30px;
	margin-top:0px;
			
}

#solo{
	background-color:rgba(45,45,45,1.00);
	height:20px;
	margin-top:100px;
	margin-buttom:0px;
	
}

footer{	
	background-color:rgba(29,29,29,1.00);
	margin-top:0px;
	height:75px;
	clear:both;
	color:#7A7979;
	text-align:center;
	font:bold 0.9em "mifuente";
	padding-top:25px;
	
}



table{
	margin:auto;
	margin-top:200px;
	margin-bottom:300px;

}


button{
	
	display:block;
	margin:auto;
	background-color:#222222;
  	border-radius:100%;	
	padding:0px 0px;
}

button img{
	
	background-color:#222222;
	
  	border-radius:100%;
	box-shadow:#000000 0px 0px 10px;
	float:left;
	padding:2px;
	margin:auto;
	
	-moz-transition:-moz-transform 0.2s ease-in-out 0.01s;
	-webkit-transition:-webkit-transform 0.2s ease-in-out 0.01s;
	-ms-transition:-ms-transform 0.2s ease-in-out 0.01s;
	
}

button img:hover{
	box-shadow:#000000 0px 0px 60px;
	background-color:#222222;
	opacity:1;
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	
}

td p{
	
	font:normal 1.5em "mifuente";
	color:#00FBFF;
	text-align:center;
	margin-top:30px;
	text-shadow:#00FBFF 0px 0px 10px;
}

