
/**********************************

Content: Basic Layout Stylesheet Document for Screen
Author: Ales Martin Ibarzabal  //  www.amistudio.eu

***********************************/


/* Reset
-------------------------------------------------------------------------------- */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
a { outline: none; }



/* =Globals
--------------------------------------------------------------------------------------------------- */

* {
	direction: ltr;        /* direction: left to right */
	/*direction: rtl;*/      /* direction: right to left */
}

html{
	height:100%;
	overflow:-moz-scrollbars-vertical;
}

body {
	height:100%;
	margin:0 auto;
	padding:0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	background: url(../img/bg_body.gif) repeat-x #ffffff;
	color:#000000;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

code {
  display: block;
  padding: 5px;
  background: #eee;
  font-size: 11px;
  line-height: 16px;
  white-space: pre;
  overflow: auto;
}

blockquote {
  padding:0 10px;
}

table {
  width: 100%;
}

.clear:after {
    content: ""; 
    display: block; 
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clear {
    height:1%;
}

div.reset {
	clear:both;
}

p.accesibility_content {
	position: absolute;
	left: -900em;
}

/*  =Structure
--------------------------------------------------------------------------------------------------- */

div#container {
	width:995px;
	margin: 0 auto;
	background:url(../img/bg_container.gif) red repeat-y top left;
}

div#head {
	background:#fff;
	height:202px;
}


div#head h1 {
	width:417px;
	height:123px;
	background:url(../img/bg_bp.gif) no-repeat ;
	text-indent:-9999px;
	float:left;
	margin-top:15px;
}


div#head div#iconos ul {
	float:left;
	width:325px;
}

div#head div#iconos li {
	text-indent:-9999px;
	float:left;
}

div#head li#bp a {
	background:url(../img/bg_head_bp.gif) no-repeat 0 0;
	width:126px;
	height:121px;
	margin:15px 30px 0 30px;
	display:block;
}

div#head li#tr a {
	background:url(../img/bg_head_tr.gif) no-repeat 0 0;
	width:55px;
	height:52px;
	margin-top:20px;
	display:block;
	margin:20px 6px 6px 0;
}

div#head li#i a {
	background:url(../img/bg_head_i.gif) no-repeat 0 0;
	width:55px;
	height:52px;
	margin-top:20px;
	display:block;
	margin:20px 0px 6px 0;
}

div#head li#t a {
	background:url(../img/bg_head_t.gif) no-repeat 0 0;
	width:55px;
	height:52px;
	display:block;
	margin:0px 6px 0px 0;
}

div#head li#c a {
	background:url(../img/bg_head_c.gif) no-repeat 0 0;
	width:55px;
	height:52px;
	display:block;
	margin:0px 0px 6px 0;
}

div#head div#busqueda {
	float:left;
	margin-top:15px;
	margin-left:70px;
	width:160px;
	height:123px;
}

div#head div#busqueda form {
	float:left;
	margin-left:13px;
}

div#head div#busqueda  input.inputext {
	width:66px;
	border:1px solid #757575;
	display:block;
	height:14px;
	margin-bottom:2px;
	margin-top:2px;
	font-size:11px;
	color:#757575;
	padding:0 2px;
	font-family:Arial, Helvetica, sans-serif;
}

div#head div#busqueda label {
	display:none;
}

div#head div#busqueda input.submit {
	display:block;
	background:#c9c9c9;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	width:72px;
	font-weight:bold;
}

div#head div#busqueda a.contacta {
	display:block;
	background:url(../img/bg_head_carta.gif) no-repeat 4px 4px;
	width:50px;
	height:35px;
	text-indent:-9999px;
	border-right:1px solid #dbdcdc;
	padding-right:10px;
	float:left;
}

div#head div#busqueda ul {
	border-top:2px solid #dbdcdc;
	float:left;
	width:148px;
	margin-top:5px;
	padding-top:5px;
}

div#head div#busqueda ul li {
	float:left;
}

div#head div#busqueda ul li#vp {
	margin:0 3px 0 0px;
}

