body.home {
	background-position: 0 384px;
	/overflow-x: hidden
}

.home .homeBlock {
	/margin-top: 100px
}

#main .banner {
	width: 983px;
	height: 340px;
	top: -22px;
	position: relative;
}

	#main .banner .mask {
		overflow: hidden;
		width: 983px;
		height: 314px;
		margin-left: 50px;
	}
	
		#main .banner .mask #images {
			width: 3932px;
		}
		
		#main .banner .mask #images div {
			float: left;
			width:983px;
			height:314px;
		}
			#main .banner .mask #images div h1{
				font-size:28px;
				width:450px;
				float: left;
				margin-top: 100px;
			}
			#main .banner .mask #images div img{
				float: left;
				margin-top: 34px;
			}

		
		

	#main .banner ul {
		margin-left: 25px;
		display: block;
	}
	
	#main .banner ul li:first-child {
		border-left: 2px solid #FFF;
	}
	
	#main .banner ul li {
		float: left;
		list-style-type: none;
		border-right: 2px solid #FFF;
		cursor: pointer;
	}
	
		#main .banner ul li:first-child span,
		#main .banner ul li:hover span {
			display: block;
		}
	
		#main .banner ul li span {
			display: none;
			width: 224px;
			height: 117px;
			background-repeat: repeat-x;
			position: absolute;
			text-indent: -9999px;
		}
		
		#main .banner ul li.l1 span { background-image: url(../images/bg/l1.png); }
		#main .banner ul li.l2 span { background-image: url(../images/bg/l2.png); }
		#main .banner ul li.l3 span { background-image: url(../images/bg/l3.png); }
		#main .banner ul li.l4 span { background-image: url(../images/bg/l4.png); }
		
	.home .homeBlock {
		float: left;
		width: 303px;
		margin-right: 7px;
		color: #000;
	}
	
		.home .homeBlock.novedades {
			margin-left: 20px;
		}
		
		.home .homeBlock.novedades .button {
			position: absolute;
			width: 32px;
			height: 22px;
			background-repeat: no-repeat;
			margin-left: 245px;
			cursor: pointer;
			text-indent: -9999px;
			display: block;
			
		}
		
			.home .homeBlock.novedades #navUp {
				background-image: url(../images/bg/navUp.jpg);
				margin-top: -31px;
			}
	
			.home .homeBlock.novedades #navDown {
				background-image: url(../images/bg/navDown.jpg);
				margin-top: 224px;
			}
	
		.home .homeBlock .block {
			width: 273px;
			height: 216px;
			background-image: url(../images/bg/homeBlock.gif);
			background-repeat: no-repeat;
			padding: 15px;
			font-size: 0.8em;
		}
		
		.home .homeBlock h2 {
			font-weight: normal;
			/*padding-top: 40px;
			font-size: 1.7em;*/
			font-size: 1em;
			padding-top: 15px;
			margin-top: 25px;
			margin-bottom: 15px;
			text-transform: uppercase;
			color: #1c84cd;
		}

		.home .homeBlock div.mask {
			height: 210px;
			overflow: hidden;
		}

		.home .homeBlock dl {
			padding: 10px;
		}
		
			.home .homeBlock dt {
				color: #1c84cd;
				font-weight: bold;
				clear: both;
			}
			
			.home .homeBlock dd {
				padding-bottom: 15px;
				margin-bottom: 15px;
				border-bottom: 1px dotted #000;
			}
			.home .homeBlock dd b{
				display:block;
			}
			.home .homeBlock dd a{ 
				text-decoration:none;
				color: #000000;
			}
			.home .homeBlock dd a:hover{ 
				text-decoration:underline;
			}			
			
			.home .homeBlock dd.last {
				border-bottom: 0 none;
				margin-bottom: 0;
			}
			
		
		.home .homeBlock.formacion img {
			margin-bottom: 10px;
		}
		
		.home .homeBlock.formacion p {
			padding: 0 10px;
		}
		
		.home .homeBlock.hablamos p {
			padding: 10px 10px 15px 10px;
		}
		
			.home .homeBlock.hablamos form {
				text-align: center;
			}
			
			.home .homeBlock.hablamos input {
				font-size: 1.5em;
				color: #CCC;
				font-family: Arial, Helvetica, sans-serif;
				margin-bottom: 20px;
				width: 205px;
				padding: 0 15px;
				line-height: 33px;
				height: 33px;
				border: 1px solid #CCC;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				border-radius: 5px;
			}
			
			.home .homeBlock.hablamos input.button {
				margin: 10px 0 0 0;
				width: auto;
				border: 0 none;
			}
			
			.home .homeBlock.hablamos label {
				display: none;
			}
