@charset "utf-8";
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,
dl, dt, dd, ol, ul, li,		
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
input, textarea, select {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-decoration:none;
	color:inherit;
	background-color:transparent;
	}
strong {
	font-weight: bold;
	}
:focus {
	outline:0;
	}
body{
	line-height: 1;
	}
ol, ul {
	list-style: none;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
del {
	text-decoration: none;
}
html {
    height: 100%;
}

body {
	font-family: 'Trocchi', serif;
	font-size:11px;
	line-height:18px;
	color:#1f1d1d;
	background:url(../images/bg.jpg) #c8c8c8;	
}

.clearfix {
	clear:both;
}

#wrapper {
	width:730px;
	margin:0 auto;
}
#header {
	margin-bottom:60px;
}
#header h1 {
	background:url(../images/arrabal-logo.png);
	text-indent:-5000px;
	width:444px;
	height:256px;
	margin:0 auto;
}
#header ul {
	background:url(../images/menu-bg.png);
	width:700px;
	padding:0 15px;
	height:26px;
	margin:-27px 0 0 -6px;
}
#header ul li {
	float:left;
	display:inline-block;
}
#header ul li a {
	display:block;
	text-indent:-5000px;
	width:175px;
	height:26px;
	background-image:url(../images/menu-sprite.png);
}
#btInfo { background-position: 0 0; }
#btTrabajos { background-position: 0 -26px; }
#btReel { background-position: 0 -52px; }
#btContacto { background-position: 0 -78px; }
#btInfo:hover, #btInfo.active { background-position: -175px 0; }
#btTrabajos:hover, #btTrabajos.active { background-position: -175px -26px; }
#btReel:hover, #btReel.active { background-position: -175px -52px; }
#btContacto:hover, #btContacto.active { background-position: -175px -78px; }

#content {
	text-align: center;
	margin-bottom: 10px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}	
#content .trabajo {
	text-align:left;
	padding-bottom:30px;
	border-bottom:dotted 1px #333;
	margin-bottom:30px;
}
#content .trabajo img {
	margin-bottom:15px;
}
#content .trabajo h2 {
	font-size:13px;
	line-height:15px;
	font-weight:normal;
	color:#333;
}
#content #pager {
	display:inline-block;
}
#content #pager li {
	font-size:11px;
	display:inline-block;
	float:left;
}
#content #pager li + li {
	margin-left:5px;
	border-left:solid 1px #444;
	padding-left:5px;
}
#content #pager li a:hover {
	text-decoration:underline;
}
#content #pager li a.active {
	text-decoration:underline;
	font-size: 14px;
}

#content.static img {
	float:left;
	margin-left:2px;
}
#content.static div {
	width:315px;
	padding-right:27px;
	float:right;
	text-align:left;
	margin-top:-4px;
}
#content.static div p {
	margin-bottom:18px;
}
#content.static div p span {
	vertical-align:super;
}
