﻿/* CSS Document */
html, body {
height: 100%;
}
body
{	    
	
	/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	/*font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	/*font-family:Verdana,Arial,Helvetica, sans-serif;*/
	font-family:Arial,Verdana,Arial,Helvetica, sans-serif;
	font-size: 12px;
	/*background-image:url(/images/background/sicoesback.jpg);*/
	/*background-image:url(../images/linea/linea_background.jpg);*/
	/*background-image:url(../images/linea/linea_vertical_top.jpg);*/
	background-repeat:repeat-x;	
	
}
ul
{
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 0px;
	margin-top: 10px;
	list-style-image: url(../images/vineta/vin-coes.jpg);
	list-style-type: disc;
}
li
{
	margin-left:0px;
	display: list-item;
	font-size:12px;
	margin-top:5px;
	margin-bottom:5px;
	line-height:16px;
}


a img
{
	border:0px;
	padding:5px;
}


h1
{
	line-height:25px;
	color:/*#000;*//*#CC6600;*/#4447B8;
}
h1,h2,h3,h4
{
	margin-bottom:0px;
}

h1
{
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#CFCFCF;
	display:block;    
	width:75%;
	background: url(../images/vineta/vineta_coes_big.jpg);
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:20px;    
}
h1, h2
{
	/*color:#5F5F5F;*/
	/*color:#333333;*/
	/*color:#666666;*/
	margin-bottom:5px;
	margin-top:5px;    
}
h2
{
	color:#666666;
}
h3, h4
{
	font-family:Helvetica,Arial, sans-serif;
	/*color:#555555;*/
	margin:5px;
}
p { 
font-size: 12px;
line-height: 1.6em;
padding-left:10px;
padding-top:10px;
}
p { 
line-height: 1.4em;
margin-bottom: 0.5em;
margin-top: 0px;
}
p 
{ 
display: block;
margin-bottom: 1em;
margin-top: 1em;
}
a
{
	text-decoration:none;
	color:inherit;
	/*color:#4447B8;*/
	color:#3A3399;
}
a:hover
{
	text-decoration:underline;
	color:#4447B8;    
}
/*Formulario
------------------*/
form
{
	margin:0px;
}

/* Tablas
----------------------*/

table
{
	border-style:solid;
	border-width:thin;
	border-color:#CCCCCC;
	border-collapse:collapse;
	border-spacing:0px;
	font-family:Arial;
	font-size:12px
}

textarea
{    
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4; 
	margin:0px 0 20px 10px;
	background:#fcfcfc;
}

