#logo {
	background-image: url('../img/almenara/logo.png');
	height: 250px;
	width: 600px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 350px;
}

#logoCabecera {
	background-image: url('../img/almenara/logo.png');
	height: 284px;
	width: 400px;
	background-position: center;
	background-repeat: no-repeat;
	margin: 50px 0;
	background-size: cover;
}

#descripcionCabecera {
	padding-right: 20px;
}

/* REDEFINIMOS COLORES ANTERIORES */
/* Color base: #0F52A1*/


h3{
	background-color: #0F52A1;
	border: 1px solid #0F52A1;
}

input[type="submit"], .boton{
  font-size: small;
  color: #000000;
  background-color: #ffffff;

}


input[type="submit"]:hover, .boton:hover{
  color: #ffffff;
  background-color: #ffffff;
  cursor: pointer;
  background-image: linear-gradient(bottom, rgb(15, 82, 161) 10%, rgb(15, 82, 161) 72%);
	background-image: -o-linear-gradient(bottom, rgb(15, 82, 161) 10%, rgb(15, 82, 161) 72%);
	background-image: -moz-linear-gradient(bottom, rgb(15, 82, 161) 10%, rgb(15, 82, 161) 72%);
	background-image: -webkit-linear-gradient(bottom, rgb(15, 82, 161) 10%, rgb(15, 82, 161) 72%);
	background-image: -ms-linear-gradient(bottom, rgb(15, 82, 161) 10%, rgb(15, 82, 161) 72%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.1, rgb(15, 82, 161)),
		color-stop(0.72, rgb(15, 82, 161))
	);
}

html{
	font-size: 14px;
}

table.no100 input, table.no100 select{
	margin: 8px;
}

table.cuerpoSeccion, table.cuerpoSeccionHyR {
	border: 1px solid #0F52A1;
}

A:link {
	color: #0F52A1; text-decoration: none;
}
A:visited {
	color: #0F52A1; text-decoration: none;
}

A:active {
	color: #0F52A1; text-decoration: none;
}

A:hover {
	color: #0F52A1;
}

.seccionTop {
	/*background-color: #4E7DAB;*/
	background-color: #0F52A1;
	padding:5px 15px;
	color: #FFF;
	font-size: 13px;
	letter-spacing: 3px;
	font-weight: bold;
	width: 100%;
}

.seccionIzq {
	/*background-color: #4E7DAB;*/
	background-color: #0F52A1;
}

.seccionDer {
	/*background-color: #4E7DAB;*/
	background-color: #0F52A1;
}

.seccion {
	background-color: #EFEFEF;
	border-bottom: 2px solid #CCC;
	padding: 6px;
}

div#hechosyrazones table.cuerpoSeccionHyR{
	padding-top: 18px;
    padding-right: 18px;
    padding-left: 18px;
}

input[type="button"]{
	background-color: #0F52A1;
}


input[type="button"]:hover{
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		
		color-stop(0.1, rgb(15, 82, 161)),
		color-stop(0.72, rgb(80,135,199))
	);
}



#imgPDF{
	position: static;
}


.errores{
	background-color: #FFBABA;
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px !important;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url("/AutoliquidacionesWeb/img/errorHttp.png");
}

select#apartados, select#epigrafes {
    margin-top: 15px;
}

.groupView{
	
	border: 0px;
	margin-top: 10px;
	padding-left: 0px;
	margin-left: 0px;
	
}

#autoliquidacion_xtra {
	max-width: 800px;
	margin: 0 auto;
	left: 0%;
	min-width: 600px;
	font-size: 12px;
}

label.vertical{
	
	font-size: 14px;
}

div#div_ayuda_form_extra img{
	
	max-width: 800px;
}

div#autoliquidacion_xtra input#boton_enviar {
    margin-top: 50px;
}
