html, body { 
	height:100%; 
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: "Arial";
	vertical-align: baseline;
}

a{
text-decoration:none;
}

A:link {text-decoration:none;color:#A3A3A3;}


A:visited {text-decoration:none;color:#A3A3A3;}


A:active {text-decoration:none;color:#A3A3A3;}


A:hover {text-decoration:none;color:#A3A3A3;} 

body {
	background-color: #EFECEF;
	color:#A3A3A3
}

img {
	border: none;
}

#responsive { 
	display:none;
}

#logomobile{
	display:none;
}

.selector_mobile{
	display:none;
}

.title {
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #ededed;
	border-right: 3px solid #dc002e;
	padding: 10px 20px;
}

.wrapper {
	position:relative;
	margin:0px auto 0px auto;
	width: 624px;
	height:100%;
}

.contenido {
	font-size: 12px;
	padding: 10px 20px 10px 20px;
}

/* ------- PSA -------- */
/*body{ font-family: 'MyCitroenRegular', Arial, Helvetica, sans-serif; background:#e9e9e9; color:#3a3a3a;}*/

#header{
  width: 100%;
  position: relative;
  height: 70px;
  background:#FFFFFF url(../img/header_line-repx.png) repeat-x left bottom;
  z-index:500;
}

#page{
	background: url('../img/body_bg.png') repeat-y center top ;
position:absolute;
width:100%;
min-height:100%;}

.splash_footer{ 
	font-size: 10px;
	position:fixed;
	right:0;
	bottom:0;
	width:100%;
	background:#fffFFF; 
	height:51px;
  background: url(../img/footer_bg.png) repeat-x left bottom;
	z-index:1000;
}

/* WEBJURIDICA */

#pdf{
	position:relative;
	margin: 0 auto;
	width: 624px;
	min-height: 300px;
}


#pdfview{
	width: 580px;
	height: 530px;
	z-index:500;
}

#pdf_content, #pdf_content02, #pdf_content03{
	width: 580px;
	height: 530px;
	z-index:500;
}


.subheader{
  position: relative;
	width: 624px;
  height: 70px;
  margin: 0 auto;
}

#normal{
	margin-top:5px;
	/*width: 190px;
	margin-top:20px;*/
	float:left;
}

#enlaces{
  position: relative;
	float:right;
	width: 430px;
	height:100%;
}

.enlace{
	position: relative;
	float:right;
	width: 148px;
	margin-right:2px;
	height:100%;
}

.activo{
  background: url(../img/header_link-active.png) no-repeat left center;
  padding: 0px 0px 10px 0px;
  color: #7C7C7C;
}

.pos_enl {
	position:relative;
	display:inline-block;
	margin-top:30px;
	width:100%;
	text-align:center;
}

.wrap_header{
	width:624px;
	height:60px;
}

.wrap_header_left{
	float:left;
	width:312px;
	height:100%;
}

.wrap_fecha{
	padding:28px 0px 21px 25px;
	font-size: 11px;
	color:#BBBBBB;
}

.wrap_header_right{
	float:right;
	width:312px;
	height:100%;
}

.wrap_junta{
	position:relative;
  background: url(../img/bt_junta.png) no-repeat right center;
	font-size: 11px;
	float:right; 
	color:#A7A7A7;
	padding:24px 25px 24px 10px;
}

.wrap_line{
	position:relative;
	margin: 0px auto;
	width:574px;
	height:3px;
	border-top: 1px dashed #ededed;
}

.wrap_title{
	position:relative;
	width:574px;
	height:auto;
	margin: 0px auto;
	padding: 5px 0px 3px 0px;
	font-size:12px;
	font-weight: bold;
	color:#5d5d5d;
}

.wrap_subtitle{
	position:relative;
  background: url(../img/body_arrow.png) no-repeat left center;
	width:564px;
	height:auto;
	margin: 0px auto;
	padding: 10px 0px 0px 15px;
	font-size:11px;
	color:#898988;
}

.wrap_sub{
	font-size:11px;
	color:#ee3524;
	text-decoration:none;
}

#buttons{
	position:relative;
	margin: 0px auto;
	width: 220px;
	white-space: nowrap;
}

.button{
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase; 
	width: 106px;
	height: 34px;
	margin-right: 5px;
	border: 0px ;
	background: url(../img/button.png) no-repeat center center;
	color:#868689;
}

