@charset "utf-8";
/* CSS Document */

body{
	margin: 0 0 0 0;
}
/*******************************************************************************/
#wrapper_top{
	width:100%;
}
	#top{
		width:1024px;
		/*height:107px;*/
		margin-left:auto;
		margin-right:auto;
	}
	#top_t{
		width:1019px;
		padding-top:15px;
		padding-left:5px;
	}
	#top_left_t{
			width:687px;
			height:47px;
			float:left;
			padding-top:9px;
			padding-left:3px;
		}
		#top_right_t{
			width:267px;
			height:56px;
			float:right;
			margin-right:28px
		}
	/* Contenedor del Menu */
	#top_b_left{
		width:976px;
		height:42px;
/*		padding-top:10px;*/
		padding-left:19px;
		padding-right:28px;
	}
	#top_left_b{
		width:688px;
		height:24px;
		float:left;
		/*background-image:url(../img/BARRITA.png);
		background-color:#bbbcbe;
		background-repeat:repeat-x;		
		-moz-border-radius: 4px;
		-webkit-border-radius-: 4px;	
		border:1px solid #C9C9C9;*/
	}
	#top_right_b{
		width:267px;
		float:right;
	}
/*******************************************************************************/
#wrappers-body{
	width:100%;
	height:593px;
	background:url(../img/background.jpg) repeat-x;
/*	background:url(../img/background_.jpg) repeat-x;*/
}
	#cuerpo{
		width:1024px;
		height:593px;
		margin-left:auto;
		margin-right:auto;
	}
	#container_t{
		width:984px;
		height:409px;
		padding:0 20px 0 20px;
	}
		#left_container{
			width:690px;
			height:400px;
			float:left;
			margin-top:9px;
		}
		#right_container{
			width:267px;
			height:400px;
			float:right;
			margin-top:9px;
		}
		#right_cont{
			width:267px;
			height:398px;
			float:right;
			margin-top:9px;
			background-color:#FFF;
/*			opacity: 0.5;*/
			border:1px solid #C9C9C9;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
		}
	#container_b{
		width:984px;
		height:177px;
		padding:8px 20px 0 20px;
	}
		#carrusel{
			width:690px;
			height:159px;
			float:left;
			margin-top:9px;
		}
		#right_container_b{
			width:267px;
			height:159px;
			float:right;
			margin-top:9px;
		}
		#right_cont_b{
			width:267px;
			height:159px;
			float:right;
			margin-top:15px;
		}	
/*******************************************************************************/
#wrapper_bottom{
	width:100%;
}
	#bottom{
		width:1024px;
		margin-left:auto;
		margin-right:auto;
	}
