/* CSS Document */
body {
/* 	background-image: url(img/background.jpg);*/
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	background-color:#b1b1b1;
}

#container_background {
    position: absolute;
	width: 1050px;
	left: 50%;
	margin: 0px 0px 0px -525px;
	background-image:url(img/main_background.png);
}

#container {
	position:relative;
	margin: 0px 0px 0px 25px;
	width: 1000px;
}
/*top*/
#top {
	background-image: url(img/top.jpg);
	background-repeat: no-repeat;
	height: 169px;
}

.top_banner {
	position:absolute;
	height: 10px;
	float:left;
	width:200px;
	z-index:2;
}

.top_texto {
	margin: 0px 0px -10px 0px;
}

#top_menu {
	margin: 0px 0px 0px 200px;
}
 
#top_menu_unit {
	text-align:center;
	font-size:12px;
	height: 20px;
	width: 150px;
	margin: 45px 0px 0px 0px;
	float:left;
	border-right-color: #666666;
	border-left-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
}

a.top_menu_link {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

a.top_menu_link:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a.top_menu_link2 {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.top_menu_link2:hover {
	text-decoration: none;
}


#top_image {
	float: left;
	background-image: url(img/image.jpg);
	margin: 10px 0px 0px 0px;
	height: 93px;
	width: 1000px;
}

/*menu - lleva la etiqueta height ya que es el más alto */ 
#menu {
	float:left;
	margin: 10px 0px 0px 0px;
	height:100%;
	width: 200px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color:#000000;
}

#menu_top {
	padding: 2px 0px 0px 5px;
	height: 18px;
	width: 200px;
	background-image:url(img/menu_top.jpg);
	background-repeat: no-repeat;
	font-size:12px;
	color: #FFFFFF;
	font-weight: bold;
} 

#menu_middle {
	position:relative;
	width: 192px;
	background-image:url(img/menu_middle.jpg);
	padding: 0px 0px 0px 5px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
} 
 
#menu_bottom {
	height: 8px;
	width: 200px;
	background-image:url(img/menu_bottom.jpg);
	background-repeat: no-repeat;
} 


ul.menu_bullet, li.menu_bullet {
	color: #666666;
	margin: 0px 0px 0px -5px;
}

ul.menu_bullet2, li.menu_bullet2 {
	color: #666666;
	margin: 0px 0px 0px -20px;
	list-style-type:square;
}

a.menu1 {
	color: #333333;
	text-decoration: none;
}

a.menu1:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	margin: 0px 0px 0px 0px;
	font-size:10px;
	font-weight:bold;
	color: #333333;
}

/*text*/
#text {
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 10px;
	text-align: justify;
	width: 550px;
	height:100%;
	font-size:11px;
}

h1 {
	color:#000000;
	font-size:14px;
	margin: 0px 0px 0px 0px;
}

.green {
	color: #6A7500;
	font-weight: bold;
}


li {
	margin-top: 5px;
}



/*form*/
.boton {
	margin: 5px 0px 0px 0px;
	font-weight: bold;
	color: #FFFFFF;
	border-color: #CCCCCC;
	background-color: #6A7500;
	width: 50px;
	height: 25px;
	border-style: none;
	font-size:12px;
}

.campos {
	border: thin solid #CCCCCC;
}

a:link,a:active,a:visited {
	text-decoration: none;
}

a:hover {
	font-weight: bold;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

/*bottom*/

#bottom {
	float:left;
	width:1000px;
	text-align: center;
}
a.pie:link,a.pie:active,a.pie:visited {
	color:#666666;
	text-decoration: none;
}

a.pie:hover {
	text-decoration: none;
	font-weight:normal;
	color:#666666;
}
