﻿/*=====================================================
  Nombre: fichaCorporate.css
  Descripción: Hoja de estilo para la ficha de Corporate.html
  Ver. CSS: 2.0
  Ver. Idioma: Español
  =======================================================*/ 
  
  
  /*============== Botón pulsado ==============*/

  ul#menuNavegacion li#corporate{
	overflow: hidden;
	display: block;
	width: 153px;
	height: 0;
	margin: -12px 0 0 0;
	padding-top: 35px;
	background: url(../img/botonCorporate.gif) 3px 3px no-repeat;
}
  
/*=============================================*/
  ul#fichaCorporate li{
 	display: inline;
 } 
 
 ul#fichaCorporate{
	float: left;
	display: inline;
	background:  url(../img/fondoCorporate.gif) -1px -1px no-repeat;	
	width: 550px;
	height: 29px;
	margin: 4px 0 0 2px;
	position: relative;
}

ul#fichaCorporate li#corporateFinance{
	overflow: hidden;
	display: block;
	height: 0;
	padding-top: 19px;
	margin: 0 0 0 4px;
	background: url(../img/txtCorporate.png) 0 0 no-repeat;
	width: 132px;
	position: absolute;
	top: 8px;
	left: 8px;
}

/*---------legal--*/

 ul#menuNavegacion li#legal{
	overflow: hidden;
	display: block;
	width: 153px;
	height: 0;
	margin: -12px 0 0 0;
	padding-top: 35px;
	background: url(../img/botonLegal.gif) 3px 3px no-repeat;
}


ul#fichaLegal li{
 	display: inline;
 } 
 
 ul#fichaLegal{
	float: left;
	display: inline;
	background:  url(../img/fondoLegal.gif) -1px -1px no-repeat;	
	width: 550px;
	height: 29px;
	margin: 4px 0 0 2px;
	position: relative;
}

ul#fichaLegal li#legal{
	overflow: hidden;
	display: block;
	height: 0;
	padding-top: 19px;
	margin: 0 0 0 4px;
	background: url(../img/txtLegal.png) 0 0 no-repeat;
	width: 132px;
	position: absolute;
	top: 8px;
	left: 22px;
}


/*========== Navegación de fichas ===========*/

/*ul#fichaLegal li#legal a{
	margin: 2px 0 0 0;
	background: url(../img/txtLegal2.gif) left 0 no-repeat;
	width: 102px;
	position: absolute;
	top: 6px;
	left: 18px;
} */

ul#fichaLegal li#civil a{
	margin: 2px 0 0 0;
	background: url(../img/txtCivil2.gif) left 0 no-repeat;
	width: 102px;
	position: absolute;
	top: 5px;
	left: 113px;
}
  
ul#fichaLegal li#mercantil a{
	margin: 2px 0 0 0;
	background: url(../img/txtMercantil2.gif) left 0 no-repeat;
	width: 102px;
	position: absolute;
	top: 6px;
	left: 199px;
}

ul#fichaLegal li#administrativo a{
	margin: 2px 0 0 0;
	background: url(../img/txtAdministrativo2.gif) 0 0 no-repeat;
	width: 110px;
	position: absolute;
	top: 5px;
	left: 315px;
	padding-top: 18px;
}


/*============== Contenidos de la ficha ==============*/

div#ficha p#parrafo1{
	margin: 20px 0 0 20px;
}

div#ficha ul{
	margin: 30px 0 0 30px;
	width: 400px;
}

div#ficha ul li{
	margin: 0 0 8px 0;
	padding-left: 12px;
	background: url(../img/separadorMenu.gif) 0 4px no-repeat;
}

div#ficha ul#submenu{
	margin: 18px 0 0 20px;
	
}

  ul#fichaPrivacidad {
	float: left;
	display: inline;
	background: url(../img/fondoPrivacidad.gif) 0 -1px no-repeat;	
	width: 310px;
	height: 30px;
	margin: 4px 0 0 2px;
	position: relative;
}

ul#fichaPrivacidad li{
	overflow: hidden;
	display: block;
	height: 0;
	padding-top: 19px;
	background: url(../img/txtPrivacidad.gif) 0 0 no-repeat;	
	width: 75px;
	position: absolute;
	top: 8px;;
	left: 9px;	
}

  ul#fichaAviso {
	float: left;
	display: inline;
	background: url(../img/fondoAviso.gif) -1px 0px no-repeat;	
	width: 310px;
	height: 30px;
	margin: 4px 0 0 2px;
	position: relative;
}

ul#fichaAviso li{
	overflow: hidden;
	display: block;
	height: 0;
	padding-top: 15px;
	background: url(../img/txtAviso.png) 0 0 no-repeat;	
	width: 75px;
	position: absolute;
	top: 10px;;
	left: 13px;	
}

dl#cuentas{
	margin: 10px 0 0 15px;
}

h2#actividades{
	margin: 10px 0 0 15px;
	font-size: 12px;
}

div#ficha{
	height: 565px;
}




div#columna h2#tituloExecu2 {
background:transparent url(../img/txtExecu.png) no-repeat scroll 0pt 0px;
margin: -10px 0pt 0pt 2px;
}