@charset "utf-8";

* {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}

body {
	line-height: 1.36em;
}

#contenedor {
	width: 975px;
	margin: 0 auto;
}

#banner {
	margin-top: 10px;
}

#contenido {
	/*margin-top: 50px;*/
	padding: 20px 0 70px 0;
	/*font-family:Verdana, Arial, Helvetica, sans-serif; color:#474747; font-size:0.6875em; line-height:1.36em; text-align:center;*/
}

#left {
	width: 252px;
	float: left;
	margin-bottom: 30px;
	text-align: justify;
}
    #left .borderTopLeft{
		background: url(../images/block_1_left_top.jpg) top left no-repeat;
	}
	#left .borderTopRight {
		background: url(../images/block_1_right_top.jpg) top right no-repeat;
		height: 31px;
		margin-left: 5px;
		color: #FFF;
		font-size: 20px;
		text-align: center;
		font-family: Tahoma, Geneva, sans-serif;
		padding-top: 9px;
	}
	
	#left .borderBottomLeft{
		background: url(../images/block_1_left_bot.jpg) bottom left no-repeat;
	}
	#left .borderBottomRight {
		background: url(../images/block_1_right_bot.jpg) bottom right no-repeat;
		height: 5px;
		margin-left: 5px;
	}
	
	#leftContentWrapper {
		border: solid #d4d4d4;
		border-width: 0 1px;
	}
	#leftContent {
	    background: #e9eae8;
		margin: 0 1px;
		padding: 21px 0 1px 0;
	}
	
	    .leftBox {
	background: #FFF;
	margin: 0 8px;
	padding: 13px 16px;
	font-size: 0.6875em;
	color: #474747;
	margin-bottom: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		}
		
		.leftBox span {
			text-transform: uppercase;
			text-decoration: underline;
			color: #F30;
			font-weight: bold;
		}
		
#center {
	margin: 0 284px 0 300px;
}

.noticia{
	border: solid #e2e2e2;
	border-width: 0 0 1px 0;
	padding-bottom: 35px;
	font-size: 0.6875em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #474747;
	text-align: justify;
}

    .noticia h3 {
		font-size: 26px;
		font-family: Tahoma, Geneva, sans-serif;
		font-weight: normal;
	}
	
	.noticia img {
		margin-left: 40px;
	}

#right {
	width: 236px;
	float: right;
	/*border: 1px solid #d4d4d4;*/
	margin-bottom: 30px;
	text-align: justify;
}
    #right .borderTopLeft{
		background: url(../images/block_3_left_top.jpg) top left no-repeat;
	}
	
	#right .borderTopRight {
		background: url(../images/block_3_right_top.jpg) top right no-repeat;
		height: 32px;
		margin-left: 5px;
		color: #000;
		font-size: 20px;
		text-align: center;
		font-family: Tahoma, Geneva, sans-serif;
		padding-top: 9px;
	}
	
	#rightContent {
	border: solid #d4d4d4;
	border-width: 0 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6875em;    
	padding-top: 36px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 17px;
	}
	    #rightContent p{
			font-family: Verdana, Arial, Helvetica, sans-serif;
	        color: #474747;
		}
	
	#right .borderBottomLeft{
		background: url(../images/block_3_left_bot.jpg) bottom left no-repeat;
	}
	#right .borderBottomRight {
		background: url(../images/block_3_right_bot.jpg) bottom right no-repeat;
		height: 5px;
		margin-left: 5px;
	}

.menu {
	font-size: 14px;
	float: right;
	margin-top: 38px;
}
    .menu li {
		display: inline;
		padding-left: 5px;
		background: url(../images/flecha_menu.jpg) no-repeat center right;
	}
	    .menu li a {
			text-decoration: none;
			padding: 0 10px 0 10px;
		}
		
#green {
	clear: both;
	background: #c6d880;
	height: 3px;
}

#legal {
	background: #f0f1ed;
	margin-top: 1px;
	padding: 26px 0 69px 20px;
}

    #legal a {
	color: #474747;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px;
	}
	
	#legalRight {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #474747;
	float: right;
	margin-top: 1px;
	margin-right: 24px;
	margin-bottom: 0;
	margin-left: 0;
	}
	
	    #legalRight a {
			text-decoration: underline;
			font-size: 11px;
		}
		
#formContacto input {
	margin-left: 18px;
}
