<% @ page contentType = "text/css"%>

@font-face {
	font-family: Ubuntu;
	src: url("fonts/Ubuntu-R.ttf"); 
}
	

/***********************************************\
	INDICE VIEJO
\***********************************************/

@media print{
	script{
		display: none !important; 
	}
	
}
body {
	font-family:'Ubuntu', Arial, Helvetica, sans-serif;
	font-weight:300;
	font-size:16px;
	color: #1d1d1b;
	padding:0;
	margin:0;
	background-color: #ffffff;
}

a { 
	text-decoration:none;
	background 200ms linear, color 200ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear; 
}

p { margin:0; }

blockquote,td {
	margin:0;
	padding:0;
	vertical-align: top;
}

p.primerorganismo {
    margin: 0;
    padding: 0;
}



select::-ms-expand {
	display: none;
}


td.docsencer a.EnlacePdfDOCV br {
	display:none;
}


td a.Indice,
h2 /* HTML nuevo */ {
    color: #3c3c3c;
    font-size: 30px;
    font-weight: 700;
	padding: 0 12px;
	margin-top: 3px;
	display: block;
}
@media print{
	td a.Indice,
h2{
		display: none !important; 
	}
	
}

td a.Indice {
	text-transform:lowercase;
}

td a.Indice:before {
	content:">";
	margin-right: -15px;	
}

td blockquote.primerorganismo p.primerorganismo a.Organismo,
td blockquote.bloqueorganismo p.bloqueorganismo a.Organismo {
    color: #1d1d1b;
    font-weight: 700;
    font-size: 20px;
}

p.PaginaInicio {
    color: #969696;
}

.lineaany {
	background:#3c3c3c;
	padding: 13px 15px;
    color: #fff;
	font-size:20px;
	text-align: center;
}

td blockquote p.bloques{
	padding: 0 15px;
}

td blockquote.bloqueSeccion,
td blockquote.primerorganismo,
td blockquote.bloqueorganismo {
	padding: 0 15px;
}

td blockquote.primerasubsec {
	padding: 0 12px;
	margin-top:20px;
}
td blockquote.bloquesubsec {
	padding: 0 12px;
	margin-top:30px;
}

td blockquote.bloqueSeccion {
	margin-top: 40px;
}

td blockquote.primerorganismo,
td blockquote.bloqueorganismo {
	margin-top: 20px;
	margin-bottom: 5px;	
}

h3, td blockquote.bloqueSeccion p.bloqueSeccion a.Seccion {
	color:#cc0a2d;
	font-weight:700;
}

td blockquote.bloquesubsec p.bloquesubsec a.SubSeccion,
blockquote.primerasubsec p.primerasubsec a.SubSeccion {
	color:#969696;
	font-weight: 400;
}

td blockquote.bloques p.bloques a.Disposicion:hover {
    color: #cc0a2d;
}

#destacados span.pdf, 
td blockquote.bloques p.bloques a.EnlaceDisposicion {
	color: #969696;	
}

#destacados span.pdf:hover, 
td blockquote.bloques p.bloques a.EnlaceDisposicion:hover,
td blockquote.bloques p.bloques a.NumDisposicion:hover {
	color: #cc0a2d;	
}

#titular a, td.docsencer a.EnlacePdfDOCV {
    background: #cc0a2d;
    color: #fff;
    font-size: 20px;
    margin-top: 15px;
    padding: 12px 15px;
    float: right;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
}

td.docsencer a.EnlacePdfDOCV:hover {
    background: #ad0524;
}

td.docsencer {
	padding: 0 5px;	
}

td.docsencer a.EnlacePdfDOCV span.rojo {
	padding-right:3px;
}

td blockquote.bloques p.bloques a.Disposicion, 
td blockquote.bloques p.bloques a.NumDisposicion {
    color: #1d1d1b;
}

