/* Start of CMSMS style sheet 'capa' */
*
{
	margin:0;
	padding:0;
	border:0;

}

body,html {
	height:100%;
	width:100%;
	padding:0px;
	margin:0px;
	background:url('img/bg-capa.gif') center left repeat-x;
	color:#051A39;
	font:12px/20px Arial, Helvetica, Verdana, sans-serif;	
	color:#666;
	}
	
#mydiv {
	position:absolute;
	top:50%;
	left:50%;
	height:508px;	
	width:770px;
	margin-top:-254px; /*set to a negative number 1/2 of your height*/
	margin-left:-385px; /*set to a negative number 1/2 of your width*/
}


/* inicio menu
--------------------------------------------------*/

#navigation {
	float:left;
	width:200px;
}

.menu {
	width:199px;
	margin-left:2px;
	list-style:none;
	font:12px/20px Arial, Helvetica, sans-serif;
}

.menu ul {
	list-style: none;
	margin-left: 0px;
}

.menu li a {
	text-decoration:none;
	padding:0 0 0 15px;	
	background: url(img/seta-menu.gif) left center no-repeat;
	color: #5f5f5f;
	display: block;
}

.menu li a:hover {
	color:#990000;
	font-weight:bold;
}


/* divs principais
--------------------------------------------------*/

#titulo {
	width:770px;
	height:68px;
	margin:auto;
	padding-top:14px;
	}
	
#titulo h1.pt_BR{
	text-indent:-9999px;
	text-align:left;
	width:770px;
	height:45px;
	background: url("img/titulo-capa-por.gif") no-repeat top left;
	}

#titulo h1.en_US{
	text-indent:-9999px;
	text-align:left;
	width:770px;
	height:45px;
	background: url("img/titulo-capa-eng.gif") no-repeat top left;
	}

#titulo h1.fr_FR{
	text-indent:-9999px;
	text-align:left;
	width:770px;
	height:45px;
	background: url("img/titulo-capa-fra.gif") no-repeat top left;
	}	
	
#titulo a{
	width:770px;
	height:38px;
	display:block;		
	}	
	
#geral {
	width:770px;
	height:165px;
	overflow:hidden;
	margin:auto;
	}	
	
#esquerda {
	width:200px;
	float: left; 
	overflow:hidden;	
	}	


/* frases da eli
--------------------------------------------------*/	
	
#frase {
	background: url(img/quotes.gif) no-repeat top left;
	float: right; 
	display: inline;	
	width: 330px;
	padding-left: 45px;
}

#frase h2 {
	margin:0;
	padding: 0 35px 0 0;
	font: 16px/22px Arial, Helvetica, Verdana, sans-serif;
	background: url(img/endquotes.gif) no-repeat bottom right;
}

/* menu linguas
--------------------------------------------------*/		

#menulang {
	float:left;	
	width:200px;
	height:11px;
	margin-bottom:15px;
	}

ul#lang {
	width:78px;
	height:11px;
	list-style-type:none;
	overflow:hidden;
	position:relative;
	left:0px;
	background: url(img/flags-capa.gif) no-repeat 0 0;
	margin:0;
	border:0;
	}

ul#lang li a {
	position:absolute;
	top:0;
	left:0;
	width:26px;
	text-indent:-9000px;
	text-decoration:none;
	overflow:hidden;
	height:11px;
	background: transparent url(img/flags-capa.gif) no-repeat 0 0;
	}
	
body li#por a {background-position:0 0;}
body li#por a:hover {background-position:0 -11px;}

body li#eng a {background-position:-26px 0; left:26px; width:26px;}
body li#eng a:hover {background-position:-26px -11px;}

body li#fra a {background-position:-52px 0; left:52px; width:26px;}
body li#fra a:hover {background-position:-52px -11px;}
/* End of 'capa' */

