/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* { margin: 0; padding: 0; }
html, body { height: 100%; overflow: auto; background: #eee; }
body { font: 14px arial; }
#page-wrap { width: 940px; padding: 0 0 0 0px; margin: 0 0 0 0; overflow: hidden; height: 975px; border-radius: 5px}

.info-col { float: left; width: 975px; height: 1000px; padding: 0 0 0 0; }
.info-col h2 { text-align: center; font-weight: normal; padding: 0 0; }

.image { height: 100px; text-indent: -9999px; display: block; border-right: 1px solid white; }

dt { width: 940px; height:25px; padding: 5px; background: #900; color: white; border-bottom: 1px solid white; border-right: 1px solid white;}
dd {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 940px;
	height: 560px;
	background: #900;
	padding: 10px;
	color: white;
	border-right: 1px #6e6e6e;
	background-color: #F0F0F0;
}

dt:nth-of-type(1) { background: #3f1128; }
dd:nth-of-type(1) { background: #ffffff; }
.cabecerainfogrid1 { background: #3f1128; }
.fondoinfogrid1 { background: #ffffff; }
dt:nth-of-type(2) { background: #aa0055; }
dd:nth-of-type(2) { background: #ffffff; }
.cabecerainfogrid2 { background: #aa0055; }
.fondoinfogrid2 { background: #ffffff; }
dt:nth-of-type(3) { background: #4c549f; }
dd:nth-of-type(3) { background: #ffffff; }
.cabecerainfogrid3 { background: #4c549f; }
.fondoinfogrid3 { background: #ffffff; }
dt:nth-of-type(4) { background: #3277b5; }
dd:nth-of-type(4) { background: #ffffff; }
.cabecerainfogrid4 { background: #3277b5; }
.fondoinfogrid4 { background: #ffffff; }
dt:nth-of-type(5) { background: #008253; }
dd:nth-of-type(5) { background: #ffffff; }
.cabecerainfogrid5 { background: #008253; }
.fondoinfogrid5 { background: #ffffff; }
dt:nth-of-type(6) { background: #078a02; }
dd:nth-of-type(6) { background: #ffffff; }
.cabecerainfogrid6 { background: #078a02; }
.fondoinfogrid6 { background: #ffffff; }
dt:nth-of-type(7) { background: #c59c30; }
dd:nth-of-type(7) { background: #ffffff; }
.cabecerainfogrid7 { background: #c59c30; }
.fondoinfogrid7 { background: #ffffff; }
dt:nth-of-type(8) { background: #e8a504; }
dd:nth-of-type(8) { background: #ffffff; }
.cabecerainfogrid8 { background: #e8a504; }
.fondoinfogrid8 { background: #ffffff; }
dt:nth-of-type(9) { background: #ed9408; }
dd:nth-of-type(9) { background: #ffffff; }
.cabecerainfogrid9 { background: #ed9408; }
.fondoinfogrid9 { background: #ffffff; }
dt:nth-of-type(10) { background: #e91500; }
dd:nth-of-type(10) { background: #ffffff; }
.cabecerainfogrid10 { background: #e91500; }
.fondoinfogrid10 { background: #ffffff; }
dt:nth-of-type(11) { background: #d90000; }
dd:nth-of-type(11) { background: #ffffff; }
.cabecerainfogrid11 { background: #d90000; }
.fondoinfogrid11 { background: #ffffff; }
.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; }