a.enlacearriba {
    color: #cc0a2d;
	margin-bottom: 20px;
	display: none;
	font-weight: 400;
	font-size: 20px;
	margin-top:40px;
	clear:both;
}


@media print{
	a.enlacearriba{
		display: none !important; 
	}
	
}

a.enlacearriba:hover {
	text-decoration:none;
	color: #1d1d1b;
}


/***********************************************\
	INDICE NUEVO
\***********************************************/

body {
	background-color:#eaeaea;	
}


* {
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;	
}

@media print{
	*{
		display: block !important; 
	}
	
}
.contenedor {
	width:100%;	
} 

.contenedor .lineaany {
	float:left;
	width:74.74%;	
}

.lineaany .Anyo { float:left; }
.lineaany .FechaLiteral { display: inline-block; }
.lineaany .NumeroDogv { float: right; }

.contenedor a.EnlacePdfDOCV {
    background: #cc0a2d;
    color: #fff;
    font-size: 18px;
    padding: 13px 15px;
    float: right;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
	width:24%;
	text-align:center;
}

@media print{
	.contenedor a.EnlacePdfDOCV{
		display: none !important; 
	}
	
}

a.EnlacePdfDOCV:hover {
	background: #ad0524;
}


.contenido {
    width: 100%;
    display: inline-block;
}

.tituloSeccion {
    color: #cc0a2d;
    font-weight: 700;
	padding: 0 15px;
	margin-top: 25px;
	text-transform:uppercase;
}

.subtituloSeccion {
    color: #969696;
	margin-bottom:5px;
	text-transform:uppercase;
}

.contenido .disposicion {
	background-color:#fff;
	padding:15px;
	/*min-height: 190px;*/
	position:relative;
	padding-bottom: 50px;
	margin-top:20px;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0, 0.15);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0, 0.15);
	box-shadow: 2px 2px 3px 0px rgba(0,0,0, 0.15);
}

.contenido > .eli {
	background-color:#fff;
	padding:5px;
	position:relative;
	margin-top:10px;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0, 0.15);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0, 0.15);
	box-shadow: 2px 2px 3px 0px rgba(0,0,0, 0.15);
}

.sombraEli {
	left: 15px;
	bottom: 15px;
	color:#969696;
	width:100%;
}

.idiomas {
	background: #eaeaea !important;
	margin-top: 20px;
}

@media print{
	.contenido .disposicion{
		page-break-inside: avoid !important;
	}
	
}

.contenido .disposicion.primera {
	margin-top:10px;	
}

@media print{
	.contenido .disposicion.primera{
		page-break-inside: avoid !important;
	}
	
}

.disposicion .Organismo {
    color: #1d1d1b;
    font-weight: 700;
    font-size: 20px;
	margin-bottom:5px;
}

.disposicion a {
	color: #1d1d1b;
}

.disposicion a:hover {
	color: #cc0a2d;
}

.disposicion ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 15px;
	bottom: 15px;	
}

@media print{
	.disposicion ul{
		display: none !important; 
	}
	
}


.disposicion li {
	display:inline-block;
	margin-left: 14px;
}

.disposicion li a {
	font-size: 11px;
	color: #ffffff;
	background-color: #969696;
	padding: 3px 10px;
	font-weight: 700;
	display: block;	
}

.disposicion li a.btn_ver {
	background-color: #cc0a2d;
}


.disposicion li.enlaceSHARE a {
	background: url(../img/icon-share.png) no-repeat 5px center #969696;
	background-size: auto 14px;
	padding-left: 24px;
	height: 45px;
    top: -35px;
}

.disposicion li.enlaceSHARE.btnShare{
	position: relative;
    top: 5px;

}

.disposicion li a:hover {
	color:#ffffff;
	background-color:#3c3c3c;
}

.disposicion .codigo {
	position: absolute;
	left: 15px;
	bottom: 15px;
	color:#969696;
}


