/* LAYOUT */

html, body {
	height:100%
}

body {
	background: #FFFFFF url(../images/background.gif);
	color: #80807e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

/* GLOBALS */
	
	* {
		margin: 0;
		padding: 0;
	}
	
	a {
		color: #80807e;
		text-decoration: none;
		cursor: pointer !important;
	}
	
	a:hover, a:focus {
		color: #000000;
		text-decoration: underline;
	}
	
	a:active {
		color: #000000;
		text-decoration: none;
	}
	
	ul{
		list-style: none;
		list-style-type: none;
	}
	
	img {
		border: none;
	}
	
	hr{
		border-bottom: 0;
		border-left: 0;
		border-right: 0;
		border-top: 1px dotted #80807e;
	}
	
	p{
		margin-bottom: 5px;
	}
	
/* LAYOUT */

	#layout{
		background: #FFFFFF;
		width: 946px;
		border-left: 1px solid #d4d4d4;
		border-right: 1px solid #d4d4d4;
		padding: 24px 12px 0px 12px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
		margin-bottom: 0px;
	}
		
		#banner0{
			width: 710px;
			height: 110px;
			border: 1px solid #dadada;
			overflow: hidden;
			float: left;
			margin-bottom: 12px;
		}
		
		#logo{
			width: 234px;
			height: 112px;
			float: left;
			text-align: center;
			margin-bottom: 12px;
		}
		
		#primary_menu{
			clear: both;
			height: 14px;
			width: 930px;
			margin-bottom: 12px;
			font-size: 11px;
			font-weight: bold;
			font-family: Arial;
			color: #474747;
			overflow: hidden;
		}
		
			#primary_menu li{
				float: left;
				height: 14px;
				width: 12%;
				text-align: center;
				background: url(../images/menu_sep.gif) no-repeat right;
				color: #dc131a;
			}
			
			#primary_menu .last{
				background: none !important;
			}
		
		#container1{
			width: 166px;
			float: left;
			margin-right: 8px;
		}
		
			#secondary_menu{
				padding: 10px 0px 10px 10px;
				width: 156px;
				font-size: 11px;
				background: #efefef;
			}
		
				#secondary_menu a{
					color: Red;
				}
			
				#secondary_menu a:hover{
					color: Red;
				}
			
			#banner1{
				width: 164px;
				margin-bottom: 10px;
			}
			
			#banner1 li{
				border: 1px solid #dadada;
				width: 164px;
				margin-top: 3px;
			}
			
		#container2{
			width: 505px;
			float: left;
			height: 647px;
			overflow: auto;
		}
		
			#banner2{
				width: 485px;
				margin-bottom: 10px;
			}
			
			#banner2 li{
				border: 1px solid #dadada;
				margin-bottom: 4px;
			}
		
		#container3{
			width: 261px;
			margin-left: 5px;
			float: left;
		}
		
			#banner3{
				width: 261px;
				margin-bottom: 4px;				
			}
			
			#banner3 li{
				border: 1px solid #dadada;
				margin-bottom: 4px;
			}
		
		#footer{
			width: 920px;
			text-align: right;
			padding: 20px 10px 20px 10px;
			clear: both;
		}
	
/* NEWS */

	.news{
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px dotted #dadada;
	}
	
		.newsdate{
			width: 320px;
			font-weight: bold;
			padding-bottom: 10px;
			padding-right: 10px;
			color: Red;
			float: left;
		}
	
		.newsimg img{
			float: right;
			padding-bottom: 10px;
			width: 150px;
			height: 113px;
		}
		
		.newsimgshow{
			float: right;
			padding-bottom: 10px;
			width: 150px;
			height: 113px;
		}
	
		.news h1{
			width: 320px;
			padding-right: 10px;
			padding-bottom: 10px;
			font-size: 20px;
			color: #000000;
			float: left;
		}
	
		.news p{
			clear: both;
		}
	
	.shownews{
		
	}
	
		.shownewsdate{
			width: 320px;
			font-weight: bold;
			padding-bottom: 10px;
			padding-right: 10px;
			color: Red;
			float: left;
		}
	
		.shownews img{
			float: right;
			padding-bottom: 10px;
			width: 150px;
			height: 113px;
		}
	
		.shownews h1{
			width: 320px;
			padding-right: 10px;
			padding-bottom: 10px;
			font-size: 20px;
			color: #000000;
			float: left;
		}
	
		.shownews p{
			clear: both;
		}
		
/* CONTACTO */

	#contact{
		
		width: 400px;
		margin: 10px auto 0px auto;
		font-weight: bold;
		font-size: 12px;
				
	}
	
		#contact .title{
			font-weight: bold;
			font-size: 20px;
			margin-bottom: 15px;
		}
	
		#contact .label{
			float: left;
			width: 100px;
			height: 25px;
			line-height: 25px;
		}
		
		#contact .field{
			float: left;
			width: 300px;
			height: 25px;
			line-height: 27px;
		}
		
		.field input{
			border: 1px solid #CCCCCC;
			width: 290px;
		}
		
		#contact .text{
			
		}
		
		.text textarea{
			border: 1px solid #CCCCCC;
			width: 396px;
			height: 180px;
			margin-top: 5px;
		}
		
		#contact .button{
			margin-top: 10px;
			width: 390px;
			padding-right: 10px;
			text-align: right;
		}
		
		.button input{
			border: 1px solid #CCCCCC;
			background-color: #FFFFFF;
			padding: 3px 7px 3px 7px;
			cursor: pointer;
		}
		
		#contact .success{
			text-align: center;
			width: 400px;
			font-size: 14px;
			margin-top: 30px;
		}
	
