body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: auto 0;
	text-align: center;
	color: White;
	font-size: medium;
	font-style: normal;
	background: Black;
}
p {
	font: normal 500 14px  Arial, Verdana, Geneva,  Helvetica,  sans-serif;
	background-color: transparent;
	color: White;
	margin-left: 20px;
	margin-right: 140px;
	text-align: left;
	border: none;
	line-height: 0.5cm;
}
p:first-letter {
	font-size: 130%;
	color: White;
	margin-left: 10px;
}

h1 {
	background-color: transparent;
	font-weight: bolder;
	color: White;
	font-size: 90%;
}
     
h2 {
	font-weight: 500;
	font-size: 14px;
	color: White;
	background-color: transparent;
	margin-left: 20px;
	text-align: left;
	font: Arial, Helvetica, sans-serif;
}

h3:first-letter {
	font-size: 130%;
	color: White;
	margin-left: 40px;
}
h3 {
	font-size: 90%;
	background-color: transparent;
	color: #FFE448;
	margin: 0px 20px 0px 30px;
	font-weight: bold;
}
h4 {
	font-size: xx-small;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	color: inherit;
}
a:link {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
	border: none;
}
a:visited {
	color: #FFFFFF;
	font-weight: 600;
	background-color: transparent;
	text-decoration: none;
	border: none;
}

a:hover {
	color: #DEB887;
	font-weight: 600;
	background-color: transparent;
	text-decoration: none;
	border: none;
}
a:active {
	color: #FFFFFF;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
	border: none;
}
#pagina {
	width: 990px;
	background: Black;
	color: White;
	margin-left: auto;
	margin-right: auto;
	
}
#menu {
	width: 250px;
	background: Black;
	color: White;
	margin: 0px 0 0px 0px;
	
	float: left;
}
#cuerpo {
	width: 730px;
	color: White;
	
	float: right;
	background: transparent url(images/siscubn.jpg) no-repeat scroll 88%;
	margin-top: 20px;
}
* html #cuerpo { /*IE only style*/
height:550px;
}

#pie {
	width: 975px;
	height: 40px;
	margin: 0 auto;
	color: White;
	background-color: Black;
}


img{
	border: none;
}

#gallery {
	width: 250px;
	border: 1px solid #000;
	background: Black;
	margin: 0 auto;
}
* html #gallery {width:250px; w\idth:250px;}

#gallery dd {
	padding: 0;
	margin: 3px 0;
	text-align: center;
	background: Black;
	color: White;
	height: 35px;
}
#gallery div, #gallery span {border:1px solid #000;}
#gallery .hh {padding:1px 0;}
#gallery span {display:block;}
#gallery .aa {
	border: thin solid #FFD700;
}
#gallery .bb {
	border: thin solid Aqua;
}
#gallery .cc {
	border: thin solid Fuchsia;
}
#gallery .dd {
	border: thin solid Green;
	
	
}
#gallery .ee {
	border: thin solid Lime;
}
* html #gallery .ee {padding:0;}
#gallery a, #gallery a:visited {
	display: block;
	width: 100%;
	border: 1px solid #000;
	color: White;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	height: 22px;
	text-align: center;
	
}

#gallery a:hover {
	background: White;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
}