
@import url(IE6.css);

/***********************************************/
/*  GENERAL                                    */
/***********************************************/

body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

*, body, html, td {

	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	text-align: justify;	
}


b,strong
{
	 color:#084284;
	 font-weight:bold;
}

body {
	background-image:url(fondo_burriananova.png);
	background-repeat:repeat-x;
	}
	
	#user {
		display:none;
}

	
	
/***************************************************************** MENU PRINCIPAL *******************************/


/* Reglas para mostrar y ocultar menus, preparado para tres niveles */
ul#MainMenu ul {
    display: none;
}

/*ul#MainMenu ul, ul#MainMenu ul ul, ul#MainMenu li:hover ul ul {
    display: none;
}

ul#MainMenu li:hover ul, ul#MainMenu li:hover li:hover ul {
    display: block;
}*/


/* Reglas para el nivel 1 de menu */
ul#MainMenu {
    /*background-color: #084284;
    color: white;*/
    position: relative;
    line-height: 20px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 20px;
    /*border-top: solid 2px #084284;*/
}

ul#MainMenu li {
    float: left;
    padding: 0;
    list-style-type: none;
    background-image: url(bullet.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
}

ul#MainMenu *:first-child + li, ul#MainMenu li:first-child {
    background: none;
}

ul#MainMenu li:first-child + li {
    background-image: url(bullet.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
}

ul#MainMenu li a {
    display: block;
    color: white;
    text-decoration: none;
    padding: 0 10px;
}

ul#MainMenu li a.current {
    color: #084284;
	background-color: white;
	font-weight: bold;
}

ul#MainMenu li ul.ie6_select {
	display: block;
}

ul#MainMenu > li > a.current + ul,ul#MainMenu > li > a.breadcrumb + ul, ul#MainMenu > li > a.item_padre_select + ul, li#Admin_item:hover ul, li#Host_item:hover ul {
	display: block;
}


ul#MainMenu li a.item_padre_select {
    display: block;
    color: #084284;
    text-decoration: none;
	background-color:white;
    padding: 0 10px;
	font-weight:bold;
}

#menu ul#MainMenu li .breadcrumb ul li a.current {
    color: #087984;
	background-color: Transparent;
	font-weight: bold;
}


ul#MainMenu li a:hover {
    background-color: white;
    color: gray;
}

ul#MainMenu li ul li  a:hover {
    background-color: transparent;
    color: #087984;
}


/* Reglas para el nivel 2 de menu */
ul#MainMenu ul {
    background-color: white;
    position: absolute;
    list-style-type: none;
    padding: 0;
    margin: 0;
    left: 0;
    width: 940px;
    top: 20px;
}

ul#MainMenu ul li a {
    color: #084284;
}

#menu ul#MainMenu li a.current {
    color:  #084284;
	background-color: white;
	font-weight: bold;
}

#menu ul#MainMenu li ul li {
	border-top:1px solid white;
}

#menu ul#MainMenu li ul li a:hover {
    color: white;
		/*background-color: #084284;*/
	background-image:url(barra_burriananova.png);
	background-repeat:repeat-x;
	/*
	border-top:1px solid white;
	border-bottom:1px solid white;
	
	height:16px;

	padding-bottom:2px;
	*/

}

#menu ul#MainMenu li ul li a.current {
    color: white;
	/*background-color: #084284;*/
	background-image:url(barra_burriananova.png);
	background-repeat:repeat-x;
	font-weight: normal;
	/*
	border:1px solid white;
	height:16px;
	padding-bottom:2px;
*/
	}



/* Reglas para el nivel 3 de menu */
/*
ul#MainMenu ul ul {
    left: auto;
    width: auto;
    border: solid 1px gray;
    padding: 0;
}

ul#MainMenu ul ul li {
    float: none;
    list-style-image: url(bulletMenu.png);
    list-style-position: inside;
    margin-left: 10px;
    padding-left: 0;
    background-color: transparent;
}
*/

/***************************************************************** MENU *******************************/
	
	
div#ico_layout_contenedor {
	margin-right:auto;
	margin-left:auto;
	margin-top:5px;
	position:relative;
	/*height: auto!important; /* para los browsers buenos */
    /*height: 615px; /* para IE5+ */
    /*min-height: 615px; /* para los browsers buenos */
	width:940px;
	/*padding-top:24px;	*/
    border: solid 1px #008CDE;

}

div#contenido a:hover
{
	color:#084284;
}

