/*------------------------------------------------------------------------------------------
	CSS Document
	CONASA Style Sheet Ver 1.0
	Last Modified: 08/Nov/2006
	(c) SolucionWeb S.A.
------------------------------------------------------------------------------------------*/

/* =GENERAL STYLES
------------------------------------------------------------------------------------------*/

body {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#003366;
	margin:0;
	padding:0;
	border:0;
	background-color:white;
}

a:link, a:active, a:hover, a:visited { 
	color:#0000CC;  
	font-size:11px;
	text-decoration:none;
}

a:visited {
	color:#660000;  
}

a:hover {
	color:#0000FF;  
	text-decoration:underline;
}

/* =INDEX.PHP MAJOR STYLES
------------------------------------------------------------------------------------------*/

#indexbox {
	width:770px;
	margin:5px auto;
	overflow:hidden;
	border:1px solid black;
	background-color:white;
}

#header {
	width:770px;
	height:108px;
	overflow:hidden;
	background:url(images/header.jpg) top left no-repeat;
}

#header a {
	font-size:12px;
	color:white;
}

#menubar {
	width:760px;
	overflow:hidden;
	padding-left:10px;
	text-align:center;
	color:white;
	background-color:#505D6D;
}

#menubar ul {
	margin:0;
	padding:0;
	list-style:none;
}

#menubar ul li{
	float:left;
}

#menubar ul a:link, #menubar ul a:active, #menubar ul a:hover, #menubar ul a:visited {
	display: block;
	padding:0 16px;
	line-height:24px;
	background:url(images/menu_bullet.gif) no-repeat left top;
	text-decoration:none;
	font-size:12px;
	color:white;
}

#menubar ul a:hover {
	color:#C2CCD7;
}

#newscontainer {
	width:177px;
	height:140px;
	overflow:hidden;
	font-size:10px;
}

#newscontainer a:link, #newscontainer a:active, #newscontainer a:hover, #newscontainer a:visited  {
	font-size:9px;
	color:#A66F2B;
	text-decoration:none;
}

#newscontainer a:hover {
	text-decoration:underline;
}

#logincontainer {
	width:157px;
	height:124px;
	overflow:hidden;
	padding:0 10px;
	clear:both;
	background-color:#5C7695;
}

#logincontainer input {
	width:130px;
	height:14px;
	padding:1px 2px 0;
	font-size:10px;
	color:#333333;
	border:1px inset #006633;
}

#logincontainer label, #logincontainer a {
	display:block;
	font-size:10px;
	line-height:16px;
	color:#C1CBD7;
}

#copyright {
	width:770px;
	height:17px;
	line-height:17px;
	font-size:10px;
	text-align:center;	
	color:white;
	background-color:#505D6D;
	clear:both;
}

#powered {
	width:770px;
	height:12px;
	font-size:10px;
	text-align:center;
	margin:3px auto;
}

#powered a {
	font-size:10px;
	color:#003366;
}

/* =MAIN.PHP STYLES
------------------------------------------------------------------------------------------*/

#maincenter {
	width:770px;
	overflow:hidden;
	margin:2px 0;
	background:url(images/main_bkg.jpg) left repeat-y;
}

#tigramenubox {
	width:177px;
	overflow:hidden;
	margin-bottom:30px;
}

#titlearea {
	 width:100%;
	 height:60px;
	 margin-top:20px;
	 font-size:24px;	 
	 color:#A66F2B;
}

#path {
	font-size:10px;
	color:#5C7695;
	line-height:20px;
	text-transform:uppercase;
}

#path a {
	font-size:10px;
	color:#5C7695;
}

#path a:hover {
	color:#999999;
}

#content {
	width:570px;
	overflow:hidden;
	float:right;
	text-align:justify;
	padding:0 10px 30px 10px;
}

.itemlist {
	width:100%;
	overflow:hidden;
}

a.itemlink:link, a.itemlink:active, a.itemlink:hover, a.itemlink:visited  {
	color:#000099;
}

a.itemlink:hover {
	color:#000076;
}

a.itemlink:visited {
	color:#993300;
}

/* =FORM STYLES
------------------------------------------------------------------------------------------*/

.formCaption, .formCaptionError {
	width:100%;
	overflow:hidden;
	padding:3px;
	text-align:right;
}

.formCaptionError {
	color:#cc0000;
}

.formTextArea, .formInput, .formTextAreaError, .formInputError {
	font-family:Verdana, Helvetica, sans-serif;
	padding:0 2px;
	font-size:10px;
	color:#343434;
	border:1px inset #999999;
}

.formInput, .formInputError {
	height:14px;
}

.formInputError, .formTextAreaError {
	background-color:#ffffee;
}

.formButton {
	padding:0 1em;
	background-color:#C1CBD7;
	border:1px outset #333333;
}

/* =IMAGE STYLES
------------------------------------------------------------------------------------------*/

.thumbnail {
	width:150px;
	height:112px;
	border:0;
	float:left;
	margin:0 10px;
	display:inline;
}

.fullsize {
	width:300px;
	height:225px;
	float:left;
	margin:0 15px 12px 0;
	display:inline;
}