@charset "utf-8";

*{
	margin: 0px;
	padding: 0px;
}
body {
	background-color: rgba(51,51,51,1);

	font-family: 'Open Sans', sans-serif;
}
header {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	border-radius:15px;
	-moz-border-radius:15px;
	-ms-border-radius:15px;
	-o-border-radius:15px;
	-webkit-border-radius:15px;
	background-color: rgba(0,0,0,1);
	margin-top: 15px;
	margin-bottom: 15px;
}

h1{
	color: rgba(204,204,204,1);
	text-align: center;
	font-size: 27px;	
	}
	
h2{
	color: rgba(204,204,204,1);
	text-align: left;
	font-size: 22px;
	margin-bottom: 30px;
	}
	
h3{
	color: rgba(204,204,204,1);
	text-align: left;
	font-size: 19px;
	margin-bottom: 30px;
	}
	
h4{
	color: rgba(204,204,204,1);
	text-align: center;
	font-size: 27px;	
	}
	

	
section{
	background-color: rgba(0,0,0,1);
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	border-radius:15px;
	-moz-border-radius:15px;
	-ms-border-radius:15px;
	-o-border-radius:15px;
	-webkit-border-radius:15px;
	margin-bottom: 30px;
}

article{
	padding-right: 20px;
	padding-left: 30px;
}

p{
	color: rgba(204,204,204,1);
	font-size: 17px;
}

.imagenes{
	text-align: center;
}

.imagen{
	vertical-align: top;
	display: inline-block;
	margin-right: 2%;
	margin-left: 2%;
	margin-top: 2%;
	margin-bottom: 2%;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-color: rgba(204,204,204,1);
	border-right-color: rgba(204,204,204,1);
	border-bottom-color: rgba(204,204,204,1);
	border-left-color: rgba(204,204,204,1);
}

.imagen img{
	border: 5px solid rgba(102,102,102,1);
	height: auto;
	width: 100%;
	max-width:251px;
	transition:all 0.2s;-moz-transition:all 0.2s; -ms-transition:all 0.2s; -o-transition:all 0.2s; -webkit-transition:all 0.2s;	
}

.imagen img:hover{
	transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);
	
}


.imagen iframe{
	border: 5px solid rgba(102,102,102,1);
	max-width:251px;
}


ul{
	color: rgba(204,204,204,1);
	font-size: 17px;
	padding-left: 20px;
}

li{
	margin-bottom: 15px;
}
