html {
	background: #ddd;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 62.5%;
	color: #333;
	background: #ddd;
}

img {
	border: none;
	
}

a {
	text-decoration: underline;
	color: #0000ff;
}

a:hover {
	color: #801D28;
}

#contenido {
	float: left;
	position: relative;
	left: 50%;
	margin: 0 0 0 -475px;
	width: 950px;
	border: none;
	background: #fff;
}

#cabecera {
	background: #fff;
	height: 34px;
	width: 950px;
	overflow: visible;
}

#cabecera h1 {
	margin: 0;
	width: 295px;
	height: 34px;
	overflow: hidden;
}

#cabecera h1 a {
	float: right;
	background: url(../img/logo_grupo.gif) no-repeat;
	width: 295px;
	height: 34px;
	padding-top: 53px;
	overflow: visible;
}

#cabecera li a:hover, #mapaweb #mapa a, #contacto #contact a {
	background-position: 0 -33px;
}

#menu_superior {
	position: absolute;
	top: 0;
	left: 294px;
	width: 655px;
	height: 33px;
	margin: 0;
	padding: 0;
}

.menu {
	background-color: #fff;
	width:635px;
	height:33px;
	position:relative;
	z-index:100;
	left: 20px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:200px;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left; position:relative;}

/* style the links for the top level */
.menu a,
.menu a:visited {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: #000;
	height: 33px;
	background: #fff;
	padding: 0 0 0 5px;
	line-height: 34px;
}

.ms_quienes_somos {
	width: 120px;
}

.ms_responsabilidad_corporativa {
	width: 190px;
}

.ms_prensa {
	width: 75px;
}

.ms_franquicias {
	width: 100px;
}

.ms_trabaja {
	width: 135px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 33px;
	left: 0; 
	width: 200px;
	border-top: 1px solid #fff;
	background:#900;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a,
.menu ul ul a:visited {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background:#900;
	color:#FFF;
	height:auto;
	line-height: 20px;
	padding:5px 5px;
	width:200px;
	border-style: dotted;
	border-width: 1px 0 0 0;
	border-color: #bb6666
}

/* style the top level hover */
.menu a:hover {color:#fff; background:#888;}
.menu :hover > a {color:#fff;background:#888;}

.menu ul ul a:hover{color:#fff; background:#d00;}
.menu ul ul :hover > a {color:#fff;background:#d00;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }




#menu_subseccion {
	width: 208px;
}


#menu_subseccion h3 {
	height: 36px;
	font-family: Times, serif;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	padding: 15px 0 0 0;
	margin: 0;
	background-image: url(../img/cabecera_submenu.jpg);
}

 

#menu_subseccion ul {
   background-image: url(../img/cuerpo_submenu.jpg);
}

 

#menu_subseccion ul li{
   padding: 4px 0 0 30px;
   margin: 0 0 5px 0;
   width: 160px;
   height: 18px;
   font-family: Times, serif;
   font-size: 13px;
   color: #343434;
   background-color: #fff;
}

 

#menu_subseccion ul li a{

       text-decoration: none;

}

 

#menu_subseccion ul li a:hover{

       text-decoration: none;

       color: #801D28;

}

 

#menu_subseccion ul .current {
	background: #fff url(../img/flecha.gif) no-repeat 15px 5px;
}

 

#menu_subseccion #footer {

       background-image: url(../img/pie_submenu.jpg);

       height: 140px;

       padding: 0;

       margin: -5px 0 0 0;

}

#banner_home {
	clear: both;
	width: 100%;
	height: 256px;
	background: url(../img/banner_home.jpg) no-repeat;
}

#banner_quienes_somos {
	clear: both;
	width: 100%;
	height: 256px;
	background: url(../img/banner_quienes_somos.jpg) no-repeat;
}

#banner_responsabilidad_corporativa {
	clear: both;
	width: 100%;
	height: 256px;
	background: url(../img/banner_responsabilidad_corporativa.jpg) no-repeat;
}

#banner_prensa {
	clear: both;
	width: 100%;
	height: 256px;
	background: url(../img/banner_prensa.jpg) no-repeat;
}

#banner_franquicias {
	clear: both;
	width: 100%;
	height: 256px;
	background: url(../img/banner_franquicias.jpg) no-repeat;
}

#banner_trabaja {
	clear: both;
	width: 100%;
	height: 256px;
	background: url(../img/banner_trabaja.jpg) no-repeat;
}

#destacados_home {
	display: block;
	width: 208px;
	overflow: hidden;
	background: #FFF;
	/*background: #aaa;*/
}

#destacados_home a {
	margin-left: -200px;
}

#destacados_home ul {
	width: 208px;
	height: 600px;
	/*height: 399px;*/
}

#idioma {
	font-family: Arial, sans-serif;
	text-decoration: none;
	color:#ffffff;
	font-weight: bold;
	position: absolute;
	top: 250px;
	left: 897px;
	width: 50px;
	height: 15px;
	padding: 0 0 0 6px;
	margin: 0;
	background: url(../img/f_idioma.gif) no-repeat;
}

#idioma a {
	text-decoration: none;
	color:000000;
	font-weight: bold;
}

#menu_marcas {
	font-family: Arial, sans-serif;
	position: absolute;
	top: 268px;
	left: 563px;
	/*left: 539px;*/
	/*width: 425px;*/
	width: 380px;
	height: 22px;
	padding: 0 0 0 6px;
	margin: 0;
	background: url(../img/left_menu_marcas.png) no-repeat;
}

#menu_marcas ul {
	padding: 5px 0 4px 0;
	margin: 0;
	background: #000;
}

#menu_marcas li {
	list-style: none;
	display: inline;
	padding: 0 5px 0 5px;
	font-size: 10px;
	font-weight: normal;
}

