/* CSS Document */

* {margin: 0;
padding: 0
}

body {
	text-align:center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	line-height: 1.8em;
}

#screen {
	height: 600px;
	width: 1024px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #660033;
	border-left: 1px solid #660033;
	}
#head {
	height: 125px;
	width: 1024px;
    background-image: url(../fotos/headframe.jpg);
	background-repeat: repeat-x;
}

#content {
	width: 820px;
	height: 440px;
	background-repeat: no-repeat;
	background-position: 25px 150px;
	overflow: hidden;
	background-image: url(../fotos/colorframe.gif);
	padding-top: 30px;
	padding-left: 200px;
	border: none;
}

#navigation {
	height: 29px;
	width: 1028px;
	margin-right: auto;
	margin-top: 0px;
	background-position: center 0px;
	margin-left: auto;
	background-image: url(../images/navi_right.jpg);
	background-repeat: repeat-x;
	
}


#subframe {
	height: 46px;
	width: 1028px;
	background-position: 0px 0px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	
}

