﻿/* DEFAULT STYLESHEET */

body{
	background: #fff;
	font-family:Arial;
	font-size:62.5%;
}

/* WRAPPER */
div#wrapper{
}

/* HEADER */
div#header{
	background:none;
	height:auto;
	margin-top: 1cm;
	margin-bottom: 0.8cm;
}


/* HIDE BLOCKS */
div#banner, div#search, div#language-menu, div#left-block, div#live, div.util-buttons, div#right-block, div#principal-menu, div#web-map, .w3c-validator, .other-menu, p.nav-info {
	display: none;
}


/* CONTENT WRAPPER */
div#content-wrapper{
	margin-left: 62px;
}

/* CONTENT */
div#content{
}

div.levelcontent h1 ,
div.levelcontent  h2{
	color:#3C81CE;
	font-size:1.6em;
	font-weight:bold;
	padding:15px 0;
}
div.levelcontent  h2{color:#006699;}
div.levelcontent  h3{
	color:#333333;
	font-size:1.2em;
	font-weight: bold;
	padding-bottom:10px;
}

/* breadcrumb */
div#breadcrumb {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1cm;
}
div#breadcrumb  ul {
}
div#breadcrumb  li {
	font-size: 1.2em;
	display: inline;
}
div#breadcrumb  li a{
	color: #000;
	text-decoration: none;
}

/* GREEN LINK */
.green-text,
.green-link a{
	color:#388919;
	font-weight:bold;
}
.green-link a:hover{color:#D32B92;}

/* SERVICE INFO */
div#service-info{
	border-bottom:5px solid #bcb5b3;
	overflow:hidden;
	margin-bottom:20px;
}
div#service-info ul{
	float:left;
	width:300px;
}
div#service-info ul li{
	overflow:hidden;
	padding-bottom:10px;
}
div#service-info div.info-line-left{
	float:left;
	font-size:1.1em;
	font-weight:bold;
	padding-right:5px;
	text-align:right;
	width:70px;
}
div#service-info div.info-line-right{
	float:left;
	font-size:1.2em;
	width:225px;
}
div#service-info img {}

div.map-link a{
	background:url("default/map.gif") no-repeat scroll right 0 transparent;
	font-size:0.9em;
	padding:1px 18px 1px 0;
	text-decoration:none;
}

/* EDITABLE CONTENT */
.editable-content  h3{
	color:#333333;
	font-size:1.2em;
	padding-bottom:10px;
}
.editable-content  p{
	color:#333333;
	font-size:1.2em;
	line-height: 1.4em;
	padding-bottom: 5px;
}
.editable-content  strong{font-weight:bold;}
.editable-content ul{
	list-style-image:url("default/arrow-list.gif");
	margin: 5px 0 15px 0;
	padding-left:18px;
}
.editable-content li{
	margin-bottom:5px;
	font-size:1.2em;
}
.editable-content li p{
	font-size: 1em;
}
.editable-content li li{
	font-size:1em;
}
.editable-content li a{
	color:#388919;
	font-weight:bold;
	text-decoration: none;
}
.editable-content li a:hover{
	color:#D32B92;
	text-decoration: underline;
}

/* Asociated Content */
div.related-content {
}
div.related-content h2 {
	color:#666;
	font-size:1.2em;
	margin:20px 0 10px;
	padding:0;
	text-transform:uppercase;
}
div.related-content h3 {
	border-bottom:1px dotted #BCB5B3;
	border-top:4px solid #BCB5B3;
	color:#999898;
	font-size:1.2em;
	font-weight:bold;
	margin:20px 0 10px;
	padding:8px;
	text-transform:uppercase;
}
div.related-content ul {
	font-size:1.1em;
	list-style-image:url(default/arrow-list.gif);
	margin-bottom:20px;
	padding-left:18px;
}
.related-content li{
	margin-bottom:5px;
}
.related-content li a{
	color:#388919;
	font-weight:bold;
	text-decoration: none;
}
.related-content li a:hover{
	color:#D32B92;
	text-decoration: underline;
}


/* FOOTER */
div#footer{
	border-top: 2px solid #D5D5D5;
	padding-top: 0.3cm;
	margin-top: 1cm;
}
div#footer p{
	color: #999;
	font-size: 1.2em;
}


/* Content styles */
h1 {
	font-size: 1.4em;
	color: #666;
	margin-bottom: 0.3cm;
}
h2 {
	font-size: 2.1em;
	color: #3c81ce;
	margin-bottom: 0.5cm;
}
div.editable-content p {
	color:#333333;
	font-size:1.3em;
	line-height:1.5em;
	margin:0 0 0.5cm;	
}
strong  {
	font-weight: bold;
}
.date {
	color: #666;
	display: block;
	font-size:1.2em;
	margin: 0 0 0.5cm 0;
}

div.related-resources {
	display: none;
}

/* LISTADO */
.simple-list li {
	color:#333333;
	padding-bottom:3px;
	font-size:1.1em;
}
.simple-list a {
	color:#333333;
	text-decoration:none;
}
.simple-list a:hover{text-decoration:underline;}

/* LISTADO CON FLECHA */
.arrow-list{
	list-style-image:url("default/arrow-list.gif");
	padding-left:18px;
}

/* 3 BLOCKS */
.block_1_3, .block_2_3, .block_3_3{
	float:left;
	width:33.33%;
}
.block_2_3{width:33.34%;}

/* 2 BLOCKS */
.block_1_2, .block_2_2{
	float:left;
	width:50%;
}

