body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #32465C;

	scrollbar-face-color: #D7D7D7;
	scrollbar-shadow-color: #98A2AD;
	scrollbar-highlight-color: #98A2AD;
	scrollbar-3dlight-color: #98A2AD;
	scrollbar-darkshadow-color: #98A2AD;
	scrollbar-track-color: #98A2AD;
	scrollbar-arrow-color: #98A2AD;
}
td {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #32465C;
}
h1 {
	font-size: 12px;
	font-weight: bold;
}
hr {
	border: 0;
	color: #32465C;
	background-color: #32465C;
	height: 1px;
}
ul { margin-left: 20px; }
li { list-style-type: none;	list-style-image: url(images/li.gif); }

a { color: #79CE24; text-decoration: none; }
a:hover { color: #98E150; text-decoration: underline; }

a.blackLink { color: #32465C; text-decoration: none; }
a.blackLink:hover { color: #FFF; text-decoration: none; background-color: #000; }

.greenText { color: #98E150; }

a.plusRollover {
	width: 8px;
	height: 8px;
	background: url("images/dot_off.gif") 0 0 no-repeat;
}

a.plusRollover:hover { 
	background: url("images/dot.gif") 0 0 no-repeat;
}

/* MENÚS */
#menu0 a {
	height: 12px;
	padding: 0px 0px 0px 2px;
	line-height: 12px;
	text-decoration: none;
	color: #000;
	background: #FFF;
	float: none;
	display: block;
	overflow: hidden;
}

#menu0 a:hover { color:#000; background:#D1D1D1; }

#menu1 a {
	height: 12px;
	padding: 0px 0px 0px 2px;
	line-height: 12px;
	text-decoration: none;
	color: #000;
	background: #FFF;
	float: none;
	display: block;
	overflow: hidden;
}

#menu1 a.activeLink { color:#FFF; background:#000; }

#menu1 a:hover { color:#FFF; background:#000; }

#menu2 a {
	height: 13px;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 2px 15px;
	line-height: 13px;
	text-decoration: none;
	color: #32465C;
	background: #FFF;
	float: none;
	display: block;
	overflow: hidden;
}

#menu2 a.on { color:#FFF; background:#000; }

#menu2 a:hover { color:#FFF; background:#000; }

/* FORMULARIOS */

form { /* Opera */
	margin: 0px;
	padding: 0px;
}
input, textarea, select {
	font-family: Arial, sans-serif;
	font-size: 10px;
	background-color: #FFF;
	border: 1px solid #98E150;
}
.button {
	width:100px;
	text-align: center;
	color: #98E150;
	background-color: #000;
	border: 0px;
}

/* CONTAINERS */

#container {
	width: 1000px;
	height: 705px;
/*	margin-left: auto; */
/*	margin-right: auto; */
	background-image: url(images/deco.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#layout {
	width: 815px;
	margin-left: 92px;
}
#header {
	height: 95px;
}
#content {
	height: 320px;
	background-color: #FAFAFA;
}
#texts {
	overflow: auto;
	width: 340px;
	height: 170px;
	text-align: justify;
	text-justify: newspaper;
}
#footer {
	height: 185px;
}
