html, body { 
	overflow: hidden; 
	height: 100%; margin: 0; padding: 0; 
}
body {
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-size: 10px;
	color: #000;
	line-height: 14px;
}
table {
	height: 370px;
	background-color: #FFF;
	padding: 0px;
	margin-left: 15px;
	margin-right: 15px;
}
p {
	margin: 10px 0px 0px 10px;
	padding: 0px;
}

tr {
	margin: 0px;
	padding: 0px;
}
img { 
	margin: 0; 
	padding: 0; 
	border: 0; 
} 
#container {
	height: 430px;
	width: 100%;
	overflow: auto;
	position: relative;
	z-index: 2;
	text-align: center;
	top: 125px;
}
#content {
text-align: left;
margin: 0;
}
#content a {
	text-decoration: none;
	color: #7A9B7E;
	background-color: #FFF;
}
#content a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #7A9B7E;
}
#titulo {
	height: 53px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}
#titulo .blog {
	float: right;
}
a.blog, a:link.blog {
	opacity: 1;
	filter: alpha(opacity=100);
}
a:hover.blog {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#menu {
	height: 57px;
	width: 100%;
	position: absolute;
	top: 53px;
	z-index: 3;
	background-color: #FFF;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #FF99CC;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #CBA367;
	left: 0px;
}
#menu ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	line-height: 20px;
}
#menu ul li {
	display: inline;
	margin: 0px 6px 0px 0px;
	padding: 0px;
}
#menu  ul  li.activo {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #666666;
	font-style: italic;
}

#menu a {
	color: #B7A888;
	text-decoration: none;
	font-style: italic;
	white-space: nowrap;
}
#menu a:link {
	color: #B7A888;
	text-decoration: none;
	font-style: italic;
}
#menu a:hover {
	color: #000000;
	text-decoration: none;
	font-style: italic;
}
#menu a:visited {
	color: #B7A888;
	text-decoration: line-through;
	font-style: italic;
}
#contacto {
	height: 40px;
	width: 100%;
	position: absolute;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #FF99CC;
	z-index: 4;
	bottom: 0px;
	background-color: #FFFFFF;
}
#contacto p {
	margin-left: 15px;
	margin-top: 15px;
}

#contacto a {
	text-decoration: none;
	color: #000000;
	background-color: #FFFF00;
}
#contacto a:hover {
	text-decoration: none;
	color: #FFFF00;
	background-color: #000000;
}
#rr {
	height: 25px;
	width: 30px;
	position: absolute;
	z-index: 5;
	bottom: 0px;
	background-color: #FFFFFF;
	right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	vertical-align: middle;
	text-align: center;
	margin-right: 6px;
	font-variant: small-caps;
}
#rr a {
	color: #CCCCCC;
	text-decoration: none;
}
#rr a:link {
	color: #CCCCCC;
}
#rr a:hover {
	color: #FFFFFF;
	background-color: #000000;
}
