/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/
#page-wrap { width: 100%; padding: 0; margin: 0 auto; overflow: hidden; height: 340px; border-bottom:#eeeeee solid 1px; }

.info-col { float: left; width: 132px; height: 100%; padding: 10px 0 0 0; }
#contenido .info-col h2 { text-align: left; font-weight: normal; padding: 25px 0;  color: #747679; height:70px;}

.image { height: 100px; text-indent: -9999px; display: block; border-right: 1px solid white; }

.batman { background: url(../images/batman.jpg) center center no-repeat; }
.spiderman { background: url(../images/spiderman.jpg) center center no-repeat; }
.aquaman { background: url(../images/aquaman.jpg) center center no-repeat; }
.ironman { background: url(../images/ironman.jpg) center center no-repeat; }
.superman { background: url(../images/superman.jpg) center center no-repeat; }

dt { padding: 5px; background: #ccc url(../img/all/bg-dt.gif) no-repeat right center; color: white; border-bottom: 1px solid white; border-right: 1px solid white; }
dd { position: absolute; left: -9999px; top: -9999px; width: 274px; background: #900; padding: 10px; color: white; border-right: 1px solid white; }
dt.current{
	background:none;}
dt:nth-of-type(1) { background-color: #cccccc; }
dd:nth-of-type(1) { background-color: #b44835; }
#contenido .curCol { -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2); z-index: 1; position: relative; padding-right:10px; }
#contenido .curCol h2 {color: #AC2819; text-transform:uppercase;}
#contenido .curCol h2 span{
	font-size:2.5em;
	line-height:1em;
	display:block;
	float:left;}