@charset "utf-8";
/* CSS Document */

body {
	font-family: tahoma, helvetica, sans-serif, arial;
	font-size: 13px;
	text-align: center; /* for IE */
	margin: 0px;
	background-color: #CF9;
	letter-spacing: 0.02em;
	line-height: 1.2em;
	background-image: url(media/swirl.png);
	background-repeat: repeat-y;
	background-position: center top;
}

a {
	color: #5AA2A1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}

.right {
	float: right;
}

.rightpad {
	float: right;
	padding-right: 30px;
}

#container {
	margin: 10px auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 870px;
	padding: 15px;
	background-color: #FCF;
	border: 3px solid #C39;
	background-image: url(media/topgradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#header {
	margin: 10px auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 870px;
	height: 65px;
	padding: 15px;
	background-color: #FFF;
	border: 1px solid #666;
	background-image: url(media/header.jpg);
	border: 3px solid #C39;
	background-position: center;
}

#footer {
	margin: 10px auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 870px;
	height: 15px;
	padding: 15px;
	background-color: #FCF;
	border: 3px solid #C39;
	font-size: 12px;

}

.PicBorder {
	float: left;
	padding: 5px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #C39;	
}

.PicBorder1 {
	float: right;
	padding: 5px;
	border: 1px solid #C39;	
}

.PicBorder2 {
	float: left;
	padding: 5px;
	margin-right: 10px;
	border: 1px solid #C39;	
}
.PicBorder3 {
	float: left;
	padding: 5px;
	border: 1px solid #C39;	
}

.bold {
	font-weight: bold;
}

.Violeta {
	color: #606;
}
.Azul {
	color: #00F;
}
.Verde {
	color: #0F0;
	font-weight: bold;
}
.Amarillo {
	color: #FF0;
	font-weight: bold;
}
.Naranja {
	color: #F60;
}
.Rojo {
	color: #F00;
}




div.clear {
clear: both;
}