/***********************************************\
	FORMULARIO
\***********************************************/
.bodydocv{
	background: #fff;
}
@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?97757813');
  src: url('font/fontello.eot?97757813#iefix') format('embedded-opentype'),
       url('font/fontello.woff2?97757813') format('woff2'),
       url('font/fontello.woff?97757813') format('woff'),
       url('font/fontello.ttf?97757813') format('truetype'),
       url('font/fontello.svg?97757813#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

#titular {
	display:inline-block;
	width:100%;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 30px;
}

#titular H2 {
	float:left;	
}

#titular a.ayuda {
	font-size:18px;
	font-weight:700;
	padding: 6.3px 14.4px;
	margin-top: 4px;
}

#titular a.ayuda:hover {
    background: #ad0524;
}

#titular a.ayuda span {
	font-size:16px;
	font-weight:300;
}

p.intro {
	display:inline-block;
	font-size:20px;
	color:#1d1d1b;
	font-weight: 400;
	line-height: 1.4em;
	min-height:160px;
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 30px;
	width: 100%;
}

form .row {
	padding: 0px 0px 0px 0px;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 0px;
}

.form_busqueda .col_1-2 {
	float:left;
	margin-right:2.56%;
	width:48.72%;
}

.form_busqueda  .last {
	margin-right:0;	
}

form label {
	color:#3c3c3c;
	font-size:16px;
	font-weight:400;
	float:left;
	width: 36%;
	margin-top: 5px;
	text-align: left;
}

.contInputText,
form select,
.contInputCheck,
.contInputRadio,
.contInputDate {
	width:64%;
}

.contInputText.inputOrganismo{
		width: 50%;
	}
	.contInputText.inputOrganismoLarge{
		width: 74%;
	}

.contInputCheck,
.contInputRadio,
.contInputDate,
.selectOrganismos select {
	float:right;
}

/* Radio button */
.radiobtn {
  display: none;
}
.buttons {
  margin: 5px 0 0 -40px;
}
.buttons li {
  display: block;
  margin-bottom: 5px;
}
.buttons li:last-child {
  margin-bottom: 0;
}
.buttons li label{
	padding-left: 40px;
	position: relative;
	left: -29px;
	float: none;
	font-size: 16px;
	color: #969696;
	margin-top: 0;
	top: 1px;
}
.buttons li label:hover {
  cursor: pointer;
}
.buttons li span {
  	display: inline-block;
	position: relative;
	top: 0;
	width: 27px;
	height: 27px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-left: -2px;
	vertical-align: middle;
}
.radiobtn:checked + span::before{
  content: '';
	position: absolute;
	width: 11px;
	height: 11px;
	background-color: #cc0a2d;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	left: 8px;
	top: 8px;
}

 .busqueda_docv .contInputText {
	background:#eaeaea;
}
 .contInputText {
	margin-bottom:17px;
	background:#fff;
	float: left;
}

form input[type="text"] {
	border:0;
	font-size:16px;
	color:#969696;
	font-weight:400;
	padding: 0 13px;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	background:none;
	width: 100%;
	height: 34px;
}
.busqueda_docv select,
.busqueda_docv .documentos select,div.datepick-inline .datepick-header  select {
	background: url(../img/flechaSelect.png) no-repeat right center #eaeaea;
	background-size: auto 100%;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	padding: 0 10px;
	font-size: 16px;
	color:#969696;
	border: 0;
	border-radius:0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	cursor:pointer;
	margin-bottom:15px;
	height: 34px;
	float: right;
	


	}
form select,
.documentos select{
	background: url(../img/flechaSelect.png) no-repeat right center #fff;
	background-size: auto 100%;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	padding: 0 10px;
	font-size: 16px;
	color:#969696;
	border: 0;
	border-radius:0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	cursor:pointer;
	margin-bottom:21px;
	height: 34px;
	padding-right: 34px;
}

.contInputCheck input,
.contInputRadio input {
    position: absolute;
    left: -10000px;
}

