/* ----------------------------------------------------------------------------------
	Hoja de estilos para la página de Viafirma

	Desarrollado por Servicios Avanzados para las Instituciones S.L. (VIAVANSI)
	Contacto: comercial@viavansi.com
	http://www.viavansi.com

	Encoding:	UTF-8
	Autor:		Juan G. Hurtado
	e-Mail:		jghurtado@viavansi.com
---------------------------------------------------------------------------------- */

/* =GLOBALS
---------------------------------------------------------------------------------- */
body {
	background: #fff;
	color: #555;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body, button, input, textarea, select {
    font: 12px/1.231 Arial, Helvetica, sans-serif;
}

#global {
	background: #fff;
	width: 992px;
}

.layout-wrapper,
#cuerpo,
#ayuda {
	margin: 0 auto;
	width: 545px
}

hr {
	display: none;
}

label {
	display: inline;
}

h2 {
	/*color: #666;
	font-weight: bold;
	text-decoration: none;*/
	font-size: 15px;
}

a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

a:focus, a:hover {
	text-decoration: underline;
}

p.volver {}

	p.volver a {}

.downloadFilesToSign {

}

	.downloadFilesToSign a {
		background: #7B5332;
		color: #fff;
		display: inline-block;
		font-weight: bold;
		font-size: 0.9em;
		margin-right: 1em;
		padding: 0.85em 0.95em;
		position: relative;
		text-decoration: none;
	}

	.downloadFilesToSign a:before {
		content: '';
		background: #7B5332;
		height: 2px;
		left: 0;
		top: -3px;
		position: absolute;
		width: 100%;
	}

	.downloadFilesToSign a:after {
		content: '';
		background: #7B5332;
		height: 2px;
		left: 0;
		bottom: -3px;
		position: absolute;
		width: 100%;
	}

	.downloadFilesToSign a:focus,.downloadFilesToSign a:hover {
		background: #5b5b5b;
	}

	.downloadFilesToSign ul {
	border-top: 1px solid #ccc;
	margin: 0 0 1.5em 0;
	padding: 0;
}

	.downloadFilesToSign ul li {
		border-bottom: 1px solid #fff;
		list-style-type: none;
		padding: 0.25em 0.5em;
	}

	.downloadFilesToSign ul li a,
	.downloadFilesToSign ul li a:focus,
	.downloadFilesToSign ul li a:hover,
	.downloadFilesToSign ul li a:active {
		background: none;
		border: 0;
		color: #fff;
		margin: 0;
		padding: 0;
	}

#cabecera p,
hr.separador,
/*#ayuda,*/
#pie {
	display: none;
}

/* =HEADER
---------------------------------------------------------------------------------- */
#cabecera_old {
	/*background: url(https://apps.consorseguros.es/ComunicacionDVW/images/X099M_cab_aplic_externas.jpg) no-repeat 0 0;*/
	background: url(images/X099M_cab_aplic_externas.jpg) no-repeat 0 0;
	height: 98px;
}

#cabecera {
 height: 98px;
  background-image: url(images/logo_gob1.jpg), url(images/X099M_cab_aplic_externas.jpg) ;
  background-size: 20%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-position:top left, top left;
   
}


	#cabecera h1 {
		height: 75px;
		margin: 0 0 0 10px;
		padding: 0;
		position: relative;
		top: 20px;
		width: 300px;
	}

		#cabecera h1 a {
			display: block;
			height: 100%;
			text-indent: -999em;
			width: 100%;
		}

/* =CONTENT
---------------------------------------------------------------------------------- */
#contenido {
	background: #fff;
	color: #5A3C24;
	/*padding: 0 0 2em 0;*/
}

#cuerpo .texto {
	margin-bottom: 0.5em;
	margin-right: 1em;
	margin-top: 2.5em;
	padding: 0.45em 0.95em;
	text-decoration: none;
	/*border: 1px solid;*/
}