/* RESET CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*  CSS */

a{
	text-decoration: none;
	color: #614883;
}

a:hover{
	text-decoration: none;
	color: #fff;
}

body{
	background: #614984;
}

#header{
	width: 100%;
	height: 71px;
	background: #f0e5ef;
	border-bottom: 1px #796495 solid;
}

	#header .inner{
		width: 960px;
		height: 70px;
		margin: 0 auto;
	}

		#logo{
		display: block;
		width:470px;
		height:276px;
		text-indent: -10000em;
		background: url(/images/logo.jpg) no-repeat;
		z-index: 99;
		position: absolute;
		}

#content{
	width: 100%;
	height: 677px;
	background-color: white;
}

	#content .inner{
		width: 960px;
		height: 722px;
		margin: 0 auto;
		background: url(/images/lucia.jpg) right no-repeat;
	}

		#content .inner #contenido{
			width: 460px;
			height: 280px;
			position: absolute;
			margin: 180px 0 0 0;
			color: #937199;
			z-index: 999;
			font-family: Tahoma, Arial, Helevetica, Verdana;
			font-size: 14px;
			line-height: 18px;
		
		
		}

#menu{
	width: 100%;
	background: url(/images/menubg.png) repeat-x;
	position: absolute;
	margin-top: -47px;
	z-index: 20;
}

	#menu .inner{
		width: 960px;
		height: 221px;
		margin: 0 auto;
	}

		#menu .inner #floritura{
			width: 960px;
			height: 221px;
			background: url(/images/menu_titulo.png) no-repeat;
			position: absolute;
			margin: -175px 0 0 0;
			z-index: 10;
			text-indent: -10000em;
		}
		
		
		#menu .inner ul#backstage{
			width: 510px;
			height: 24px;
			margin: 10px 0 0 160px;
			position: absolute;
			z-index: 30;
		}
				#menu .inner #backstage li, #menu .inner #sobremi li{
					width: 89px;
					height: 24px;
					float: left;
					background: #bb9eca no-repeat;
					margin-left: 10px;
					text-align: center;
					font-family: Verdana;
					font-size: 14px;
					color: #614883;
					line-height: 22px;					
					
				}
				
				#menu .inner #backstage li{
					width: 110px;
					height: 24px;
					float: left;
					background: #bb9eca no-repeat;
					margin-left: 10px;
					text-align: center;
					font-family: Verdana;
					font-size: 14px;
					color: #614883;
					line-height: 22px;					
					
				}
				
											
		#menu .inner ul#sobremi{
			width: 300px;
			height: 24px;
			margin: 10px 0 0 660px;
			position: absolute;
			z-index: 30;
		}
		
		#menu .inner ul#sobremi .facebook{
			background: #3b5998 !important;
			color: white;
		}
		
			#menu .inner ul#sobremi .facebook a{
			color: white;
		}	
		
		

#footer{
	width: 100%;
	height: 100%;
	background: #614984;
}

	#footer .inner{
		width: 960px;
		height: 100px;
		margin: 0 auto;
	}

		#footer .inner p{
			color:white;
			font-family: Verdana;
			font-size: 14px;
			color: #fff;
			padding: 10px 0 0 0;
		}

		#footer .inner #arte{
			display: block;
			width: 118px;
			height: 29px;
			background: url(/images/arteyexpresion.jpg) no-repeat;
			text-indent: -10000em;
			position: absolute;
			margin: -25px 0 0 810px;
			z-index: 9999;
		}

		#footer .inner ul#validado{
			width: auto;
			position: absolute;
			margin: 5px 0 0 805px;
			z-index: 99999;

		}

		#footer .inner #validado li, #footer .inner #validado li a{
			float: left;
			color:white;
			font-family: Verdana;
			font-size: 10px;
			color: #fff;
			margin-left: 10px;
		}







		#pixeliza_logo{
		color:white; margin:0 auto; font-family: Verdana, Arial; letter-spacing:-0.05em; font-size:10px;
					position: absolute;
			margin: -25px 0 0 810px;

		}
		
		#pixeliza_img{
		vertical-align: text-bottom; border: 0px;
		}










