body {
	background-color: #000000;

}



TitluloEncabezado {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 28px;
}


.ImagenBackground {
	font-size: 20px;
	color: green;
	width: 736px;
	height: 800px;
	background: url(../../img/Background.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

.ImagenBackgroundCachorros {
	width: 250px;
	height: 300px;
	background: url(../../Pictures/CachorrosMartin.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	border: solid 1px yellow;
	border-radius: 10px;
	opacity: 0.9;
}

.ImagenBackgroundZoologico {
	width: 250px;
	height: 300px;
	background: url(../VentaTicket/ZoologicoDeVallarta.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	border: solid 1px yellow;
	border-radius: 10px;
	opacity: 0.9;
}

.TablaContenido {

	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.TablaContenido td {
	text-align: center;
	color: green;
}

.TablaContenido a {
	color: green;
}

.TablaContenido a:hover {
	color: navy;
	cursor: hand;
}

.TablaDatos {
	width: 735px;
	border: solid 1px black;
}

.TablaDatos td {
	width: 31%;
	color: gray;
	text-align: center;
	vertical-align: top;
}

.TablaDatos a {
	color: gray;
}


SubTitulo {
	color: yellow;
}