div#ico_layout_contenedor #cabecera
{
	position: relative;	
	background-image: url(cabecera.png);
	background-repeat:no-repeat;
	height:110px;
	width:940px;
	border:0;
	margin:0;
    top: 24px;
}

div#ico_layout_contenedor #cabecera.c2
{
	background-image: url(cabecera2.png);
	background-repeat:no-repeat;
}

div#ico_layout_contenedor #cabecera.c3
{
	background-image: url(cabecera3.png);
	background-repeat:no-repeat;
}

div#ico_layout_contenedor #cabecera.c4
{
	background-image: url(cabecera4.png);
	background-repeat:no-repeat;
}

div#ico_layout_contenedor #cabecera.c5
{
	background-image: url(cabecera5.png);
	background-repeat:no-repeat;
}

div#ico_layout_contenedor #cabecera.c6
{
	background-image: url(cabecera6.png);
	background-repeat:no-repeat;
}



div#ico_layout_contenedor #cabecera #logo_facsa
{
	display:block;
	float:left;
	/* 
	width:148px;
	height:65px;
	*/
	margin-top:20px;
	margin-left:20px;
}

div#ico_layout_contenedor #cabecera #logo_grupo
{
	display:block;
	float:right;
	/*
	width:75px;
	height:32px;
	*/
	margin-top:75px;
	margin-right:10px;
}

div#ico_layout_contenedor #menu_sup
{
	position:relative;
	top:-110px;
	background-color:#EBEBEB; 
	height:20px;
	width:940px;
	padding-top:4px;
	border-bottom:solid 1px #CCCCCC;


}

#menu_sup ul 
{
	margin:0;
	margin-left:30px;
	padding:0;	
	width: 600px;
	height: 18px;
	display:block;
	border:0;
	margin-top:0px;	
	height:20px;
	float: left;
}

#menu_sup ul#idioma
{
	margin:0;
	padding:0;	
	width: 300px;
	height: 18px;
	display:block;
	border:0;
	margin-top:2px;	
	height:20px;
	float:right;
}

#menu_sup li
{
	width:auto;
	float:left;
	margin:0;
	padding:0;	
	border-left:solid 1px #444444;
	margin-left:10px;
	padding-left:10px;	
	list-style:none;	
}

#menu_sup li:first-child
{
		border-left:none;
}


#menu_sup li a
{
	color:#444444;
	font-family:Helvetica,Arial,sans-serif;
	text-decoration:none;
    font-weight: normal;
    font-size: 12px;
}

#menu_sup li a:hover
{
	text-decoration:underline;
}

#menu_sup li label, #menu_sup li span
{
	color:#444444;
    vertical-align:top;
}

#Pie 
{
	margin: 0;	/*modificado*/
	padding:0;	
	display:block;
	border:0;
	margin-top:0px;	
}

/* menu inferior */

div#ico_layout_contenedor #menu_inf
{
	background-color:#EBEBEB;
	height:1.4em !important; 
	width:940px;
	text-align:center;
	border-top:solid 1px #CCCCCC;
}

#menu_inf ul 
{
	margin: auto;
	padding:0;	
	width: 190px;
	height: 18px;
	display:block;
	border:0;
	margin-top:0px;	
	height:1.2em;
}


#menu_inf li
{
	width:auto;
	height:1.2em;
	float:left;
	margin:0;
	padding:0;	
	margin-right:10px;
	padding-right:10px;	
	list-style:none;	
}

#menu_inf li:first-child, #menu_inf li.first {
	border-right:solid 1px #444444;
}

#menu_inf li a
{
	color:#444444;
	font-family:Helvetica,Arial,sans-serif;
	text-decoration:none;
}

#menu_inf li a:hover
{
	text-decoration:underline;
}


