html,body {
	text-align: center;
	/*height: 100%;*/
}

body {
	margin: 0;
	padding: 0;
	background-color: #EFEFEF;
	font-family: sans-serif, tahoma;
	font-size: 12px;
}

/*div{
	min-height: 100%;
}
*html div{
	 height: 100%;
	}*/ /*  Estructura de las paginas				        */
	/*          ___________________________________     */
	/*			|<cabecera>                        |	*/
	/*			|__________________________________|	*/
	/*			|<barra_estado>                    |	*/
	/*			|__________________________________|	*/
	/*			|<barra_navegacion>                |	*/
	/*			|__________________________________|	*/
	/*			|                                  |	*/
	/*			|                                  |	*/
	/*			|<cuerpo>                          |	*/
	/*			|                                  |	*/
	/*			|__________________________________|	*/
	/*			|<pie_pagina>                      |	*/
	/*			|__________________________________|	*/
	/* contenedor general para toda la página*/
.blanco {
	
}

#contenedor {
	margin: 0 auto;
	width: 74em;
}

#cabecera {
	background-color: #CC0000;
	background-image: url("../images/cabecera/fondo_cabecera.jpg");
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
}

#cabecera_inferior {
	height: 2em;
	width: 100%;
	padding-top: 0.5em;
}

#logotipo {
	float: left;
}

#cabecera_fondo {
	padding-top: 1em;
	background-image: url("../images/cabecera/fondo.gif");
	background-repeat: no-repeat;
	background-position: right -1px;
	padding-bottom: 1em;
}

#cabecera_inferior_blanco {
	height: 0.5em;
	width: 100%;
	padding-top: 0.5em;
}

.blanco {
	background-color: white;
}

#cabecera_superior {
	
}

#cabecera_superior img {
	display: block;
}

#cabecera_inferior #logo_gobierno {
	
}

#pie_cabecera_inferior {
	clear: both;
	width: 100%;
	height: 0px;
}

#salir {
	font-size: 0.75em;
	margin-right: 1em;
	margin-top: 0.6em; 
	/*margin-top: 1em !important;*/
	text-align: right;
}

.contenido {
	background-color: white;
}

#cuerpo {
	background-color: white;
	padding-top: 0.4em;
	padding-bottom: 1em;
}

.fondoChica {
	background-image: url("../images/fondo_chica.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-left: 1em;
	margin-right: 1em;
}

#salir img {
	border: none;
}

#salir a {
	color: #CC0000;
	background-color: inherit;
	text-decoration: none;
}

/* contiene informacion acerca del estado de la aplicacion*/
#barra_estado {
	background-color: white;
	background-image: url("../images/fondo.gif");
	background-repeat: repeat-x;
	color: black;
	min-height: 1.3em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	width: 100%;
	background-image: url(../images/fondo.gif);
	background-repeat: repeat-x;
	text-align: left;
}

#barra_estado dl {
	margin: 0 0 0 1em;
	font-size: 0.8em;
}

#barra_estado dl dt {
	display: block;
	margin: 0;
	float: left;
	font-size: 1em;
}

#barra_estado dl dd {
	display: block;
	margin: 0 1em 0 0;
	font-size: 1em;
	float: left;
	margin-top: 0.3em;
	margin-left: 0.3em;
}

/*div para la fecha (es opcional)*/
#fecha {
	float: right;
	margin-right: 0.5em;
	font-size: 0.8em;
}

/* Formato para la barra de navegacion */
#barra_navegacion {
	background-color: #E2E2E2;
	background-image: url(../images/fondo2.gif);
	background-repeat: repeat-x;
	color: black;
	font-size: 0.8em;
	min-height: 1.3em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	width: 100%;
	text-align: left;
}

#barra_navegacion p {
	margin: 0 0 0 1em;
	font-size: 1em;
	margin-right: 0.5em;
}

/*Div para contener el cuerpo de la pagina */
#cuerpo_pagina {
	color: black;
	padding-left: 0.3em;
	padding-right: 0.3em;
	padding-top: 0.7em;
	width: 100%;
	padding-left: 0em;
	padding-right: 0em;
}

/* Div para el contenido del cuerpo de la pagina, donde se ubicaran los controles */
#contenido_tab {
	clear: both;
	width: 100%;
}

