/*
 *
 * ENTURMA - 2.4.2 - GRUPOS INTERNET
 *
*/

/*
 *
 * BODY PAGE
 *
*/

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

hr {
	display: none;
}

body {
	background-image: url('/templates/source/20/images/body.png');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #151c31;
	*background-color: #0f1527;

	padding-top: 27px;
	
	text-align: center;
	
	font-size: 11px;
	font-family: Arial, Helvetica, Tahoma, Verdana;
}

/*
 *
 * FONTS
 *
*/

h2 {
	font-family: Arial, Helvetica, Tahoma, Verdana;
	font-size: 18px;
	color: #555555;
}

h3 {
	font-family: Arial, Helvetica, Tahoma, Verdana;
	font-size: 14px;
	color: #b7b7b7;
	font-style: italic;
}

h4 {
	font-family: Arial, Helvetica, Tahoma, Verdana;
	font-size: 14px;
	color: #ffb70f;
}

h5 {
	font-family: Arial, Helvetica, Tahoma, Verdana;
	font-size: 14px;
	color: #555555;
}

p, a, li, td, tr, th {
	font-family: Arial, Helvetica, Tahoma, Verdana;
	font-size: 12px;
}

p, li, td, tr, th {
	color: #555555;
}

a {
	color: #003399;
}

a:hover {
	color: #ffb70f;
}

/*
 *
 * CONTAINER
 *
*/

#containerDefault {
	text-align: left;
	margin: 0 auto;
	width: 960px;
}

/*
 *
 * HEADER
 *
*/

#header {
	background-image: url('/templates/source/20/images/header.png');
	background-position: top left;
	background-repeat: no-repeat;
	height: 85px;
}

#header h1 a {
	background-image: url('/templates/source/20/images/logoGruposInternet.png');
	background-position: top right;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	height: 36px;
	width: 195px;
	float: right;
	margin-top: 16px;
	margin-right: 10px;
}

html>body #header h1 a {
	margin-right: 20px;	
}

/*
 *
 * MENU
 *
*/

#mainMenu {
	background-image: url('/templates/source/20/images/menuCinzaEscuroMantis.png');
	background-position: 0px 1px;
	background-repeat: no-repeat;
	position: absolute;
	top: 40px;
	width: 724px;
	height: 38px;
}

#mainMenu span {
	display: none;
}

#mainMenu .ul .li a {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bolder;
	text-transform: lowercase;
}

/**/

body .amenu, body .amenu ul, body .amenu li {
	margin: 0;
	padding: 0;
}

/* submenu */
body .amenu ul {
	position: absolute;
	visibility: hidden;
	white-space: nowrap;
}

/* items */
body .amenu li {
	list-style: none;
	float: left;

}

/* links */
body .amenu a {
	display: block;
}

body .amenu ul ul {
	left: 100%;
	top: -1px;
}

/* IE 6 */
body .amenu ul a {
	_height: 1%;
}

/* VISUAL */

body .amenu {
	padding-left: 19px;
}

body .amenu a {
	line-height: 20px;
}

#mainMenu .ul .li {
	text-align: center;
	list-style: none;
	float: left;
	width: 132px;
	cursor: pointer;
	height: 40px;
}

#mainMenu .ul .li a {
	padding-top: 11px;
	height: 40px;
	position: absolute;
	width: 132px;
	*margin-left: -65px;
}

html>body #mainMenu .ul .li a {
	height: 29px;
}

#mainMenu .ul .li a:hover {
	background-image: url('/templates/source/20/images/menuSelect.png');
	background-position: left top;
	background-repeat: no-repeat;
	z-index: 10;
}

#mainMenu .ul .li ul {
	z-index: 3;
	position: absolute;
	left: 8px;
	width: 960px;
	margin-top: 38px;
}

html>body #mainMenu .ul .li ul {
	width: auto;
	margin-top: 38px;
}

#mainMenu .ul .li ul li {
	background-image: url('/templates/source/20/images/subMenu.gif');
	background-position: top;
	background-repeat: repeat-x;
	float: left;
	width: auto;
	padding: 3px 9px 0;
	height: 25px;	
	width: 50px;
}

html>body #mainMenu .ul .li ul li {
	width: auto;
}

#mainMenu ul #mainMenuLi3 ul li {
	padding: 3px 24px 0;
}

#mainMenu .ul .li ul .barraSub {
	padding-top: 5px;
}

#mainMenu .ul .li ul li a {
	color: #898989;
	padding: 0;
	height: auto;
	position: static;
	width: auto;
	*margin-left: 0;
}

#mainMenu .ul .li ul li a:hover {
	color: #dcdcdc;
	background-image: none;
}