div#ico_layout_contenedor #cuerpo
{
	width:100%;
	min-height:560px;
	background-color:#FFFFFF;
	background-image: url(bg1.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

div#ico_layout_contenedor #cuerpo.formato2
{
	background-image: url(bg2.png);
}

div#ico_layout_contenedor #cuerpo.formato3
{
	background-image: url(bg3.png);
}

div#ico_layout_contenedor #cuerpo.formato4
{
	background-image: url(bg4.png);
}


div#ico_layout_contenedor #cuerpo.formato0
{
	background-image:none;
}


div#menu
{
	clear:left;
	/*background-color:#084284;*/
	background-image:url(barra_burriananova.png);
	background-repeat:repeat-x;
	height:20px; 
	width:940px;
	color:White;
	
	position:relative;
    z-index:1;
}

/* ITEM DE MENU CON SUBMENU Se fuerza por ID */

#Admin_item,#Host_item
{
/*	background-image: url(dot_item_select.jpg);
	background-repeat:no-repeat;
	background-color:#0E124F;
	background-position: top left;	
	border-bottom:solid 1px white;
*/
}

/*
.itempadre
{
	background-image: url(dot_item_select.jpg);
	background-repeat:no-repeat;
	background-color:#0E124F;
	background-position: top left;	
	border-bottom:solid 1px white;
}
*/

/*#Servicios_item li .item_select
{
	background-image: url(dot_subitem_select.jpg);
	background-repeat:no-repeat;
	background-color: white;
	background-position: top left;	
    color: #084284;
}*/

/*.item_padre_select
{
	background-image: url(dot_item_select.jpg);
	background-repeat:no-repeat;
	background-color:#0E124F;
	background-position: top left;	
	border-bottom:solid 1px white;
}*/


/* menu superior */

.subitem_select
{
	background-color:White;
	color:#084284 !important;
}

#contenido
{
  width:880px;
  padding: 30px;
  padding-bottom: 150px;
    background-image:url(fondo_burriananova_datos.png);
	background-repeat:repeat-x;
  /*background-image: url(fondo_contenido.png);*/
  /*background-repeat: repeat-x;*/
    /*position:relative;*/
	
}

#contenido h1#cab_noticias
{
	display:none;
}

#contenido .ficha
{
	display:block;	
	float:left;
	/* overflow:hidden;  */
	position:relative;
	margin-right:10px;
	margin-left:22px;
	margin-bottom: 50px;
    background-repeat: no-repeat;
}

#contenido .ficha strong {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}

#contenido .x4 {
	width:188px;
    background-image: url(fondo_notx4.png);
}

#contenido .x2 {
	width:408px;
    background-image: url(fondo_notx2.png);
}


#contenido .ficha > div {
	min-height: 266px;
}

#contenido .ficha p > img
{
	/* la única imagen agrupada por un parrafo p es la creada desde el editor */
	/* margin-left: 1px; */
	margin-left: -14px;
	height:110px;
}

#contenido .ficha h3
{
	padding-left:15px;
	margin:10px 0;
	color: #084284;
    font-weight: normal;
    font-size: 14px;
	
}

#contenido .ficha p
{
	padding-left:15px;
	padding-right:15px;
	margin:0;
	font-size:10px;
    margin-bottom: 10px;		
}

#contenido .ficha img.marco {
	height:24px;
	margin:0;
	position:absolute;
	top:0;
}


#contenido .x4 img.marco { width: 182px; }
#contenido .x2 img.marco { width: 402px; }
		
h1 {
    clear: both;
    background-color: #005480;
    color: white;
    font-size: 15px;
    text-align: center;
    font-weight: normal;
    line-height: 20px;
}

h2 {
    clear: both;
    color:#084284;
    font-size: 16px;
    text-align: left;
    font-weight: normal;
    margin: 4px 10px;
}

#contenido h2 a {
    color: #084284;
    font-size: 16px;
}

#contenido h2 a:hover {
    color: #084284;
    font-size: 16px;
}



#busqueda input[type="text"] {
    font-size: 10px;
    line-height: 11px;
    height: 12px;
}

#busqueda input[type="radio"] {
    vertical-align: top;
}

.migas {
    text-align: right;
    color:#084284;


}

.migas span.SkinObject{
	color:#084284;
	font-weight:normal;
	font-family:Helvetica,Arial,sans-serif;
	font-size:11px;
}

div#contenido div.migas a.SkinObject{
	color:#084284;
	font-weight:normal;
	font-family:Helvetica,Arial,sans-serif;
	font-size:11px;
}

.migas a.SkinObject:hover{
	color:#084284;
	font-weight:normal;
	font-family:Helvetica,Arial,sans-serif;
	font-size:11px;
}

.imagenes {
    width: 198px;
    float: left;
    font-size: 0;
}

.imagenes2 {
    width: 298px;
    float: left;
    font-size: 0;
}

.imagenes p {
    margin: 0;
    padding:0; /*-top: -32px;*/
}

.texto {
    width: 678px;
    float: left;
    clear: right;
}
.texto2 {
    width: 578px;
    float: left;
    clear: right;
}

.texto_ampliado {
    width: 876px;
    /*float: left;*/
    clear: right;
}

