@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/fondo.jpg);
	background-repeat: repeat-x;
}

h3, h4 {
background-color: #2EA2A2;
color: #fff;
font-family: "Comic Sans MS", sans-serif;
padding: 5px;
border: 1px solid #fff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
text-align: center;
cursor: pointer;
}

img {
	border: none;
}

a:link, a:hover, a:visited {
	text-decoration: none;
	color: white;
}

.clear {
	clear: both;
}

.hidden {
display: none;
}

#extraContent {
	margin-top: 20px;
	width: 719px;

}

.btnMascotas {
	width: 175px;
	height: 149px;
	display: inline;
	float: left;
}

.btnDisabled {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	-html-opacity: 0.5;
	opacity: 0.5
}

.foto {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 140px;
	width: 140px;
	float: left;
/*	border: 1px solid #3290A6;*/
}

.foto * {
	vertical-align: middle;
}

.foto {

}

.foto span {
	display: inline-block;
	height: 100%;
	width:1px;
}