body {
	margin: 0;
	padding: 0;
	FONT: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	COLOR: #000000;
	TEXT-ALIGN: center;	
	background-color:#FFFFFF;	
	
	
}
/********** contenedores *************/
#fondo {
	background-image: url(../imgAsocGen/bgGrisBlue.gif);
	background-repeat: repeat-x;
	background-position: 0 40px;
	
}

#marco {
	text-align:center;
	margin: auto;
	width: 758px;

}

#contenedor {
	padding-top: 40px;
	height: 230px;
	width: 758px;
	padding-bottom: 40px;
	position: relative;
	
}
#cabecera {
	height: 99px;
	background-image: url(../imgAsocGen/bgBlue.jpg);
	background-repeat: repeat-y;

}

#cuerpo {
	padding-top: 40px;
	width: 300px;
	text-align: left;
	float: left;
	padding-left: 130px;
	
}

/************* elementos de cabecera *******************/

#logo {
	width: 170px;
	height: 98px;
	margin-top: 0px;
	position: absolute;
	left: 450px;
	top: 62px;
	z-index: 6;
	background-image: url(../imgAsocGen/bgMarcoLogo.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 20px;
	padding-left: 5px;
	clip: rect(0px 170px 98px 0px);

}

#menu {
	width: 100%;
	height: 17px;
	background-color: #FFFFFF;
	bottom: 0px;
	background-image: url(../imgAsocGen/puntoGris.gif);
	float: left;
}

#menu UL {
	COLOR: #1A171B;
	LIST-STYLE-TYPE: none;
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	margin: 0px;
	margin-left: 110px;
	
}
#menu LI{
	/*background-image: url(../imgAsocGen/bgMenuLeft.jpg);*/
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	PADDING-RIGHT: 7px;
	PADDING-LEFT: 7px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	float: left;
	
}

#menu a {
	background-image: url(../imgAsocGen/puntoGris.gif);
	color:#666666;
}

#menu a:hover {
	color: #045991;
}

#menu .activo {
	background-image: url(../imgAsocGen/bgMenuLeft.jpg);
}

#menu .activo a {
  	float:left;
  	display:block;
  	background:url("../imgAsocGen/bgMenuRight.jpg") no-repeat right top;
  	text-decoration:none;
	padding-right: 10px;
	padding-bottom: 4px;
	color:#FFFFFF;
}

#menu .activo a:hover {
	color:#FFFFFF;
}

/************* Pie de página ****************************/
#pie {
	COLOR: #333333;
	TEXT-ALIGN: center;
	background-image:url(../imgAsocGen/punto.gif);
	background-repeat:repeat;
	width: 98%;
	height: 17px;
	padding: 5px;
	clear: both;
	position: relative;
	
}

/************ textos ************************************/
.txtBlue {
	color: #045991;
}

.txtGris {
	color: #666666;
}

.txtTitulo {
	font-family:"Times New Roman", Times, serif;
	font-size:14pt;
	color: #0060B6;
}

.txtTituloGris {	
	
}

.txtDatos {
	FONT: 8pt "Times New Roman", Georgia, Times, serif;
	color: #666666;
	
}

a {
	color: #666666;
	text-decoration:none;
}

a:hover {
	color: #045991;
	
}
#menu_img {
	background-image: url(../imgAsocGen/bgActividad.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 42px;
	width: 370px;
	float: left;
	position: relative;
	left: 12px;
	top: 56px;
}
#datos {
	padding-top: 40px;
	width: 180px;
	text-align: left;
	float: right;
	padding-right: 120px;
}

/********** formulario ******************/

#panel {
	WIDTH: 308px;
	height: auto;
	margin-top: 20px;
	
	
}


#panel_sup {
	background-image:url(../imgAsocGen/bgformSup.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
}
#panel_mid {
	background-image: url(../imgAsocGen/bgformMidle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: auto;
	height: auto;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;

}

#panel_bot {
	background-image: url(../imgAsocGen/bgformBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 25px;
	width: 308px;

}

form {
	margin: 0px;
	width: 248px;
	overflow: hidden;
}

form div {
	margin-right: 10px;
	margin-top: 3px;
	width: 108px;
	float: left;
	
}

label {
	width: 90px;
	float: left;
	display: block;
	
}

input, textarea {
	FONT: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	
}

input.campoCorto {
	width: 43px;
	
}

input.campoNormal {
	width: 108px;
}

input.campoMedio {
	width: 172px;
	
}

input.campoLargo {
	width: 232px;
	
}

textarea.campoLargo {
	width: 232px;
	
}

input.boton {
	background-image:url(../imgAsocGen/bgBoton.jpg);
	background-repeat: no-repeat;
	width: 74px;
	height: 25px;
	border: none 1px;
	text-align: center;
	font-size:10px;
	cursor:pointer;
	background-color: transparent;
}
