@charset "utf-8";
/* CSS Document */

html {
	background: url(img/bg_html.png);
	}

/*/////////////////////////////////////////////////////////////////////////////////*/
	
body {
	background: transparent url(img/bg_body.png) top center repeat-x;
	margin: 0;
	padding: 10px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	}

/*/////////////////////////////////////////////////////////////////////////////////*/
	
#wrap {
	margin: 0 auto;
	width: 900px;
	height: 600px;
	text-align: left;
	}

/*/////////////////////////////////////////////////////////////////////////////////*/
	
	.clear { clear: both; }
	
	.imgleft { float: left; margin-right: 10px; }
	.imgright { float: right; margin-left: 10px; }
	.txtright { text-align: right; }
	.txtcenter { text-align: center; }

/*/////////////////////////////////////////////////////////////////////////////////*/
	
	#head {
		height: 160px;
		}
		#head h1 {
			display: none;
			}

/*/////////////////////////////////////////////////////////////////////////////////*/
	
	#menu {
		height: 30px;
		}
		#menu ul {
			margin: 0;
			padding: 0;
			list-style: none;
			}
			#menu ul li {
				margin: 0;
				padding: 0;
				float: left;
				}
				#menu ul li a {
					display: block;
					text-indent: -9999px;
					background-position: top;
					height: 30px;
					}
				#menu ul li a:hover, #menu ul li.sel a {
					background-position: bottom;
					}
				#menu ul li a#btn_home {
					background-image: url(img/btn_home.png);
					width: 70px;
					}
				#menu ul li a#btn_foro {
					background-image: url(img/btn_foro.png);
					width: 80px;
					}
				#menu ul li a#btn_gale {
					background-image: url(img/btn_gale.png);
					width: 90px;
					}
				#menu ul li a#btn_news {
					background-image: url(img/btn_news.png);
					width: 95px;
					}
				#menu ul li a#btn_desc {
					background-image: url(img/btn_desc.png);
					width: 124px;
					}
				#menu ul li a#btn_cont {
					background-image: url(img/btn_cont.png);
					width: 117px;
					}

/*/////////////////////////////////////////////////////////////////////////////////*/
	
	#main {
		padding: 20px 16px;
		border: 1px solid #666666;
		background-color: #F2F2F2;
		}
		#main a {
			color: #666666;
			text-decoration: none;
			font-weight: bold;
			padding: 2px;
			}
			#main a:hover {
				color: #333333;
				background-color: #FFCC00;
				}

/*/////////////////////////////////////////////////////////////////////////////////*/
	
		#left {
			float: left;
			width: 580px;
			}
			#left h1 {
				margin: 0 0 20px 0;
				}
			#left h2 {
				margin: 0;
				padding: 4px 26px;
				font-size: 14px;
				color: #FFFFFF;
				background-image: url(img/bg_h2.png);
				}
				#left h2 a {
					font-weight: normal;
					}
					#left h2 a:hover {
						background-color: transparent;
						}
				#left .box {
					background: url(img/bg_box.png) bottom center no-repeat;
					padding: 10px 14px 18px 14px;
					margin-bottom: 20px;
					}
					#left .box table tr td {
						text-align: center;
						}
					#left .box table.files tr td {	
						vertical-align: top;
						padding: 16px 0;
						border-bottom: 1px solid #EBEBEB;
						}
	
		#left .box .news {
			border-bottom: 1px dotted #CCCCCC;
			margin: 0 10px;
			}
			#left .box .news h4 {
				font-size: 16px;
				font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
				color: #000000;
				font-weight: normal;
				margin: 6px 0;
				}
				#left .box .news h4 a {
					color: #000000;
					}
				#left .box .news h4 a:hover {
					color: #666666;
					background-color: #FFFFFF;
					}
				
		#left .box p.ir {
			clear: both;
			text-align: right;
			}

/*/////////////////////////////////////////////////////////////////////////////////*/
	
	#contact {
		margin: 20px 30px;
		}
		#contact fieldset {
			margin: 0 0 20px 0;
			padding: 10px 20px 0 20px;
			border: 0;
			border-top: 2px solid #CCCCCC;
			}
			#contact fieldset legend {
				font-size: 14px;
				color: #999999;
				}
			#contact fieldset label {
				display: block;
				float: left;
				width: 120px;
				padding: 3px 2px;
				}
			#contact fieldset input {
				margin: 1px 0;
				border: 1px solid #CCCCCC;
				width: 300px;
				font-family: "Courier New", Courier, monospace;
				padding: 2px;
				color: #000000;
				}
			#contact fieldset textarea {
				margin: 1px 0;
				border: 1px solid #CCCCCC;
				width: 300px;
				font-family: "Courier New", Courier, monospace;
				padding: 2px;
				color: #000000;
				}

/*/////////////////////////////////////////////////////////////////////////////////*/
	
		#righ {
			float: right;
			width: 260px;
			font-size: 11px;
			}
			#righ h3 {
				margin: 0;
				padding: 3px 26px;
				font-size: 14px;
				color: #FFFFFF;
				background-image: url(img/bg_h3.png);
				}
				#righ .box {
					background: url(img/bg_box.png) bottom center no-repeat;
					padding: 10px 14px 18px 14px;
					margin-bottom: 20px;
					}
					
		#righ .box p.ir {
			clear: both;
			text-align: right;
			}

	form#login {
			margin: 0;
			}
			form#login fieldset {
				border: 0;
				padding: 6px 10px;
				}
				form#login fieldset label {
					display: block;
					float: left;
					width: 80px;
					padding: 4px 0 4px 0;
					clear: left;
					}
				form#login fieldset input {
					float: right;
					width: 120px;
					border: 1px solid #CCCCCC;
					margin: 1px 0;
					}
				form#login fieldset p {
					margin: 0;
					}
					
		#righ ul {
			margin: 10px;
			padding: 0;
			border-top: 1px solid #CCCCCC;
			list-style: none;
			}
			#righ ul li {
				margin: 0;
				padding: 0;
				border-bottom: 1px solid #CCCCCC;
				}
				#righ ul li a {
					display: block;
					padding: 4px 10px;
					font-weight: normal;
					}
				#righ ul li a:hover {
					background-color: #E3E3E3;
					}

/*/////////////////////////////////////////////////////////////////////////////////*/
	
	#foot {
		background-color: #333333;
		padding: 2px 14px;
		margin-top: 0;
		color: #CCCCCC;
		text-align: center;
		font-size: 10px;
		}
		#foot a {
			color: #FFFFFF;
			text-decoration: none;
			font-weight: bold;
			}
		#foot a:hover {
			text-decoration: underline;
			}
								
		














		