@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
}
body{
	background: #e6ba4d url("../img/main_bg.gif") repeat-y left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
td, div, span, p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
a {
	color: #0f63a3;
	text-decoration: none;
}

a:hover {
		color: #063B7F;
		text-decoration: none;
}

input {
		width: 350px;
		height:15px;
		border: 1px solid #cacaca;
		font-family: Arial, Verdana;
		font-size: 11px;
		font-weight: normal;
		font-style: normal;
		color: #366924;
	}
textarea {
		width: 350px;  
		border: 1px solid #cacaca;
		font-family: Arial, Verdana;
		font-size: 11px;
		font-weight: normal;
		font-style: normal;
		color: #366924;
	}
.boton {
		width: auto;
		height:17px;
	}
	
	
	
#todo {
	width: 816px;	
	min-height: 600px;
}
#separador {
	float:left;
	position: relative;
	width: 40px;
	height:600px;
}
#separador_2 {
	float:left;
	position: relative;
	width: 10px;
	height:600px;
	background: #dfac12 url("../img/sep2.gif") no-repeat top;
}

#cabeceiro {
	float:right;
	position: relative;
	background: url("../img/cabecero.jpg") no-repeat left;
	width: 766px;
	height: 124px;
}
	#cabeceiro .rev {
		position: absolute;
		color: red;
		right: 0px;
		font-weight: bold;
		padding:2px;
		background: url("../img/amar.png") repeat-x;
	}

#cabeceiro_2 {
	float:right;
	position: relative;
	background: url("../img/cabecero2.jpg") no-repeat left;
	width: 766px;
	height: 30px;
	
}
	#cabeceiro_2 UL {
		position: absolute;
		top: 7px;
		margin-left: 340px;
		font-size: 9px;
		line-height:12px;
		font-weight: bold;
	}
	#cabeceiro_2 UL LI {
			background: url("../img/lista_menu.gif") no-repeat left;
			display: inline;
			padding-left: 10px;
			margin-right: 5px;
	}
	#cabeceiro_2 LI A {
		color: white;
		text-decoration: none;
	}
	#cabeceiro_2 LI A:HOVER {
		color: #063B7F;
		text-decoration: none;
	}
	
	#cabeceiro_2 .desplegable {
		position: absolute;
		left: 80px;
		top:5px;
		color: #03589b;
		font-size: 12px;
		font-style: italic;
		display: inline;
		height: 30px;
		z-index: 10;
	}
	#cabeceiro_2 .desplegable ul {
		position: absolute;
		margin:0px;
		list-style: none;
		left: 60px;
		top: 0px;
	}
	#cabeceiro_2 .desplegable li {
		float: left;
		position: relative;
		width: 110px !important;
		width: 120px;
		height: 14px;	
		border: 1px solid #03589b;	
		padding:0px;
		padding-left: 10px;
  	}
  	#cabeceiro_2 .desplegable ul li {
  		background: url("../img/desplegable_bg.gif");
  		display: block;
  	}
  	#cabeceiro_2 .desplegable ul li:hover {
  		background: url("../img/desplegable_bg_hover.gif");
  	}
  	#cabeceiro_2 .desplegable ul li a:hover {
  		background: url("../img/desplegable_bg_hover.gif");
  	}
  	#cabeceiro_2 .desplegable li ul li {
  		margin-left: -11px;
		background: url("../img/blue_trans.png") repeat-x;
		border-top: none;
  	}
  	#cabeceiro_2 .desplegable li a {
  		color: #03589b;  		
  	}
  	#cabeceiro_2 .desplegable li ul li:HOVER {
  		background: url("../img/amar.png") repeat-x;
  	}
  	#cabeceiro_2 .desplegable li ul li a:HOVER {
  		background: url("../img/amar.png") repeat-x;
  	}
	#cabeceiro_2 .desplegable li ul {
	  visibility:hidden;
	  position: absolute; 
	  margin-top: 15px !important; 
	  margin-top: 13px;
	  margin-left: -50px;
  	}
  	#idioma {
  		margin: 4px;
  	}
	#idioma img {
		border:1px solid #cacaca;
	}
	
	
