body{
	background-color: 		#e6eacb;
	background-image:       url(../images/bg-green.png);
	background-repeat:      repeat; 
	background-position:	center;
	margin-top:          	0px;
	margin-bottom:			0px;
}

#contenedorTop{
	width:				  796px;
	background-image:     url(../images/top.png);
	background-repeat:    no-repeat;
	height:				  309px;
	margin: 	          0 auto 0 auto; /*arriba izquierda abajo derecha auto=centrar*/
	position:	          relative;
}

#contenedorMenu{
	width:				  796px;
	background-image:     url(../images/menu.png);
	background-repeat:    no-repeat;
	height:				  42px;
	margin: 	          0 auto 0 auto; /*arriba izquierda abajo derecha auto=centrar*/
	position:	          relative;
}

#contenedorContenidos{
	width:				  796px;
	background-image:     url(../images/bg-blanco.png);
	background-repeat:    repeat-y;
	background-position:  top;
	height:				  100%;
	margin: 	          0 auto 0 auto; /*arriba izquierda abajo derecha auto=centrar*/
}

#contenedorBotton{
	width:				  796px;
	background-image:     url(../images/bottom.png);
	background-repeat:    no-repeat;
	background-position:  top;
	height:				  100px;
	margin: 	          0 auto 0 auto; /*arriba izquierda abajo derecha auto=centrar*/
	position:	          relative;
}

.txtGeneral {
    color:        #666; 	
	font-size:    14px;
	font-family:  "Century Gothic", Arial, Helvetica, sans-serif;
	text-align:   justify;
	margin-left:  5px;
	margin-right: 5px;
}

.txtbotton {
    color:        #FFF; 	
	font-size:    9px;
	font-family:  "Century Gothic", Arial, Helvetica, sans-serif;
	text-align:   justify;
	margin-left:  20 px;
	margin-right: 5px;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}