#mainMenu .ul .li ul #cornerLeft {
	width: 38px;
	background-image: url('/templates/source/20/images/cornerLeft.gif');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0;
}

#mainMenu .ul .li ul #cornerRight {
	width: 38px;
	background-image: url('/templates/source/20/images/cornerRight.gif');
	background-position: top right;
	background-repeat: no-repeat;
	padding: 0;
}

/*
 *
 * CONTENT
 *
*/

#loginForm,
#languagesBar,
#coverMainHeader {
	display: none;
}

#container {
	background-color: #ffffff;
	width: 960px;
	padding: 10px;
	height: 550px;
}

html>body #container {
	min-height: 550px;
	height: auto;
}

html>body #container {
	width: 940px;
}

#pageContent {
	font-size: 11px;
}

#pageContentTop {
	background-image: url('/templates/source/20/images/topContent.png');
	background-position: top left;
	background-repeat: no-repeat;
	height: 7px;
}

#pageContentGlobal {
	margin-left: 194px;
	padding: 10px;
}

#pageContentGlobal p {
	margin-bottom: 20px;
}

#pageContentGlobal h3 {
	margin-bottom: 10px;
}

#pageContentGlobal h4 {
	margin-top: 10px;
}

#pageContentGlobal ul {
	margin: 15px 0px 15px 40px;
	list-style: inherit;
}

#pageContentFooter {
	background-image: url('/templates/source/20/images/footerContent.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 7px;
}

/*
 *
 * BreadCrumbs
 *
*/

#breadCrumbs {
	display: none;
}

/*
 *
 * Menu User
 *
*/

#menuUser {
	display: none;
}

/*
 *
 * Container
 *
*/ 

#container {
	padding-top: 365px;
}

/*
 *
 * Column 
 *
*/ 

#column1 {
	width: 194px;
	float: left;
	position: absolute;
}

#columnCenter {
	background-image: url('/templates/source/20/images/contentInternal.png');
	background-position: top left;
	background-repeat: repeat-y;
	*margin-left: -2px;
	width: 942px;
}

html>body #columnCenter {
	*margin-left: 0;
}

/*
 *
 * Context Menu
 *
*/

.titleContextMenu {
	background-color: #ffffff;
	margin: 2px 0 0 2px;
	width: 190px;
	color: #ffb70f;
	font-size: 12px;
	font-weight: bolder;
	padding: 27px 0 8px 21px; 
}

html>body .titleContextMenu {
	width: 169px;
}

#contextMenu {
	background-image: url('/templates/source/20/images/menu.png');
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #ffffff;
	width: 190px;
	margin-left: 2px;
}

#contextMenu ul {
	border-top: 1px solid #ffb70f;
	margin-left: 15px;
	margin-right: 15px;
}

#contextMenu li {
	padding: 5px;
	border-bottom: 1px solid #c4c4c4;
	list-style: none;
}

#contextMenu li a {
	color: #898989;
	text-decoration: none;
}

/*
 *
 * Page Options
 *
*/

#pageOptions {
	display: none;
}

/*
 *
 * Images
 *
*/

.mainImage {
	position: absolute;
	top: 123px;
	width: 941px;
	height: 354px;
}

/*
 *
 * FOOTER 
 *
*/

#footer {
	background-image: url('/templates/source/20/images/footer.png');
	background-position: top left;
	background-repeat: no-repeat;
	height: 183px;
}

.siteMap,
#footer address,
.powerBy {
	display: none;
}

/*
 *
 * COMMUNITY HEADER 
 *
*/

#communityHeader {
	display: none;
}

/*
 *
 * MENU COVER 
 *
*/

#menuCover {
	display: none;
}

#banner1,
#banner2 {
	display: none;
}

blockquote {
	margin-left: 16px;
}

/* Search */

#search {
	display: block; 
	position: absolute; 
	top: 87px; 
	left: 894px;
}

html>body #search {
	left: 897px;
}

#search form {
	margin-left: 25px;
}

html>body #search form {
	margin-left: 46px;
}

#search span {
	float: left; 
	font-weight: bold; 
	color: #999;
	margin-top: 3px;
}

html>body #search span {
	margin-top: 0;
}

#search form .inputField {
	width: 120px;
	margin-top: -32px;
	margin-left: 21px;
}

html>body #search form .inputField {
	width: 116px;
	margin-top: 0;
	margin-left: 0;
}

#search form .inputButton {
	border: 1px solid #A9A9A9; 
	background-color: #A9A9A9; 
	color: #fff; 
	position: absolute; 
	margin-left: 5px;
	margin-top: -17px;
}

html>body #search form .inputButton {
	margin-top: -2px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
 	#search form .inputButton {
		position: relative;
	}
}

