body {
  background: #fff url("/imagenes/fondo_body.jpg") repeat-x;
  text-align: center;
  font-family: Trebuchet MS,Arial,Constantia,Helvetica,sans-serif;
  font-size: 17px;
}

a {
  outline: none;	
}

.break {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
  overflow: hidden;
}

img {
	border: none;
}

#contenedor {
  width: 944px;
  margin: 0px auto;
  padding: 30px 0 20px 0;
  text-align: center;
}

#cabecera {
	margin: 0 0 35px 0;
	height: 50px;
	padding: 0px;
}

#cabecera #logotipo {
  float: left;
}

#cabecera #selectorIdioma {
  float: right;
}

#cabecera #logotipo img {
	margin: 0px;
	padding: 0px;
}

#menu_principal {
	padding:0;  
	width: 934px;
	height:45px;
	background: url("/imagenes/menu_nor.jpg") repeat-x bottom;
	margin: 0 0 20px 0;
	float: left;
}

.borderNorLeft {
	width: 5px;
	height: 45px;
	background: url("/imagenes/menu_nor_left.gif") no-repeat bottom;
	float: left;
	display: inline;
}

.borderNorRight {
  width: 5px;
  height: 45px;
  background: url("/imagenes/menu_nor_right.gif") no-repeat bottom;
  float: right;
}

#menu_principal a
{
  color: #fff;
  text-decoration: none;
  padding: 14px 60px 0 60px;
  height: 25px;
  float: left;
}

#menu_principal .selected 
{
  /*background: url("/imagenes/menu_over.jpg") repeat-x;*/
}

#menu_principal .selected a
{
	padding: 12px 60px 0 60px;
  float: left;
  color: #000;
  background: url("/imagenes/menu_over.jpg") repeat-x;
  height: 40px;
}

#menu_principal .notSelected a:hover {
	text-decoration: underline;
}

#menu_principal .selected .borderLeft {
	background: url("/imagenes/menu_over_left.gif") left top no-repeat;
	float: left;
	height: 40px;
	width: 8px;
}

#menu_principal .selected .borderRight {
  background: url("/imagenes/menu_over_right.gif") left top no-repeat;
  float: left; 
  height: 40px;
  width: 8px;
}

#menu_principal a, #menu_principal a span
{
  display: block;
  float: left;
  cursor: pointer;
}

#menu_principal ul
{
  list-style: none;
  padding: 0;
  margin: 0;
}

#menu_principal li
{
  list-style: none;
  float: left;
}

#piePagina {
	margin: 10px 0 0 0;
	text-align: left;
	font-weight: normal;
	font-size: 17px;
}

#piePagina #contenidoPie {
	height: 45px;
	width: 934px;
	background: url("/imagenes/menu_nor.jpg") repeat-x bottom;
	float: left;
	color: #fff;
}

#piePagina #contenidoPie p {
  padding: 14px 0 0 15px;
  margin: 0px;
  
}

#piePagina #contenidoPie a {
	text-decoration: none; 
  color: #FFF;  
}

#piePagina #contenidoPie a:hover {
  text-decoration: underline;  
}

#login_clientes {
	width: 280px;
	margin: 10px auto 0 auto;
	text-align: center;
}

#login_clientes label {
  width: 90px;
  float: left;
  margin: 0 0 0 0;
  text-align: left;
  padding: 3px 0 0 0;
  font-size: 13px;
}

#login_clientes .campoTexto {
  margin: 0 0 0 0;
  width: 150px;
}

#login_clientes .botonEnviar {
	margin: 0 0 0 0;
}

#pieza_01 {
	width: 422px;
	height: 279px;
	background: url("/imagenes/pieza_01_servicios.gif") no-repeat top left;
	float: left;
	
}

#pieza_02 {
  width: 306px;
  height: 279px;
  background: url("/imagenes/pieza_02_mudamos.gif") no-repeat top left;
  float: left;
  margin: 0 3px 0 5px;
}

#pieza_02 #texto_pieza_02 {
  color: #DDD;
  margin: 125px 35px 0 35px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
}

#pieza_03 img {
  border: 0px;
}
	
#pieza_03 #img_02{
  margin: 2px 0 0 0;
}

.oculto {
	display: none;
}
	
#legal {
	color: #333;
  text-align: left;
  text-decoration: none;
}

#legal h2{
	margin: 10px 0 0 0;
	padding: 0;
  font-size: 16px;
}

#legal h2 a{
	color: #ff9933;
  font-size: 14px;
  font-weight: bold;
}
	
#legal p {
	margin: 5px 0 0 0;
	font-weight: normal;
	font-size: 14px;
}

#legal a {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

#legal a:hover {
  color: #333;
  text-decoration: underline;
}
	