.contInputCheck label {
	float: left;
	font-size: 16px;
	color: #969696;
	width: auto;
	cursor: pointer;
	transition: .1s;
	background: url('../img/check_blanco_off.png') left top no-repeat;
	background-size: 25px;
	padding-left: 40px;
	line-height: 25px;
	margin-top:2px;
}

.busqueda_docv .contInputCheck label {
	width: auto;
	background: url('../img/check_off.png') left top no-repeat;
	background-size: 25px;

}

.busqueda_docv .contInputCheck label.c_on {
  background: url('../img/check_on.png')  left top no-repeat;
  background-size: 25px;
}


.contInputCheck label.c_on {
  background: url('../img/check_blanco_on.png')  left top no-repeat;
  background-size: 25px;
}

.contInputRadio label.c_on {
  background: url('../img/check_on.png')  left center no-repeat;
  background-size: 25px;
}

.busqueda_docv .contInputDate .contInputText {
	width:100%;
	position:relative;
}


form .contInputDate .contInputText {
	width:71.5%;
	position:relative;
}

form .contInputDate input {
	padding-right:45px;
	width:100%;
}

form .contInputDate .contInputText a {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	line-height: 34px;
	width: 34px;
	text-align: center;
	background:url(../img/calendario.png) no-repeat center #eaeaea;
	background-size:100%;
}

form .contInputTesaurus .contInputText a {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    line-height: 34px;
    width: 75px;
    text-align: center;
    background: #969696;
    color: #fff;
    background-size: 100%;
}

form .contInputTesaurus .contInputText {
    width: 80.51%;
	position: relative;
}


form .contInputTesaurus  {
	width: 100%;

} 

form .contInputDate label {
	font-size: 16px;
	color: #969696;
	width: 25%;
	margin-top: 7px;
	height: 34px;
}

form input[type="submit"], button {
	float:right;
	border:0;
	background:#3c3c3c;
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
	font-weight:700;
	text-align:center;
	width: 82.5%;
	padding: 13px;
	/*margin-top: 34px;*/
	cursor:pointer;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	clear: both;
	display: block;
	margin-bottom: 10px;
}

form input[type="submit"]:hover, button:hover {
	background:#1d1d1b;
}

/**NachoAltabert**\
\**AÃ±adido por faltar estilo para button**/
form input[type="button"] {
	float:right;
	border:0;
	background:#3c3c3c;
	color:#fff;
	text-transform:uppercase;
	font-size:20px;
	font-weight:700;
	text-align:center;
	width: 82.5%;
	padding: 13px;
	margin-top: 34px;
	cursor:pointer;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
}
form input[type="button"]:hover {
	background:#1d1d1b;
}
/**NachoAltabert**\
\**Fin modificacion css**/
.icon-calendar {
    font-family: 'fontello';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    color: #fff;
}

.contInputDate .contInputText{
	float: right;
}

.busqueda_docv{
	padding-right: 30px;
}

.contInputCheck label{
	height: 30px;
	float: left
}


.contInputCheck a{
    position: relative;
    right: 0;
    margin-top: 0px;
}

.busqueda_docv .contInputDate{
	 width: 28%;
}
.contInputDate.desde{
	float: left;
}

.large_label{
	width: 17.5392%;
}

form .contInputTesaurus label{
	width: 17.5392%;
}



.large_select, .contInputText.large_input, .large_checkbox{
	width: 82.4608% !important;
	height: 38px;

}

form .contInputTesaurus .contInputText{
	width: 82.4608%;
}

form input[type="submit"].large_button{

	width: 82.4608%;
}

.contInputText{
	height: 34px;
	display:inline-table;
}

/***********************************************\
	POPUP ALERTAS
\***********************************************/

#popUpAlerta {
    position: absolute;
    top: 15px;
    left: 15px;
    width: auto;
    height: auto;
    z-index: 20;
    display: none;
    min-width: 560px;
    max-width: 750px;
    min-height:576px;
}