#contido {
	float:right;
	width: 766px;
	height: auto;
	background-color: white;
}
	#menu {
		width: 140px;
		float: left;
		margin-top: 15px;
	}
	#menu ul {
		font-size: 10px;
		font-weight: normal;
		width: 140px
	}
	#menu li {
		border-bottom: 2px solid #dfac12;
		padding: 5px;
		list-style: none;
	}
	#menu li a {
		color: black;
		text-decoration: none;
	}
	#menu a:hover {
		color: #063B7F;
	}
	#menu IMG.w3c { 
		border:none;
		height:15px;
		width:88px;
		margin-top: 20px;
		margin-left: 15px;
	}
	
	
	#banner {
		margin-left:175px;
		margin-top: 15px;
		text-align: left;
		width: 550px;
	}
		#banner img{
			margin-left:30px;
		}
		
		#titulo {
			position: absolute;
			font-family: Times, serif;
			font-style: italic;
			font-weight: bold;
			font-size: 18px;
			color: #03589b;
			width: 325px;
			text-align: left;
			margin-left:65px;
			margin-top: 28px;
			z-index: 2;
		}
		
		#menu_banner {
			font-size: 10px;
			margin-top: 10px;
			margin-left:10px;
			text-align: center;
		}
		#menu_banner li {
			display: inline;
			background: url("../img/lista_menu_azul.gif") no-repeat left;
			padding-left: 6px;
		}
		#menu_banner a {
			text-decoration: none;
			color: #0f63a3;
		}
		#menu_banner a:hover {
			color: #063B7F;
		}
	
	
	#texto {
		margin-left: 190px ;
		margin-top: 30px;
		margin-bottom:50px;
		text-align: justify;
		font-size: 10px;
		width: 540px;
		/*border: 1px solid black;*/
	}
	#texto strong {
		color: #0f63a3;
	}
	#texto img {
		margin: 10px
	}
	#texto h1 {
		font-family: Times, serif;
		font-style: italic;
		font-weight: bold;
		font-size: 18px;
		color: #000049;
		margin-bottom: 5px;
		margin-top: 10px;
	}
	#texto h2 {
		color: #8E560C;
		font-size: 12px;
		font-weight: bold;
		font-style: normal;
		margin: 0px;
	}
	#texto h3 {
		color: #CCC;
		font-size: 12px;
		font-weight: bold;
		font-style: normal;	
	}
	
	#texto h4 {
		font-weight: bold;
		font-size: 12px;
		color: #000049;
		margin-bottom: 5px;
		margin-top: 10px;
	}
	
	#texto h5 {
		font-family: Times, serif;
		font-style: italic;
		font-weight: bold;
		font-size: 12px;
		color: #0f63a3;
		margin-bottom: 5px;
		margin-top: 10px;
	}
	#texto h6 {
		font-family: Times, serif;
		font-weight: bold;
		font-size: 12px;
		color: #0f63a3;
		margin-bottom: 5px;
		margin-top: 10px;
	}
	
	
	#texto .galeria IMG {
		border: 1px #cacaca solid;
		margin: 5px;
		padding: 5px;
	}
	
	#texto .noticias * {
		font-family: Verdana, Arial, sans-serif;
		text-align: justify;
	}
	#texto .noticias a{
		text-decoration: none;
		color: #8E560C;
		
	}
	#texto .noticias h1 {
		color: #8E560C;
		font-size: 14px;
		font-weight: bold;
		font-style: normal;
		margin: 0px;
	}
	#texto .noticias hr {
		border: 1px solid #ccc;
		margin-top: 15px;
	}
	#texto .paginacion {
		font-size: 13px;
		font-weight: bold;
		text-align: center;
		color: #aaa;
	}
	
	#texto .ligazon  {
		margin-left: 15px;
	}
	#texto .ligazon li {
		list-style:none;
		background: url("../img/man.jpg") no-repeat left top;
	}
	#texto .ligazon li h5 {
		line-height: 26px;
		padding-left: 30px;
	}
	
	#texto .tramite  {
		margin-left: 15px;
	}
	#texto .tramite li {
		list-style:none;
		background: url("../img/pdf.gif") no-repeat left top;
	}
	#texto .tramite li h5 {
		line-height: 26px;
		padding-left: 30px;
	}
	
	#texto .proc li{
		font-family: Times, serif;
		font-style: italic;
		font-weight: bold;
		font-size: 12px;
		color: #0f63a3;
		margin-bottom: 5px;
		margin-top: 10px;
	}
	#texto .proc p{
		font-size: 10px;
		color: black;
		font-weight: normal;
		margin-left: 25px;
	}
#dereita {
	position:absolute;
	left: 816px;
	width: 50%;
	height:600px;
	background: url("../img/dcha_bg.gif") repeat-x top ;
}








.error {
	padding-left: 30px;
	font-family: Arial, Verdana;
	font-size: 11px;
	text-align: justify;
	color: red;
	background: url("/media/img/arriba.gif") no-repeat left;
}