body {
	behavior:				url('css/csshover2.htc');
}

body {
	font-family:			Verdana, Helvetica, Arial;
	font-size:				.9em;
	background:				#ccc;
	margin:					0;
	margin-bottom:			50px;
	color:					#333;
}

#contenedorPrincipal {
	width:					90%;
	margin:					auto;
	margin-top:				40px;
	background:				white;
	position:				relative;
	background-image: 		url("images/layout/ContenidoPrincipal.png");
	background-repeat: 		repeat-y;
	background-position: 	left;
}

#cabeceraPrincipal {
	height:					73px;
	width:					100%;
	background:				url('images/layout/headerBack.png');
	position:				relative !important;
}

#cabeceraIzquierda {
	width:					28px;
	height:					72px;
	background:				url('images/layout/headerLeft.jpg');
	float:					left;
	position:				relative;
	left:					-7px;
}

#parcheIzquierda {
	background:				url('images/layout/backLeft.jpg') no-repeat left;
	width:					7px;
	height:					126px;
	position:				absolute;
	left:					0;
	top:					72px;
}

#cabeceraDerecha {
	width:					28px;
	height:					72px;
	background:				url('images/layout/headerRight.jpg');
	float:					right;
	position:				relative;
	left:					7px;
}

#parcheDerecha {
	background:				url('images/layout/backRight.jpg') no-repeat;
	width:					7px;
	height:					136px;
	position:				absolute;
	left:					21px;
	top:					72px;
}

#columnaIzquierda {
	width:					200px;
	background:				#EFEEEE;
	float:					left;
}

#contenidoPrincipal {
	margin-left:			200px;
	padding:				10px;
}

div#bottom {
	width: 					100%;
	height:					15px;
	clear:					both;
	margin-bottom:			0px !important;
	margin-bottom:			-3px;
}

#bottomLeft {
	float:					left;
	height: 				15px;
	width:					200px;
	background-image:		url("images/layout/bottomLeft.png");
	background-repeat:		no-repeat;	
}

#bottomRight {
	float:					right;
	background-image: 		url("images/layout/bottomRight.png");
	width: 					14px;
	height: 				15px;
}

#titulo {
	float: 					right; 
	text-transform: 		capitalize; 
	position:				relative;
	top:					-1em; 
	font-size: 				2em; 
	color: 					#eee
}

#tituloSeccion {
	position:				absolute;	
	font-size: 				1.6em; 
	color: 					#999;
	left:					210px;
	top:					40px;
}


