@charset "utf-8";
/* CSS Document */
body{
font-family:Arial, Helvetica, sans-serif;
color:#666666;
font-size:12px;
text-align:center;
margin:auto;
}
#contenedor{
width:800px;
height:600px;
margin: 0 auto;
}
#cabecera{
width:800px;
height:90px;
/*background:url(../images/cabecera.png);*/
text-align:left;
}
#cabecera_dcha{
width:527px;
height:90px;
background:url(../images/cabecera_dcha.png);
}
#cabecera_izqu{
width:273px;
height:90px;
background:url(../images/cabecera_izq.png);
}
#menu{
width:800px;
height:49px;
background:url(../images/menu.png);
}
#cuerpo_inicio{
width:800px;
height:431px;
background:url(../images/centro_inicio.png);
}
#cuerpo{
width:800px;
height:430px;
}
#izquierda{
width:302px;
height:430px;
background:url(../images/izquierda.png);
}
#izquierda_venda{
width:302px;
height:430px;
background:url(../images/izquierda_venda.png);
}
#derecha{
width:498px;
height:430px;
background:url(../images/derecha.png);
}
#texto_quisom{
width:440px;
height:auto;
margin-top:60px;
margin-left:10px;
text-align:left;
padding-left:20px;
line-height:1.3em;
}
#texto_contactar{
width:300px;
height:auto;
margin:140px 0 0 140px;
padding:40px 0 0 0;
font-size:12px;
text-align:left;
}
#texto_venda{
width:440px;
height:auto;
margin-top:150px;
margin-left:10px;
text-align:left;
padding-left:20px;
line-height:1.5em;
}
#texto_reparacio{
width:440px;
height:auto;
margin-top:180px;
margin-left:10px;
text-align:left;
padding-left:20px;
line-height:1.5em;
}
#texto_muntatge{
width:440px;
height:auto;
margin-top:230px;
margin-left:10px;
text-align:left;
padding-left:20px;
line-height:1.5em;
}
#texto_programes{
width:440px;
height:auto;
margin-top:190px;
margin-left:10px;
text-align:left;
padding-left:20px;
line-height:1.5em;
}
#derecha_onestem{
width:400px;
height:300px;
margin-top:40px;
margin-left:40px;
text-align:left;
}
#derecha_onestem p{
padding:10px 0 10px 0;
}
.flotar_derecha{
float:right;
}
.flotar_izquierda{
float:left;
}
#pie{
width:800px;
height:42px;
background:url(../images/peu_sos.png);
clear:both;
}
.pie{
font-size:11px;
color:#FFFFFF;
margin:0 10px 0px 280px;
padding-top:10px;
}
#offline{
float:left;
}
#nav{
	padding-right:5px;
}
/*----------------menu superior-----------------------*/
#navcontainer{
font-size:16px;
padding-top:30px;
}
#navcontainer ul
{
float:right;
width: 90%;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a{
padding: 0em 1em;
color:#525250;
text-decoration: none;
float: left;
}
.borde{
border-right: 1px solid #525250;
}
#navcontainer ul li a:hover{
color: #ffffff;
}