.marco2 {
    position: absolute;
    top: 0;
    left: 0;
}

.bloque_noticias{
	overflow:hidden;
	clear:both;
}

.texto_central p {
    font-size: 16px;
}


.ContentPane{
	display:none;
}





/************************** OFICINA VIRTUAL ************************/


#oficina_virtual
{
	width:100%;
	height:438px;	
	margin-top:35px;
	margin-right:auto;
	margin-left:auto;
	border:solid 1px #084284;
    overflow:hidden;
}

#oficina_virtual #cabecera_oficina
{
	height:23px; /* 	height:29px; */
	line-height:23px; 	

	
	background-color:#084284;
		
	/* font-family:Helvetica,Arial,sans-serif;*/
	font-family:Helvetica,Arial,sans-serif;
	font-size:30px;	
	text-transform:uppercase;
	color:White;	
	text-align:right;
	
	padding-top:3px;
	padding-bottom:3px;
	padding-right:10px;
}

#oficina_virtual #tramites
{
	margin:0;
	padding:0;	
	height:200px;  /* height:201px; */
	background-image: url(ov_tramites.png);
	background-repeat:no-repeat;
	background-position:right;
	background-color:White;
	padding-top:1px;
	
}

#oficina_virtual #tramites ul
{
	margin:0;
	padding:0;	

	margin-left:1px;
	width:343px;
	height:199px;
}

#oficina_virtual #tramites li
{

	margin:0;
	padding:0;	
	height:24px;	
	margin-bottom:1px;
	list-style:none;	
}

#oficina_virtual #tramites li a
{
	display:block;
	width:100%;  /* 	width:243px; */
	height:22px;	/* height:24px;*/
	background-color:#084284;
	/* font-family:Helvetica,Arial,sans-serif;*/
	font-family:Helvetica, Arial,sans-serif;
	font-size:16px;
	text-decoration:none;
	color:White;
	padding-top:2px;
	padding-left:24px;
	
	background-image: url(ov_dot_white.gif);
	background-repeat:no-repeat;
	background-position: 8px 8px;
	
}

#oficina_virtual #tramites li a:hover
{
	background-color:#094464;	
	color:White !important;
}

#oficina_virtual #ficha_inferior
{
	margin-top:3px;
	height:203px;
	width:100%;
}

#oficina_virtual #ficha_inferior #informacion
{
	height:203px;
	width:368px;
	background-color:White;
	background-image: url(ov_informacion.png);
	background-repeat:no-repeat;
	background-position: 1px 1px;
	float:left;
}


#oficina_virtual #ficha_inferior #informacion ul
{
	margin:0;
	padding:0;	
	
	padding-top:127px;
	margin-left:1px;
	margin-top:1px;
	height:75px;
}

#oficina_virtual #ficha_inferior #informacion li
{

	margin:0;
	padding:0;	
	height:24px;	
	margin-bottom:1px;
	list-style:none;	
}

#oficina_virtual #ficha_inferior #informacion li a
{
	display:block;
	height:22px;	/* height:24px;*/
	background-color:#094464;
	/* font-family:Helvetica,Arial,sans-serif;*/
	font-family:Helvetica,Arial,sans-serif;
	font-size:16px;
	text-decoration:none;
	color:White;
	padding-top:2px;
	text-align:right;
	padding-right:10px;	
	
}

#oficina_virtual #ficha_inferior #informacion li a:hover
{
	background-color:#084284;	
	color:White !important;
}


#oficina_virtual #ficha_inferior #ficha_derecha
{
	width:504px;
	height:203px;
	margin-left:4px;
	float:left;
}

#oficina_virtual #ficha_inferior #ficha_derecha #telefono_averias
{
	height:100px;		
	background-image: url(ov_telefono_averias.png);
	background-repeat:no-repeat;
}

#oficina_virtual #ficha_inferior #ficha_derecha #telefono_averias p {
    margin: 0;
    padding: 11px 0 0 10px;
    font-size: 24px;
    width: 80%;
}

#oficina_virtual #ficha_inferior #ficha_derecha #telefono_averias p strong{
    padding: 18px 0 0;
    font-size: 36px;
    font-weight: normal;
}

#oficina_virtual #ficha_inferior #ficha_derecha #localizacion
{
	margin-top:3px;
	height:20px;	 /* height:100px; */	
	background-image: url(ov_localizacion.png);
	background-repeat:no-repeat;
	
	padding-top:80px;
	
}