#ifrAlerta {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 576px;
    display: block;
    overflow: hidden;
    max-width: 750px;
    x-index: 30;
}


form#formvisible.PopupAlerta div.col_1-2 {
	float:left;
	margin-left:10px;	
	margin-right:10px;	
	width:47.72%;
}

form#formvisible.PopupAlerta div.last {
	margin-right:0;
	min-width:200px;
	display:inline-table;
		
}


input#inputCerrar {
    width: 80px;
    margin-top: 0px;
    font-size: 12px;
}

form .bordeTablaInterior td.subtituloFondo label.texto {
    color: #fff;
    margin-top: 10px;
    text-align: center;
    width: 83%;
}


form#formvisible.PopupAlerta input.botonFormu{
	/*float: right;*/
	border: 0;
	background: #3c3c3c;
	color: #fff;
	text-transform: uppercase;
	/*font-size: 16px;*/
	font-weight: 700;
	text-align: center;
	width: 100%;
	padding: 13px;
	margin-top: 34px;
	cursor: pointer;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
}

form#formvisible.PopupAlerta input.botonformuSel {
 
 	background:#1d1d1b;
 
 }



form#formvisible.PopupAlerta .contInputCheck,
form#formvisible.PopupAlerta .contInputRadio,
form#formvisible.PopupAlerta .contInputDate,
form#formvisible.PopupAlerta .selectOrganismos select {
	float:left;
	width:100%;
}

form#formvisible.PopupAlerta  td.subtituloFondo label {
    width: 80%;
}


form .bordeTablaInterior td.subtituloFondo{
    height: 35px;
    background-color: #898989 !important;
    color: white;
    text-align: center !important;
}

/***********************************************\
	LEGISLACIÓN POR MATERIAS
\***********************************************/

body#legilslacionMaterias {
	background:#fff;	
}

ul.materias {
	list-style:none;
	padding:0;
	margin:0;
	-webkit-column-count: 4;  -webkit-column-gap: 1.26%; /* Chrome, Safari 3 */
     -moz-column-count: 4;     -moz-column-gap: 1.26%; /* Firefox 3.5+ */
          column-count: 4;          column-gap: 1.26%; /* Opera 11+ */
	margin-top:30px;
}

ul.materias li {
	margin-bottom:15px;	
}

ul.materias a {
	color: #1d1d1b;
	font-weight:400;	
}

ul.materias a:hover {
	color: #cc0a2d;
}

ul.materias a:before {
	content:">";
	margin-right:5px;	
}

.documentos p {
	float:left;	
	margin-top: 8px;
}

.documentos p span {
	font-weight:700;
}

.ordenarPor {
	float:right;	
}

.documentos {
    display: inline-block;
    width: 100%;
    margin: 15px 0 0;
}

.documentos select {
	background-color:#fff;
	width: 210px;
	margin-left: 10px;
	margin-bottom: 0;	
}
a.btnEnlazar,
a.btnImprimir,
a.btnImprimirIndice,
a.btnAlertas,
a.btnGuardar,
a.btnPantalla,
a.btnPDF,
a.btnTextoRLGV {
	font-weight:400;
	color:#1b1b1b;
	background-size:20px !important;
	display:block;
	padding-left: 25px;
	line-height: 30px;
	margin-top: 20px;
	margin-right: 25px;
	float: left;
}
a.btnAlertas {
	float:left;
	background:url(../img/icon-alertas.png) no-repeat left center;

}

a.btnAlertas:hover {
	background:url(../img/icon-alertas-hover.png) no-repeat left center;

}

a.btnEnlazar {
	float:left;
	background:url(../img/icon-link.png) no-repeat left center;
}

a.btnEnlazar:hover {
	background:url(../img/icon-link-hover.png) no-repeat left center;
}


a.btnImprimir {
	float:right;
	background:url(../img/icon-print.png) no-repeat left center;
	margin-right: 0px;
}

