@charset "UTF-8";

html,body {
	
	background: #292929;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
}


#menu {
	margin:0px;
	text-align: right;
	padding-bottom: 10px;
	
}
#container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#mainContent {
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-top: 1px solid #ccffff;
	border-bottom: 1px solid #ccffff;
	
}

#wrapper {
     position: relative; /* container positioning */
     margin-left: auto;
     margin-right: auto;
     width: 920px;
     text-align: left;
     }


#feature {
	width: 580px;
	padding:25px;
	margin-top:10px;
	text-align:center;
	}
	
	
#sidebar {
	width: 260px;
	float:right;
	border-left:dotted 1px #666666;
	padding-left:20px;
	margin-top:10px;
	color: #333;

	}

#bio {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	width: 580px;
	padding-top: 50px;
	padding-bottom: 100px;
}




#footer {
		width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: 0px;
	text-align: left; 
	margin-top: 4px;
	font-family:Arial, Helvetica, sans-serif;
}


#copyright {
	
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: 0px;
	font-size: 10px;
	color: #666666;
	margin-top: 2px;
	text-align:right;
	
}


.enterSite{
	width: 100px;
	float:right;
	margin-top:10px;
	font-size:14px;

}

.firmaEntrada{
	width: 400px;
	float:left;
	text-align: left;
	margin-top:8px;

}

#menu .topBotton {
	color:#FFFFFF;
	font-size: 11px;
	padding: 5px 5px 5px 20px;
	line-height: 20px;
	text-decoration: none;
	letter-spacing: 0.04em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#thumbs {
	width:180px;
	float:left;
	padding: 15px;
	text-align:center;
	background-color:#F3F3F3;
	margin-top: 15px;
	margin-right: 15px;
}



.thumb_event {
	
	margin-bottom:10px;
	margin-right: 10px;
}


.topBottonStatus {
	color:#666666;
	font-size: 11px;
	padding: 5px 5px 5px 20px;
	line-height: 20px;
	text-decoration: none;
	letter-spacing: 0.04em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	
}

#menu .topBotton:hover {
	color:#999999;
}


.secLink {
	color:#999999;
	font-size: 11px;
	padding: 5px;
	margin-left:5px;
	line-height: 20px;
	text-decoration: none;
	letter-spacing: 0.12em;
}

.secLink:hover {
	color:#FFFFFF;
	padding: 5px;
}

.datos_eventos {
	color:#999;
	font-size: 11px;
	padding: 5px 5px 5px 0px;
	line-height: 20px;
	text-decoration: none;
	letter-spacing: 0.04em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.about_work {
	color:#999;
	font-size: 11px;
	padding: 5px 5px 5px 0px;
	line-height: 20px;
	text-decoration: none;
	letter-spacing: 0.04em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	color: #333333;
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 12px;
	font-weight: lighter;
}
a {
	color: #ff6600;
	text-decoration: none;
}
.news_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #999;
}
a:hover,visited {
	color: #666;
	text-decoration: none;
}
.cover {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.date-header {
background-color: #bbbbbb;
color: #ffffff;
padding: 0.4em;
letter-spacing: 2px;
margin: inherit;
}

.exhib_title {
	font-family:  Meta-ItalicCaps, Meta-Normal, Meta-Bold;
	font-size: 16px;
	color: #F90;
	line-height: 1.5;
	letter-spacing: 1px;
}
.exhib_titleLowercase {
	font-family:  Meta-Normal, Meta-Bold;
	font-size: 16px;
	color: #F90;
	line-height: 1.5;
	letter-spacing: 1px;
	font-variant: normal;
}
.exhib_blurb {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	line-height: 1.2;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	
}


#pag_align{
	text-align:center;
}

div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #4FCACF;
	
	text-decoration: none; /* no underline */
	color: #4FCACF;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #4FCACF;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #4FCACF;
		
		font-weight: bold;
		background-color: #4FCACF;
		color: #FFF;
}
div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
}
	
.titulo {
	font-family: Meta-Normal, Meta-ItalicCaps, Meta-Bold;
	font-size: 16px;
	color: #666;
}
.per_footer {
	font-family: Helvetica Neue Medium;
	margin-top: 4px;
	color: #F60;
	letter-spacing: 0.3em;
	font-size: 18px;
	text-align:left;
}
