﻿/****************************************************************************/
/*                                                                          */
/* Centro de Emprego														*/
/* Concello de Ferrol														*/
/*                                                                          */
/****************************************************************************/

body 
{
	background-image: url("../images/fondo.gif");
    margin: 0px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;	
	text-align: justify;
}

a:visited {

}

/****************************************************************************/
/*                                                                          */
/* BOTONS						                                            */
/*                                                                          */
/****************************************************************************/

.boton 
{
	width: 90px;
	height: 20px;
	color:#0075bd;
	border: 0.1em solid #dcdce9;
    font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;		
}

/****************************************************************************/
/*                                                                          */
/* CONTENEDOR						                                        */
/*                                                                          */
/****************************************************************************/

#contenedor 
{
	border: solid 5px white;
	margin-left: auto;
	margin-right: auto;
	width:800px;
}

/****************************************************************************/
/*                                                                          */
/* FOTO								                                        */
/*                                                                          */
/****************************************************************************/

.foto {
	border: 1px solid #CCCCCC;
	padding: 2px;
	
}

.foto_pequena 
{
	width: 150px;
	height: 100px;
}

/****************************************************************************/
/*                                                                          */
/* PARTES DA PÁXINA					                                        */
/*                                                                          */
/****************************************************************************/

#cabeceira 
{
	background-image: url("../images/cabeceira.gif");
	height:140px;
	width: 800px;	
}

#contido 
{
	width: 780px;
	height: 100%;
	background-color: #0075bd;
	padding: 10px;
}

#menuLateralDereita 
{
	vertical-align: top;
	margin: 0px 0px 0px 5px;
	text-align: right;
}

#pe
{
	background-image: url("../images/pe.gif");
	height:120px;
	width: 800px;	
}

/****************************************************************************/
/*                                                                          */
/* TEXTO							                                        */
/*                                                                          */
/****************************************************************************/

.titulo 
{
	font-family: Courier New;
	font-weight:bold;
	font-size:20px;
	color: #0075bd;
}

.azul 
{
	color:#0075bd;
}

.texto 
{
	/*font-family:Arial;
	font-size:12pt;
	color: #CCCCCC;
	text-align:justify;
	line-height:20px;*/
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;	
}

.textoCeleste 
{
	color: #009ee0;
	font-weight: bold;
}

.titulo_azul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0000CC;
	font-weight:bold;
}

.data 
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #948884;
	text-decoration: none;
	padding-top: 2px;
}


/****************************************************************************/
/*                                                                          */
/* MENU								                                        */
/*                                                                          */
/****************************************************************************/

.opcionMenu 
{
	background-color: #CCCCCC;
	width: 100px;
	color: Blue;
}

#menu 
{
	text-align:left;
	/*position:relative;
	top: 10px;*/
}

#menu a 
{
	text-decoration: none;
}

/****************************************************************************/
/*                                                                          */
/* MENU LATERAL																*/
/*                                                                          */
/****************************************************************************/

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: none;
margin: 0 0.15em;
}

#nav-menu li a
{
	/*background: url(../images/menu-background.gif) #fff bottom left repeat-x;*/
	background: #FFFFFF;
	/*height: 30px;*/
	line-height: 2em;
	float: left;
	width: 130px;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
	margin-bottom: 5px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#0075bd;
	font-weight: bold;
	font-size:14px;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width:100px;
}

/****************************************************************************/
/*                                                                          */
/* TÁBOAS							                                        */
/*                                                                          */
/****************************************************************************/

#Taboa_contacto {
	background-color:#d4edfa;
}

/****************************************************************************/
/*                                                                          */
/* NOVAS																	*/
/*                                                                          */
/****************************************************************************/

h4 
{
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

h4 a {
	border: none;
	text-decoration: none;
}
h4 a:hover,
h4 a:active,
h4 a:focus {
	text-decoration: underline;
}
h4 a:visited 
{
	color:#0075bd;}

/****************************************************************************/
/*                                                                          */
/* LISTAS																	*/
/*                                                                          */
/****************************************************************************/

#pdf {
	list-style-image: url(../images/ico_pdf.gif);
}