/*Estilos para el pie de pagina */
#pie_pagina {
	background-color: #CC0000;
	background-image: url(../images/fondopie.gif);
	background-repeat: repeat-x;
	clear: both;
	color: white;
	padding-bottom: 1em;
	padding-top: 1.4em;
	/*height: 1.6em;*/
}

#pie_pagina a {
	color: white;
}

#pie_pagina ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#pie_pagina ul li {
	display: inline;
	padding: .2em 2em;
	border-left: 1px;
	border-left-color: white;
	border-left-style: solid;
	font-size: 0.8em;
}

/*Estilos para el cuerpo del tab (layout para ubicar los controles)*/
.cuerpo {
	background-color: white;
}

/*Parte superior del cuerpo, similar al titulo */
#captioncuerpo {
	margin: 0.3% 0% 0.3% 0%;
	padding: 1px 1px 1px 1px;
	font-size: 1em;
	text-align: left;
}

/*Espacio para los controles */
#bodycuerpo {
	margin: 0% 0% 0.3% 0%;
	padding: 1px 1px 1px 1px;
	font-weight: normal;
	font-size: 1em;
	text-align: center;
}

/*Pie del cuerpo. */
#piecuerpo {
	margin: 0% 0% 0.3% 0%;
	padding: 1px 1px 1px 1px;
	font-weight: normal;
	font-size: 1em;
	text-align: right;
}

#piecuerpo p {
	text-align: center;
}

#path {
	padding-left: 10px;
	float: left;
}

#errores {
	margin: 0% 0% 0% 0%;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 1em;
	background: #b6cbeb;
	text-align: center;
	color: red;
}

.form {
	POSITION: relative;
	margin: 0% 0% 0% 0%;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 12px;
	background: #b6cbeb;
	color: inherit;
	text-align: left;
}

.centro {
	background-image: url(../images/fondo-cabecera.gif);
	background-color: white;
	background-position: center bottom;
	background-repeat: repeat-x;
	text-align: right;
	height: 7em;
}

#loginPanel {
	padding: 0.1em 0.5em;
	background-color: white;
	padding-left: 8em;
	padding-right: 8em;
}

#standards_compliant {
	margin: 1.1em auto auto;
	text-align: right;
	width: 900px;
}

#standards_compliant li {
	display: inline;
}

#xhtml_compliant_img,#css_compliant_img,#wcag_1_0_compliant_img {
	width: 5em;
	border: 0px;
}

.layout_area_body {
	
}

.cuerpo_fondo {
	background-color: white;
}

b.rtop,b.rbottom {
	display: block;
	margin-top: 0px;
	padding-top: 0px;
}

.fondoBorde {
	background-color: white;
}

b.rtop b,b.rbottom b {
	display: block;;
	height: 1px;
	overflow: hidden;
}

b.r1 {
	margin: 0 5px;
}

b.r2 {
	margin: 0 3px;
}

b.r3 {
	margin: 0 2px;
}

b.rtop b.r4,b.rbottom b.r4 {
	margin: 0 1px;;
	height: 2px;
}

.colorChipbip {
	background-color: #E3E3E3;
}

.colorRojo {
	background-color: #cc0000;
}

.colorRojoOscuro,.colorRojoOscuroLogin {
	background-color: #780202;
}

.fondoBarra {
	background-color: #E3E3E3;
}

.none {
	
}

#sponsors {
	border: 1px solid white;
	height: 3.5em;
	margin-left: 6em;
	margin-top: 3.5em;
	width: 31em;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	padding: 1px;
	padding-left: 1em;
}

#sponsors img {
	float: left;
	display: block;
	margin-right: 1.7em;
}

.columna_lateral {
	float: left;
	margin-left: 1%;
	visibility: hidden;
	width: 20%;
}

.columna_central {
	float: left;
	width: 80%;
	left: 7em;
	position: relative;
}

.columnas_2 {
	float: left;
	width: 48%;
}

.centrado {
	
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.acceso_ov {
	font-size: 0.75em;
}

.acceso_ov a {
	display: block;
	margin-right: 3em;
}

.acceso_ov a img {
	margin-right: 2em;
	padding-bottom: 0;
	width: 12em;
}

.acceso_ov_centrado {
	font-size: 0.75em;
	text-align: center;
}

.fondo_degrado {
	
}

#logos {
	left: 5em;
	overflow: hidden;
	top: 12.7em;
}

.escalable {
	width: 100%
}