div#head div#busqueda ul li#ipsoetv {
	margin:5px 0px 5px 0px;
}

div#head div#busqueda ul li#youtube {
	margin:0px 0px 0px 7px;
}

div#menu {
	float:left;
	height:55px;
	margin-top:9px;
}

div#menu a {
	display:block;
	margin:0 2px;
	text-align:center;
	/*padding-top:24px;*/
	text-transform:uppercase;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#4b4b4b;
	font-weight:bold;
}

div#menu a:hover {
	text-decoration:underline;
}

div#menu li#territoriales, div#menu li#institucionales, div#menu li#tematicas, div#menu li#ciudadana  {
	border-left:1px solid #cccccc;
	float:left;
	background:url(../img/bg_head_menu.gif) repeat-x bottom left;
	width:182px;
	height:55px;
}

div#menu li#territoriales a, div#menu li#institucionales a, div#menu li#tematicas a, div#menu li#ciudadana a {
	margin-top:3px;
	padding-top:15px;
}

div#menu li#territoriales a {
	border-top:5px solid #29a104;
}

div#menu li#institucionales a {
	border-top:5px solid #e4a100;
}

div#menu li#tematicas a {
	border-top:5px solid #016cb1;
}

div#menu li#ciudadana a {
	border-top:5px solid #8e8e8e;
}

div#menu li#territoriales.sel a {
	background: url(../img/bg_menu1.gif) repeat-x 0 0;
	display:block;
	height:32px;
	color:#FFF;
	border-left:4px solid #29a104;
	border-right:4px solid #29a104;
	border-top:0;
	margin-top:0;
	padding-top:23px;
}

div#menu li#institucionales.sel a {
	background: url(../img/bg_menu2.gif) repeat-x 0 0;
	display:block;
	height:32px;
	color:#FFF;
	border-left:4px solid #e5a100;
	border-right:4px solid #e5a100;
	border-top:0;
	margin-top:0;
	padding-top:23px;
}

div#menu li#tematicas.sel a {
	background: url(../img/bg_menu3.gif) repeat-x 0 0;
	display:block;
	height:32px;
	color:#FFF;
	border-left:4px solid #016cb2;
	border-right:4px solid #016cb2;
	border-top:0;
	margin-top:0;
	padding-top:23px;
}

div#menu li#ciudadana.sel a {
	background: url(../img/bg_menu4.gif) repeat-x 0 0;
	display:block;
	height:32px;
	color:#FFF;
	border-left:4px solid #8e8e8e;
	border-right:4px solid #8e8e8e;
	border-top:0;
	margin-top:0;
	padding-top:23px;
}

div#menu li#temas {
	background:url(../img/bg_head_temas.gif) no-repeat bottom right;
	height:54px;
	width:143px;
	float:left;
	padding:0;
	margin:1px 0 0 0;
}

div#menu li#ultimos  {
	background:url(../img/bg_head_ultimos.gif) no-repeat bottom right;
	height:54px;
	width:120px;
	float:left;
	padding:0;
	margin:1px 0 0 0;
}

div#menu li#temas a {
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:25px;
	display:block;
	padding-left:34px;
	text-transform:none;
}

div#menu li#ultimos a  {
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:25px;
	display:block;
	text-transform:none;
}

div#menu li#ultimos.sel  {
	background:url(../img/bg_head_ultimos_sel.gif) no-repeat bottom right;
}

div#menu li#temas.sel {
	background:url(../img/bg_head_temas_sel.gif) no-repeat bottom right;
}

div#menu li#temas.sel a, div#menu li#ultimos.sel a {
	color:#de0108;
}

div#head.tematicas, div#head.territoriales, div#head.institucionales, div#head.ciudadana {
	height:207px;
}

div#head.tematicas div#menu, div#head.territoriales div#menu, div#head.institucionales div#menu, div#head.ciudadana div#menu {
	width:100%;
	background:url(../img/bg_head_menu2.gif) #dddddd repeat-x top left;
}

div#head.tematicas div#menu ul {
	margin-bottom:4px;
	height:55px;
	border-bottom:5px solid #016cb2;
}

