/* Plantilla per la home */

@import url(master.css);
@import url(/javascripts/fckeditor/defaultStyles.css);




/* Adjust layout */
#nav2, #breadcrumb, #sub1 {
	display: none;
}

#content, #main {
	float: none;
	display: block;
}

#content {
	width: auto;
	left: auto;
}

#main {
	width:auto;
	min-height: 0;
	margin-right: 0;
	margin-bottom: 1em;
}

#main {
	font-family: Arial, sans-serif;
}





/* #homeHighlight (frase inicial) */
#homeHighlight {
	padding: .5em 40px;
	color: #333;
	font-size: 2.083em;
}

#homeHighlight p {
	line-height: 1.1;
	margin: 0;
}

#homeHighlight a {
	text-decoration: none;
}

#homeHighlight a:hover {
	text-decoration: underline;
}

#homeHighlight strong {
	color: #aaa8a8;
}




/* #imgPanel */
#imgPanel {
	position: relative;
	width: 978px;
	height: 447px;
	overflow: hidden;
}

#imgPanel img {
	display: block;
	position: absolute;
}

#imgPanel img#preImg {
	left: 300px;
}

#imgPanel p {
	position: absolute;
	right: 10px;
	top: 6px;
	line-height: 1.1;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 2em;
}

#imgPanel strong {
	font-size: 1.5em;
}



/* #newsPanel */
#newsPanel {
	height: 1.4em;
	padding: .8em 40px;
	background: #efecec;
	color: #000;
	font-weight: bold;
	text-transform:lowercase
}

#newsPanel a {
	color: #666;
	text-decoration: none;
	padding-left:4px

}

#newsPanel a:hover {
	text-decoration: underline;
}

#newsPanel ul {
	margin: 0;
}

#newsPanel ul li {
	line-height: 1.1;
	margin: 0 0 .3em 0;
	padding: 0;
	background: none;
	/*color:#E53D30*/
	color: #3AAA0A;
}
#newsPanel ul li span {
	padding-right:4px;
	color:#000;
}





/* #linkPanel */
#linkPanel {
	position: relative;
}

#linkPanel a {
	position: absolute;
	right: 2.5em;
	top: -2.1em;
	color: #666;
	font-weight: bold;
	font-size: .9em;
	text-decoration: none;
}

#linkPanel a:hover {
	text-decoration: underline;
}



/* #boxPanel */
#boxPanel {
	min-height: 163px;
	margin-top: 3px;
	padding: 21px 0 0 0;
	background: url(/images/web/homeBoxPanelBg.gif) repeat-x;
}

#boxPanel ul {
	margin: 0;
}

#boxPanel ul li {
	margin: 0 0 0 34px;
	padding: 0;
	background: none;

	float: left;
	width: 157px;
	height: 155px;
	overflow: hidden;
	border: 1px solid #9b9b9b;
	background-color:#FFF;
}

#boxPanel ul li.first-child, #boxPanel ul li:first-child {
	margin-left: 22px;
}

#boxPanel h2 {
	height: 28px;
	line-height: 28px;
	margin-bottom: 0;
	padding: 0 4px 0 7px;
	overflow: hidden;
	font-size: 1.06em;
	font-weight: bold;
	/*color:#E53D30;*/
	color: #3AAA0A;
}

#boxPanel .webcam h2 {
	padding-right: 26px;
	background: url("/images/web/icoWebCam.gif") no-repeat 98% 50%;

}

#boxPanel img {
	display: block;
}




/* js-enabled components */
#newsPanel.js-enabled {
	position: relative;
}

#newsPanel.js-enabled li {
	position: absolute;
	left: 40px;
	top: 1em;
}
