
body {
	text-align:center;
	padding:0;
	margin:1px 0 0;
	font:normal 11px Arial, Helvetica, Sans-serif;
	color:#666;
	background-color: #FFFFFF;
}

a {
	color:#777;
}

a:hover {
	color:#A77749;
}

#container {
	text-align:left;
	width:1024px;	
	margin:auto;
	position:relative;
	padding:0;
}

#PHP4DB_windowHeader {
	width:1024px;
	height:80px;
	background:#666 url(images/main_title.gif) no-repeat;
	margin:0;
	padding:0;
}

#PHP4DB_windowHeader h1, #PHP4DB_windowHeader h2 {
	padding:0;
	margin:0;
	display:none;
}

/****************************************************************/
/*
	Adapto el index.php
*/
#footer{	
	background:#FD9453 url(images/footer_top.gif) no-repeat top left;
	padding-top:17px;
	padding-left:15px;
	text-align: center;
}


#PHP4DB_toolbar {
/*
	position:absolute;
	top:80px;
	left:525px;
*/	
	width:175px;
	background:#FD9453;
	border-top:#fff 1px solid;
	color:#fff;
	float: left;
	margin-right: 1px;
}

#PHP4DB_toolbar a, #footer a{	
	color:#FFF;
	text-decoration:none;
}

#PHP4DB_toolbar a:hover, #footer a:hover{
	color:#FCD2B8;
}

/* Regla para hackear IE */
* html #mainSection{
	height:400px;
}

#mainSection{
	background:#CCC url(images/explanation_top.gif) no-repeat top left;
	min-height: 400px;
	/*height: 400px;*/
}


#lselect{
	background:#FD9453 url(images/lselect_top.gif) no-repeat top left;
	padding:29px 0 0 0;
}

#lselect ul{
	margin:0;
	padding:0 15px 5px 15px;
}

#lselect li{	
	padding: 0 0 5px 15px;
	margin:0;
	list-style-type:none;
	background:transparent url(images/bullet2.gif) no-repeat 0 4px;
}

#PHP4DB_windowIframe{
	width:848px;
	border-top:1px solid #FFFFFF;
	float: left;
}

#PHP4DB_windowContent{
	float: left;
	background:#FFF url(images/container_bg.gif) repeat-y top left;	
}

#extraDiv1{
	margin:auto;
	width:1024px;
	height:9px;
	background:#fff url(images/extradiv1_bg.gif) no-repeat top left;
	clear: left;
}


#main{
		width:100%;
		height:100%;
		border:0px;
}

div#shortcuts{
	background:#FFFFFF url(images/quickSummary_main.gif) no-repeat;
	height:24px;
	text-align: left;
	color: #FFFFFF;
	padding-top: 6px;
	text-align: center;
}

div#shortcuts a{
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;	
}


/****************************************************************/

/*	
	Usado en el portal
*/

.title_section{
	margin: 0px;
	border-bottom: 1px solid #666666;
	text-transform: uppercase;
}
.title_section:first-letter {
	font-size: 300%;
	font-family: "Monotype Corsiva";
	padding: 5px;
}

.section p{
	margin: 0px;
	padding: 0px;

}
.section {
	color:#666666;
	font-family:Arial,Helvetica,Sans-serif;
	font-size:14px;
}

.section a{
	color: #FD9453;
}

.section em{
	font-weight: bold;
}