div#head.territoriales div#menu ul {
	margin-bottom:4px;
	height:55px;
	border-bottom:5px solid #29a104;
}

div#head.institucionales div#menu ul {
	margin-bottom:4px;
	height:55px;
	border-bottom:5px solid #e5a100;
}

div#head.ciudadana div#menu ul {
	margin-bottom:4px;
	height:55px;
	border-bottom:5px solid #8e8e8e;
}

ul#submenu {
	margin:4px 0 4px 6px ;
}

ul#submenu, ul#submenu a {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:13px;
	line-height:18px;
}

ul#submenu li {
	background:url(../img/bg_submenu.gif) repeat-x top left;
	float:left;
	width:212px;
	margin-right:4px;
	height:85px;
	padding:15px;
}

ul#submenu.dos li {
	width:459px;
	height:40px;
}

ul#submenu li span {
	text-transform:uppercase;
}

ul#submenu li#manual {
	background:url(../img/bg_manual.jpg) no-repeat top left;
	/*background:url(../img/bg_manual_actionday.jpg) no-repeat top left;*/
	/*margin-right:0px;*/
	text-indent:-9999px;
	width:245px;
	height:114px;
	padding:0;
}

div#path {
	background:#ececed;
	height:25px;
	border:1px solid #ececed;
	border-top:2px solid #fff;
	margin:0 7px 0 7px;
}

div#path ul {
	/*background:#ececed;*/
	/*margin:0 8px 6px 8px;*/
	padding:0 0 0 10px;
}

div#path ul li {
	float:left;
	margin:4px 10px 0 0;
	padding:0 15px 0 0;
	color:#737373;
	/*height:50px;*/
}

div#path ul li {
	background:url(../img/bg_path_rojo.gif) no-repeat center right;
}

div#path ul.tematicas li {
	background:url(../img/bg_path_azul.gif) no-repeat center right;
}

div#path ul.institucionales li {
	background:url(../img/bg_path_naranja.gif) no-repeat center right;
}

div#path ul.territoriales li {
	background:url(../img/bg_path_verde.gif) no-repeat center right;
}

div#path ul.ciudadana li {
	background:url(../img/bg_path_gris.gif) no-repeat center right;
}

div#path ul li.ultimo {
	background:url() no-repeat center right;
}

div#path ul a {
	text-decoration:none;
	color:#737373;
}

div#path ul a:hover {
	text-decoration:underline;
}

div#path ul li.inicio a {
	font-weight:bold;
	
}

div#path ul li.verMapa{
   background: none;
   float:right;
   margin:0;
   background-image: url("/img/mostrar_mapa.jpg");
   background-repeat:no-repeat;
   width: 110px;
   height:26px;
   cursor: pointer;
}
div#path ul li.ocultarMapa{
   background: none;
   float:right;
   margin:0;
   background-image: url("/img/ocultar_mapa.jpg");
   background-repeat:no-repeat;
   width: 110px;
   height:26px;
   cursor: pointer;
}

.mapaShown{
	display: table-cell;
	}
.mapaHidden{
	display:none;
	}

div#content {
	padding:0 0 0 6px;
}

div.bloq {
	width:241px;
	height:240px;
	min-height:240px;
	margin-right:4px;
	float:left;
	margin-top:30px;
	border-right:1px solid #959595;
}

div.bloq.ultimo {
	border:none;
}
p.red{
	color:gray;
	font-size:11px;
}

div.bloq img {
	float:left;
	margin-left:9px;
	width:63px;
}

div.bloq p.azul, div.bloq p.naranja, div.bloq p.verde, div.bloq p.gris {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	padding-top:6px;
	text-transform:uppercase;
}

div.bloq p.imagen {
	float:left;
	margin-left:9px;
	width:139px;
}

div.bloq p.azul {
	color:#016cb1;	
	border-top:2px solid #016cb1;
}

div.bloq .naranja {
	color:#e4a100;	
	border-top:2px solid #e4a100;
}

div.bloq p.verde {
	color:#29a104;	
	border-top:2px solid #29a104;
}

