@CHARSET "UTF-8";

html {
	background-repeat:repeat-x;
	background-position:top left;
	background-attachment:fixed;
	background-color:#E1F0FF;
}

body {
	padding:0px;
	margin:0px;
	font-family:"Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background-repeat:repeat-x;
	background-position:top left;
	background-attachment:fixed;
	background-color:#E1F0FF;
}

th,td,img { border:0; }

h1 {
	font-size:x-large;
	letter-spacing:-2px;
	clear:both;
	padding:0px;
	margin:0px;
	color:#39c;
}
h2 { font-size:large; color:#39c; }
h3 { font-size:larger; color:#39c; }
h4 { font-size:medium; color:#39c; }
h5 { font-size:small; color:#39c; }
h6 { font-size:smaller; color:#39c; }

img.border {
	border-width:1px;
	border-style:solid;
	border-color:#666666;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#333399;
}
a:hover { color:#CC0000; }

th { white-space:nowrap; }

div#header {
	width:790px;
	height:171px;
	margin-left:auto;
	margin-right:auto;
	margin-top:3px;
	margin-bottom:0px;
	text-align:center;
	padding:0px;
	background-image:url(../img/fondarco_top.png);
}

table#logotop {
	color:#666666;
	padding:20px;
	height:140px;
}

div#content {
	width:774px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	border-left:3px solid #c0c0c0;
	border-right:3px solid #c0c0c0;
	border-bottom:3px solid #c0c0c0;		
	background-color:#FFFFFF;
	background-image:url(../img/bg_rainbow.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-top:0px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	min-height:400px;
}

div#footer {
	width:774px;
	margin-left:auto;
	margin-right:auto;
	font-size:9px;
	text-align:right;
	margin-top:2px;
}
div#footer td {
	width:33%;
}

table#menu {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	margin-top:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
table#menu td {
	padding:0;
	width:102px;
	border-left:1px solid #c0c0c0;
	border-top:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
}
table#menu a {
	display:block;
	width:102px;
	height:18px;
	padding-top:3px;
	text-decoration:none;
	font-weight:bold;
	color:#666666;
	white-space:nowrap;
}
table#menu td a:hover {
	background:#FFFFFF;
	color:#333399;
}
table#menu td.red {
	background-color:#ffe6e6;
	border-bottom:2px solid red;
}
table#menu td.orange {
	background-color:#fff6e6;
	border-bottom:2px solid orange;
}
table#menu td.yellow {
	background-color:#ffffe6;
	border-bottom:2px solid yellow;
}
table#menu td.green {
	background-color:#e6f3e6;
	border-bottom:2px solid green;
}
table#menu td.blue {
	background-color:#e6e6ff;
	border-bottom:2px solid blue;
}
table#menu td.indigo {
	background-color:#ede6f3;
	border-bottom:2px solid #4B0082;
}
table#menu td.violet {
	background-color:#fdf3fd;
	border-bottom:2px solid #EE82EE;
}

table#projects {
	width:500px;
	margin-left:auto;
	margin-right:auto;
}
table#projects td {
	width:250px;
}

div.fotos {
	margin-left:auto;
	margin-right:auto;
	padding:7px;
	border:1px dotted #CCCCCC;
	background-color:#333333;
	width:730px;
}
div.foto img, div.fotos img {
	border:1px solid #CCCCCC;
	margin:5px;
}
div.foto img:hover, div.fotos img:hover {
	border:1px solid #FF9900;
}
div.foto {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin:14px;
	padding:7px;
	border:1px dotted #CCCCCC;
	background-color:#333333;
}
div.foto a { color:#3399FF; }
div.foto a:hover { color:#FF9933; }

div.updated {
	border:3px solid #009933;
	background-color:#66FF99;
	text-align:center;
	padding:5px;
	margin:10px;
	font-weight:bold;
}

div.error {
	border:3px solid #FF3300;
	background-color:#FFCC99;
	text-align:center;
	padding:2px;
	margin:10px;
}

div.news_body {
	border: 1px solid #CCCCCC;
	margin-left: 25px;
	margin-right: 25px;
	padding: 15px;
}

div.newslist_header {
	font-size:14px;
	font-weight:bold;
	margin:3px;
}
div.newslist_footer {
	font-size:10px;
	text-align:left;
	margin:3px 3px 10px 3px;
}

table.arconews img { border:1px solid #CCCCCC; }

.align_center { text-align:center; }

.centerdiv{ text-align:center; }
.centerdiv>div{ margin:0 auto; }

div.thumb {
	float:left;
	margin:5px;
	padding: 5px;
	display:block;
	background-color:#F0F0F0;
	text-align: center;
	white-space:nowrap;
	font-weight:normal;
}
div.thumb:hover {
	background-color:#E6F2FF;
}
