/*Picme by Brny */

body{
	
	margin: 0;
	padding: 0;
	background:url(../images/general/back.png) #e10469;
	color: #CC0066;
	font-family: "Helvetica", Times, serif;
	font-size:12px;
}

#contenedor{
	margin: 0 auto;
	background:#e10469;
	width:1024px;
	
	/*border:solid 2px #000000;*/
}

#header{
	height:120px;
	background:url(../images/general/bg_head.jpg) repeat-x;

}

#logo{
	float:left;
}
#limpiar{
	clear:both;
}


#subcontenedor{
	margin-top:15px;
	background:#e10469;
	text-align:left;
}

#subarriba{
	background: url(../images/general/bg_contup.jpg) no-repeat;
	height:22px;
}
#submiddle{
	background: url(../images/general/bg_contmid.jpg) repeat-y;
	padding:0 10px 0 10px;
}
#subdown{
	background: url(../images/general/bg_contdown.jpg) no-repeat;
	height:22px;
}

#colizq{
	width:501px;

}

#colder{
	padding:0;
	margin:0;
	float:right;
	width:476px;

}

h1{
	font-size:250%;
	line-height:1em;
	padding:0;
	margin:0;
	color:#9a0448;
	border-bottom:solid 3px #9a0448;
}