@charset "utf-8";
/* CSS Document */
body {
background:#000000 url(../images/fondo.jpg) no-repeat;
color:#FFFFFF;
}
#cuerpo {
	margin-top:160px;
	position:relative;
}
#botones {
	margin: 0 0 0 0;
}
#botones li {
	list-style:none;
	height:45px;
}
#botones a {
 	color:#000000;
	text-decoration:none;
}
#botones a:hover {
	color:#FFFF00;
	cursor:pointer;
}
#botones a:visited {
	color:#000000;
	cursor:pointer;
}
#botones h2 {
	background:url(../images/btn_2.gif) no-repeat;
	padding:8px 0 0 4px;
	font:"Courier New", Courier, monospace;
	text-align:center;
	line-height:11px;
	font-size:14px;
	height:34px;
	width:170px;
}

#titulo {
text-align:center;
}
#titulo h2 {
/*background:#000000 url(../images/titulo2.gif) no-repeat; */
height:44px;
margin:0px 0 0 0;
padding:4px 0 0 0px;
color:#FFFFFF;
text-align:center;
font-size:2em;
}
#leftColumn {
	float:left;
    position:fixed;
}
#footer {
	color:#CCCCCC;
	font-size:1em;
	line-height:2px;
}
#footer p a{
	
	}
#obj {
	margin-top:-6em;
	/*margin: 1em 0;*/
	width:250px;
	height:auto;
	/*top:10px;*/
	/*float:right;*/
	margin-left:450pt;
	text-align:justify;
	font-family:Calibri;
	font-size:1em;
	border:#FFCC00 outset 2px;
	padding:5px 5px 5px 5px;
    position:fixed;
}
#obj h2 {
	/*background:url(../images/Star1.gif) no-repeat;*/
	padding-left:30px;
	height:40px;
	}
#obj h2:hover {
	/*background:url(../images/Star2.gif) no-repeat;*/
}
#obj img {
	width:60px;
	height:60px;
	float:left;
	margin:10px 10px 0px 0px;
	border:#000000 solid;
}
#obj p {
	margin: 10px 5px 5px 5px;
	padding-left:10px;
}

#obj a,a:visited {
	color:#FFFF66;
	text-decoration:none;
	}
#obj a:hover {
	color:#FFFF00;
}