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, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
 caption  {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: inherit;
	font-size: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: left;
}

body{
	background:url('../images/page-background.png') repeat-y center	#e7e7e7;
}

a{
	color:#2e3192;
	text-decoration:none;
}

a:hover{
	color:#ec008c;
}

#bm-line{
	height:.1em;
	border-top: solid .6em #2e3192;
	border-bottom: solid .2em #ec008c;
}

#page{
	width:98em;
	margin: 0 auto 0 auto;
}

#header{
	padding:3em 3em 5em 3em;
	background:url('../images/shadow-down.png') no-repeat center bottom;
	height:7em;
}
	#header h1{
		display:inline;
		width:50%;
		float:left;
	}

	#header ul{
		float:right;
		line-height:7em;
		width:50%;
	}
	
		#header ul li{
			display:inline;
			margin:2em;
		}
		
			#header ul li a{
				font-size:1.8em;
				color:#2e3192;
				text-decoration:none;
			}

			#header ul li a:hover, #header ul li a.selected{
				color:#ec008c;
			}

#content{
	background: #e7e7e7;
	min-height:40em;
	padding:2em 4em;
}

	#content h2{
	margin:0 2em 2em 2em;
	}

	#content h3, #content p.in{
	margin:0 2em;
	font-size:1.3em;
	line-height:1.6em;
	}
	
	#content p.in{
	margin-bottom:1em;
	}

	#content h3 a{
	font-size:1em;
	}

	#content img#pila-trabajos{
	float:right;
	margin-top:-2em;
	margin-left:2em;
	}

	#content div.home{
	width:27em;
	float:left;
	margin:.8em 1.2em
	}
	
		.main-image-frame{
		background:url('../images/main-image-frame.png') no-repeat;
		}
		
		.main-image-frame img{
		padding:2em;
		}

		.main-image-frame p{
		padding:1em 2em;
		font-size:1.3em;
		line-height:1.6em;
		}

#footer{
	padding:4em 2em 2em 2em;
	background:url('../images/shadow-up.png') no-repeat center top;	
}

	#footer div {
	background:url('../images/grey-dots.png') no-repeat right;
	margin: 0 2em 0 2em;
	}

		#footer div ul{
		margin-bottom:1.4em;
		}
		
			#footer div ul li{
			display:inline;
			margin-right:2em;
			}
			
				#footer div ul li a{
				font-size:1.2em;
				color:#999;
				text-decoration:none;
				}
	
				#footer div ul li a:hover, #footer div ul li a.selected{
				color:#666;
				}
	
		#footer div p{
		color:#999;
		margin-bottom:.2em;
		font-size:1.1em;
		}
		
			#footer div p a{
			color:#666;
			text-decoration:none;
			font-size:1em;
			}