/* 
    Document   : estilos
    Created on : 26-feb-2009, 16:42:31
    Author     : Administrador
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

a { text-decoration:none;}

#cuerpo{
background-color:#DEDEDD;
border:0px;
width:1000px;
height:330px;
}
#encabezado{
background-repeat:no-repeat;
background-position:center;
background-image: url(../img/encabezado.jpg);
width:1000px;
height:186px;
}
#pie{
background-color:#fff;
border:0px;
width:1000px;
height:125px;
}
#btn_empresa {
background-image: url(../img/btn/btn_empresa.jpg);
background-repeat:no-repeat;
cursor:pointer;
width:87px;
height:26px;
}#btn_ubicacion {
background-image: url(../img/btn/btn_ubicacion.jpg);
background-repeat:no-repeat;
cursor:pointer;
width:87px;
height:26px;
}
#btn_contacto {
background-image: url(../img/btn/btn_contactenos.jpg);
background-repeat:no-repeat;
cursor:pointer;
width:87px;
height:26px;
}

#informacion{
/*background-image:url(../img/pagina_principal_producto_r9_c18.jpg);*/
background-color:#FFFFFF;
width:281px;
height:118px;
float:left;
}

#dibujo_torque{
width:140px;
height:85px;
border:0px;
background-image:url(../img/torque.jpg);
background-position:right;
background-repeat:no-repeat;
float:left;
}

#datos_empresa{
font-family:Arial, Helvetica, sans-serif;
font-size:55%;
font-style:normal;
text-transform:uppercase;
text-align:center;
vertical-align:middle;
font-weight:normal;
clear:both;
}

#relleno_dibujo_torque{
float:left;
width:141px;
height:85px;
background-color:#FFFFFF;
}

#contenedor{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}

	#informacion{
	background-color:#FFFFFF;
	width:281px;
	height:118px;
	float:left;
	}
		#relleno_dibujo_torque{
			float:left;
			width:190px;
			height:85px;
			background-color:#FFFFFF;
		}
			
			#btn_acceso{
				width:85px;
				height:85px;
				float:left;
				border:0;
			}
		#dibujo_torque{
			width:91px;
			height:85px;
			border:0px;
			background-image:url(../img/torque.jpg);
			background-position:right;
			background-repeat:no-repeat;
			float:left;
		}
