@charset "utf-8";
body {
	text-align: center;
	color: #333333;
	background-image: url(../images/fondoverde.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

.oneColFixCtrHdr #container {
	width: 780px;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	border: 1px solid #CBFF32;
}
.oneColFixCtrHdr #header {
	padding: 0;
	height: 150px;
	width: 778px;
	border: 1px solid #CBFF32;
}
#nav {
	height: 2em;
	width: 779px;
	margin-left: 1px;
}

.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-bottom: 0px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBFF32;
}
.photoLeft {
	float: left;
	margin-top: 1px;
	margin-right: 12px;
	margin-bottom: 1px;
}

.oneColFixCtrHdr #footer {
	padding-right: 50px;
	padding-bottom: 2px;
	height: 73px;
}
.oneColFixCtrHdr #container #footer {
	font-size: 9px;
	line-height: 1.8em;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #0000CC;
	font-weight: bold;
}

h1 {
	font-size: 14px;
	color: #0000CC;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CBFF32;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBFF32;
	margin-top: 35px;
	letter-spacing: 0.6em;
}




p    {
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	margin-top: 25px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