#oficina_virtual #ficha_inferior #ficha_derecha #localizacion a
{
	display:block;
	font-family:Helvetica,Arial,sans-serif;
	font-size:14px;
	text-decoration:underline;
	color:#084284;
    position: relative;
    top: -45px;
    left: 200px;
    width: 220px;
}

#oficina_virtual #ficha_inferior #ficha_derecha #localizacion a:hover
{
	text-decoration:underline;	
}


.bloque {
    overflow: none;
    position: relative;
    width: 100%;
}

/*************************************************************************/


/* Autenticación */

#dnn_ctr1405_ContentPane
{
	border:solid 1px #CCCCCC;
	background-color:#C7DCE2;
	width:300px;
	margin-right:auto;
	margin-left:auto;
}
	
	
/* contacto */

#bloque_contacto
{
	overflow:hidden;
	width:675px;
	margin-right:auto;
	margin-left:auto;
}

.contacto_logo
{
	height:100px;
	width:200px;
	float:left;
}

.contacto_datos
{
	height:100px;
	width:430px;
	float:left;
	padding-top:15px;
	color: #005480;
	font-size:12px;
	font-weight:bold;
}

h6 {
    text-align: center;
    color:#084284;
	font-size:11px;
	font-weight:normal;
	font-family:Helvetica,Arial,sans-serif;


}

/************************** ampliacion de imagenes ************************/


.thumbnail{
position: absolute;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 100;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: transparent;
padding: 0px;
left: -0px;
/*border: 1px dashed gray;*/
visibility: hidden;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -100px;
left: -5px; /*position where enlarged image should offset horizontally */

}

/* mapa web */

#mapa_web
{
	width:450px;
	padding-top:20px;
	margin-left:80px;
	}

#mapa_web ul#MainMenu ul {
    display: block;
    position:relative;
    margin-top:0;
    top:auto;
	background-color:Transparent;
		width:450px;
}

#mapa_web  ul#MainMenu {
    background-color:Transparent;
    color: #084284;
    list-style-type:circle;
    padding-left:20px;
    height:auto;
    border-top:0;
    line-height:normal;    
}

#mapa_web ul#MainMenu li 
{
	display:block;
    float:none;
    padding: 0;
    margin-left:20px !important;
    padding-left:12px !important;   
	padding-top:0;
    list-style-type: none;
    background-image: url(dot.png) !important;
    background-repeat: no-repeat !important;
	background-position:left top !important;
	margin-top:3px;
	margin-bottom:3px;
		
}

#mapa_web ul#MainMenu li ul li
{
		border-right:dotted 1px white;
}

#mapa_web ul#MainMenu *:first-child + li, ul#MainMenu li:first-child {
}

#mapa_web ul#MainMenu li:first-child + li {
}

#mapa_web ul#MainMenu li a {
    display: block;
    color: #084284;
    text-decoration: none;
}

#mapa_web ul#MainMenu li a.current {
    display: block;
    color: #084284;
    text-decoration: none;
    font-weight:normal;
}

#mapa_web ul#MainMenu li ul.ie6_select {
	display: block;
}

#mapa_web ul#MainMenu > li > a.current + ul, ul#MainMenu > li > a.item_padre_select + ul, li#Admin_item:hover ul {
	display: block;
}

#mapa_web ul#MainMenu li a.item_padre_select {
    display: block;
    color: #084284;
    text-decoration: none;
}

#mapa_web ul#MainMenu li a:hover {
    text-decoration: underline;
    color: black;
}


#mapa_web ul#MainMenu ul li a {
    color: #084284;
}


/*********************** estilos para plantilla extensible ************************/

.tabla_expandible {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    border: 0;
}

.tabla_expandible td {
    vertical-align: top;
}

.contraible {
    width: 0%;
}

.expandible {
    width: 100%;
	padding: 0 10px;
}

div#ico_layout_contenedor .cabecera
{
	position: relative;
	background-repeat:no-repeat;
	height:110px;
	width:940px;
	border:0;
	margin:0;
	top: 25px
}

div#ico_layout_contenedor .cabecera h1
{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

div#ico_layout_contenedor .cabecera h2
{
    margin: 0;
    padding: 0;
	display:block;
	float:left;
	margin-top:20px;
	margin-left:20px;
}

div#ico_layout_contenedor .cabecera h3
{
    margin: 0;
    padding: 0;
	display:block;
	float:right;
	margin-top:75px;
	margin-right:10px;
}

div#ico_layout_contenedor .cabecera p {
	margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;	
}