/* TITLES */
.dotted-title{
	border-bottom:1px dotted #c0bdb8;
	border-top:5px solid #BCB5B3;
	color:#999898;
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:10px;
	padding:8px 0;
}
.orange-title{
	color:#EC521C;
	font-size:1.1em;
	font-weight:bold;
	padding-bottom:7px;
}
.orange-title a {
	color:#EC521C;
	text-decoration: none;
}
/*
.other-title{
	color:#2E2E2E;
	font-size:1.1em;
	font-weight:bold;
	padding-bottom:5px;
}
*/

/*SEARCH RESULTS */
div.search-results h2{
	color:#3C81CE !important;
	font-size:1.6em !important;
	font-weight:bold !important;
	padding:15px 0 0 !important;
}
div.search-results dl,
div.search-results ul li{
	border-bottom:1px solid #E0E0E0;
	margin-right:20px;
	padding:12px 0;
}
div.search-results ul li li{
	border-bottom:none;
	margin-right:0px;
	padding:0;
}
div.search-results dd,
div.search-results ul li p{
	color:#525252;
	font-size:1.1em;
}
div.search-results dt li,
div.search-results ul li p.title{
	color:#000000;
	font-size:1.2em;
	font-weight:bold;
	list-style:none;
	padding:2px 0;
}
div.search-results dt li a,
div.search-results ul li p.title a{
	color:#000000;
	text-decoration:none;
}
div.search-results dt li a:hover,
div.search-results ul li p.title a:hover{color:#2996C4;}
div.search-results hr{display:none;}
div.search-results div.aizquierda{
	background:none repeat scroll 0 0 #F1F1F1;
	border-bottom:1px solid #DBDBDB;
	border-top:1px solid #DBDBDB;
	font-size:1.1em;
	padding:10px;
}
div.search-results div.aizquierda b{font-weight:bold;}
div.search-results td.FontTextNormal{
	color:#F21371;
	font-size:0.7em;
	font-weight:bold;
	padding:10px 2px;
}
div.search-results td.FontTextNormal a{
	color:#525252;
	text-decoration:none;
}
div.search-results td.FontTextNormal a:hover{color:#F21371;}

/* TABLE */
table.normal-table,
table.contenido,
table {
	margin:5px 0 15px;
	width:100%;
}
table th {
	background: #eee;
	border-right:1px solid #BBBBBB;
	font-size:1.2em;
	padding:5px;
	font-weight: bold;
}
table.normal-table tr,
table.contenido tr,
table tr{
	border-top:1px solid #BBBBBB;
	border-left:1px solid #BBBBBB;
	border-bottom:1px solid #BBBBBB;
}

table.normal-table td,
table.normal-table th,
table.contenido td,
table.contenido th,
table td{
	border-right:1px solid #BBBBBB;
	font-size:1.2em;
	padding:5px;
}
table.normal-table th,
table.contenido th{
	background:none repeat scroll 0 0 #FAFAFA;
	font-weight:bold;
}
table.normal-table thead th,
table.contenido thead th{background:none repeat scroll 0 0 #F1F1F1;}
table.normal-table caption,
table.contenido caption,
table caption{
	background:none repeat scroll 0 0 #F1F1F1;
	border-color:#BBBBBB;
	border-style:solid solid none;
	border-width:1px 1px medium;
	font-size:1.2em;
	font-weight:bold;
	padding:5px 0;
	text-align:center;
}
table td a{
	color: #000;
}



/* IMAGES */
div.img-left,
div.img-right{
	border:1px solid #000000;
	float:left;
	margin:0 10px 10px 0;
	padding:4px;
}
div.img-right{
	float:right;
	margin:0px 0 10px 10px;
}


/* PAGINATOR  */
div.paginator{
	line-height:50px;
	text-align:center;
}
div.paginator span{font-size:1.1em;}
div.paginator a{
	color:#000000;
	font-size:1.2em;
	font-weight:bold;
	padding:0 5px;
	text-decoration:none;
}
div.paginator a:hover{color:#F21371;}


/* CALENDAR  */
div.calendar-table {
}
div.calendar-table h2 {
	border-bottom:2px solid #006699;
	color:#006699;
	font-size:1.4em;
	font-weight:bold;
	padding:15px 0 7px;
}
div.calendar-table ul{
	color:#333;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:square;
	margin-left:2em;
}
div.calendar-table li{
	margin:10px 0 20px;
}

div.calendar-table p {
	color:#333333;
	font-size: 1.3em;
	margin:4px 0;
}
div.calendar-table p.date {
	font-size:1.2em;
}
div.calendar-table p.date  span {
	margin: 0 3px;
}
div.calendar-table em{font-style:italic;}

div.calendar-table a {
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
div.calendar-table a:hover{color:#f21472;}

/* Evento */
div.calendar-event {	
}
div.calendar-event h3 {
	color:#42626A;
	font-size:1.2em;
	font-weight:bold;
	margin:15px 0 10px;
	padding:0;
}
div.calendar-event ul {
}
div.calendar-event li{
	font-size: 1.2em;
	margin: 3px 0;
	line-height: 1.4em;
}
div.calendar-event strong{
	font-weight: bold;
}

/* TRAMITES  */

div.question {
	font-size:1.2em;
	line-height:1.4em;
	font-weight:bold;
	padding-bottom:15px;
}
div.answer{
	border-bottom:1px solid #DCDCDC;
	font-size:1.2em;
	line-height:1.4em;
	margin-bottom:10px;
	padding:0 20px 10px;
}
div.answer p{padding:5px 0;}