#calgif {
	margin-top: 0.35em;
	margin-left: 0.3em;
	cursor: pointer;
}

#centro {
	width: 75%;
	float: left;
	background-color: transparent;
}

#barra_derecha {
	float: right;
	width: 22%;
	height: 30em;
	background-color: transparent;
}

.pLogin {
	border-color: #CC0000;
	border-style: solid;
	border-width: 1px;
	margin-right: 1em;
	margin-top: 1em;
}

#tramitesSinAcceso {
	font-size: 1.2em;
	line-height: 1em;
	text-align: left;
	margin-left: 0.8em;
	margin-right: 0.8em;
	margin-bottom: -0.8em;
	font-weight: bold;
}

.izq {
	padding-top: 0.5em;
	text-align: left;
	padding-bottom: 0.5em;
}

#tramitesSinAcceso a,#tramitesSinAcceso a:link,#tramitesSinAcceso a:visited
	{
	color: #cc0000;
	text-decoration: none;
}

#tramitesSinAcceso a:hover {
	color: #ee0000;
}

#tramitesSinAcceso h2 {
	font-size: 1.1em;
}

.display {
	padding-top: 1em;
	padding-bottom: 1em;
}

.cerrarSession {
	padding-top: 0.5em;
	display: block;
	text-align: center;
	font-size: 1em;
}

.sesionIniciada {
	background-image: url("../images/kuser.gif");
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	padding-top: 4em;
	text-align: center;
	font-size: 1em;
}

.cerrarSession2 {
	display:block;
	float:right;
	font-size:1em;
	padding-top:0.5em;
	text-align:center;
	width:10em;
}

.sesionIniciada2 {
	background-image:url(../images/kuser.gif);
	background-position:center top;
	background-repeat:no-repeat;
	display:block;
	float:right;
	font-size:1em;
	margin-right:1em;
	padding-top:4em;
	text-align:center;
	width:8em;
}

#session{
	width: 3em;
	float:right;
}

.barra_separacion {
	font-weight: bold;
}

#barraBotones {
	padding-top: 1em;
	padding-left: 1em;
	
}

#barraBotones a:visited, #barraBotones a:hover, 
.botonEmpresas a,.botonEntidades a,
.botonCursos a, .botonAutonomos a {
	color: #FFFFFF;
	text-decoration: none;
}

#barraBotones div {
	float: left;
	padding: 0.5em 0em 0.5em 0em;
	margin-right:0.5em;
	
}

#barraBotones .botonEmpresas {
	background-image: url(../images/inicio/bEmpresas.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	color: #FFFFFF;
	width:14em;
	font-weight: bold;
}
#barraBotones .botonCursos {
	background-image: url(../images/inicio/bCursos.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	color: #FFFFFF;
	width:13.5em;
	font-weight: bold;
}

#barraBotones .botonEntidades {
	background-image:url(../images/inicio/bEntidades.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	width:12em;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:0.5em;
}

#barraBotones .botonAutonomos {
	background-image:url(../images/inicio/bAutonomos.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	width:12em;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:0.5em;
}

.inicioEmpresas {

}

#banner {
	
}

#banner .bannerEmpresas {
	
}

#banner .barraSuperior {
	height: 1em;
}

#banner .bannerImagen {
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	padding-bottom: 5.3em;
	padding-right: 2em;
	padding-top: 1em;
	text-align: right;
	height:4em;
}

#banner .barraInferior {
	font-size: 1.2em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	padding-top: 0.5em;
	text-align: left;
	color: #FFFFFF;
}

.barraInferior img {
	margin-right: 1em;
}

.barraInferior span {
	margin-right: 1em;
}

.bannerEmpresas .barraSuperior {
	background-color:#DA251D;
}

.bannerEmpresas .bannerImagen {
	background-image: url(../images/inicio/fondoEmpresas.jpg);
}

.bannerEmpresas .barraInferior {
	background-color: #DA251D;
}
.bannerCursos .barraSuperior {
	background-color:#007CC3;
}
.bannerAutonomos .barraSuperior {
	background-color:#B6B6B6;
}
.bannerAutonomos .bannerImagen {
	background-image: url(../images/inicio/fondoAutonomos.jpg);
}

.bannerCursos .bannerImagen {
	background-image: url(../images/inicio/fondoCursos.jpg);
}

