body {
    background-image: url(psiacimages/fdo.jpg);
    background-repeat: repeat-x;
    background-color: #EF7601;
    margin-top: 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif; /*MODIFICADA POR MI*/
    font-size: 12px; /*MODIFICADA POR MI*/
}
/******* STRUCTURE *******/
#wrapper {
    width: 1024px;
    margin:auto;
    overflow: auto;
    text-align: justify;
}

#header {
    background-image: url(psiacimages/top2.jpg);
	width:1024px;
    height: 168px;
}

#content {
	
    margin-top: 0;
    background-color: #350099;
    margin-left: 0;
    width: 1024px;
    height: auto;
	font-size:1.2em;
	color:#ffffff;
}

#contentcenter {
	padding:15px;
    margin-top: -12.5em;
    background-color: #350099;
    margin-left: 210px;
    width: auto;
    height: auto;
	font-size:1.2em;
	color:#ffffff;
}

#navigation {
	padding:25px;
    margin-top:0px;
    background-color: #350099;
    width: 160px;
    height: auto;
}

#contentleft {
	padding:15px;
    margin-top: -12.8em;
    background-color: #350099;
    margin-left: 210px;
    width: 364px;
    height: auto;
	font-size:1.2em;
	color:#ffffff;
}

#contentright {
	padding:10px;
    margin-top: -12.5em;
    background-color: #350099;
    margin-left: 600px;
    width: 360px;
    height: auto;
	font-size:1.2em;
	color:#ffffff;
}

#contentbottom {
	padding:10px;
    margin-top: auto;
    background-color: #350099;
    margin-left: 0px;
    width: auto;
    height: auto;
	font-size:1.2em;
	color:#ffffff;
}

#footer {
	padding:10px;
    margin-top: 0;
    background-color: #350099;
    margin-left: 0px;
    width: auto;
    height:auto;
	font-size:1.2em;
	color:#ffffff;
}