.button:hover{
	background: url(../img/button_hover.png) no-repeat center center;
}

.button:active{
	background: url(../img/button_active.png) no-repeat center center;
}

#btn_down{
	display:none;
}

#btn_submit{
	display:none;
}

.footer_content{
	height:51px;
	width: 624px;
	margin:0 auto;
	background: url(../img/footer_center.png) no-repeat center bottom;
	text-align:center;
}

#footer_link{
	position:relative;
	padding-top:16px;
	height:23px;
	width:100%;
	margin:0 auto
	text-align:center;
}

.foot_enl{
	font-size:11px;
	padding: 12px 13px 0px 8px;
}

.separator{
	background: url(../img/footer_dots.png) no-repeat center center;
	padding: 8px 13px 7px 8px;
}

.footer_firma{
	position:relative;
	height:12px;
	width:100%;
	display:inline-block;
	text-align:center;
	font-size:8px;
	color: #FFFFFF;
}

/* PRINT CSS */
@media print {
	html, body { height:100%; }
	#header {
		display: none;
	}
	.title {
		display: none;
	}
	
	.splash_footer {
		display: none;
	}
	
	body {
		background: #FFFFFF;
	}
}

@media only screen and (max-width: 650px) {
	#responsive{
		display:block;
	}
	
	.wrapper {
		margin:0px auto 0px auto;
		width: 320px;
	}
	
	.subheader{
		position: relative;
		width: 320px;
		height: 70px;
		margin: 0 auto;
	}
	#enlaces{
	  position: relative;
		float:right;
		width: 10px;
		height:100%;
	}
	
	.enlace{
		position: relative;
		float:right;
		width: 148px;
		margin-right:2px;
		height:100%;
	}
	
	.activo{
		background: transparent;
	}
	.wrap_header{
		padding:inherit;
		width:100%;
		position:relative;
	}

	.wrap_header_left{
		width:100%;
		height:30px;
	}
	
	.wrap_fecha{
		padding:10px 0px 5px 15px;
		font-size: 11px;
		color:#BBBBBB;
	}
	
	.wrap_header_right{
		float:inherit;
		padding-top:20px;
		width:100%;
		height:30px;
	}
	
	.wrap_junta{
		background: inherit;
		float: inherit;
		display: inline;
		position:relative;
		width: auto;
		font-size: 9px;
		color:#A7A7A7;
		padding: 8px 23px;
		border-left: 3px solid #dc002e;
		background-color: #ecebec;
	}
	
	.wrap_line{
		position:relative;
		margin: 25px auto 0px auto;
		width:200px;
		height:3px;
		border-top: 1px dashed #ededed;
	}
	
	#btn_submit{
		display:inline;
	}
	#btn_down{
		display:inline;
	}
	.wrap_title{
		position:relative;
		width:100%;
		height:auto;
		margin: 0px auto;
		padding: 5px 0px 3px 15px;
		font-size:12px;
		font-weight: bold;
		color:#5d5d5d;
	}
	.wrap_subtitle{
		position:relative;
		background: url(../../img/body_arrow.png) no-repeat left center;
		width:280px;
		margin-left:15px;
		padding: 10px 0px 0px 15px;
		font-size:11px;
		color:#898988;
	}
	
	#page{
		background:inherit;
	}
	
	.footer_content{
		/*position:relative;*/
		height:51px;
		width: 320px;
		margin:0 auto;
		background: url(../../img/footer_center.png) no-repeat center bottom;
		text-align:center;
	}
}

#infoArchivo
{
    margin-top: -10px;
    width: 580px;
    background-color: #ECEBEC;
    padding: 14px;
    
    /*border-style: solid;
    border-width: 2px;
    border-color: #333333; */

}

#infoArchivo td
{
    color: #565656;
    padding-left: 15px;
}

#infoArchivo th
{
    color:#333333;    
}

.tab {
	overflow: hidden;
	border: none;
	display: flex;
	flex-direction: row;
	flex-wrap: none;
	justify-content: flex-end;
}

.tab button {
	float: right;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 25px 6px;
	transition: 0.3s;
	font-size: 11px;
	color: #A3A3A3;
	background-color: white;
}

.tab button:hover {
	color: #4599cc;
}

.tab button.active {
	color: #434343;
}