@charset "UTF-8";
/* CSS Document */

#contenedor
{
width:1080px;
height:600px;
margin:0 auto;
background-image:url(../imagen/fdtesler.jpg);
background-repeat:no-repeat;
}
#izquierda
{
width:550px;
height:600px;
float:left;
}
#alfa
{
width:85px;
height:auto;
margin-top:-580px;
margin-left:530px;
float:left;
z-index:auto;
}


#chapa
{
width:470px;
height:600px;
margin-left:570px;
background-image:url(../imagen/chapa.png);
filter: alpha(opacity=60);
}
#texto
{
width:370px;
height:auto;
margin-left:70px;
padding-top:50px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:13px;
line-height:16px;
color:#FFFFFF;
}
h1
{
font-size:15px;
color:#f0dd00;
font-weight:bolder;
}
#logo
{
width:370px;
height:290px;
margin-top:180px;
margin-left:20px;
float:left;
}
#botonera
{
width:170px;
height:125px;
margin-top:320px;
margin-left:370px;
list-style:none;
position:absolute;
}
#botonera li
{
display:block; 
position:relative;
width:150px;
height:40px;
}
#botonera li a
  {
   display:block;
   width:150px;
	height:40px;
	background:transparent; 
	overflow:hidden; 
position:relative;
  }
  #botonera li a img
{
width:123px;
height:40px;
border:0;
}
#botonera li a:hover
{
margin:0; 
text-indent:-1000px; 
border:1px solid #000; 
}
#botonera li a:hover img 
{
width:0; 
height:0;
}
  #botonera li a.tec:hover
{
background-image:url(../imagen/tecnologia-over.png);
background-repeat:no-repeat;
border:0;
  }
   #botonera li a.ser:hover
  {
  background-image:url(../imagen/servicio.png);
  background-repeat:no-repeat;
border:0;
  }
   #botonera li a.cal:hover
  {
  background-image:url(../imagen/empresa-over.png);
  background-repeat:no-repeat;
border:0;
  }
  

#ficha
{
width:350px;
height:90px;
margin-top:40px;
margin-left:180px;
}

#fotos
{
	width:455px;
	height:115px;
	margin-left:10px;
	margin-top:30px;
	padding-top:5px;
	background-color:#000;
}
#footer
{
clear:both;
width:1080px;
height:auto;
margin-top:-30px;
margin:0 auto;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#971d1f;
font-weight:bold;
line-height:18px;
float:left;
  }