@media print{
	a.btnImprimir {
		display: none !important; 
	}
	
}

a.btnImprimirIndice {
	float:right;
	background:url(../img/icon-print.png) no-repeat left center;
	margin-right: 0px;
}

@media print{
	a.btnImprimirIndice {
		display: none !important; 
	}
	
}
a.btnImprimir:hover {
	background:url(../img/icon-print-hover.png) no-repeat left center;
}
a.btnImprimirIndice:hover {
	background:url(../img/icon-print-hover.png) no-repeat left center;
}

a.btnGuardar {
	float:left;
	background:url(../img/icon-descarga.png) no-repeat left center;
}

a.btnGuardar:hover {
	background:url(../img/icon-descarga-hover.png) no-repeat left center;
}
a.btnPantalla {
	float:left;
	background:url(../img/icon-amplia.png) no-repeat left center;
}

a.btnPantalla:hover {
	background:url(../img/icon-amplia-hover.png) no-repeat left center;
}
a.btnPDF {
	float:left;
	background:url(../img/ico-pdf.png) no-repeat left center;
}

a.btnPDF:hover {
	background:url(../img/ico-pdf-hover.png) no-repeat left center;
}

a.btnTextoRLGV {
	float:left;
	background:url(../img/textlrgv.png) no-repeat left center;
}

a.btnTextoRLGV:hover {
	background:url(../img/textolrgv-hover.png) no-repeat left center;
}



a.btnEnlazar:hover,
a.btnImprimir:hover,
a.btnImprimirIndice:hover,
a.btnAlertas:hover,
a.btnGuardar:hover,
a.btnPantalla:hover,
a.btnPDF:hover,
a.btnTextoRLGV:hover {
	color:#cc0a2d;	
}

ul.pages {
	list-style:none;
	padding:0;
	margin: 30px 0;
	text-align:center;
	clear: both;
}

ul.pages li {
	display: inline-block;
	padding: 0 3px;	
}

ul.pages a {
	color:#1b1b1b;	
}

ul.pages a:hover {
	color:#cc0a2d;	
}

ul.pages li.sel {
	color:#cc0a2d;
	font-weight:400;	
}

ul.pages li.siguiente a:after {
    content: " >";
}

ul.pages li.anterior a:before {
    content: "< ";
}

ul.pages li.principio a:before {
    content: "<< ";
}

ul.pages li.final a:after {
    content: " >>";
}

/***********************************************\
	CSS GENERICAS
\***********************************************/

.espaciadoLv1 {
	padding: 20px 0;
	display: inline-block;
	width: 100%;
}
.negrita {
	font-weight: bold;
}

table.datepick td.selected{
	font-size: 16px;
    margin: 0;
    padding: 0;
    padding-top: 15px;
    height: 51px;

}

table.datepick td.datepick-unselectable, table.datepick td.datepick-unselectable:hover{
	font-size: 16px;
    color:#DDDDDD !important;
    margin-top: 7px;
	margin: 0;
    padding: 0;
    padding-top: 15px;
	height: 51px;
}

table.datepick td.datepick-other-month, table.datepick td.datepick-other-month:hover{
    color: #969696;
}

.anyo_codigo, .codigo{
	width: 30%;
}

.anyo_codigo{
	float: left;
}

.codigo{
	float: right;
}

a{
    display: inline;
    position: relative;
}

.busqueda_docv btn_consulta.a:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    top: 26px;
    color: #fff;
    content: attr(title);
    right: 50%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 300px;
}

.busqueda_docv btn_consulta.a:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 0px 6px 6px 6px;
    top: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}

.datepick-links .datepick-prev, .datepick-links .datepick-next{
	display:none;
	}
	
select:disabled {
     background: url(../img/flechaSelect.png) no-repeat right center rgba(0,0,0,0.1);
    background-size: auto 100%;
}

table{
    clear: both;
    float: none;

}

.contInputCheck{
	width: 64%;
}

