body {
	margin: 0px;
	/*background-image: url(../img/body_bkg.gif);
	background-position: 0px center;
	background-repeat: repeat-x;*/
	}

/*///////////////////////////////*/	
/*/////////LAYOUT////////////*/
/*///////////////////////////////*/

#principal {
	width: 100%;
	height: 100%;
	/*Minimo Alto para Mozilla*/
	min-height: 100%;
	vertical-align: middle;
	display: table;
	z-index: 3;
	}

* html #principal {
	/*Explorer6*/
	lef\t: 0px;
	t\op: 0px;
	he\ight: 100%;
	w\idth: 100%;
	p\osition: absolute;
	}
	
*:first-child+html #principal {
	/*Explorer7*/
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	}
	
	#centerContainer {
		width: 970px;
		height: 620px;
		vertical-align: middle;
		display: table-cell;
		}
		
	* html #centerContainer {
		/*Explorer6*/
		t\op: 50%;
		lef\t: 50%;
		ve\rtical-align: middle;
		p\osition: absolute;
		}
		
	*:first-child+html #centerContainer {
		/*Explorer7*/
		top: 50%;
		left: 50%;
		vertical-align: middle;
		position: absolute;
		}
		
		#centeredElement {
			margin: 0px auto;
			width: 968px;
			min-width: 968px;
			border: 1px solid #4e4e4e;
			height: 618px;
			text-align: center;
			position: relative;
			background: url(../img/principalb_bkg.jpg) center center no-repeat;
			}
		
		* html #centeredElement {
			/*Explorer 6*/
			lef\t: -50%;
			t\op: -50%;
			}
			
		*:first-child+html #centeredElement {
			/*Explorer7*/
			left: -50%;
			top: -50%;
			}
				
#header {
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	font-size: 0px;
	line-height: 0px;
	float: none;
	visibility: hidden;
	overflow: hidden;
	}

#cuerpo {	
	left: 0px;
	top: 0px;
	width: 187px;
	height: 542px;
	position: absolute;
	z-index: 4;
	background-color: transparent;
	}
	
	/*Columna Izquierda*/
	#cuerpo #colIzquierda {
		padding-top: 0px;
		bottom: 0px;
		min-height: 0px;
		font-size: 0px;
		line-height: 0px;
		float: none;
		position: absolute;
		}
		
	/*Centro*/
	#cuerpo #centro {
		margin: 0px;
		padding: 0px;
		height: 0px;
		width: 0px;
		font-size: 0px;
		line-height: 0px;
		float: none;
		visibility: hidden;
		overflow: hidden;
		/*background: #1595A4;*/
		}
		
	/*Columna Derecha*/
	#cuerpo #colDestacados {
		margin: 0px;
		padding: 0px;
		height: 0px;
		width: 0px;
		font-size: 0px;
		line-height: 0px;
		float: none;
		visibility: hidden;
		overflow: hidden;
		/*background: #94CA27;*/
		}

#footer {
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	font-size: 0px;
	line-height: 0px;
	float: none;
	visibility: hidden;
	overflow: hidden;
	}
	
* html #footer {
	/*Explorer 6*/ 
	}
	
	
/*////////////////////////////////*/
/*////////////ELEMENTOS////////////*/
/*////////////////////////////////*/

/*////////////CABECERA////////////*/

/*logo*/
#header #logoHead {
	left: 184px;
	width: 348px;
	height: 150px;
	float: none;
	background-image: url(../img/logohead_home.png);
	}
	
	#logoHead a {
		width: 348px;
		height: 150px;
		}
		
		
/*Navegacion*/
#nav {
	padding-top: 151px;
	right: 139px;
	top: 0px;
	position: absolute;
	width: 174px;
	}
	
	#nav #navHome:link, #nav #navHome:visited {
		width: auto;
		height: auto;
		font-size: 30px;
		line-height: 31px;
		font-weight: bold;
		letter-spacing: -1px;
		text-decoration: none;
		color: #000000;
		visibility: visible;
		position: relative;
		}
		
	#nav #navHome:hover, #nav #navHome:active {
		color: #5c4df4;
		}
			
	#nav #navMail  {
		height: 0px;
		width: 0px;
		font-size: 0px;
		line-height: 0px;
		visibility: hidden;
		overflow: hidden;
		}

			
/*Cabecera*/	
#header h1 {
	height: 0px;
	width: 0px;
	font-size: 0px;
	line-height: 0px;
	visibility: hidden;
	overflow: hidden;
	}
	
	
/*////////////Columna Izquierda////////////*/
	
/*modulos (colIzquierda - colDestacados)*/
	
/*titulos (colIzquierda - colDestacados)*/
		
/*Separador de secciones (colIzquierda - colDestacados)*/
#colIzquierda .hr, #colDestacados .hr {
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	visibility: hidden;
	position: absolute;
	/*background: #ff00ff;*/
	}
	
/*menu Principal*/
#colIzquierda #mainMenu {
	padding: 0px;
	margin: 0px;
	height: 0px;
	width: 0px;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
	visibility: hidden;
	display: block;
	position: absolute;
	}