@charset "utf-8";
/* CSS Document */
/*---------------------------------------------------------description file*/
.title{
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#666666;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	
}
.description{
	font-style:italic;
	text-align:left;
	font-size:11px;
	color:#666666;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.date{
	color:#ff281b;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.autor{
	color:#6f9d31;
	text-align:left;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
}
img {
	border:none;}
/*--------------------------------------------------------- estructura general*/
body{
	background:url(../../images/site-background.JPG) top center repeat-y;
	margin:0px;
	}
#contenedor{
	width:950px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
	border:5px solid #6f9d31;
}
#header{
	width:610px;
	height:155px;
	clear:both;
	}
#header .logo{
	margin-top:80px;
	}
#breadcrumb{
	text-align:left;
	font-family:Trebuchet MS;
	color:#999999;
	margin-top:10px;
	margin-bottom: 10px;
	}
#breadcrumb .selected{
	color:#666666;
	font-weight:bold;
	}	
#breadcrumb a{
	text-align:right;	
	font-family:Trebuchet MS;
	color:#999999;
	text-decoration:none;
	}
#main{
	clear:both;
	background-image:url(../../images/main_bg.jpg);
	height:37px;
	}
#container h1{
	font-family:Trebuchet MS;
	text-align:right;
	color:#75a13a;
	font-size:30px;
	margin-right: 15px;
	margin-left: 0;
	}
#container{
	background:url(../images/header-background.gif) top left no-repeat;
	width:1000px;
	margin:auto;
	}
#colIzq{
	float:left;
	height:500px;
	width:800px;
	background-color:#e5e3df;
	
}
#colDer{
	float:left;
	width:142px;
	height:480px;
	background-color:#6f9d31;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 5px;
}
#mapa{
	height:300px;
	width:500px;
	background-color:#e5e3df;
	
}
.ttl{
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;	
}
.files a{
	text-decoration:none;
	color:#333333;	
}
.files a:hover{
	text-decoration:none;
	color:#ff281b;
	font-size:15px;	
}
#sidebar a{
	color:#ffffff;
	font-size:12px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;	
}
/* footer*/
#footer{
	margin-top:15px;
	clear:both;
	height:165px;
	width:1000px;
	background-image: url(../../images/footerbg.gif);
	background-repeat:  repeat-x;
	background-position: bottom;
}
#news{
	width:245px;
	margin-left:25px;
	float:left;
	padding-top:60px;
	text-align: right;
	padding-right: 20px;
	}
#news p{
	color:#FFFFFF;
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	}
#news p a{
	color:#FFFFFF;
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	text-decoration:none;
	}
#news input{
	background-color:#FFFFFF;
	color:#000000;
	border:solid 2px #727272;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:15px;
	}
#news .text1{
	width:266px;
	}
#news .text2{
	width:230px;
	float:left;
	}
#news .buton{
	width:30px;
	float:left;
	font-family:"Trebuchet MS";
	color:#FFFFFF;
	font-weight:bold;
	background-color:#6f9d31;
	padding:0;
	height:20px;
	}
#footer_center{
	float:left;
	width:475px;
	height:165px;
	}
#slinck{
	clear:both;
	width:475px;
	height:116px;
	background:url(../../images/slick.png) center no-repeat;
	}
#footer_text{
	clear:both;
	width:475px;
	color:#CCCCCC;
	font-family:"Trebuchet MS";
	font-size:11px;
	font-weight:bold;
	text-align:center;
	}
#footer_text a{
	clear:both;
	width:475px;
	color:#CCCCCC;
	font-family:"Trebuchet MS";
	font-size:11px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	}
#footer_menu{
	float:left;
	width:205px;
	height:116px;
	padding-top:49px;
	}
#footer_menu ul{
	margin:0 20px 0 0;
	padding:0;
	list-style:none;
	}
#footer_menu li{
	text-align:right;
	margin:0;
	padding:0;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:12px;
	font-weight:bold;
	line-height:100%;
	color:#FFFFFF;
	}
#footer_menu a{
	color:#FFFFFF;
	text-decoration:none;
	}