/* LOL */
A:link
{
	text-decoration: none;
}
A:hover
{
	text-decoration: none
}
A:visited
{
	text-decoration: none
}

body
{
	background: url("images/FondoForoVIH.jpg")  no-repeat  top;
	font-family: "Arial","Helvetica","sans-serif";
	font-size: 10px;
	margin: 0;
	text-align: justify;
}
footer, header
{
	background: rgba(250,170,20,0.8);
	box-shadow: rgba(0,0,0,0.8) 0px 5px 15px;
	-webkit-box-shadow: rgba(0,0,0,0.8) 0px 5px 15px;
	margin: 1em auto;
	padding: 1em;
	width: 600px;
}
header
{
	background: rgba(250,170,20,0.6);
	color: black;
	display: block;
	margin-top: 400px;
	margin-left: 30%;
}
header h1
{
	font-size: 12px;
}

h2
{
	font-size: 11px;
}

#historia
{
	background: rgba(250,170,20,0.6);
	box-shadow: rgba(0,0,0,0.8) 0px 5px 15px;
	-webkit-box-shadow: rgba(0,0,0,0.8) 0px 5px 15px;
	color: black;
	padding: 1em;
	margin-left: 30%;
	width: 600px;
}
#historia p
{
	margin-top: 10;
}

#archivos A:link
{
	color: black;
	text-decoration: none;
}
#archivos A:hover
{
	color: black;
	text-decoration: none;
}
#archivos A:visited
{
	color: black;
	text-decoration: none;
}

#archivos article
{
	background: #53C8F3;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	color: white;
	cursor: pointer;
	display: inline-block;
	min-height: 20px;
	margin: 1%;
	padding: 1%;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	text-indent:inherit;
	text-decoration:none;
	vertical-align: top;
	width: 29%;
}
#archivos article:hover
{
	background: white !important;
	color: #000;
	transform: scale(1.1) rotate(-15deg) translate(20px, 10px);
	-webkit-transform: scale(1.1) rotate(-15deg) translate(20px, 10px);
	-moz-transform: scale(1.1) rotate(-15deg) translate(20px, 10px);
	-o-transform: scale(1.1) rotate(-15deg) translate(20px, 10px);
	-ms-transform: scale(1.1) rotate(-15deg) translate(20px, 10px);