.bannerAutonomos .barraInferior {
	background-color:#B6B6B6;
}
.bannerCursos .barraInferior {
	background-color: #007CC3;
}

.bannerEntidades .barraSuperior {
	background-color: #ED6E00;
}

.bannerEntidades .bannerImagen {
	background-image: url(../images/inicio/fondoEntidades.jpg);
}

.bannerEntidades .barraInferior {
	background-color: #ED6E00;
}

.inicioTramites {
	background-image: url(../images/inicio/fondocasa.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	line-height: 2em;
	padding: 4em;
	text-align: left;
	min-height: 40em;
}

#tramites h1 {
	font-size: 1.4em;
	font-weight: bold;
	border-bottom-style: dotted;
	width: 50%;
	border-bottom-width: 0.1em;
}

.tramitesEmpresa h1 {
	border-bottom-color: #DA251D;
}
.tramitesCursos h1 {
	border-bottom-color: #007CC3;
}

.tramitesEntidades h1 {
	border-bottom-color: #ED6E00;
}

.tramitesAutonomos h1 {
	border-bottom-color: #B6B6B6;
}

#tramites h3 a,#tramites .sinAcceso h2 a, #tramites .conAcceso h2 a{
	color: #000000 !important;
	text-decoration: none;
}

#tramites h3 a:hover,#tramites .sinAcceso h2 a:hover, #tramites .conAcceso h2 a:hover {
	text-decoration: underline;
}

#tramites h2 {
	
}

#tramites h3 {
	
}

#tramites ul {
	list-style-position: outside;
}

#tramites .conAcceso h2 {
	font-size: 1.2em;
	font-weight: bold;
}

#tramites .tramitesEmpresa .conAcceso h2 {
	color: #007CC3;
}

#tramites .tramitesCursos .conAcceso h2 {
	color: #DA251D;
}

#tramites .tramitesAutonomos .conAcceso h2 {
	color: #B6B6B6;
}

#tramites .tramitesEntidades .conAcceso h2 {
	color: #ED6E00;
}

#tramites .conAcceso {
	padding-bottom: 2em;
}

#tramites .sinAcceso {
	padding-bottom: 2em;
}

#tramites .conAcceso h3 {
	color: black;
	
}

#tramites .sinAcceso h2 {
	
}

#tramites .tramitesEmpresa {
	
}

#tramites ul .nivel1 {
	
}

#tramites ul .nivel2 {
	margin-left: 1em;
}

#tramites ul .nivel3 {
	margin-left: 2em;
}

.tramitesEmpresa ul {
	
}

.tramitesEmpresa ul li {
	
}

.tramitesEmpresa ul .nivel1 {
	list-style-image: url(../images/inicio/listaEmpresasN1.jpg);
}

.tramitesEmpresa ul .nivel2 {
	list-style-image: url(../images/inicio/listaEmpresasN2.jpg);
}
.tramitesCursos ul .nivel1 {
	list-style-image: url(../images/inicio/listaCursosN1.jpg);
}

.tramitesCursos ul .nivel2 {
	list-style-image: url(../images/inicio/listaCursosN2.jpg);
}

.tramitesAutonomos ul .nivel1 {
	list-style-image: url(../images/inicio/listaAutonomosN1.jpg);
}

.tramitesAutonomos ul .nivel2 {
	list-style-image: url(../images/inicio/listaAutonomosN2.jpg);
}

.tramitesEntidades ul .nivel1 {
	list-style-image: url(../images/inicio/listaEntidadesN1.png);
}

.tramitesEntidades ul .nivel2 {
	list-style-image: url(../images/inicio/listaEntidadesN2.png);
}

ul .nivel3 {
	list-style-image: none;
	list-style-type: disc;
	margin-left: 3em;
}

.tramitesEmpresa h1,.tramitesEmpresa .conAcceso h2 {
	color: #DA251D;
}
.tramitesCursos h1,.tramitesCursos .conAcceso h2 {
	color: #007CC3;
}

.tramitesEntidades h1,.tramitesEntidades .conAcceso h2 {
	color: #ED6E00;
}

.tramitesEmpresa ul .nivel3 {
	color: #DA251D;
}
.tramitesCursos ul .nivel3 {
	color: #007CC3;
}

.tramitesEntidades ul .nivel3 {
	color: #ED6E00;
}

.clear {
	clear: both;
	float: none !important;
	height: 0;
	padding: 0 !important;
}
