/*
CSS WHALE SHARK MEXICO
*/
 body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Verdana", sans-serif;
	font-size: 15px;
	background-color: #000;
} 
.txt_lang {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
.txt_contenidos {
	color: #000;
	text-decoration: none;
	font-size: 14px;
}
.back_izq {
	background-image: url(layout/back_izq.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
.back_der {
	background-image: url(layout/back_der.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.back_aba {
	background-image: url(layout/back_aba.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}