#content{
	width: 902px;
	height: 860px;
	margin: 0;
	background: #FFFFFF;
}
#container{
	height: 850px;
}
#footer{
	margin-top: -120px;
}

#content_left{
	float: left;
	width: 520px;
	height: 850px;
	background: url(../images/homemod3.jpg) no-repeat top;
	overflow: hidden;
}

#content_right{
	float: right;
	width: 382px;
	height: 693px;
	background: #FFFFF left;
}

#logo{
	float: right;
	width: 382px;
	height: 404px;
	background: url(../images/homeinfo.jpg) no-repeat top;
}

#encabezado{
	height:23px;
	width: 360px;
	overflow: hidden;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	background-color: #bd1b19;
	margin-top: 14px;
}

#slider{
	height: 70px;
	width: 360px;
}

#noticia1, noticia2, noticia3{
	clear: both;
	height: 70px;
	width: 360px;
	color: #222666;
	font-size: 16px;
	text-align: left;
	line-height: 10px;
	padding-left: 10px;
}

#noticia3 a{
	color: #222666;
}

.titulo{
	font-weight: bold;
	font-size: 17px;
}

#right{
	width: 90px;
	height: 70px;
	float: right;
	background: url(../images/newbadge.jpg) left no-repeat;
}

#left{
	width: 260px;
	height: 70px;
	float: left;
}
/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0 auto;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:360px;
		height:70px;
		overflow:hidden; 
		}	
	
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;
		margin-left: 100px;
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#f2f1f1;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#979797;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

#slide_container {
	width:360px;
	height:107px;
	clear: right;
	border: 1px solid #6dbbf7;
	border-radius: 10px;  
	-ms-border-radius: 10px;  
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;  
	-khtml-border-radius: 10px; 
}

