@charset "UTF-8";
/* CSS Document */


#contenedor {
	width: 1400px;
	height: 3000px;
	margin: auto;
	background: #FFFFFF;
	
}

.titulo{
	color:#934F04;
    font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-style: italic;
	font-size: 80px;
	text-align: center;
}

.perrogato{
text-align: center;
margin-bottom: 100px;	
}

#contenido{
	width: 1400px;
	height: 1000px;
	background-color: #FFFFFF;
	margin: auto;
	
}


.cajitas{
	width: 400px;
	height: 480px;
	background-color: beige;
	float: left;
	margin-left: 32px;
	margin-right: 33px;
	border-radius: 30px;
	margin-bottom: 50px;
	transition:background-color 1s;
}

.cajitas:hover{
	background-color: #FFBE85;
}

.caja_foto{
	width: 400px;
	height:320px;
	text-align: center;
	margin: 10px;
	border-radius: 20px;
	
}

img{
	border-radius:10px;
}


.nombre{
	text-align: center;
	color: #3A1900;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-style: italic;
	font-size: 40px;
	padding-bottom: 10px;
}

.texto_caja{
	text-align: center;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-style: italic;
	margin-left: 100px;
	font-size: 22px;
}