div.bloq p.gris{
	color:#8e8e8e;	
	border-top:2px solid #8e8e8e;
}

div.bloq p {
	margin:0 9px 0 9px;
	font-weight:normal;
}

div.bloq h2 {
	font-size:14px;
	color:#000;
	font-weight:bold;
	margin:8px 10px 5px 9px;
}

div#foot {
	background:url(../img/bg_foot_shadow.gif) #fff no-repeat -10px 0;
	height:238px;
}

div#foot div {
	height:163px;
	float:left;
	text-align:right;
	width:950px;
}

div#foot p.bp {
	margin:8px 30px 0 0;
	_margin-right:15px;
	color:#000;
	float:right;
}
div#foot p.bp a:hover, a:link, a:visited{
	color:#000;
}
div#foot p.bp a:link{
	color:#000;
}
div#foot p.bp a:visited{
	color:#000;
}

div#foot p {
	float:right;
	color:#f2d5d5;	
	margin:100px 0px 0 0;

}

div#foot p span {
	display:block;
}

div#foot a {
	color:#f2d5d5;	
	text-decoration:none;
}

div#foot a:hover {
	text-decoration:underline;
}

div.barra {
	background:url(../img/bg_titular.gif) repeat-x;
	margin:10px 8px 0 1px;
	height:40px;
width:980px;
}

p.titular {

	font-size:30px;
	line-height:38px;
	padding-left:8px;
	color:#fff;
	float:left;
}

div.barra a {
	
	float:right;
	font-size:11px;
	line-height:15px;
	margin:5px;
	padding:0;
	background:url(../img/bg_plus.gif) no-repeat top right;
	width:80px;
	height:23px;
	color:#727272;
	font-size:12px;
	text-decoration:none;
	padding-top:6px;
}

div.barra a:hover {
	text-decoration:underline;
	color:#FFFFFF;
	background:url(../img/bg_plus_over.gif) no-repeat top right;
}

/*  ------ Contacta----- */

body#contacta div.submenu {

}

body#contacta div.submenu div.zonas {
	background:url() #ececed repeat-x top left;
	float:left;
	margin-top:7px;
	margin-left:7px;
	padding:15px;
	height:490px;
	min-height:490px;
	height:auto;
	width:457px;
}

body#contacta div.submenu div.baja {
	padding:7px 7px 0px 7px;
	text-align: right;
}

body#contacta h2 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	margin-bottom:10px;
}

body#contacta h2 strong {
	color:#ce0108;
}

body#contacta div.submenu form {
	margin-top:20px;
}

body#contacta div.submenu form ul label {
	width:150px;
	display:block;
	float:left;
	/*border:1px solid blue;*/
	text-align:right;
	padding:3px 15px 3px 3px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

body#contacta div.submenu form ul input, body#contacta div.submenu form ul textarea {
	float:left;
	/*border:1px solid lime;*/
	width:250px;
	border:1px solid grey;
	padding:3px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

body#contacta div.submenu form ul input:focus, body#contacta div.submenu form ul textarea:focus  {
	background:#fff6bc;
	border:1px solid #4b4b4b;
}

body#contacta div.submenu form ul li {
	clear:both;
	height:33px;
}

body#contacta div.submenu form ul li.observaciones {
	height:100px;
}


body#contacta div.submenu form ul input#enviar, body#contacta div.submenu form ul input.enviar {
	width:auto;
	margin:10px 0 0 168px;
	border:none;
	background:#c9c9c9;
	font-weight:bold;
	text-transform:lowercase;
	padding:2px 6px;
}



/*  ------ cecador----- */

div#selecciona {
	background:#ececed;
	height:25px;
	border:1px solid #ececed;
/*	border-top:2px solid #fff;*/
	margin:7px 7px 0 7px;
	padding:15px 0px 8px 10px;
}

div#selecciona li {
	float:left;
	font-weight:bold;
}

div#selecciona li.texto {
	margin-right:50px;
}

div#selecciona label {
	margin:2px 10px 2px 15px;
	font-weight:normal;
}