.lblDate{
	display: none;
}


.rowSubmit{
    display: inline-block;
	width: 100%;

}


/*#LISTA ORGANISMOS POPUP ##################################################



###################################################*/

#popup, #popup2, #popup3 {
	position: absolute;
	top: 100px;
	right: 100px;
	width: 562px;
	height: auto;
	z-index: 20;
	display: inline-table !important;
	border: 1px solid #D6D6D6;
	min-height: 300px;
}

form#formvisible table.tablesorter{
	width: 100%;
	display: inline-table;
	float: left;
	background-color: #c6113a;
	
}

form#formvisible table.tablesorter th.header{
	color: #fff;
	font-size: 1.3em;
	text-align: left;
	padding-left: 1em;
	height: 50px;
}


form.PopupAlerta{
	border: 1px solid #d1d1d1;
}

form input[type="button"] {
    float: right;
    border: 0;
    background: #3c3c3c;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    width: 82.5%;
    padding: 13px;
    margin-top: 34px;
    cursor: pointer;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
}

form .row .contingut a{
	font-size: 1.3em;
	color: #767676;
	padding-left: 1em;
	padding-top:.5em;
	padding-bottom:.5em;
	line-height:20px;
	width:100%;
	display:inline-table;
	/*border:1px solid #eaeaea;*/
}

form .row .contingut a.col_0{
	background-color:#fff;
}
form .row .contingut a.col_1{
	background-color:#f6f6f6;
}

div.seleccionados h4{
	padding-left: 10px;
	padding-top: 10px;
}

div.operadores{
	
	width: 100px;
	display: inline-table;
	height: 30px;
	margin: 10px;
}


div.seleccionados div.operadores a.plus {
	/* padding-left: 10px; */
	padding-top: 2px;
	display: inline-table;
	border: 0;
	background: #3c3c3c;
	color: #fff;
	text-transform: uppercase;
	/* font-size: 20px; */
	font-weight: 700;
	text-align: center;
	width: 82.5%;
	/* padding: 13px; */
	/* margin-top: 34px; */
	cursor: pointer;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	/* height: 20px; */
	padding-bottom: 2px;
}

div.seleccionados div.operadores a.plus:hover{
	background: #1d1d1b;
}



div.terminos{
	padding: 1em;	
}

.margen20 {
	margin-top: 20px;
}

.flotanteDcha {
	float: right;
}


/***********************************************\
	ELI
\***********************************************/

.rojoEli {
	color:#dc002e;
}


/***********************************************\
	RESPONSIVE
\***********************************************/

@media (max-width: 1280px) { 



	.contenedor .lineaany {
		width: 66.24%;
	}
	.contenedor a.EnlacePdfDOCV {
		width:32.49%;	
	}
}

@media (max-width: 1024px) { 

	
/***********************************************\
	POPUP ALERTAS
\***********************************************/

	form#formvisible label{
	
		width:80%;
	
	}
	
	form#formvisible.PopupAlerta label {
    width: 100%;
	}

	form#formvisible.PopupAlerta .col_1-2 {
		/*float:left;
		margin-right:2.56%;
		width:60.72%;*/
		margin-left:10px;	
		margin-right:10px;	
	}
		
	form#formvisible.PopupAlerta .last {
		
	}
	
	form#formvisible.PopupAlerta .contInputText{
		width: 80%;
	}
	
	form#formvisible.PopupAlerta .contInputText, form#formvisible.PopupAlerta select, form#formvisible.PopupAlerta .contInputCheck, form#formvisible.PopupAlerta .contInputDate, form#formvisible.PopupAlerta  input[type="submit"], button {
    width: 100%;
    padding-left:20px;
	}
	
	form#formvisible.PopupAlerta .contInputText{
	 padding-left:0px;
	}
	
	
/***** FIN POPUP ALERTAS RESPONSIVE */
	
		form .contInputTesaurus label {
		width: 19.488%;

	}
