body {
	margin: 0;
	padding: 0;
	background: #fff;
	font: 12px Arial, Verdana;
	
	margin-left:10px;
	line-height:24px;
	color: #021A2B;
}


a:link {
	color: #004869;
}
a:visited {
	color: #004869;
}
a:hover {
	color: #AFB805;
	text-decoration:none;
}
a:active {
	color: #04496A;
}

	a.photo {
			width:100px;
			height:72px;
			margin:3px 3px;
			float:left;
			display:block;
			text-decoration:none;
			cursor:pointer;
			cursor:hand;
	}
		
		a.photo img, a.photo span { 
			border:none;
		}
			
#fotos{
	width:750px;
	background-color:#fff;
	position:absolute;
	left: 10px;
	
	
	
}

#descrip{
	width:750px;
	background-color:#D0D48D;
	position:absolute;
	left: 10px;
	top: 600px;
	
	
}




h1 {
	text-transform: uppercase;
	color: #fff;
	padding: 2px 2px 2px 2px;
	margin: 20px 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #1D608F;

	background-repeat: no-repeat;
	background-position: 5px 3px;
}

h2 {
	text-transform: uppercase;
	color: #fff;
	padding: 2px 2px 2px 20px;
	padding-bottom: 2px;
	margin: 0px 0 4px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #5E8EB0;

	background-repeat: no-repeat;
	background-position: 5px 2px;
}
	

h3 {
	text-transform: uppercase;
	color: #033557;
	padding: 0px 0px 0px 20px;
	margin: 2px 0 4px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #AFB805;
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

ul {
	margin: 0;
	padding: 0;
}
li {
	margin-left: 20px;
	padding-left: 0;
}
strong{
	color:#12661E;
}
p {
	margin-top: 2px;
	margin-bottom: 2px;
}
