@charset "UTF-8";
/* CSS Document */

/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

/* end hide */

body {
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	height:100%;
	background:#eaeae9 url("http://acm-advogados.pt/imgs/bck_big.jpg") no-repeat center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;

}

a, a:visited{
	font-weight:bold;
	color:#1f1a50;
	text-decoration:underline;
}

a:hover{
	color:#f24f00;
	text-decoration:none;
}

#container {
	width:100%;
	height:100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#mainContent {
	width:100%;
	height:100%;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


.header{
	margin:10px 10px -20px 10px;
}

.header .line{
	text-align:right;
	width:98%;
	height:30px;
	color:#fff;
	font-size:34px;
	font-weight:bolder;
	background-color:#ced3d7;
	border-left:10px solid #F60;
	text-shadow:-2px -2px 0 #a2a6a9;
}

.header .logo{
	position:relative;
	top:-23px;
	left:20px;
	cursor:pointer;
}
.header .logo img.acm-logo{
	width:120px;
	height:55px;
}
#fb{
	position:absolute;
	top:15px;
	padding-left:15px;
	width:100%;
	text-align:center;
	z-index:10000;
	background:transparent !important;
}
 

/* Styles for non-Flash version */
#stageAssets{
	display:none;
}
#pastaHome{
	position:absolute;
	width:487px;
	height:575px;
	z-index:15;
	top:-52%;
	left:50%;
	margin:-288px 0 0 -244px;
	background:#fff;
}

.home-img{
	width:487px;
	height:575px;
}
#pastaContainer{
	position:relative;
	background:#fff;
	overflow:hidden;
 	-moz-user-select: none; 
    -khtml-user-select: none;
	-webkit-user-select: none; 
    -o-user-select: none;
	overflow:hidden;
}

#pastaInnerContent{
	width:470px;
	height:490px;
	margin-left:10px;
	overflow:hidden;
	color:#1f1a50;
	font-size:13px;
}

.seccaoImg{
	border:2px solid #ced3d7;
	padding:2px;
	margin:0 0 10px 0;
	width:443px;
	height:291px;
}

.nav{
	display:none;
	color:#000;
}
.pasta{
	position:absolute;
	width:487px;
	height:575px;
	background:#fff;
	text-align:center;
	/*cursor:pointer;*/
	overflow:hidden;
}
#pastaInnerContent h3{
	color:#aaa;
	margin:20px 0 5px 0;
	font-weight:normal;
	font-size:17px;
}


ul{
	list-style:none;
}

ul.cards{
	width:98%;
	margin:0;
	padding:0;
}

ul.cards li{
	padding:1px 0 0 1px;
	margin:0 0 20px 0;
	width:100%;
	clear:both;
	float:left;
	background:url("../imgs/card_bck.gif") no-repeat left top;
}
ul.cards li img{
	float:left;
	border:1px solid #ced3d7;
	padding:3px;
	margin:0 10px 10px 0;
	background-color:#fff;
}
ul.cards li img.active:hover{
	background-color:#f24f00;
}
ul.cards li h2{
	padding:0;
	margin:8px 0 0 0;
	font-weight:normal;
}
ul.cards li h4{
	font-size:14px;
	font-weight:normal;
}
ul.cards li .ls, ul.cards li .ls a{
	color:#9fa3a6;
}
ul.cards li .ls a{
	font-weight:bold;
}
ul.cards div.cv{
	width:100%;
	clear:both;
	display:none;
}
ul.areas{
	list-style:disc;
}
p.card{
	margin-left:40px;
	font-size:15px;
}
	
.Cv{
	display:block;
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	padding:0 20px 0 20px;
}
.closeCv{
	display:none;
}

.pasta.active h1{
	color:#ced3d7;
}
.pasta:hover{
	color:#F30;
}
.button{
	background-color:#fff;
}
.pasta h1{
	font-size:17px;
	color:#191451;
	width:inherit;
	cursor:pointer;
	background-color:#fff;
}

#pastaInnerContent h1{
	margin:5px 0 0 0;
	font-size:21px;
}
.pasta:hover, .pasta h1:hover, .pasta a:hover{
	color:#F30;
}

.rotateTextRight {
	background-color:#fff;
	text-align:left;
	position:relative;
	left:230px;
	top:229px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.rotateTextLeft {
	background-color:#fff;
	text-align:right;
	position:relative;
	left:-230px;
	top:229px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#mapDiv{
	border:2px solid #ced3d7;
	padding:2px;
	width:460px;
	height:291px;
}

@media screen and (max-width: 610px){
#pastaHome{
	width:250px;
	height:295px;
	margin:-147px 0 0 -125px;
}
.pasta{
	width:250px;
	height:295px;
	/*cursor:pointer;*/
}
#pastaInnerContent{
	width:240px;
	height:250px;
	margin-left:5px;
	font-size:10px;
}
.home-img{
	width:250px;
	height:295px;
}
.pasta h1{
	font-size:10px;
}
.header{
	margin:10px 10px -10px 10px;
}

.header .line{
	width:98%;
	height:15px;
	font-size:17px;
	border-left:10px solid #F60;
}

.header .logo{
	position:relative;
	top:-12px;
	cursor:pointer;
}
.header .logo img.acm-logo{
	width:60px;
	height:28px;
}
.seccaoImg{
	margin:0 0 10px 0;
	width:230px;
	height:150px;
}
.rotateTextRight {
	left:118px;
	top:117px;
}
.rotateTextLeft {
	left:-118px;
	top:117px;
}
.pagina img{
	width:230px;
}
ul.cards li h4{
	font-size:11px;
}
ul.cards li .ls{
	display:block;
	clear:both;
}

p.card{
	margin-left:10px;
	font-size:10px;
}

#mapDiv{
	width:230px;
	height:150px;
}
#pastaInnerContent h1{
	font-size:12px;
}
#fb{
	margin-top:-27px;

}

}