form .contInputTesaurus .contInputText {
    width: 80.51%;
}
	form label {
		width: 40%;
		font-size:16px;
		margin-top: 5px;
		margin-bottom: 10px;
		text-align: left;
	}
	
	.large_label{
	width: 19.488%;
}

.large_select, .contInputText.large_input, .large_checkbox{
	width: 80.512% !important;

}

form input[type="submit"].large_button{

	width: 80.512%;
}

        .busqueda_docv label{ 
           width: 40%;
        }
	

        .contInputText, form select, 
	.contInputCheck, 
	.contInputDate,
	form input[type="submit"], button {
		width: 60%;
	}
	
	.contInputText.inputOrganismo{
		width: 50%;
	}
	
	.contInputText.inputOrganismoLarge{
		width: 74%;
	}
	
	.contenedor .lineaany,
	.contenedor a.EnlacePdfDOCV {
		width:100%;	
	}
	
	.contenedor .lineaany {
		margin-bottom:10px;
	}
	
	ul.materias {
		-webkit-column-count: 3; /* Chrome, Safari 3 */
		 -moz-column-count: 3;   /* Firefox 3.5+ */
			  column-count: 3;   /* Opera 11+ */
	}
	
	.anyo_codigo, .codigo{
		width: 28%;
	}

}

@media (max-width: 700px) { 

	.disposicion .codigo {
		width: 30%;
    		font-size: 0.8em;
	}

	.contenedor .lineaany{
	text-align: left;
	}
	.lineaany .Anyo ,.lineaany .NumeroDogv,.lineaany .FechaLiteral{
		display: inline-block;
		float: left;
	}
	
	.lineaany .FechaLiteral{
		width: 100%;
		text-align: left;
	}

	.form_busqueda  label {
		width: 100% !important;
	}
	
	.form_busqueda .contInputText, .form_busqueda select,.form_busqueda .contInputCheck,.form_busqueda .contInputDate, .form_busqueda input[type="submit"],.form_busqueda button{
	width: 100% !important;
	
	}
	.contInputCheck{
		width: 60%;
	}
	/*.lineaany .Anyo,
	.lineaany .NumeroDogv {
		float:left;	
	}*/
	
	ul.materias {
		-webkit-column-count: 2; /* Chrome, Safari 3 */
		 -moz-column-count: 2;   /* Firefox 3.5+ */
			  column-count: 2;   /* Opera 11+ */
	}
	
	.ordenarPor {
		float: left;
		clear: left;
		margin-top: 10px;
	}
	
	a.btnImprimir {
		float: left;
		clear: left;
		margin-top: 5px;
	}
}

@media (max-width: 480px) { 
	.col_1-2 {
		margin-right: 0;
		width: 100%;
	}
	
	.form_busqueda .col_1-2 {
		margin-right: 0;
		width: 100% !important;
	}
	ul.materias {
		-webkit-column-count: 1; /* Chrome, Safari 3 */
		 -moz-column-count: 1;   /* Firefox 3.5+ */
			  column-count: 1;   /* Opera 11+ */
	}
	
	.disposicion ul {
		position: absolute;
		right: 15px;
		bottom: 15px;
		padding-top: 15px;
		max-height: 50px;
	}
	
	.disposicion li {
		/*margin: 0 14px 7px 0;*/
	}
	
	.contenido .disposicion {
		padding-bottom:80px;	
	}
	
	.busqueda_docv .contInputDate {
		width: 60%;
	}
	.lblDate{
		width: 40% !important;
		display: block;
		height: 25px;
	}

	.disposicion .codigo{
		width: 100%;
		bottom: 55px;

	}

	.disposicion li {
 	   display: inline-block;
 	   margin-left: 6px;
	}
	
}

@media (max-width: 1024px) and (min-width: 500px){
	table.datepick td.datepick-unselectable, table.datepick td.datepick-unselectable:hover{
		padding-top: 25px;
	}

}