@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; }

body{
	background-color:#222222;
	font-size:(100%);
	
}

@font-face{
		font-family:"mifuente";
		src:url("neuropol.ttf")
}

header{
	height:80%;
	
		
}


header img{
	
	
	display: block;
   	margin-left: auto;
    	margin-right: auto;
    	width: 50%;
		
}



section{
	width:100%;
	margin:0px auto;

	
}

figure{
	float:left;
	padding:8px;
	margin:5px;
}

figure img{
	-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;
  	border-radius:8%;
	background-color:#222222;
	box-shadow:#000000 0px 10px 15px;
	
	
		
}

figure img:hover{
	-moz-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-ms-transform:scale(1.2);
}

figcaption{
	font:normal 1.3em "mifuente";
	color:#00FBFF;
	text-align:center;
	margin-top:15px;
	text-shadow:#00FBFF 0px 0px 10px;
	
}


	
footer{
	margin-top:100px;
	margin-bottom:20px;
	clear:both;
	color:#7A7979;
	text-align:center;
	font:normal 1.3em "mifuente";
	font-size:small;
	
	
}

table{
	
	margin:10px auto;
{




