/* CSS Document */

/* Formato general, centrado, todo va dentro de #container*/
body {
	margin: 0px;
	background-image: url(../images/backgrounds/body01.png);
	background-color: #00CC36;
	background-repeat: repeat-x;
}

#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}

#header {
	width:780px;
	height: 80px;
}

#logo {
	margin: 0px;
	float: left;
	width: 290px;
}

#login {
	float: right;
	width: 300px;
	padding-top: 50px;
	padding-right: 10px;
	text-align: right;
}

#top {
	background-image: url(../images/backgrounds/top02.png);
	height: 20px;
	background-color: #003399;
}

#menu {
	background-image: url(../images/backgrounds/menu02.png);
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #003399;
}


#image {
	height: 180px;
}

#content {
	min-height:200px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	background-image: url(../images/backgrounds/contentBig.png);
	width: 680px;
}
#contentContainer {
	background-image: url(../images/backgrounds/content.png);
	margin: 0px;
}

#contentLeft {
	margin: 0px;
	float: left;
	width: 420px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#contentRight {
	float: right;
	width: 220px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#contentFull {
	padding: 20px;
	width: 740px;
}
#contentOut {
	background-color: #666666;
}
#test {
	min-height:200px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	background-image: url(../images/backgrounds/contentBig.png);
	width: 680px;
}




#bottom {
	background-image: url(../images/backgrounds/bottom.png);
	height: 20px;
	background-color: #003399;
}

#footer {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/backgrounds/content.png);
	background-color: #003399;
}
#container #footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#container #footer a:hover {
	text-decoration: underline;
}


#menuFooter {
	background-image: url(../images/backgrounds/content.png);
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

#containerTvirtual {
	background-color: #FFFFFF;
}


#tvirtual {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 50px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}

br.clear {
	clear:both;
}
#contentIndex {
	min-height: 200px;
	background-image: url(../images/backgrounds/content.png);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 50px;
	padding-left: 50px;
	width: 680px;
	background-repeat: repeat-y;
	background-color: #003399;
}

.quickTrackFields
{
	font-size:10px;
	width:140px;
}
