@charset "utf-8";

body{
	margin:0;
	font-size:16px;
	line-height: 20px;	
	
}
h1,h2 {
text-align:center;
}
h1{
	height:86px;
	background-color: #FFCC33;

}

h2{
	line-height:30px;
	background-color: #FFCC33;
	color:#FFF;
}

.centro{
	margin-left:auto;
	margin-right:auto;
	width:810px;
}

.casa{
	width:410px;
	height:408px;
	background-image: url(images/casa.gif);
	background-repeat: no-repeat;
	padding-left:200px;
	padding-right:200px;
	padding-top:150px;
	text-align:justify;
}

.animales{
	width:410px;
	height:511px;
	background-image: url(images/animales.jpg);
	background-repeat: no-repeat;
	padding-left:200px;
	padding-right:200px;
	padding-top:150px;
	text-align:justify;
}

.textcentro{
	text-align:center;
	background-image: url(images/perros.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
}
