@charset "utf-8";
/* CSS Document */

body {
	margin:50px;
	background-color: #FFFF33;
	}

a:link {
	color:#0033FF;
	text-decoration:none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
a:hover {
	color:#FFFF00;
	text-decoration:none;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	background-color: #C6FFFF;
}
a:active {
	color:#99FF66;
	text-decoration:none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #999933;
}
a:visited {
	color:#660099;
	text-decoration:none;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}


#fotostotal {
	height: 600px;
	width: 1000px;
}

#fotostotalesq {
	float: left;
	height: 500px;
	width: 700px;
	margin-top: 70px;
}

#fotostotaldir {
	float: left;
	height: 500px;
	width: 295px;
}


p.txt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #336600;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;
}

p.txt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336600;
	top: 0px;
	margin-top: 0px;
}

