@charset "UTF-8";

body {
     background: url(../_imgs/bg3.png);
     /*background-size: cover;*/
}

.container, .container-fluid {
padding-right: 15px;
padding-left: 15px;
margin: 20px;	
}

.row {
margin-bottom: 20px;
}

.redes a{
  float: right;
  margin: 0 5px;

}

h1 {
	font-style: italic;
	font-weight: bold;
	color: #612815;
	text-align: center;
	font-family: Georgia;
	margin: 30px;
}

h2 {
	text-align: center;
	font-size: 40px;
	color: #612815;
	font-weight: bold;
	font-family: Georgia;
	font-style: italic;
	margin: 30px;
}

h3 {
  font-size: 30px;
  font-weight: bold;
  font-family: Georgia;
  color: #612815;
  font-style: italic;
}

li {
  font-size: 20px;
  font-family: Waltograph;
  color: #612815;
}

/*a.btn-default2{
  padding:10px;
  border-radius: 20px;
  background: gray;
  color:#FFF;
}*/

.galeria_fotos li.fotos{
 width: 326px;
 float: left;
}

ul#album-fotos {
  margin: 0 auto;
  padding: 50px;
  overflow: hidden;
  list-style: none;
}

ul#album-fotos li {
  float: left;
  height: 200px;
  border: 5px solid #612815;
  background-color: #ffffffcolor: #612815;;
  box-shadow: 1px 1px 3px rgba(0,0,0,.4);
  -webkit-transition: all .4s ease-in;   
}
ul#album-fotos li img{
  margin:0;
}

ul#album-fotos li:hover {
  -webkit-transform: scale(1.5);  
  z-index: 10;
}

footer p, a{
  color: #612815;
}