/**
 * NORMALIZACION HTML PARA TODOS LOS NAVEGADORES
 * *********************************************
 * CSS DE TRANSPARENCIA COMIENZA EN LA LINEA 400
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.tabla6 {
border-spacing:5px;
	border:0px solid #000;
}
.tabla6 .potestades {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;	 
	color:#036;
	margin:0 auto 20px auto;
	border:0px solid #000;
	background-color:#E6E6E6;	
}
.potestades a {
color:#0E5979;
font-size:14px;
font-family:"Trebuchet MS";
-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
		transition: all 1s ease;
		}

.potestades a:hover {
color:#0E5979;
text-decoration:underline;
font-weight:bold;
-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
		transition: all 1s ease;
}



@font-face {
    font-family: 'transparencia';
    src: url('DaxlinePro-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family:"Tahoma";
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* ==========================================================================
                     INICIO TABLAS TRANSPARENCIA
   ========================================================================== */

.inmuebles {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}

.inmuebles table {
	text-align:center;border-collapse: collapse; color:#666666;
}

.inmuebles tr {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

.inmuebles tr:first-child {
	padding:5px;
	font-size:10px;
	color:#FFFFFF;
	background: rgb(109,179,242); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(30,105,222,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,179,242,1)), color-stop(50%,rgba(84,163,238,1)), color-stop(51%,rgba(54,144,240,1)), color-stop(100%,rgba(30,105,222,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */	
	border-width: 1px; 
	border-style: solid;
	border-color:#990000;
	font-weight:bold;
}

.inmuebles tr:hover {
	background-color:#E1EBFF;
	color:#000000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.inmuebles td { 
	border-width: 1px; 
	border-style: solid; 
	border-color:#9BBCFF;
}
.programas {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}

.programa table {
	text-align:center;
	border-collapse: collapse;
	color:#666666;
}

.programas tr {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.social {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;	 
	color:#036;
	border-collapse: collapse;
	margin:0 auto 20px auto;	
}
.social td { 
	border-width: 1px; 
	border-style: solid; 
	border-color:#9BBCFF;
}
.social tr:first-child {background-color:#003366; color:#FFF; font-size:18px; font-weight:bold}
.barraheader {
	background-color:#0C5985;
	color:#FFF;
	font-size:12px;
}


/* ==========================================================================
                      FIN TABLAS TRANSPARENCIA
   ========================================================================== */

.contenedor {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.contenedor .menuizq {
	width: 245px;
	float: left;
	-webkit-box-shadow:  4px 0px 20px 1px #ccc;
    box-shadow:  4px 0px 20px 1px #ccc;
}
.boton01 {
	color: #333333;
	font-size: 12px;
	width: 215px;
	display: block;
	padding: 15px 20px 15px 10px;
	border-bottom: 1px dotted #ccc;
	background-image: url(../imagenes/next.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 225px;
}
.boton01:hover {
	color:#FFF;
	background-color: #0C5985;	
}
.boton01 strong {
	color: #0066FF;
}
.boton01:first-child {
	margin-top:70px;
	border-top: 1px dotted #666;
	font-weight:bold;
}
.act {
	color:#FFF;
	background-color: #0C5985;
	background-image: url(../imagenes/nextabajo.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 225px;
}
.act strong {
	color:#FFF;
}
.contenedor .colcent {
	float: left;
	width: 755px;
}
.contenedor .colder {
	float: left;
	width: 270px;
	background-color: #CCCCCC;
}
.colcent .colizq1 {
	float: left;
	width: 735px;
	margin: 20px 0 20px 20px;
}

.colcent .colizq2 {
	float: left;
	width: 455px;
	margin: 0 20px;
}
.colcent .colizq3 {
	float: left;
	width: 335px;
	margin: 0 20px;
}
.colcent .colder2 {
	float: left;
	width: 380px;
	margin: 0;
	background-color: #F2F2F2;
}
h4 {
	font-family: "Trebuchet MS";
	color: #003399;
	text-align: right;
	font-size: 18px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin:20px 0;
}
.clear {
	clear: both;
}
.encabezado1 {
	float: right;
	width: 550px;
}
.titulo {
	font-family: 'transparencia';
	font-size: 20px;
	text-align: right;
	margin-bottom: 10px;
}
.titulo strong {
	color: #0066FF;
	font-size: 30px;
}
h5 {
	font-size: 20px;
	color: #003399;
	margin:0;
	padding:0 20px 0 0;
	width: 310px;
	font-family: "trebuchet ms";
	
}
h3 {
	font-size: 20px;
	color: #003399;
	margin:0;
	padding:0 20px 0 0;
	width: 90%;
	font-family: "trebuchet ms";
	
}
.item01 {
	border-bottom: 1px dotted #ccc;
	padding:10px 0 40px 0;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 92%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(92%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 92%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 92%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 92%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 92%,rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */



}
.item01:first-child {
	border-top:1px dotted #666;
}
.item01:last-child {
	background-color:#f00;
}
.tabla1 {
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
}
.tabla1x {
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
}
.tabla1x td {
border-left: 1px solid #ccc;
}
.tabla1x td:first-child {
border-left: none;
}
.tabla1x a {
color:#666666;
}
.tabla1x a:hover {
	text-decoration:underline;
	color:#0C5985
}
.tabla5 {
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
}
.tabla5 a {
	color:#666;
}
.tabla5 a:hover {
	text-decoration:underline;
	color:#0C5985
}
.tabla5 td {
	border-left: 1px solid #ccc;
}
.tabla5 td:first-child {
	border-left: none;
}
.tabla1 a:hover {
	text-decoration:underline;
	color:#0C5985
}
.tabla2 {
	font-size: 12px;
}
.tabla3 {
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
}
#content {
	margin:10px;
}
.titulomes {
	color:#0066CC;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
.titulomes strong {
	font-size: 20px;
}
.trimes {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #BFBFBF;
}
.trimes:last-child {
	border-bottom: none;
}
.cabecera {
	margin: 0 auto;
}
.pie {
	margin: 0 auto;
}
.tabla1 td {
	border-left: 1px solid #ccc;
}
.tabla1 td:first-child {
	border-left: none;
}
.item01 .parr01 {
	color: #333333;
	display: inline;
	margin-left: 20px;
}
.item01 .parr01:hover {
	text-decoration:underline;
	color:#0C5985;
}
.item01 .parr10 {
	color: #333333;
	display: inline;
	margin-left: 20px;
}
.oculto {
	margin-top: 15px;
	display: none;
}
mas {
	float:right;
	margin-right:10px;
}
.expand {
	background-image:url(../imagenes/mas.png);
	background-repeat: no-repeat;
	background-position: 310px;
}
.collapse {
	background-image:url(../imagenes/menos.png);
	background-repeat: no-repeat;
	background-position: 310px;
}
.escogido {
	font-size:14px;
	display:block;
	background-color:#0C5985;
	-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
		transition: all 1s ease;
}
.escogido:hover {
	background-color:#05263A;
	text-decoration:none;
	-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
		transition: all 0.5s ease;
}
.tabla1 a {
	color:#666;
}
.subtitulo {
	margin-top:20px
}
.colizq2 p {
	text-align: justify;
	color: #666666;
}
.colder3 {
	background-color: #E9E9E9;
	float: left;
	width: 240px;
	padding: 0 10px 10px 10px;
	color: #333333;
}
.titulo2 {
	font-size: 18px;
	color: #006699;
	padding-top: 10px;
}
.opcion1 {
	margin-top: 10px;
	margin-left: 10px;
	line-height: 15px;
	font-size: 14px;
}
.opcion1 a {
	color:#333333;	
}

.opcion1 a:hover {
	text-decoration:underline;
	color:#00CCFF}
.declaracion {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.declaracion .nombre {
	width:50%;
	float:left;
	font-size:14px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.declaracion .intpat {
	width:25%;
	float:left;
}
.parr101 {
	color: #333333;
	display: inline;
	margin-left: 20px;
}
.parr101:hover {
	text-decoration:underline;
	color:#0C5985;
}
.parr03 {
	font-size: 13px;
}
.parr11 {
	color: #333333;
}
.parr11:hover {
color:#0066CC}
.actass tr {
	border-bottom:1px dotted #CCCCCC;
}
.social {
	padding-bottom:10px;
	background-color:#f2f2f2
}
