*{margin:0;}
article{
	display: inline-block;
}
body{
	background: rgb(0,0,0);
	
	color:white;
	font-family:Arial;
	font-size:16px;
	margin:0;
	text-shadow:1px 1px 0 rgba(0,0,0,.3);
}
A:link {text-decoration: none; color:whitesmoke;
}
A:visited {text-decoration: none; color:whitesmoke;
}
h1 {
	font-size: 180%;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.5em;
	margin-top: 0;
	margin-right: 5;
	margin-bottom: 0px;
	margin-left: 0;
	color: whitesmoke;
	text-align: center;
}

h2 {
	font-size: 120%;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.5em;
	margin-top: 0;
	margin-right: 5;
	margin-bottom: 0px;
	margin-left: 0;
	color: whitesmoke;
	text-align: center;
}

#contenedor{
		 
	background-color: #000;
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin:0 auto;
	max-width:1000px;
	height:750px;
}
#datos{
	border:10px solid black;
	display: inline-block;
	padding:20px;
}
#datos a{
	color:whitesmoke;
}
#websites{
	font-size:0;
	text-align:center;
}
#websites article{
	background:rgba(80%,80%,80%,0.1);
	border:2px solid lightgray;
	border-radius:5px;
	color: rgb(255,255,255);
	font-size:16px;
	color:whitesmoke;	
	margin:5px;
	padding:10px;
	width:155px;
}
#websites img {
	-webkit-transition:.2s;
}
#websites article:hover img{
	-webkit-transform:scale(1.1);
}
.videoWrapper {
 position: relative;
 padding-bottom: 56.25%; / 16:9 /
 padding-top: 25px;
 height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
div.footer {
 background-color:rgba(80%,80%,80%,0.2);
 color: #FFF;
 padding: 15px 0;
 text-align: center;
 margin-top:250px;
}
.tablacabecera {
	background: rgba(204,204,204,0.5);
	text-transform: capitalize;
	color: whitesmoke;
	
}
.tabladatos {
	background: rgba(204,204,204,0.2);
	border: 2px solid rgb(255,255,255);
	border-radius: 5px;
	color: rgb(255,255,255);
	color: whitesmoke;	
}
@media screen and (max-width:800px){
	nav ul li {
		width:50%;
	}
	nav ul li img {
		height:80%;
	}
}
@media screen and (max-width:480px){
	#datos{
		display: block;
		text-align:center;
	}
	
}


form {
  background: -webkit-linear-gradient(bottom, #727272, #EEEEEE 175px);
  background: -moz-linear-gradient(bottom, #727272, #EEEEEE 175px);
  background: linear-gradient(bottom, #727272, #EEEEEE 175px);
  margin: auto;
  position: relative;
  width: 350px;
  height: 50px;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
  font-weight: bold;
  color: #09C;
  text-decoration: none;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #999;
  border: inset 1px solid #333;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}