#menu_marcas li a {
	visibility: visible;
	color: #fff;
	text-decoration: none;
}

#menu_marcas li a:hover {
	color: #D31D29;
}

#cuerpo {
	background-color: #FFF;
	width: 100%;
}

#lateral {
	float: left;
	width: 175px;
	padding: 15px 0 0 15px;
	margin: 0;
	color: #9C9C9C;
	font-size: 1.1em;
}

#lateral ul {
	margin: 0;
	padding: 0;
}

#lateral .selected ul {
	display: block;
}


#lateral li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#lateral li li {
	border-bottom: none;
	font-style: italic;
	margin-left: 0px;
}

#lateral li li a {
	color: #6A6961;
}

#lateral a {
	font-weight: normal;
	color: #333;
}

#lateral a:hover {
	color: #000;
}

#principal {
	margin: 0 10px;
	width: 691px;
	float: right;
}

#paralelo {
	margin: 0 10px;
	width: 300px;
	float: left;
	display: table-cell;
}

#paralelo2 {
	margin: 0 10px;
	width: 300px;
    display: table-cell;
	
}

#principal h2 {
	font-family: Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #3d3d3d;
	padding: 14px 0 0 45px;
	margin: 15px 0 0 0;
	background: url(../img/h2_bg.gif) no-repeat;
	height: 40px;
}

#principal h3.titulo_noticia,
#principal h3.titulo_noticia a {
	float: left;
	font-size: 13px;
	color: #003399;
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
	text-decoration: none;
}

#principal h3.titulo_noticia a:hover {
	color: #801D28;
}

#principal h3 {
	font-family: Times, serif;
	font-size: 12px;
	color: #003399;
	padding: 0;
	margin: 0 0 0 20px;
	text-decoration: none;
	clear:left;
}

#principal .articulo .ver_mas {
	display: block;
	font-size: 10px;
	font-family: Arial;
	padding-top: 5px;
	margin-bottom: 30px;
}

#principal .articulo p {
	clear: both;
	padding: 0;
   position: relative;
   margin: 0 20px 20px 20px;
	display: block;
	top: 5px;
	font-size: 11px;
}

#principal p {
	padding: 0;
   position: relative;
   margin: 0 20px 20px 20px;
	display: block;
	top: 5px;
	font-size: 11px;
	text-align:justify;
}

#principal img {
	float: right;
	padding: 10px 20px 10px 20px;
}

#principal .articulo .fecha {
	font-size: 11px;
	display: inline;
	padding: 0;
	margin: 0;
}

#ruta {
	position: relative;
	margin-top: 12px;
}

#pie {
	clear: both;
	position: relative;
	padding: 35px 10px 15px 10px;
	text-align: center;
	width: 100%;
}

#mapa_tiendas {
	margin: 0;
	padding: 10px 0 0 25px;
}

#video_corporativo {
	margin: 0;
	padding: 30px 0 0 106px;
}

.enlace_pdf {
	background: url(../img/pdf.jpg) no-repeat bottom right;
	padding-right: 25px;
	line-height: 20px;
}

#submenu_marcas {
	list-style: none;
	height: 15px;
	position: relative;
	left: -20px;
}

#submenu_marcas a {
  display: block;
  text-indent: -900%;
	height: 15px;
	outline: none;
}

#submenu_marcas .ctf {
	width: 101px;
	background: url(../img/logo_ctf_peq.jpg) no-repeat top left;
}

#submenu_marcas .pdh {
	width: 90px;
	background: url(../img/logo_pdh_peq.jpg) no-repeat top left;
	position: relative;
	top: -15px;
	left: 133px;
}

#submenu_marcas .spf {
	width: 116px;
	background: url(../img/logo_spf_peq.jpg) no-repeat top left;
	position: relative;
	top: -30px;
	left: 254px;
}

#submenu_marcas .mln {
	width: 92px;
	background: url(../img/logo_mln_peq.jpg) no-repeat top left;
	position: relative;
	top: -45px;
	left: 401px;
}

#submenu_marcas .wsc {
	width: 126px;
	background: url(../img/logo_wsc_peq.jpg) no-repeat top left;
	position: relative;
	top: -45px;
	/*left: 524px;*/
	left: 401px;
}

form {
	width:500px;
	padding:5px 0;
	margin-left: 20px;
	margin-top: 30px;
	border: 2px solid #c9d5d6;
	background: #ddebec;
}

fieldset {
	border: 0px solid #000;
}

legend {
	font-weight: bold;
	font-size: 13px;
	color: #27518A;
}

div.medidas, div.check {
	margin: 10px 0 10px 10px;
}

div.medidas label{
	float:left;
	width:140px;
	line-height:19px;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
	color: #666;
}

div.medidas input {
	width:120px;
}

input {
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

select {
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

input#enviar {
	margin-left: 380px;
	border: 1px solid #27518A;
	background: #ccc;
	width: 50px;
	height: 17px;
}

input#reset {
	margin-left: 5px;
	border: 1px solid #27518A;
	background: #ccc;
	width: 50px;
	height: 17px;
}

#txt_contacto {
	width: 300px;
}

#txt_email {
	width: 200px;
}

#txt_pais {
	width: 150px;
}

#txt_telefono {
	width: 100px;
}

#txt_empresa {
	width: 150px;
}

#txt_webempresa {
	width: 200px;
}

#txt_sector {
	width: 150px;
}

#txt_marcas {
	width: 200px;
}

#txt_ntiendas {
	width: 40px;
}

#txt_nempleados {
	width: 40px;
}

#txt_facturacion {
	width: 100px;
}

#sel_marcainteres {
	width: 145px;
}

#form_franquicias p {
	font-size: 9px;
	color: #888;
	margin-bottom: 10px;
}
