/* CSS Document */

body {
	background-color:#FFFFFF;
	margin:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	text-align: left;
	vertical-align: top;
	
	/* OPTIONAL BACKGROUND IMAGE
	
	background-image:url(images/backgrounds/main.jpg);
	background-position:center;
	background-repeat:repeat-y;
	
	*/
}

a {
	color:#999999;
}


textarea,input,submit {
	background-color:#eeeeee;
	color:#666666;
	padding:5px;
	border:none;
	margin:3px;
}
a:link {
	color: #960;
	text-decoration: none;
}
a:visited {
	color: #960;
	text-decoration: none;
}
a:hover {
	color: #960;
	text-decoration: underline;
}
a:active {
	color: #F60;
	text-decoration: none;
}


h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:200%;
	color:#000000;
	font-weight:normal;
}

/* THE AREA THAT CONTAINS THE STONE IMAGE AND THE WEBSITE TITLE */

#title {
	text-align:center;
	margin-bottom:2px;
	width: 100%;
	background-repeat: repeat-x;
	height: 70px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/backgrounds/topbg.jpg);
}

#title p {
	font-variant:small-caps;
	letter-spacing:2px;
}

/* PROPERTIES OF THE HEADER IMAGE */

#title img {
	border:none;
}

/* THE AREA THAT CONTAINS ALL THE CONTENT OF THE WEBSITE */

#container {
	width:800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	vertical-align: top;
	margin-left: auto;
	padding-top: 5px;
}

/* THE SIDEBAR WITHIN THE CONTAINER */

#sidebar {
	width:200px;
	float:right;
	height: 700px;
	padding-left: 10px;
}

#sidebar h1 {
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:200%;
	color:#626477;
	border-bottom:1px dashed #eeeeee;
	text-align: left;
}

#sidebar p {
	line-height:20px;
}


/* THE MENU */

#menu {
	text-align:left;
	display: inline;
}

#menu a {
	color:#999999;
	background-image:url(images/backgrounds/a.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:10px;
	line-height:15px;
	text-decoration:none;
}


/* THE AREA NEXT TO THE SIDEBAR */

#content {
	margin-right:220px;
	padding-right:20px;
	border-right:1px solid #cccccc;
	background-image:url(images/backgrounds/content.jpg);
	background-position:right;
	background-repeat:repeat-y;
	vertical-align: top;
}

#content h1 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:left;
	font-size:16px;
	color:#626477;
	border-bottom:1px dashed #eeeeee;
	padding-top:15px !important;
	padding-top:0;
	background-position:right top;
	background-repeat:no-repeat;
}

#content p {
	line-height:16px;
}

#content ol,ul {
	line-height:25px;
}

#content li {
	line-height: 16px;

}

/* THE FOOTER */

#footer {
	width:580px;
	margin:0 auto 0 auto;
	padding:10px;
	text-align:center;
	border-top:1px dashed #cccccc;
}
.pie {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
}
.nav {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 4px;
}
.principal {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: justify;
}
.anteriores {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.mensaje {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.titulo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}

