/* Reset v1.0 | 20080212 ----------------------------------------------------------------------------------------------------------------------*/

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%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

.clrfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clrfix {display: inline-block;}

/* IE-mac no lee \*/
* html .clrfix {height: 1%;}
.clrfix {display: block;}
/* IE-mac vuelve a leer */


hr { display : none; }
.none { display : block !important; position : absolute !important; top : -3000em !important; }
acronym, abbr { cursor : help; }


/* Common 
----------------------------------------------------------------------------------------------------------------------*/
body {
	background : #fff;
	font-family: 'Courier', 'Monaco', 'Lucida Grande', Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	opacity : .99999;
	font-size: 14px; 
	color : #151515;
}

/* Links
----------------------------------------------------------------------------------------------------------------------*/
body a:link,
body a:visited{
	color:#000;
	text-decoration:none;
}
body a:hover{
	text-decoration : underline;
}
/* Contenido
----------------------------------------------------------------------------------------------------------------------*/
div#master{
	width : 900px;
	margin : 0 0 0 58px;
}
#header{
	height : 120px;
	padding : 58px 0;
	margin : 0 0 21px 0;
	border-bottom : 1px solid #7f7f7f;
	clear : both;
}
#header h1.logo{
	height : 120px;
	width : 120px;
	background: #FFF url(img/logo.png) no-repeat 0 0 ;
}
#header h1.logo a{
	display : block;
	height : 120px;
	width : 120px;
	text-indent : -300em;
	border : none;
}





#menu{
	width : 150px;
	float : left;
}
#menu .container ul{
	margin : 0 0 21px 0;
	border-bottom : 1px solid #7f7f7f;
	padding : 0 0 21px 0;
}
#menu .container ul li{
	margin : 0 0 0 5px;
}
#menu .container ul li.section-title{
	font-weight : bold;
}

#menu .container ul.indexhibit{
	border-bottom : none;
	font-size : 11px;
	color : #555;
}


#content{
	width : 600px;
	float : right;
}
#content p{
	padding-bottom : 18px;
}
#content img{
	padding-bottom : 18px;
}
#content strong,
#content span.nothumb{
	display : inline !important;
	margin : 0 !important;
	padding : 0 !important;
}