div#selecciona li span.sel_territoriales {
	border:5px solid #29a104;
	background:#29a104;
}

div#selecciona li span.sel_institucionales {
	border:5px solid #e5a100;
	background:#e5a100;
}

div#selecciona li span.sel_tematicas {
	border:5px solid #016cb2;
	background:#016cb2;
}

div#selecciona li span.sel_cuidadana {
	border:5px solid #8e8e8e;
	background:#8e8e8e;
}

body#contacta.cercador  div.zonas.buscar {
	background:url() #ececed repeat-x top left;
	float:left;
	margin:0;
	margin-top:7px;
	margin-left:7px;
	/*height:85px;*/
	padding:15px;
	min-height:0;
	height:50px;
	width:455px;
	/*border:1px solid red;*/
}

body#contacta.cercador  div.zonas.buscar label {
	display:none;
}

body#contacta.cercador div.zonas.buscar ul {
	margin:-10px 0 0 0; padding:0;
}

body#contacta.cercador  div.zonas.buscar li {
	float:left;
	/*border:1px solid red;*/
	/*display:inline;/**/
	margin:0;
	padding:0;
	clear:none;
	height:auto;
}

body#contacta.cercador  div.zonas.buscar input#enviar {
	margin:0 0 0 15px;
}

body#contacta.cercador div.zonas.buscar h2 {
	margin:0;
	padding:0;
}

body#contacta.cercador div#content p {
	margin:5px 0 0px 0 ;
}

body#contacta.cercador div.zonas.buscar input.enviar:focus {
	background:#fff6bc;
	border:1px solid #4b4b4b;
}


body#contacta.cercador  div.verde, body#contacta.cercador  div.azul, body#contacta.cercador  div.naranja, body#contacta.cercador  div.gris {
	margin:25px 30px 0px 15px;
	/*border:1px solid red;*/
}

body#contacta.cercador  div.verde h2, body#contacta.cercador  div.verde a  {
	color: #29a104;
}

body#contacta.cercador  div.azul h2, body#contacta.cercador  div.azul a  {
	color: #016cb2;
}
body#contacta.cercador  div.amarillo h2, body#contacta.cercador  div.naranja a {
	color: #e5a100;
}
body#contacta.cercador  div.gris h2, body#contacta.cercador  div.gris a {
	color: #8e8e8e;
}

body#contacta.cercador  div.verde a:hover, body#contacta.cercador  div.azul a:hover, body#contacta.cercador  div.naranja a:hover, body#contacta.cercador  div.gris a:hover {
	text-decoration:none;
}

body#contacta.cercador  h2 {
	color:#000;
	margin:0;
	padding:0;
}

body#contacta.cercador p.entradilla {
	font-weight:bold;
	font-size:14px;
}

div#paginado {
	margin:15px 0 5px 0;
}

div#paginado p, div#paginado li {
	float:left;
}


div#content div#paginado p.resul {
	float:left;
	margin:0;
	padding:4px 0 0 0 ;
	display:block;
	margin-left:150px;
	/*font-weight:bold;*/
}

div#paginado ul {
	margin:0;
	padding:0;
	float:left;
	margin-left:50px;
}

div#paginado li a {
	display:block;
	padding:4px;
	color:#000000;
	text-decoration:none;
}

div#paginado li a:hover {
	text-decoration:underline;
}

div#paginado li a.anterior, div#paginado li a.siguiente {
	font-weight:bold;
}

div#paginado li a.sel {
	color:#FFFFFF;
	font-weight:bold;
	background:#FF0000;
}

h1 a {
    display:block;
    height:110px;
}
h1 a img {
    border:none;
}
.submenu a, .bloq a {
    text-decoration:none;
}
.submenu a:hover, .bloq a:hover {
    text-decoration:underline;
}
div.bloq p.azul a {
    color:#016cb1;   
}
div.bloq .naranja a {
    color:#e4a100;   
}
div.bloq p.verde a {
    color:#29a104;   
}
div.bloq p.gris a {
    color:#8e8e8e;   
}
div.bloq h2 a {
    color:#000;
}