@charset "UTF-8";
/* CSS Document */

html, body {
	width: 100%; 
	height: 100%;
	margin: 0px; 
	padding: 0px;
}

body{
	background-color: #000;
	font: 12px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	overflow: auto;
}

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

a:hover {
	color: #FFF;
}

h1 {
	margin: 0px;
	padding: 0px;
	font: 13px Georgia, Courier, Times;
	color: #999;
}

#thumbs {	
	text-align: left;
}

#thumbs li {
	display: inline;
	margin: 0px;
	padding: 0 10px 0 10px;
}

#portraits{
	height: 545px;
	overflow: auto;
	width: 98%;
}

#left_c{
	width: 33%;
	height: 280px;
	padding: 220px 0 0 0;	
	float: left;
	clear: right;
	text-align: center;
	background-image:url(../imagenes/enlaces/still_bk.jpg);
	background-position: center;

}

#right_c{
	width: 33%;
	height: 280px;	
	padding: 220px 0 0 0;
	float: right;
	text-align: center;
	background-image:url(../imagenes/enlaces/repro_bk.jpg);
	background-position: center;
}

#center_c{
	height: 280px;	
	padding: 220px 0 0 0;
	text-align: center;	
	background-image: url(../imagenes/enlaces/ads_bk.jpg);
	background-position: center;
}

.red {
	color: #c00;
}
